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
Ondrej Pokorny
c30f99e7e0
Revert "PackageTabs: Improve visibility of selected editor tab. Issue #41132 , patch by Maxim Ganetsky."
...
This reverts commit 930797ee74
.
2024-10-16 12:17:52 +02:00
dsiders
3ae9e09974
Docs: LCL/controls. Updates topics to specify how Height/ClientHeight and Width/ClientWidth differ from VCL.
...
* TControl.ClientHeight
* TControl.ClientWidth
* TControl.Height
* TControl.Width
(cherry picked from commit 49b437e2e5
)
2024-10-15 17:40:25 +01:00
Maxim Ganetsky
7ff6827277
IDE: committed automatically regenerated resource file
2024-10-10 18:37:21 +03:00
wp_xyz
ee864d978f
VirtualTreeView: Fix header paint issue in gtk2.
...
(cherry picked from commit 8b9b6cd85d
)
2024-10-08 15:45:26 +02:00
wp_xyz
9f04270439
VirtualTreeView: Fix memory leaks in Advanced demo
...
(cherry picked from commit 3c2da22f52
)
2024-10-08 15:37:14 +02:00
wp_xyz
128187f9e0
VirtualTreeView: Add dataarray sample project.
...
(cherry picked from commit 92271f5b1a
)
2024-10-08 15:36:33 +02:00
wp_xyz
f636905fff
VirtualTreeView: Improved LCL scaling.
...
(cherry picked from commit 402cffbdfd
)
2024-10-08 15:23:06 +02:00
wp_xyz
2f3f3f50bc
VirtualTreeView: Improve Advanced sample project
...
(cherry picked from commit 76d430baad
)
2024-10-08 15:22:49 +02:00
wp_xyz
3fec000b1c
VirtualTreeView: Fix painting of unthemed expland/collapse buttons in non-Windows widgetsets.
...
(cherry picked from commit d5040729df
)
2024-10-08 15:22:19 +02:00
wp_xyz
9773473a83
Examples/VirtualTreeViews: Improved rendering of AdvancedDemo in dark mode.
...
(cherry picked from commit 4e6afdc699
)
2024-10-08 15:17:29 +02:00
wp_xyz
5cfcc7a83a
IDE: Some more refinements in layout of editorfilemanager form.
...
(cherry picked from commit 5ffb95c6b5
)
2024-10-07 10:52:05 +02:00
wp_xyz
4d1834d8b4
IDE: Auto-sized layout of editorfilemanager form. Patch by Roland Hahn (slightly modified).
...
(cherry picked from commit 70fa0f186d
)
2024-10-07 10:52:04 +02:00
Martin
ea0604c23a
LCL: fix DPI scaling for aligned controls with anchor on their free site. Issue #41007
...
(cherry picked from commit 9c9902c1fc
)
2024-10-06 00:11:02 +02:00
Martin
4ff7d8564d
EditorMacro-Viewer: fix showing items when viewer is first opened.
...
(cherry picked from commit 0197574bfd
)
2024-10-06 00:07:51 +02:00
Martin
93b8dc38f4
IdeDebugger: fix range check in disassembler
...
(cherry picked from commit 84b64855b1
)
2024-10-06 00:06:57 +02:00
rich2014
32d8294154
Revert "Cocoa: fix memory leak in LegacyScroller #41171 "
...
This reverts commit e78f9e84ad
.
2024-10-05 01:18:51 +08:00
rich2014
e78f9e84ad
Cocoa: fix memory leak in LegacyScroller #41171
2024-10-05 00:11:04 +08:00
rich2014
42f7e27f41
Cocoq: release a global variables issue #41170
2024-10-04 23:08:09 +08:00
Željan Rikalo
c56446c89c
Qt5, Qt6: simplified code, use GetTextExtentExPoint from lclintf implementation.
...
(cherry picked from commit f528ace9dc
)
Co-authored-by: Željan Rikalo <zeljko@lazarus-ide.org>
2024-10-02 13:31:30 +00:00
mattias
62bcb0a627
set fixes version to 3.7
2024-09-28 10:15:36 +02:00
mattias
597cb17457
set fixes version to 3.6
2024-09-28 10:09:00 +02:00
mattias
5c030d3215
docs: xml: updated year 2023 to 2024
2024-09-28 09:54:46 +02:00
rich2014
9ace9bb511
Cocoa/Theme: improve on f84e081
2024-09-25 20:03:00 +08:00
dsiders
15b81b0241
Docs: LazUtils/lazutf8. Fixes and expands content in UTF8Insert topic. Issue #41154 .
...
(cherry picked from commit 514fadb9ca
)
2024-09-25 01:59:39 +01:00
Martin
2f073cd509
SynEdit: Fix compile.
2024-09-24 17:15:50 +02:00
Martin
49bf7a6262
SynEdit: Pascal-Highlighter add cppdecl and oldfpccall. Issue #41051
...
(cherry picked from commit 45b079d896
)
2024-09-24 16:59:34 +02:00
DomingoGP
63abb38c15
Jedi code format: fix bug formatting const arrays. Issue #41152
...
(cherry picked from commit 708f754935
)
2024-09-23 21:06:42 +02:00
rich2014
f84e08173d
Cocoa/Theme: fix themed button/checkbox issue #41150
2024-09-23 22:48:21 +08:00
Martin
2fd43649f0
DockedFormEditor: fix "cannot focus an inactive window" if showing source-edit hidden in tabbed anchor-docking.
...
(double click button, while source-edit is cloned to 2nd source-edit, docked into same main window but hidden in nested anchor tabs)
(cherry picked from commit 20929d2f06
)
2024-09-23 10:56:03 +02:00
Martin
d20c0908d8
IdeDebugger: fix detecting if current watch was freed.
...
(cherry picked from commit 5192cd95d9
)
2024-09-23 10:56:03 +02:00
dsiders
7df430ba84
Docs: LCL/forms. Updates TCustomForm.GetFormImage topic to clarify content and to fix an error in example code. Depends on 55ac08a5
, 53ba8c47
.
...
(cherry picked from commit 27c9054d4e
)
2024-09-18 15:58:46 +03:00
dsiders
835433a741
Docs: LCL/forms. Updates TCustomForm.GetFormImage topic for changes in 55ac08a5
. Issue #41140 .
...
(cherry picked from commit 53ba8c47aa
)
2024-09-18 15:58:46 +03:00
wp_xyz
9be03897ee
LCL/Forms: Overload function TCustomForm.GetFormImage with procedure requiring the bitmap as argument. Issue #41140 .
...
(cherry picked from commit 55ac08a505
)
2024-09-18 15:58:45 +03:00
wp_xyz
b148fd8cb1
PackageTabs: Improve visibility of selected editor tab. Issue #41132 , patch by Maxim Ganetsky.
...
(cherry picked from commit 930797ee74
)
2024-09-18 15:58:45 +03:00