Commit Graph

62093 Commits

Author SHA1 Message Date
Martin
dfd23c955d Installer, Win: fix initial EnvironmentOptions.xml Issue #39630 2022-02-04 16:08:35 +01:00
wp_xyz
931246668e LCL/ShellTreeView: Fix incorrect behavior of TShellTreeView after propagating node renaming to the file system. Issue #39629. 2022-02-04 10:50:42 +01:00
wp_xyz
61ad4be039 Tools/chmmaker: Fix crash when editing table-of-contents of loaded sample project. 2022-02-03 13:45:38 +01:00
wp_xyz
fcb70e903a TAChart: Fix TBoxAndWhiskerSeries crashing when MinYValue or MaxYValue is queried and the series is empty. 2022-02-03 00:33:51 +01:00
wp_xyz
1f695b9d3a Tools/chmmaker: Fix compilation with FPC 3.2.x 2022-02-02 18:36:59 +01:00
wp_xyz
ebf1009e3c TAChart: Some speedup of TBoxAndWhiskerSeries painting 2022-02-02 17:57:55 +01:00
Martin
f7f41f0116 LCL: Fix Canvas.RoundRect with zero radius, wrong size for non-win. Issue #39628 2022-02-02 14:45:51 +01:00
Bart
8c251bbdfb LCL: Use const for parameters. Patch by Alexey Torgashin. Issue #39617. 2022-02-02 13:57:38 +01:00
Maxim Ganetsky
a39d846108 IDE: committed regenerated .res files after recent icon updates 2022-02-02 01:04:20 +03:00
mattias
a0a50faad0 simplewebservergui: comment 2022-02-01 21:59:42 +01:00
mattias
3f43baff8f ide: FileNameToPkgFileType: added fallback when include file is missing 2022-02-01 21:59:42 +01:00
Martin
6adac81859 LazDebuggerGdbmi: Fix compile for non-win targets. 2022-02-01 20:29:42 +01:00
Martin
f895353287 Debugger: Fix Snapshots. 2022-02-01 17:18:20 +01:00
Martin
a37d077199 Debugger: Update LazDebuggerFp testcase for new LazDebuggerIntf / SetNumValue 2022-02-01 17:18:20 +01:00
Martin
aba3d9d0b8 Debugger: Update GDBMI testcase for new LazDebuggerIntf 2022-02-01 17:18:20 +01:00
Martin
8e3c816593 Debugger, LazDebuggerIntf: Introduce SetNumValue and SetTypeName 2022-02-01 17:18:20 +01:00
Martin
442f57cf49 LazDebuggerFp: Handle WatchValue in thread 2022-02-01 17:18:20 +01:00
Martin
9de06ac372 DebuggerIntf,IDE: Add new Notification callback (cancel watch-eval request) 2022-02-01 17:18:19 +01:00
Martin
c1f09236f4 Debugger: Add Begin/EndUpdate to WatchValue 2022-02-01 17:18:19 +01:00
Martin
d814d37966 IdeDebugger: Make TWatchValue ref-counted 2022-02-01 17:18:19 +01:00
Martin
2e8783e5e0 FpDebug: fix uninitialized return value 2022-02-01 17:18:19 +01:00
wp_xyz
a54aa9c1bb Images: Replace icons in images/windows/ by versions adapted to the new style. Provided by Roland Hahn. 2022-02-01 12:40:27 +01:00
Maxim Ganetsky
ba2072b01a SimpleWebServer: enabled i18n, added Russian translation 2022-02-01 01:21:12 +03:00
dsiders
55c4d7d5af Docs: LazUtils/lazutf8. Fixes spelling errors in topics. 2022-01-31 21:42:29 +00:00
mattias
cf4306ec3d simplewebservergui: added IDE addon 2022-01-31 13:27:49 +01:00
mattias
a2404b4f47 IDE: clean up 2022-01-31 10:29:00 +01:00
mattias
a463602f9e IDEIntf: added LazarusIDE.GetProjectInspectorSelection 2022-01-31 10:28:09 +01:00
Maxim Ganetsky
f79988b3c9 IDE: committed regenerated .res files after recent icon updates 2022-01-31 01:17:33 +03:00
wp_xyz
2d93d8f51b LCL: Fix mouse position in unhandled mouse-wheel event to be relative to parent. Issue #39621. 2022-01-30 22:18:15 +01:00
mattias
07eb443322 ide: project inspector: register add popup menuitems 2022-01-30 20:58:22 +01:00
mattias
ec56ff310b ide: project inspector: register items popup menuitems 2022-01-30 20:39:47 +01:00
mattias
8a8bee71f8 codetools: added unitsearch path for ide to debugger 2022-01-30 19:14:45 +01:00
dsiders
57f8a2e341 Docs: LCL/dbgrids. Removes topic TCustomDBGrid.ResetSizes for changes in 6402a449. 2022-01-30 15:22:29 +00:00
dsiders
a5a95e6134 Docs: LCL/grids. Updates content for TCustomGrid topics. 2022-01-30 15:13:31 +00:00
dsiders
5bade4a47a Docs: LCL/grids. Updates content for TCustomGrid topics. 2022-01-30 15:11:39 +00:00
wp_xyz
9a87e2953c TAChart: Restore default color when TRandomChartSource.RandomColors is false. 2022-01-30 14:02:29 +01:00
wp_xyz
34f156c0b9 TAChart: Add new property RandomColors to TRandomChartSource. 2022-01-30 13:52:31 +01:00
Werner Pamler
5b7387ddd5 Merge branch 'Free_Coder-main-patch-51955' into 'main'
TAMultiseries.pas fix for #39616 TBoxAndWhiskerSeries cannot use different...

See merge request freepascal.org/lazarus/lazarus!68
2022-01-30 12:03:45 +00:00
Werner Pamler
7a1301e7b0 Merge branch 'Free_Coder-main-patch-30447' into 'main'
TAMultiseries.pas fix for #39615 TBoxAndWhiskerSeries does not draw box if box...

See merge request freepascal.org/lazarus/lazarus!67
2022-01-30 11:17:29 +00:00
Frank Freeman
c4a17bf926 TAMultiseries.pas fix for #39616 TBoxAndWhiskerSeries cannot use different color on each point for box border, whiskers and median 2022-01-30 00:59:35 +00:00
Frank Freeman
b6222f0da8 TAMultiseries.pas fix for #39615 TBoxAndWhiskerSeries does not draw box if box image left=right or top=bottom 2022-01-30 00:24:34 +00:00
Juha
7f6c15e911 LCL: Do not Invalidate a CustomGrid in every MouseUp. Merge request !66 by Petr Kristan. 2022-01-30 00:31:19 +02:00
Juha
6402a449b3 LCL: Prevent double painting CustomDBGrid. Merge request !65 by Petr Kristan. 2022-01-30 00:18:49 +02:00
Juha
07ae01b655 LCL-GTK3: Fix speedbutton images. Issue #39614, patch by dbannon. 2022-01-29 15:30:04 +02:00
wp_xyz
0aada2da4c Images: Replace lazarus*.ico files by versions in which the small images (16x16, 20x20) are a bit more "crispy". Created by Roland Hahn. 2022-01-29 12:50:46 +01:00
dsiders
ff3970a6b3 Docs: LCL/comctrls. Updates topics for changes in 4d72245552, 082d051466. 2022-01-29 01:08:22 +00:00
Maxim Ganetsky
2c0311eabc Images: fixed images/mainiconproject.ico 2022-01-29 00:52:08 +03:00
Maxim Ganetsky
576732afb0 IDE: committed regenerated .res files after recent icon updates 2022-01-29 00:34:30 +03:00
Juha
082d051466 LCL: Do not InvalidateSelected in MultiSelect virtual TListView. Part of issue #39324. 2022-01-28 17:09:38 +02:00
Juha
43da1e05f3 IDE: Fix checking new unique unit name against projectinfo name. Move nested funcs out. 2022-01-28 17:09:38 +02:00