Martin
c0026138de
FpDebug: fix :flatten intrinsic, if first value is array. Don't add a data address without adding an item.
...
(cherry picked from commit 2c5dd45f28
)
2024-10-09 11:05:34 +02:00
Martin
82f0349829
FpDebug: fix crash with cached flatten data. Prevent caching any array slice, as it needs access to the expression.
...
(cherry picked from commit 4de7b7574a
)
2024-10-09 11:05:34 +02:00
Martin
db38137c63
FpDebug: fix crash with cached flatten data. Values must not refer to expression (as expression is not part of the cache)
...
(cherry picked from commit ca83c7dbca
)
2024-10-09 11:05:33 +02:00
mattias
754485397b
ide: designer: use mediator default size only if none given
2024-10-09 10:58:08 +02:00
wp_xyz
6a05c11fcf
VirtualTreeView: Fix header paint issue in gtk2.
...
(cherry picked from commit 8b9b6cd85d
)
2024-10-08 19:05:39 +02:00
wp_xyz
d1ced96ff9
Images: Update metadata and html preview with icons from previous commit
...
(cherry picked from commit 03ef727227
)
2024-10-08 19:05:39 +02:00
wp_xyz
36a8a2a10b
General-purpose images: Add icons for use as overlay icons. By Roland Hahn.
...
(cherry picked from commit 622fb4aa06
)
2024-10-08 19:05:38 +02:00
Maxim Ganetsky
b678c306e6
IDE: committed automatically regenerated resource file
2024-10-08 19:37:20 +03:00
Martin
d4096534d7
FpDebug: PascalParser, missing nil check
...
(cherry picked from commit 7e274a48e7
)
2024-10-08 11:52:34 +02:00
Martin
34160a717c
FpDebug: fix :flatten intrinsic, if first value is array. Don't add a data address without adding an item.
...
(cherry picked from commit 8f683d316c
)
2024-10-08 11:52:34 +02:00
Martin
a69ce7817a
FpDebug: fix :TryN intrinsic for pointer types
...
(cherry picked from commit 386bd90d76
)
2024-10-07 21:59:59 +02:00
wp_xyz
2478b348d5
Images: Some more refinded icons by Roland Hahn.
...
(cherry picked from commit 3ac7f4ac60
)
2024-10-07 12:44:57 +02:00
n7800
dee3c4078e
IDE/Options: Place custom IDE title field below to increase width
...
(cherry picked from commit 3e9652e956
)
2024-10-07 12:03:11 +02:00
wp_xyz
1f87c6d9b9
IDE: Some more refinements in layout of editorfilemanager form.
...
(cherry picked from commit 5ffb95c6b5
)
(cherry picked from commit 5cfcc7a83a
)
2024-10-07 10:57:04 +02:00
wp_xyz
58bf908c56
IDE: Auto-sized layout of editorfilemanager form. Patch by Roland Hahn (slightly modified).
...
(cherry picked from commit 70fa0f186d
)
(cherry picked from commit 4d1834d8b4
)
2024-10-07 10:57:03 +02:00
Maxim Ganetsky
2d54bf3fda
FreeType: Return 0 if СapHeight not present in TTF. Patch by Andrey Zubarev, issue #41173 .
...
There are many fonts where СapHeight is either missing or zero. This
fact cannot be hidden from the application, application must process it.
(cherry picked from commit 730e2a4ae7
)
Co-authored-by: Maxim Ganetsky <maxim@lazarus-ide.org>
2024-10-06 15:21:58 +00:00
Martin
a12d941545
Fix Key conflict
...
(cherry picked from commit 56a41ab2d8
)
2024-10-05 22:15:49 +02:00
mattias
5b6688bdc5
set fixes version to 4.0RC1
2024-10-05 22:14:42 +02:00
Maxim Ganetsky
e9ee5da137
IDE: regenerated translations and updated Russian translation
2024-10-05 22:30:17 +03:00
Maxim Ganetsky
d9df3b09f7
IDE: improved captions in Window options tab
2024-10-05 22:28:42 +03:00
Martin
9c9902c1fc
LCL: fix DPI scaling for aligned controls with anchor on their free site. Issue #41007
2024-10-05 13:11:35 +02:00
Martin
9609656964
IDE: Amend name for "hide on run" (run is too generic)
2024-10-05 00:33:32 +02:00
Martin
e8f1e0af5d
IDE: Improve layout of Env/Window options
2024-10-05 00:33:32 +02:00
Martin
c07ae4c10e
IDE, SynEdit: Add indent for column mode selection
2024-10-04 23:56:24 +02:00
wp_xyz
3c2da22f52
VirtualTreeView: Fix memory leaks in Advanced demo
2024-10-04 19:56:21 +02:00
rich2014
96b5fe52c4
Revert "Cocoa: fix memory leak in LegacyScroller #41171 "
...
This reverts commit 4362298ebd
.
2024-10-05 01:19:37 +08:00
rich2014
4362298ebd
Cocoa: fix memory leak in LegacyScroller #41171
2024-10-05 00:03:37 +08:00
wp_xyz
402cffbdfd
VirtualTreeView: Improved LCL scaling.
2024-10-04 17:34:21 +02:00
rich2014
e9baea68d1
Cocoq: release two global variables issue #41170
2024-10-04 22:22:32 +08:00
Martin
7e241fef3c
SynEdit: clean up
2024-10-04 15:31:51 +02:00
wp_xyz
76d430baad
VirtualTreeView: Improve Advanced sample project
2024-10-04 11:54:54 +02:00
wp_xyz
d5040729df
VirtualTreeView: Fix painting of unthemed expland/collapse buttons in non-Windows widgetsets.
2024-10-04 11:54:11 +02:00
Martin
accf0b9280
FpDebug: remove debugln
2024-10-04 11:29:02 +02:00
Martin
c0907fabd1
FpDebug: Fix SEH-finally block detection on Win
2024-10-04 11:16:06 +02:00
rich2014
dfce0d15a4
Cocoa: add AppKitVersion 12 and 13
2024-10-04 13:45:50 +08:00
Martin
1bd921e445
SynEdit: added adjusting column selection in shared edit / fixed, prevent column-sel-bounds from becoming invalid (bytepos in middle of utf8 char)
2024-10-04 01:41:26 +02:00
Maxim Ganetsky
08f140fe19
IDE: correctly load macros caption translations of IDEPackager package
2024-10-04 01:23:01 +03:00
Maxim Ganetsky
dbffeaffae
IDE: regenerated translations and updated Russian translation
2024-10-04 01:03:22 +03:00
Maxim Ganetsky
67558fbdc0
IDEConfig: regenerated translations and updated Russian translation
2024-10-04 01:03:00 +03:00
Maxim Ganetsky
189764f4c0
IDE, IDEConfig: fixed i18n of captions of newly added macros, improved other captions
2024-10-04 01:02:15 +03:00
wp_xyz
4e6afdc699
Examples/VirtualTreeViews: Improved rendering of AdvancedDemo in dark mode.
2024-10-03 18:30:52 +02:00
Martin
7c370e7757
FpDebug: Linux fix finding "_dl_debug_state" (fol library debugging) when the main exe uses external debug info. Issue #41033
2024-10-03 18:09:13 +02:00
Martin
69e4861d80
IDE, Options: Editor Keymap, fix layout to make the key-map tree bigger (if Window grows) and keep the Conflict view at its size.
2024-10-03 14:12:18 +02:00
Željan Rikalo
ff4b8a53ac
Qt5, Qt6: better handling of modal windows for gtk based window managers (cinnamon, metacity, xfwm4).
2024-10-03 14:01:46 +02:00
Martin
6e858619fd
IDE: Display a HTML hind, even if codetools fails. (for debugger). Issue #40923
2024-10-03 13:55:17 +02:00
Martin
ab08a3c959
IDE: Allow customizing the IDE window caption by ide-macros. Issue #41092
2024-10-03 13:19:22 +02:00
Željan Rikalo
91fe3cc4bc
Qt5, Qt6: removed unused code.
2024-10-03 11:46:56 +02:00
Željan Rikalo
7be8c31b7b
Qt6: remove unused code.
2024-10-03 11:43:49 +02:00
Željan Rikalo
bf3bf9d897
Qt5, Qt6: do not use FocusChangedHook by default, use EventFilter since events are in correct order with qt5 and qt6
2024-10-03 11:42:36 +02:00
Martin
cbc3f3751c
IDE: SourceEditor, tab-captions, keep ampersand in filenames but not unitnames. MR !341
2024-10-03 01:06:32 +02:00