Commit Graph

68729 Commits

Author SHA1 Message Date
mattias
15853ffffd ide: designer: let mediator decide the default size 2024-10-09 11:26:05 +02:00
mattias
c74b232d9a ide: designer: use mediator default size only if none given 2024-10-09 10:57:42 +02:00
Martin
2c5dd45f28 FpDebug: fix :flatten intrinsic, if first value is array. Don't add a data address without adding an item. 2024-10-09 09:39:58 +02:00
Martin
4de7b7574a FpDebug: fix crash with cached flatten data. Prevent caching any array slice, as it needs access to the expression. 2024-10-09 08:49:19 +02:00
Martin
2305e43d94 Revert "FpDebug: fix crash with cached flatten data. Prevent caching any array slice, as it needs access to the expression."
This reverts commit ed37058d3a.
2024-10-09 08:45:52 +02:00
Martin
ed37058d3a FpDebug: fix crash with cached flatten data. Prevent caching any array slice, as it needs access to the expression. 2024-10-09 00:46:27 +02:00
Martin
ca83c7dbca FpDebug: fix crash with cached flatten data. Values must not refer to expression (as expression is not part of the cache) 2024-10-09 00:46:27 +02:00
wp_xyz
713fb485d4 OPM: Update Lazarus and FPC compatibility infrastructure 2024-10-08 23:03:42 +02:00
wp_xyz
8b9b6cd85d VirtualTreeView: Fix header paint issue in gtk2. 2024-10-08 13:38:39 +02:00
Martin
7e274a48e7 FpDebug: PascalParser, missing nil check 2024-10-08 11:48:31 +02:00
Martin
8f683d316c FpDebug: fix :flatten intrinsic, if first value is array. Don't add a data address without adding an item. 2024-10-08 10:43:54 +02:00
Martin
386bd90d76 FpDebug: fix :TryN intrinsic for pointer types 2024-10-07 21:58:49 +02:00
wp_xyz
03ef727227 Images: Update metadata and html preview with icons from previous commit 2024-10-07 19:33:34 +02:00
wp_xyz
622fb4aa06 General-purpose images: Add icons for use as overlay icons. By Roland Hahn. 2024-10-07 19:14:13 +02:00
wp_xyz
5ffb95c6b5 IDE: Some more refinements in layout of editorfilemanager form. 2024-10-07 09:49:55 +02:00
wp_xyz
70fa0f186d IDE: Auto-sized layout of editorfilemanager form. Patch by Roland Hahn (slightly modified). 2024-10-07 09:39:59 +02:00
Maxim Ganetsky
730e2a4ae7 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.
2024-10-06 18:18:18 +03:00
Martin
ef3bd2ef0e IDE: remove colon from caption in MR 3e9652e956 2024-10-06 16:45:59 +02:00
wp_xyz
3ac7f4ac60 Images: Some more refinded icons by Roland Hahn. 2024-10-06 14:27:18 +02:00
mattias
4b3e9abd31 ide: updated lazarus.res 2024-10-06 12:22:04 +02:00
Martin
3e9652e956 Merge branch 'IDE/Options/Environment/Window' into 'main'
IDE/Options: Place custom IDE title field below to increase width

See merge request freepascal.org/lazarus/lazarus!345
2024-10-06 10:00:06 +00:00
n7800
5428ef91f7 IDE/Options: Place custom IDE title field below to increase width 2024-10-06 07:16:49 +05:00
Martin
56a41ab2d8 Fix Key conflict 2024-10-05 22:10:23 +02:00
mattias
b977977c8d set main version to 4.99 2024-10-05 22:03:23 +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