Commit Graph

56308 Commits

Author SHA1 Message Date
juha
6831ce0d0b LCL-GTK2: Prevent Clipboard.AsText crashing. Issue #34795, patch from engkin.
git-svn-id: trunk@60064 -
2019-01-12 20:27:02 +00:00
martin
cf72a12b68 SynEdit: Syncro/Template-edit, fix adjusting work area, if it ends exactly at end of last cell. Fix adjusting points on line insert (exactly at point)
git-svn-id: trunk@60063 -
2019-01-12 17:48:45 +00:00
juha
33c6cbeb45 LCL: Prevent a rare range error in ImageListResolution.
git-svn-id: trunk@60062 -
2019-01-12 17:01:24 +00:00
juha
5f255ad9d1 IDE: Support many picture formats for project icon. It was wrongly changed for issue #34464.
git-svn-id: trunk@60061 -
2019-01-12 17:01:19 +00:00
wp
5c04c460cf TAChart: Fix precedance of boolean operators error in TCustomChartSeries.Drawlabels. Issue #34819. Patch by Marcin Wiazowski.
git-svn-id: trunk@60060 -
2019-01-12 06:45:29 +00:00
wp
677076e5e4 TAChart: Use data point index limits FLoBound and FUoBound instead of 0 and Count-1 in data point labeling routines. Issue #34819. Patch by Marcin Wiazowski.
git-svn-id: trunk@60059 -
2019-01-12 06:27:54 +00:00
wp
17bcdd3a7f TAChart: Fix uninitialized variable in TCustomSeries.DrawLabels (issue #34819).
git-svn-id: trunk@60058 -
2019-01-12 00:17:42 +00:00
wp
363d5d8418 TAChart: Fix series label positioning for stacked series. Issue #34819.
git-svn-id: trunk@60057 -
2019-01-12 00:09:42 +00:00
wp
7226642cf1 TAChart: Add helper methods ZoomPercent and UndoZoom to TAChartTeeChart for improved Delphi compatibility.
git-svn-id: trunk@60056 -
2019-01-11 11:17:53 +00:00
maxim
4bb9801bf9 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@60054 -
2019-01-10 22:39:20 +00:00
wp
2c93efc441 Converter: Display single success message after conversion of multiple dfm files.
git-svn-id: trunk@60053 -
2019-01-10 13:34:52 +00:00
martin
4014c0f4fd Debugger: fix compile after r60049 #52e85d555e "keep register-names in register window, while debugger is running" Issue #0034844
git-svn-id: trunk@60052 -
2019-01-10 12:29:18 +00:00
wp
b7540d316c Converter: Improved sucess message text for dfm-to-lfm conversion.
git-svn-id: trunk@60051 -
2019-01-10 11:49:53 +00:00
martin
77c5aa5d93 Debugger: fix compile after r60049 #52e85d555e "keep register-names in register window, while debugger is running" Issue #0034844
git-svn-id: trunk@60050 -
2019-01-10 11:02:15 +00:00
martin
52e85d555e Debugger: keep register-names in register window, while debugger is running (show <unavailable>). This way scroll pos is preserved. Issue #0032654
git-svn-id: trunk@60049 -
2019-01-09 23:58:14 +00:00
martin
f737797457 FpDebugServer: fix compilation / support multiple addresses per breakpoint
git-svn-id: trunk@60048 -
2019-01-09 20:50:23 +00:00
michl
5f6279e73e EvaluateDlg: Evaluate a entry when it is selected with mouse in cmbExpression
git-svn-id: trunk@60047 -
2019-01-09 15:59:57 +00:00
michl
9bfc86dedf Evaluate a expression automatically when EvaluateDlg is already shown
git-svn-id: trunk@60046 -
2019-01-09 15:16:09 +00:00
michl
25cba76789 Evaluate a expression when EvaluateDlg is already shown
git-svn-id: trunk@60045 -
2019-01-09 14:55:35 +00:00
martin
8175bdfee6 FpDebug: Windows, fixed intercepting system exceptions (access violations, stack overflow, div zero,...)
git-svn-id: trunk@60044 -
2019-01-09 14:29:56 +00:00
michl
ef57dae24f Don't close EvaluateDialog and Debug Inspector when docked
git-svn-id: trunk@60043 -
2019-01-09 14:25:58 +00:00
martin
f32968dd25 LazDebuggerFpLldb: allow external dwarf symbols on Mac
git-svn-id: trunk@60042 -
2019-01-08 23:13:36 +00:00
martin
72278d010a FpDebug: MacOs, 64bit IDE loading of dwarf for 32 bit target
git-svn-id: trunk@60041 -
2019-01-08 23:12:25 +00:00
maxim
089083c613 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34830
git-svn-id: trunk@60037 -
2019-01-08 21:42:17 +00:00
maxim
8b2f06549d Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34838
git-svn-id: trunk@60036 -
2019-01-08 21:37:54 +00:00
martin
af994a75c8 LazDebuggerFp: use dsInternalPause to set/unset breakpoints
git-svn-id: trunk@60035 -
2019-01-08 18:42:59 +00:00
martin
9b52f8ccf1 SynEdit: test for fix assert/range-check in multi caret. Issue #0030731
git-svn-id: trunk@60034 -
2019-01-08 12:19:32 +00:00
martin
dc9a5e764e SynEdit: fix assert/range-check in multi caret. Issue #0030731
git-svn-id: trunk@60033 -
2019-01-08 12:18:51 +00:00
juha
411c7643fd Converter: Remove unused code. Turn a private method FixWideString into a function.
git-svn-id: trunk@60032 -
2019-01-08 10:52:39 +00:00
juha
abbb0f061a Converter: Give a converted binary DFM file a .lfm suffix. Issue #34811.
git-svn-id: trunk@60031 -
2019-01-08 10:52:33 +00:00
dmitry
d7c35ad233 cocoa: forcing controlTextColor for checkbox cell embedded into a textview. #34600
git-svn-id: trunk@60030 -
2019-01-08 05:18:21 +00:00
dmitry
f971f7d20b cocoa: fix the clipboard pasting of a plain text. #34832 patch by Zoë Peterson
git-svn-id: trunk@60029 -
2019-01-08 03:19:37 +00:00
juha
9562cb7492 Converter: Continue normally if mode directive was there already. Issue #34810.
git-svn-id: trunk@60028 -
2019-01-08 00:00:06 +00:00
wp
1194a890cc TAChart: Further improvements in positioning of series marks (issue #34819).
git-svn-id: trunk@60027 -
2019-01-07 22:03:43 +00:00
maxim
45498478c5 Components, Pas2JS: improved/simplified layout of 'Pas2JS webservers' dialog, cleaned up duplicate file from LPK, regenerated translations and updated Russian translation
git-svn-id: trunk@60026 -
2019-01-07 16:37:00 +00:00
wp
6f819f1f40 TAChart: Fix compilation by FPC trunk after r40785 #9d12401342.
git-svn-id: trunk@60025 -
2019-01-07 16:30:37 +00:00
wp
1de78ae201 VirtualTreeView: Fix compilation with FPC trunk after r40745 #b8a1d1c5e9. Issue #34804. Slightly modified patches by Pascal Riekenberg.
git-svn-id: trunk@60024 -
2019-01-07 15:35:07 +00:00
maxim
96c5271ad0 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@60023 -
2019-01-07 14:59:19 +00:00
wp
43eecc2e2f TAChart: Add new legend property FixedItemWidth (patch by Marcin Wiazowski, issue #34826).
git-svn-id: trunk@60022 -
2019-01-06 22:32:15 +00:00
wp
6d2a629bb9 TAChart: Improved positioning of series marks (issue #34819).
git-svn-id: trunk@60021 -
2019-01-06 22:11:41 +00:00
wp
b08eb51dc4 TAChart: Less hints.
git-svn-id: trunk@60020 -
2019-01-06 21:56:58 +00:00
martin
c627ab92eb SynEdit: MultiCaret - handle 2 stroke key combos correct. Issue #0034825
git-svn-id: trunk@60019 -
2019-01-06 21:14:56 +00:00
martin
88fa2be061 IDE, SourceEditor: Implement "Close tabs on right". Issue #0029929 / fix => check if modifier keys are assigned
git-svn-id: trunk@60018 -
2019-01-06 20:00:40 +00:00
martin
d0017b194c IDE, SourceEditor: "Close tabs on right". Issue #0029929 / Added key combo
git-svn-id: trunk@60017 -
2019-01-06 19:44:58 +00:00
martin
781767973e IDE, SourceEditor: Implement "Close tabs on right". Issue #0029929
git-svn-id: trunk@60016 -
2019-01-06 18:41:19 +00:00
martin
fe756b5c1b FpDebug: MacOs, loading of dwarf symbols missed some global vars.
git-svn-id: trunk@60015 -
2019-01-06 02:07:05 +00:00
martin
10ba71341c LazDebuggerFp/FpDebug: prevent mem-cache from hiding mem-read errors
git-svn-id: trunk@60014 -
2019-01-06 01:43:52 +00:00
martin
0a14d8c4ae LazDebuggerFp/FpDebug: tests, fp-lldb
git-svn-id: trunk@60012 -
2019-01-05 17:27:29 +00:00
martin
e00a9fb7eb LazDebuggerFp/FpDebug: tests, fp-lldb
git-svn-id: trunk@60010 -
2019-01-05 16:31:44 +00:00
martin
0e7c353eb8 LazDebuggerFp/FpDebug: tests, remove virtualtree
git-svn-id: trunk@60009 -
2019-01-05 16:30:44 +00:00