Commit Graph

57109 Commits

Author SHA1 Message Date
juha
5328b9a852 Examples: Use '/' as path delimiter in project settings. Works also on Windows. Issue #35524.
git-svn-id: trunk@61164 -
2019-05-06 11:32:58 +00:00
martin
fec293914e LazReport: fix compile
git-svn-id: trunk@61163 -
2019-05-06 10:44:46 +00:00
dmitry
9e4ab0beb5 cocoa: resolve windows-level wrong use. A drawback - lost SystemOnTop setting, now behave similar to OnTop. (similar to Windows). #34939
git-svn-id: trunk@61162 -
2019-05-05 20:42:10 +00:00
dmitry
398156e28e cocoa: scrolling customlistbox to the selected index on SetItemIndex. #35435
git-svn-id: trunk@61161 -
2019-05-05 19:00:54 +00:00
dmitry
14eaeb1c76 cocoa: doing the proper time release of the main autorelease pool. #35400
git-svn-id: trunk@61160 -
2019-05-05 18:53:05 +00:00
martin
a17ed6695c fix compare function
git-svn-id: trunk@61158 -
2019-05-05 15:53:28 +00:00
martin
eb2966c1f0 SynEdit: fix compare function
git-svn-id: trunk@61157 -
2019-05-05 15:48:43 +00:00
martin
80f32f0ac9 IDE: fix compare function
git-svn-id: trunk@61156 -
2019-05-05 15:48:42 +00:00
martin
120e246c89 LazReport: fix compare function
git-svn-id: trunk@61155 -
2019-05-05 15:48:40 +00:00
martin
59d9225b25 LazReport: fix potential overflow in compare function
git-svn-id: trunk@61154 -
2019-05-05 15:35:56 +00:00
martin
4e7db82b52 IDE: fix potential overflow in compare function
git-svn-id: trunk@61153 -
2019-05-05 15:35:54 +00:00
martin
f7c82fb295 LazReport: fix potential rangecheck in compare function
git-svn-id: trunk@61152 -
2019-05-05 15:30:04 +00:00
martin
1e08f29dd0 IDE: SynEdit: fix potential rangecheck in compare function
git-svn-id: trunk@61151 -
2019-05-05 15:30:02 +00:00
martin
4d8827642a SynEdit: fix potential rangecheck in compare function
git-svn-id: trunk@61150 -
2019-05-05 15:30:00 +00:00
martin
dec42c1e4d LazDebugger Tests: Improve error feedback
git-svn-id: trunk@61149 -
2019-05-05 15:29:58 +00:00
martin
1b35c31849 OPM: register in component palette pages dropdown
git-svn-id: trunk@61148 -
2019-05-05 13:59:53 +00:00
martin
6ce19f4c88 IDE: Allow to register extra entries in component palette pages dropdown
git-svn-id: trunk@61147 -
2019-05-05 13:59:51 +00:00
martin
efe5909dac IDE, component-palette: Better pos/size on multi monitor
git-svn-id: trunk@61146 -
2019-05-05 13:59:49 +00:00
martin
2c7180c156 LeakView: updated Makefile
git-svn-id: trunk@61145 -
2019-05-05 11:21:27 +00:00
martin
4e01502f4b LeakView: updated Makefile
git-svn-id: trunk@61144 -
2019-05-05 11:15:10 +00:00
martin
d9dc0e04d3 LeakView: updated Makefile.fpc
git-svn-id: trunk@61143 -
2019-05-05 11:12:09 +00:00
martin
e5590c5ee6 GdbmiDebugger: fix function ref under stabs
git-svn-id: trunk@61142 -
2019-05-05 10:54:23 +00:00
martin
c1833857ed GdbmiDebugger: tests
git-svn-id: trunk@61141 -
2019-05-05 10:54:22 +00:00
zeljko
5f50baabd0 Qt: do not trigger warning "level 2 comment found" when compiling ws.
git-svn-id: trunk@61140 -
2019-05-05 09:30:52 +00:00
zeljko
485494fb4d Qt,Qt5 send key esacape in utf8keypress. issue #35448
git-svn-id: trunk@61139 -
2019-05-05 09:27:02 +00:00
dmitry
9745b8a794 cocoa: adding support for height of raws in CocoaTable controls. #35154
git-svn-id: trunk@61138 -
2019-05-04 19:58:49 +00:00
dmitry
93f5a590b4 cocoa: manual drawing of highlight color for (vibrant)dark theme in 10.13. #34600
git-svn-id: trunk@61137 -
2019-05-04 19:20:47 +00:00
dmitry
1a44035345 cocoa: fix the issue with wheel event ShiftState parameter not assigned properly. #35481
git-svn-id: trunk@61136 -
2019-05-04 16:41:48 +00:00
dmitry
2b46c6d5e0 opengl: prevent double mouse-down events for cocoa. bug #35480
git-svn-id: trunk@61135 -
2019-05-04 16:08:15 +00:00
juha
3b4da7a6b6 LCL-GTK2: Remove a leftover GTK_REMOVE_CLIPBOARD_NULL block. The bug was fixed in r58530 #c3fff83320.
git-svn-id: trunk@61134 -
2019-05-04 07:21:27 +00:00
martin
677180e6e5 FpGdbmiDebugger: Don't defer skNone to GDB. gdb may crash, and fpdebug may have some data. Issue #0035477
git-svn-id: trunk@61133 -
2019-05-03 21:24:59 +00:00
martin
ef247de448 GdbmiDebugger, Windows: Improved commit 61117 #a08b1f9560 ("Improved speed..."): Only skip sleep, if there was a recent write to gdb. (Response expected)
git-svn-id: trunk@61132 -
2019-05-03 21:24:57 +00:00
dmitry
e484e770ee cocoa: adding support for ofForceShowHidden flags in open save dialogs. In ref to #35452
git-svn-id: trunk@61131 -
2019-05-03 20:47:00 +00:00
martin
d6a6435a9c GdbmiDebugger, Windows: Fix commit 61117 #a08b1f9560 ("Improved speed..."): Make sure Idle and ProcessMessages are called, even with small TimeOuts
git-svn-id: trunk@61130 -
2019-05-03 20:45:01 +00:00
juha
97941ab395 LCL: Call inherited from TCustomDBComboBox.Change. Issue #35419.
git-svn-id: trunk@61129 -
2019-05-03 20:36:42 +00:00
juha
fc63a57f68 LCL-fpgui: Fix the issue of using TLabel components with LCL-fpGUI. Issue #35478, patch from Graeme.
git-svn-id: trunk@61128 -
2019-05-03 19:45:34 +00:00
juha
627ed33840 LCL-fpgui: Fix Canvas.BeginDraw() call in DeviceContext class + extra check added. Issue #35478, patch from Graeme.
git-svn-id: trunk@61127 -
2019-05-03 19:45:33 +00:00
juha
a1e1ff2512 LCL-fpgui: Update Makefile.fpc. Issue #35478, patch from Graeme.
git-svn-id: trunk@61126 -
2019-05-03 19:45:31 +00:00
juha
873259cf08 LCL-fpgui: Update README file with latest information. Issue #35478, patch from Graeme.
git-svn-id: trunk@61125 -
2019-05-03 19:45:29 +00:00
juha
4236e93bc6 LCL-fpgui: Fully implement DCGetPixel(). Issue #35478, patch from Graeme.
git-svn-id: trunk@61124 -
2019-05-03 19:45:28 +00:00
juha
182c72e0da LCL-fpgui: Disable compiler define causing writeln() IO errors under Windows. Issue #35478, patch from Graeme.
git-svn-id: trunk@61123 -
2019-05-03 19:45:26 +00:00
juha
98ea746922 LCL-fpgui: Fix compilation. Wrong number of parameters for GetImageIndexAndEffect() call. Issue #35478, patch from Graeme.
git-svn-id: trunk@61122 -
2019-05-03 19:45:25 +00:00
juha
a29469dc6a LCL-fpgui: Implement TButton.Default behaviour. Issue #35478, patch from Graeme.
git-svn-id: trunk@61121 -
2019-05-03 19:45:23 +00:00
juha
4566e63758 LCL-fpgui: Extend AppInit() implementation to set correct screen DPI values. Issue #35478, patch from Graeme.
git-svn-id: trunk@61120 -
2019-05-03 19:45:22 +00:00
juha
ca0b21719c LCL-fpgui: Fix compilation error due to Graph unit in uses clause. Issue #35478, patch from Graeme.
git-svn-id: trunk@61119 -
2019-05-03 19:45:06 +00:00
martin
ddb8114238 Installer, Win: Add Chinese
git-svn-id: trunk@61118 -
2019-05-03 16:38:44 +00:00
martin
a08b1f9560 GdbmiDebugger, Windows: Improved speed. Wait for gdb responses, with less sleep calls (increase cpu usage) / Option to disable for laptops/etc.
git-svn-id: trunk@61117 -
2019-05-03 15:16:31 +00:00
martin
29735fe548 GdbmiDebugger: Workaround for gdb bug https://sourceware.org/bugzilla/show_bug.cgi?id=16016
git-svn-id: trunk@61116 -
2019-05-03 15:16:30 +00:00
dmitry
2b838aacbd cocoa: adding compatibility for windows Cosmetic - pen styles. Replaced dynamic memory allocation with stack. #34744
git-svn-id: trunk@61115 -
2019-05-03 15:15:04 +00:00
martin
306a196ebd GdbmiDebugger: Removed unused code "CreatePTypeValueList"
git-svn-id: trunk@61114 -
2019-05-03 15:15:02 +00:00