Commit Graph

55668 Commits

Author SHA1 Message Date
mattias
0df37d6866 LCL: GTK2: Fixed when hovering the mouse cursor over TMemo component at runtime, mouse cursor wont change to text cursor. Issue #34976
git-svn-id: branches/fixes_2_0@60382 -
2019-02-09 08:46:44 +00:00
mattias
0af111a5fc TAChart: Publish standard property Constraints Issue #35010
git-svn-id: branches/fixes_2_0@60381 -
2019-02-09 08:46:26 +00:00
mattias
a6c0d8a0a7 TAChart: Improved initialization of scaling transformation. Issue #34896, patch by Marcin Wiazowski.
git-svn-id: branches/fixes_2_0@60380 -
2019-02-09 08:46:07 +00:00
mattias
aa6c8ecdfc synedit: fixed CompareBinary for Length(s2) > l
git-svn-id: branches/fixes_2_0@60379 -
2019-02-09 08:45:48 +00:00
mattias
511744bfa6 TAChart: Fix bar series not showing bars with values < 1 Issue #34863
git-svn-id: branches/fixes_2_0@60378 -
2019-02-09 08:45:25 +00:00
mattias
bb9ed36afa TAChart: Prioritize Chart.MinDataSpace when plot size is too small. Issue #34896. Patch by Marcin Wiazowski.
git-svn-id: branches/fixes_2_0@60377 -
2019-02-09 08:45:06 +00:00
mattias
e24077d44b TAChart: Fix font scaling of CanvasDrawer.
git-svn-id: branches/fixes_2_0@60376 -
2019-02-09 08:44:46 +00:00
mattias
35469e962b LCL: Grids, Fix crashes if rows/cols are reduced and editor was active in removed grid area. Hide the Editor if cell no longer exists (same as in DeleteRow). Issue #0034930
git-svn-id: branches/fixes_2_0@60375 -
2019-02-09 08:44:25 +00:00
mattias
1243196875 TAChart: Improvements in TChartAxis.EnsureGuaranteedSpace(). Issue #34896. Patch by Marcin Wiazowski.
git-svn-id: branches/fixes_2_0@60374 -
2019-02-09 08:42:54 +00:00
mattias
d758d73029 TAChart: Combine {$hints on} and {$warnings on} with {$push} and {$pop}
git-svn-id: branches/fixes_2_0@60373 -
2019-02-09 08:42:33 +00:00
mattias
4278dfd644 LCL: fixed regression from r59186 #8d0fe522bb. Issue #34870
git-svn-id: branches/fixes_2_0@60372 -
2019-02-09 08:38:36 +00:00
mattias
e4a665fb81 LCL-GTK2: Prevent Clipboard.AsText crashing. Issue #34795
git-svn-id: branches/fixes_2_0@60371 -
2019-02-09 08:38:15 +00:00
mattias
4baa965337 LCL: TPageControl: Focus first control on page when page is changed and a control on it was focused. Issue #33991
git-svn-id: branches/fixes_2_0@60370 -
2019-02-09 08:35:13 +00:00
martin
c165297ef9 Merged revision(s) 60338 #f72819e5bd from trunk:
FpDebug, LazDebuggerFpLldb: prevent reading invalid memory (int overflow of Addr+Size) / this fixes crashes due to incorrect cache matches
........

git-svn-id: branches/fixes_2_0@60353 -
2019-02-07 00:25:17 +00:00
martin
b24424528c Merged revision(s) 60325 #10824e43e6 from trunk:
LazDebugger(Fp)Lldb: Fix stepping in the correct thread
........

git-svn-id: branches/fixes_2_0@60339 -
2019-02-05 17:46:27 +00:00
mattias
13c8d5eb29 set fixes version to 2.0.1
git-svn-id: branches/fixes_2_0@60306 -
2019-02-02 20:03:29 +00:00
mattias
5205899c43 set fixes version to 2.0.0.4
git-svn-id: branches/fixes_2_0@60304 -
2019-02-02 19:58:07 +00:00
mattias
1800cc1c5e docs: fixed xml
git-svn-id: branches/fixes_2_0@60303 -
2019-02-02 19:51:12 +00:00
mattias
abd0bb7460 docs: fixed xml
git-svn-id: branches/fixes_2_0@60300 -
2019-02-02 19:30:57 +00:00
mattias
332e85886a lazutils: docs, issue #34994, patch from Don Siders
git-svn-id: branches/fixes_2_0@60297 -
2019-02-02 19:09:47 +00:00
mattias
e2dcbf69df LazLogger: Fix a crash, due to not thread safe
git-svn-id: branches/fixes_2_0@60295 -
2019-02-02 19:01:20 +00:00
mattias
2f1198f0cf LazLogger: Init is called from DoDebugLn => make thread save
git-svn-id: branches/fixes_2_0@60294 -
2019-02-02 18:54:10 +00:00
mattias
902e02e3f2 TAChart: Fix of TChart.IsPointInViewPort and axis labels if all data values are < 1E-12.
git-svn-id: branches/fixes_2_0@60293 -
2019-02-02 18:46:17 +00:00
mattias
f442c1dd8f Debugger GDBMI: Fix compilation of tests
git-svn-id: branches/fixes_2_0@60292 -
2019-02-02 18:45:58 +00:00
mattias
f3bde69494 Debugger GDBMI: Attempt workaround for step-over issue (step-over performs step-in). See Issue #0034159
git-svn-id: branches/fixes_2_0@60291 -
2019-02-02 18:45:32 +00:00
mattias
85af017a0e Debugger GDBMI: Fix thread context for finding correct frame
git-svn-id: branches/fixes_2_0@60290 -
2019-02-02 18:45:16 +00:00
mattias
2c9ab572d6 Qt,Qt5: fixed AppRun when called with Application.Terminated - eg. app terminated in mainform.OnShow when using QtUseNativeEventLoop. part of Issue #34982
git-svn-id: branches/fixes_2_0@60289 -
2019-02-02 18:44:59 +00:00
mattias
7e5b882e03 Qt,Qt5: fixed application hang when terminated but trying to show another form. Now we do not use QtUseNativeEventLoop on qt4 anymore. Issue #34982
git-svn-id: branches/fixes_2_0@60288 -
2019-02-02 18:44:41 +00:00
mattias
ef32e7493c LCL: GTK2: Fixed memory leak in StatusBar. Issue #34951
git-svn-id: branches/fixes_2_0@60287 -
2019-02-02 18:44:09 +00:00
mattias
b74885843b Qt,Qt5: do not send LM_MOVE from QLineEdit of QComboBox. Issue #0034880
git-svn-id: branches/fixes_2_0@60286 -
2019-02-02 18:43:49 +00:00
mattias
16e1738cde Qt,Qt5: do not send LM_MOVE from viewport of TCustomControl since param is position of viewport by itself.
git-svn-id: branches/fixes_2_0@60285 -
2019-02-02 18:43:33 +00:00
mattias
2e698baa89 Docs: Update documentation for PopupNotifier, remove a duplicate UTF8Process.xml file. Issue #34962 and Issue #34966
git-svn-id: branches/fixes_2_0@60284 -
2019-02-02 18:41:28 +00:00
mattias
6f9a33b570 TAChart: Fix TChart.IsPointInViewPort to allow for floating point round-off errors. Issue #34961
git-svn-id: branches/fixes_2_0@60283 -
2019-02-02 18:40:49 +00:00
mattias
53de1be2d1 Qt,Qt5: fixed themed drawing of combobox when we draw regular dropdown button.
git-svn-id: branches/fixes_2_0@60282 -
2019-02-02 18:40:30 +00:00
mattias
8335988cf7 Qt5: fixed invalid positions of TCustomControl. Issue #0034880
git-svn-id: branches/fixes_2_0@60281 -
2019-02-02 18:40:12 +00:00
mattias
4b5c1dcce3 TAChart: Fix incorrect scaling of TScaledCanvasDrawer
git-svn-id: branches/fixes_2_0@60280 -
2019-02-02 18:39:54 +00:00
mattias
239b73fdac LCL: Win32: Fixed not every TGroupBox child follows parent's Enabled property. Issue #0034763. Patch by BrunoK
git-svn-id: branches/fixes_2_0@60279 -
2019-02-02 18:39:33 +00:00
mattias
1ba8ad7485 Qt,Qt5: deliver left,up,right,down keys to the lcl from calendarWidget. Issue #0034752
git-svn-id: branches/fixes_2_0@60278 -
2019-02-02 18:38:57 +00:00
mattias
b89c9f5628 LCL: TCustomImageList fix for memory leak. Patch by Ondrej Pokorny. Issue #0034708
git-svn-id: branches/fixes_2_0@60277 -
2019-02-02 18:38:35 +00:00
mattias
26e96486c9 docs: lazfileutils, issue #34984, from Don Siders
git-svn-id: branches/fixes_2_0@60259 -
2019-01-31 19:17:30 +00:00
mattias
658468ef4d IDE: keymap conflict: show relation caption
git-svn-id: branches/fixes_2_0@60255 -
2019-01-31 10:51:16 +00:00
mattias
a371520347 IDE: keymap conflict: show relation caption
git-svn-id: branches/fixes_2_0@60254 -
2019-01-31 10:45:04 +00:00
mattias
eaa9b98eee docs: documentation of lazutf8classes, issue #34968, from Don Siders
git-svn-id: branches/fixes_2_0@60243 -
2019-01-29 19:13:32 +00:00
martin
68698e6304 Merged revision(s) 60239 #7243ffc25d from trunk:
Lldb / FpLldb: fix length of exception class names
........

git-svn-id: branches/fixes_2_0@60240 -
2019-01-29 17:57:42 +00:00
maxim
65cd5f6bcb Merged revision(s) 60218 #f21f956ce1 from trunk:
Tools, UpdatePoFiles: corrected accepted resource file extension (.lrt -> .lrj)
........

git-svn-id: branches/fixes_2_0@60222 -
2019-01-25 22:42:15 +00:00
maxim
64941cd4a8 Merged revision(s) 60206 #3d405210f9 from trunk:
AnchorDocking: Fixed SimplifyOneControl destroy the layout, Issue #34937
........

git-svn-id: branches/fixes_2_0@60221 -
2019-01-25 22:38:03 +00:00
maxim
4fcdffe2a9 Merged revision(s) 60048 #f737797457, 60133 #52cadc4bb3 from trunk:
FpDebugServer: fix compilation / support multiple addresses per breakpoint
........
Debugger-tests: speed up internal logging (needed on windows).
........

git-svn-id: branches/fixes_2_0@60220 -
2019-01-25 22:37:12 +00:00
maxim
59d4a48130 Merged revision(s) 60129 #3b38aad6ce, 60151 #e4ec9da618, 60162-60163 #59e51e3587-#59e51e3587, 60216 #6ae52eb288 from trunk:
TAChart: Fix axes for series having very long labels. Issue #34896. Based on patch by Marcin Wiazowski.
........
TAChart: Refinements for long series labels (respect device scaling, introduce chart property MinDataSpace). Issue #34896.
........
TAChart: Avoid crash of chart if an axis is destroyed. Add chart properties HorAxis and VertAxis.
........
TAChart: Fix uninitialized variables FLoBound and FUpBound used by TBasicPointSeries. Patch by Marcin Wiazowski. Issue #34935
........
TAChart: Fix too late updating of variables FLoBounds and FUpBounds of TBasicChartSeries. Patch by Marcin Wiazowski. Issue #34935.
........

git-svn-id: branches/fixes_2_0@60219 -
2019-01-25 22:34:26 +00:00
mattias
2b8c5424db IDE: Support many picture formats for project icon. It was wrongly changed for Issue #34464
git-svn-id: branches/fixes_2_0@60205 -
2019-01-24 09:58:42 +00:00
mattias
2f4272b1cb chmhelp: Fix compilation of lhelpconnectiondemo1 project
git-svn-id: branches/fixes_2_0@60204 -
2019-01-24 09:52:02 +00:00