Commit Graph

54955 Commits

Author SHA1 Message Date
martin
7e3ca12084 Imagelist: fix moving first item down, incl refactor Issue #033903 Patch by FTurtle
git-svn-id: trunk@58587 -
2018-07-21 18:44:03 +00:00
martin
117bbb1157 IDE, Options: user defined markup, improve add/del words. Issue #0028253
git-svn-id: trunk@58586 -
2018-07-21 17:44:49 +00:00
dmitry
74719b3d1d cocoa: menu preventing double release (seen in lazarus ide)
git-svn-id: trunk@58585 -
2018-07-21 15:19:42 +00:00
dmitry
55f7137e4e cocoa: added support for custom ticks in trackbar
git-svn-id: trunk@58584 -
2018-07-21 04:14:02 +00:00
dmitry
1168e1aec3 cocoa: update trackbar implementation (nsslider). Fixed issue with TickMarks and Frequency. Related to #32230
git-svn-id: trunk@58583 -
2018-07-20 04:18:42 +00:00
martin
8a8a17eb3c IDE, SynEdit: MarkupFoldColor, more options to set colors
git-svn-id: trunk@58582 -
2018-07-20 01:30:54 +00:00
martin
ef438f7a45 IDE, SynEdit: MarkupFoldColor, more options to set colors
git-svn-id: trunk@58581 -
2018-07-20 01:12:11 +00:00
maxim
a2b7eb2f9d Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34005
git-svn-id: trunk@58580 -
2018-07-19 22:41:44 +00:00
wp
b502667ee0 TAChart: Fix some drawing glitches of 3d area series. Still issues when curves cross
git-svn-id: trunk@58579 -
2018-07-19 22:08:30 +00:00
martin
381de68567 SynEdit: MarkupFoldColor, improve performance
git-svn-id: trunk@58578 -
2018-07-19 15:27:31 +00:00
martin
de1e87aabd SynEdit: remove debugln
git-svn-id: trunk@58577 -
2018-07-19 15:24:00 +00:00
martin
425f525ce4 SynEdit: testcase, more verbose
git-svn-id: trunk@58576 -
2018-07-19 15:23:09 +00:00
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