Commit Graph

54943 Commits

Author SHA1 Message Date
wp
53451ed965 TAChart: Add area series demo
git-svn-id: trunk@58575 -
2018-07-19 13:26:23 +00:00
wp
12d731ca1f TAChart: Simplified syntax for adding a new item to TChartStyles by code.
git-svn-id: trunk@58574 -
2018-07-19 12:48:57 +00:00
wp
17e457c8df TAChart: Fix hanging of 3d area series with a single y value.
git-svn-id: trunk@58573 -
2018-07-19 12:14:15 +00:00
wp
a07e489590 TAChart: Improved rendering of 3D edges of area series
git-svn-id: trunk@58572 -
2018-07-19 12:11:17 +00:00
wp
3b13d3929f TAChart: Fix position of data labels for non-stacked area series.
git-svn-id: trunk@58571 -
2018-07-19 10:58:23 +00:00
juha
ec9efc6b4a IDE: Set IDEOptionsDialog.SettingsPanel.Constraints.MinHeight in LFM file.
git-svn-id: trunk@58570 -
2018-07-19 09:36:15 +00:00
dmitry
029f260018 cocoa: allow scrollbars not to block Cocoa event handling, even if the host control is blocking them
git-svn-id: trunk@58569 -
2018-07-19 05:07:37 +00:00
dmitry
1bee70ab13 cocoa: adding mouse event for Cocoa progressbar and trackbars
git-svn-id: trunk@58568 -
2018-07-19 04:20:51 +00:00
dmitry
883ad89f33 cocoa: mouse events for combobox variations
git-svn-id: trunk@58567 -
2018-07-19 03:53:10 +00:00
dmitry
d4617b1af9 cocoa: no longer blocking mouse events on custom control.
git-svn-id: trunk@58566 -
2018-07-19 03:27:26 +00:00
wp
9302fcc012 TAChart: Add new property Banded to TAreaSeries.
git-svn-id: trunk@58565 -
2018-07-18 19:05:37 +00:00
martin
6504e29aab SynEdit: Disabled assert / currently combining chars are sometimes incorrectly handled by highlighters and markup
git-svn-id: trunk@58564 -
2018-07-18 16:39:21 +00:00
martin
4358281aed Debugger: Enhance console output win. Issue #33935
git-svn-id: trunk@58563 -
2018-07-18 16:36:18 +00:00
wp
e279c0a839 TAChart: Back-to-front painting of non-stacked TAreaSeries planes.
git-svn-id: trunk@58562 -
2018-07-18 15:38:24 +00:00
martin
2da6e00eeb SynEdit: Fix crash in TLazSynEditNestedFoldsList, issue #0033996
git-svn-id: trunk@58561 -
2018-07-18 13:10:43 +00:00
dmitry
713a0106c8 cocoa: restore using delegate method of windowWillReturnFieldEditor, instead of overridding FieldEditor. Purpose - preserve the default editor
git-svn-id: trunk@58560 -
2018-07-18 04:56:43 +00:00
dmitry
4563d0109f cocoa: mouse handling events for text edit fields
git-svn-id: trunk@58559 -
2018-07-18 04:50:26 +00:00
dmitry
6fffb8a648 cocoa: mouse events handling for scrollbar
git-svn-id: trunk@58558 -
2018-07-18 04:43:24 +00:00
dmitry
179a41e343 cocoa: blocking up/down events for scrollbox
git-svn-id: trunk@58557 -
2018-07-18 04:11:31 +00:00
dmitry
9bf25876ee cocoa: additional blocking of unneeded mouse up/down events for pagecontrol and statusbar
git-svn-id: trunk@58556 -
2018-07-18 03:48:02 +00:00
dmitry
a8b74a143b cocoa: restore additional restrictions on mouse handling
git-svn-id: trunk@58555 -
2018-07-18 03:29:22 +00:00
juha
3497bca44a IDE: A visual enhancement for Options Dialog. Issue #33986, patch from FTurtle.
git-svn-id: trunk@58554 -
2018-07-17 20:53:46 +00:00
michael
80ac8f85b8 * Correctly register THTTPServer/THTTPClient
git-svn-id: trunk@58553 -
2018-07-17 19:22:15 +00:00
michael
8ebeed522c * Fix compilation with 3.0.4
git-svn-id: trunk@58552 -
2018-07-17 18:45:41 +00:00
michael
6f01c07364 * Reset code before regenerating code
git-svn-id: trunk@58551 -
2018-07-17 18:44:24 +00:00
dmitry
69599a3f54 cocoa: update fieldeditor to accept any NSTextField as the last field. (allows to service comboboxes
git-svn-id: trunk@58550 -
2018-07-17 03:52:24 +00:00
dmitry
38b9e8a01c cocoa: making a window front and focused on setting visibility to true. #30807. patch by Zoë Peterson
git-svn-id: trunk@58549 -
2018-07-17 03:29:32 +00:00
maxim
e537ad6274 SynEdit: updated Russian translation
git-svn-id: trunk@58548 -
2018-07-16 23:02:10 +00:00
maxim
6007a45b67 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@58547 -
2018-07-16 23:00:13 +00:00
maxim
59871ca961 IDE: fixed typos
git-svn-id: trunk@58546 -
2018-07-16 22:42:50 +00:00
maxim
1e69676ef5 IDE: fixed typo in assigning of formatting parameters for uemBookmarkNUnSetDisabled resource string
git-svn-id: trunk@58545 -
2018-07-16 22:37:20 +00:00
martin
98a8b2459d leakview: constants for input from external tools (fpc/gdb traces) are not dependent on the IDE language. Should not be resource strings. Issue #0027908
git-svn-id: trunk@58544 -
2018-07-16 12:33:00 +00:00
martin
77a94a7cd1 IDE, SourceEditor: added css highlight. issue #030519 patch by Darek Mazur
git-svn-id: trunk@58543 -
2018-07-16 12:00:47 +00:00
martin
440d65a279 fix sorting
git-svn-id: trunk@58542 -
2018-07-16 11:02:27 +00:00
dmitry
0d02930464 cocoa: removing forceful update of the cursor invalidated area (as suggested by David Jenkins in #32826)
git-svn-id: trunk@58541 -
2018-07-16 03:26:34 +00:00
dmitry
fefbc9e7cc cocoa: get rid of cocoa mouse events supression. fix #33177
git-svn-id: trunk@58540 -
2018-07-16 03:16:59 +00:00
dmitry
acedd9f432 cocoa: ignoring hidden and disabled controls for WindowsFromPoint winapi function. Ignoring hidden and disabled controls when processing mousemove event. #33661
git-svn-id: trunk@58539 -
2018-07-16 00:00:16 +00:00
martin
925809e37e GDBMI debugger testcase: ensure floating point separator. Issue #031922 patch by jacobb
git-svn-id: trunk@58538 -
2018-07-15 23:10:26 +00:00
martin
10c665a2b8 EditorOpts: tab order for general page
git-svn-id: trunk@58537 -
2018-07-15 21:43:02 +00:00
martin
e2969409f7 partial workaround for issue #0032972 / prevent IDE from crashing / but now the exception is ignored
git-svn-id: trunk@58536 -
2018-07-15 21:25:22 +00:00
martin
569382adec partial workaround for issue #0032972 / prevent IDE from crashing / but now the exception is ignored
git-svn-id: trunk@58535 -
2018-07-15 21:11:11 +00:00
martin
6f9cdaefbe SynEdit: Option to have a static (none blinking) persistent caret. Issue #0033653
git-svn-id: trunk@58534 -
2018-07-15 19:49:49 +00:00
mattias
84a9dba52c IDE: find identifier references: not owned unit: search possible owners, if not even that then search in all packages
git-svn-id: trunk@58533 -
2018-07-15 17:26:19 +00:00
martin
55cc39a0a8 SynEdit: Option for left/right to remove selection and keep caret pos. Issue #028152
git-svn-id: trunk@58532 -
2018-07-15 17:09:43 +00:00
dmitry
412d96db9f cocoa: comment out the old code of selecting system font name
git-svn-id: trunk@58531 -
2018-07-15 14:17:10 +00:00
martin
c3fff83320 Clipboard: fix trailing null issue for gtk2. Issue #0021453
git-svn-id: trunk@58530 -
2018-07-15 10:23:43 +00:00
dmitry
0b86f592a2 cocoa: switching back to the use of sysetmFont, to prevent an odd vertical offset. #33626
git-svn-id: trunk@58529 -
2018-07-15 05:15:10 +00:00
martin
7a19d55904 EditorMacroScript: clean up hints
git-svn-id: trunk@58528 -
2018-07-15 01:19:27 +00:00
martin
d69361c79d SynEdit, SynSearch: workaround in case a none SynEdit TStrings is passed in. Issue #0029520
git-svn-id: trunk@58527 -
2018-07-15 01:07:18 +00:00
martin
587653ec39 SynEdit: Hiding scrollbar on Win32 via code may fail. (Maybe bug in Windows itself). Need to disable it first (by setting page width to 100%). Issue #0027072
git-svn-id: trunk@58526 -
2018-07-15 00:37:42 +00:00