Commit Graph

66282 Commits

Author SHA1 Message Date
Martin
6b2502a96e SynEdit: fix OnClearMark, checking the correct fields for assigned. Issue #41522
(cherry picked from commit 6c2a52efe0)
2025-03-11 10:29:52 +01:00
Martin
cd74cc2487 IDE: catch codetool error during source-completion paint. Issue #32972
(cherry picked from commit 9f48130673)
2025-03-04 21:49:42 +01:00
Bart
f1feaaf4e0 TListView: fix potential AV in SetDropTarget. Issue #19083.
(cherry picked from commit 4204fa7a65)
2025-02-22 11:24:13 +01:00
dsiders
796a8090d4 Docs: LCL/stdctrls. Updates the TCustomMemo.FinalizeWnd topic for changes in be89c477. Issue #40794.
(cherry picked from commit 482f403d27)
2025-02-13 21:00:51 -05:00
dsiders
5af7ac9c27 Docs: LCL/forms. Updates the TScrollingWinControl.DestroyWnd topic for changes in be89c477. Issue #40794.
(cherry picked from commit d2acaace1f)
2025-02-13 21:00:38 -05:00
Martin
72976914f5 LCL: fix TControlScrollBar needs update if owner's handle changes. Issue #40794 introduced in 4891f1f0e1
(cherry picked from commit be89c477d9)
2025-02-13 17:37:28 +01:00
dsiders
448a6e7c62 Docs: LazControls/listviewfilteredit. Adds missing description for the TListViewFilterEdit.MatchesFilter.AData parameter.
(cherry picked from commit f91b117ccd)
2025-02-12 13:08:40 -05:00
dsiders
42da5fc40d Docs: LCL/extctrls. Updates TCustomSplitter.MinSize topic to reflect valid values. Issue #41414.
(cherry picked from commit c26c03b6ae)
2025-02-09 15:15:50 -05:00
dsiders
592471c471 Docs: LazUtils/graphmath. Updates content in PolyBezierArcPoints. Changes in 1014cd33. Issue #41400.
(cherry picked from commit b2302cef64)
2025-02-03 14:29:32 -05:00
wp_xyz
48203be6fd LazUtils: Fix calculation error in function PolyBezierArcPoints (unit GraphMath). Issue #41400. Fix typos in comments.
(cherry picked from commit 1014cd330f)
2025-02-03 12:11:19 +01:00
wp_xyz
4bf34c39a8 LazUtils: Fix calculation error in function LineEndPoint (unit GraphMath). Issue #41400.
(cherry picked from commit 1dcfd1a774)
2025-02-03 10:32:14 +01:00
wp_xyz
f5f4838cfe LCL/ShellTreeView: Fix error when clicking a non-default root node in sorted ShellTreeView. Issue #41373. Manually back-ported from Main 2025-02-01 13:59:24 +01:00
wp_xyz
e662ea9001 TAChart: Fix potentially unbalanced sequence of Dataset.DisableControls and .EnableControls in TDbChartSource (https://forum.lazarus.freepascal.org/index.php/topic,70019.msg545153/topicseen.html)
(cherry picked from commit 8ef40e37d5)
2025-01-28 23:29:54 +01:00
Maxim Ganetsky
fc290365c6 IDE: committed automatically regenerated resource file 2025-01-28 01:04:29 +03:00
mattias
8a504ef571 set fixes_3 version to 3.9 2025-01-27 22:08:06 +01:00
Martin
75315cf5b2 IDE: SourceEditor, fix painting hint on completion drop down. Do not limit to width of dropdown, the hint is intentionally wider. (Currently use "ItemSelect" to detect if the paint may be for the hint)
(cherry picked from commit 5aee1dc5de)
2025-01-26 00:41:34 +01:00
mattias
c6eba77be6 ide: updated res 2025-01-19 10:39:52 +01:00
mattias
a69f6e15ef docs: set version to 3.8 2025-01-19 10:31:48 +01:00
mattias
57e899e4bb updated makefiles 2025-01-18 10:32:39 +01:00
mattias
f15364b893 set fixes version 3.8 2025-01-18 10:31:24 +01:00
mattias
a7bb657c73 tools: rpm: renamed packages 2025-01-17 23:12:14 +01:00
mattias
2d98da4d24 tools: using fpc-laz packages 2025-01-17 22:45:43 +01:00
rich2014
38de7307a0 IDE/LazFileUtils: fix in GetDarwinNormalizedFilename() #41332 2025-01-14 00:04:34 +08:00
dsiders
8806fe75f8 Docs: build_lcl_docs. Removes extraneous Quote characters around CHM title.
(cherry picked from commit 90dc1fe26f)
2025-01-10 23:04:48 -05:00
Martin
f54758267e FpDebug: Do not free current DbgThread while still in use / Will be freed after next run/step. (Linux)
(cherry picked from commit d25d085dbb)
2025-01-09 13:12:56 +01:00
Martin
772bc3236b FpDebug: Linux, fix reading proc/maps to get loaded libraries.
(cherry picked from commit 6f1cd0c4b5)
2025-01-07 18:38:26 +01:00
dsiders
3872ad8091 Docs: LCL/stctrls. Updates TCustomComboBox and TComboBox topics to use consistent content.
(cherry picked from commit fe5942408a)
2025-01-03 20:04:21 +00:00
dsiders
588e49b68e Docs: LazUtils/lazfileutils. Updates content in AppendPathDelim topic to describe
how Windows device identifiers are handled in the routine.

(cherry picked from commit d95cdc433a)
2025-01-01 11:30:15 +00:00
wp_xyz
7d63af5f5f IDEIntf: Fix scaling of action names listbox in ActionList component editor
(cherry picked from commit 0f2d6ec40d)
2024-12-30 12:11:23 +01:00
wp_xyz
0e1be81f90 LazReport: Fix mouse cursor disappearing over images. Issue #41289, patch by paweld
(cherry picked from commit ad55ba8399)
2024-12-26 11:03:06 +01:00
dsiders
11b373446d Docs: LCL/actnlist. Fixes See Also links, return value description in TActionLink.Update.
(cherry picked from commit 3e096abc50)
2024-12-19 17:04:36 +00:00
dsiders
903fe2bae9 Docs: LCL/actnlist. Removes version info in TActionLink.Update.
(cherry picked from commit 19e6796666)
2024-12-19 16:24:03 +00:00
dsiders
93fd4a3864 Docs: LCL/actnlist. Updates TActionLink.Update topic for changes in 51da4aa0.
* Depends on f2c1978c. Issue #41063.

(cherry picked from commit dac6000769)
2024-12-19 16:24:01 +00:00
dsiders
f5c3ce525d Docs: LCL/actnlist. Adds the TActionLink.Update topic for changes in aa9ce848. Issue #41063.
* Assumed Milestone 4.0.

(cherry picked from commit f2c1978c4b)
2024-12-19 16:24:00 +00:00
Martin
34747b97d1 LCL: Workaround for RTL / init result - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063
(cherry picked from commit 51da4aa0c4)
2024-12-19 11:55:04 +01:00
Martin
b561ec5fe3 LCL: Workaround for RTL - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063
(cherry picked from commit aa9ce848b7)
2024-12-19 11:55:04 +01:00
Martin
f246115506 Packager: Package-Editor, disable move-up/down buttons for hieratical view. See Issues #41282 and #41283
(cherry picked from commit 239b75609b)
2024-12-19 11:55:04 +01:00
wp_xyz
b449aa9c82 Packager: Fix "New requirement" dialog crashing at closing when no package is selected. Issue #41278
(cherry picked from commit bc56d9b8cc)
2024-12-15 18:23:09 +01:00
wp_xyz
57a394e4ae TAChart: Fix crash when Hide is called for an inactive chart tool.
(cherry picked from commit 72a834edba)
2024-12-12 12:03:23 +01:00
Martin
85c4c556e6 FpDebug: fix checks for end of CIE-data. Don't read outside the section data.
(cherry picked from commit ba0a9c5bf7)
2024-11-23 17:04:42 +01:00
Martin
ffdc389c25 FpDebug: Linux, check if thread is known.
(cherry picked from commit 9fd6981814)
2024-11-23 17:04:41 +01:00
Martin
085045f648 FpDebug: fix range check error with enum values (negative ord value). Issue #41240
(cherry picked from commit d93235de52)
2024-11-17 13:19:18 +01:00
Martin
462cdb4ff9 Debugger: If asm stepping stops in source (e.g. asm-step over hits breakpoint / or step ends at known source) then update source-editor. Fix regression from issue #40415 f051d0bd65
(cherry picked from commit 5111f33390)
2024-11-17 13:18:31 +01:00
wp_xyz
9ae5f9eba5 AboutBox/SplashScreen: Fix blurring on mac Retina displays, part 2 (issue #41205) (4f007f3d82)
Splash form: Fix size of splash image on mac. Issue #41205. 2e21040755
(Applied manually due to conflict)
2024-11-06 23:09:28 +01:00
wp_xyz
3baca82fa4 AboutBox/Splashscreen: Fix blurring on Mac Retina displays. Patch by @Slidescape, issue #41205,
(cherry picked from commit 0b7d81bd37)
2024-11-06 22:55:37 +01:00
wp_xyz
a93934025f LCL/GraphUtil: Exit ScaleImg immediately when no size change of the image is needed.
(cherry picked from commit 77121d9b42)
2024-11-06 22:55:36 +01:00
Martin
f39025ab18 LazDebuggerFp: fix asm-step-over wrongly stops at finally block in nested code. Issue #41226
(cherry picked from commit 929c9e68ca)
2024-11-06 16:27:33 +01:00
Martin
3fca59ea2e FpDebug: Asm-step-over, ignore unloading library events
(cherry picked from commit 93da1812b9)
2024-11-06 16:20:17 +01:00
wp_xyz
722cddb5f9 TAChart: Fix duplicate "virtual" directive of TBasicChartSeries.ClipRectChanged (https://forum.lazarus.freepascal.org/index.php/topic,69114.msg536109.html).
(cherry picked from commit b07267959f)
2024-10-31 00:09:04 +01:00
wp_xyz
95146d6346 virtualtreeview: partially revert 402cffbdfd, issue #41210
(cherry picked from commit a775e7be7c)
2024-10-31 00:09:02 +01:00