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 |
|
juha
|
a897a24acc
|
LCL-Win32: Add support for ofForceShowHidden flag in dialog options. Issue #35452, patch from Serge Anvarov.
git-svn-id: trunk@61113 -
|
2019-05-03 15:07:22 +00:00 |
|
juha
|
0b9cbf7d7d
|
LCL: Remove unused parameters Width and Height from LCLBoundsToWin32Bounds. Issue #35465, patch from Serge Anvarov.
git-svn-id: trunk@61112 -
|
2019-05-03 14:44:44 +00:00 |
|
juha
|
7de7e2642e
|
LCL: Fix some data control regressions. Issue #35458, patch from Michal Gawrycki.
git-svn-id: trunk@61111 -
|
2019-05-03 13:53:21 +00:00 |
|
mattias
|
1d8e8b2751
|
codetools: fixed node start class sections
git-svn-id: trunk@61109 -
|
2019-05-03 08:54:34 +00:00 |
|
dmitry
|
8295312cc5
|
opengl: revert unintended automatic changes made by the newer IDE version.
git-svn-id: trunk@61108 -
|
2019-05-02 14:27:35 +00:00 |
|
dmitry
|
9c59e031fc
|
opengl: update cocoa compilation for the latest update with keyhandling
git-svn-id: trunk@61107 -
|
2019-05-02 14:25:48 +00:00 |
|
dmitry
|
ae91507d74
|
cocoa: key events handling refactoring. Removed per control keyprocessing and moved to NSApplication event loop processing. Updating windows key handling to pass hotkeys to menus. Patch by Zoë Peterson. #35449
git-svn-id: trunk@61106 -
|
2019-05-02 14:25:10 +00:00 |
|
martin
|
b5f20a389f
|
LeakView: Use FpDebug to resolve traces without lines
git-svn-id: trunk@61105 -
|
2019-05-02 01:05:07 +00:00 |
|
martin
|
4544b99ea8
|
LazDebuggerGDBMI: fix mem-leak when cross debugging (new LazGDeBugControl)
git-svn-id: trunk@61104 -
|
2019-05-02 01:05:05 +00:00 |
|
martin
|
b345479693
|
LazDebuggerGDBMI: tests, add verbosity
git-svn-id: trunk@61103 -
|
2019-05-02 01:05:03 +00:00 |
|
martin
|
c3dedf9cc0
|
LazDebuggerGDBMI: Improve getting exception class/msg with dwarf-3
git-svn-id: trunk@61102 -
|
2019-05-02 01:05:01 +00:00 |
|
dmitry
|
130eb4be3b
|
cocoa: updating menu handling. Preventing wrong click call. Preventing parent menus closing
git-svn-id: trunk@61101 -
|
2019-05-01 19:41:22 +00:00 |
|
balazs
|
be98f8898a
|
Opkman: Update default Lazarus/FPC version.
git-svn-id: trunk@61100 -
|
2019-05-01 16:40:07 +00:00 |
|
martin
|
90ecaf08c2
|
Ide ColorOptions: Improved "reset one" button (fix updating comboboxes / reset according to global/local)
git-svn-id: trunk@61099 -
|
2019-05-01 15:42:19 +00:00 |
|
martin
|
ff9c822553
|
Ide ColorOptions, Treeview: Fix smooth scrolling. Items scrolling in could have 1 pixel line duplicated or missing. See detailed explanation at revision 59650 #235888a37d
git-svn-id: trunk@61098 -
|
2019-05-01 13:01:02 +00:00 |
|