Commit Graph

24229 Commits

Author SHA1 Message Date
dsiders
83f6726288 Docs: LazControls. Updates topics in TListViewFilterEdit and TTreeFilterEdit for changes in 3692c658 and 764415b6.
* TListViewFilterEdit.ReturnKeyHandled
* TTreeFilterEdit.ReturnKeyHandled
* TTreeFilterEdit.EditKeyDown
2024-10-20 01:58:02 +01:00
dsiders
534102f324 Docs: LazControls/treefilteredit. Adds, updates TTreeFilterEdit topics for changes in 99810467. 2024-10-20 01:57:38 +01:00
Maxim Ganetsky
dcd00a1b13 Translations: French translation update by Gilles Vasseur, issue #41195 2024-10-20 02:13:20 +03:00
Martin
4126af390f SynEdit: new base class for markup-all with several colors 2024-10-19 21:48:07 +02:00
Martin
5132363518 FpDebug: Improve operations on sets. Allow set of char/num. 2024-10-19 09:29:24 +02:00
Martin
df69b2230f FpDebug: Pascalparser, keep symbol for repeated eval 2024-10-19 09:29:24 +02:00
Martin
678b9aa2dc FpDebug: faster search for CompilationUnit by Address. 2024-10-19 09:29:24 +02:00
Michaël Van Canneyt
1a7f3fe29b * Fix load of extra trees 2024-10-18 22:29:03 +02:00
mattias
2dbbea1bbd pas2js: fixed compile with fpc 3.3.1 2024-10-18 00:54:42 +02:00
Martin
26c9e04c8e Debugger: fix disabling float exception in threads 2024-10-17 23:22:41 +02:00
mattias
aaaee5fb99 pas2js: fixed compile 2024-10-17 15:00:43 +02:00
Martin
cefc513642 LldbDebugger: prevent empty watch value / this leads to an incorrect command send to lldb. 2024-10-17 14:17:48 +02:00
mattias
4937c042e2 pas2js: added url for linux aarch64 2024-10-15 10:38:38 +02:00
Maxim Ganetsky
2d7ef84dab Pas2JS: regenerated translations and updated Russian translation 2024-10-14 22:41:21 +03:00
Maxim Ganetsky
ae52fb7b0f Pas2JS: improved a caption 2024-10-14 22:40:26 +03:00
Ondrej Pokorny
002abf464a Revert "PackageTabs: Improve visibility of selected editor tab by disabling button transparency. Issue #41132"
This reverts commit 62084108c0.
2024-10-14 19:05:14 +02:00
mattias
d8d2e0511b pas2js: installer: fallback via curl 2024-10-14 17:39:23 +02:00
mattias
d49cb6b74f pas2js: download: use directory on second try, added darwin aarch64 url 2024-10-14 16:42:30 +02:00
Ondrej Pokorny
62084108c0 PackageTabs: Improve visibility of selected editor tab by disabling button transparency. Issue #41132 2024-10-14 14:20:06 +02:00
Ondrej Pokorny
b72fdc3e27 Revert "PackageTabs: Improve visibility of selected editor tab. Issue #41132, patch by Maxim Ganetsky."
This reverts commit 930797ee74.
2024-10-14 14:18:24 +02:00
mattias
9be9ac65d7 lazbuild: added options --build-twice 2024-10-13 18:45:40 +02:00
wp_xyz
c59a6083cb IconFinder: Fix imagelisteditor occasionally using only the smallest icon. 2024-10-12 23:13:46 +02:00
wp_xyz
da931797db IconViewer: Support TAB key. Focus keyword filter by default. 2024-10-12 00:14:53 +02:00
wp_xyz
302eaa8325 IconFinder: Fix autosizing of Settings toolbar. 2024-10-11 12:27:39 +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
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
mattias
b977977c8d set main version to 4.99 2024-10-05 22:03:23 +02:00
Martin
c07ae4c10e IDE, SynEdit: Add indent for column mode selection 2024-10-04 23:56:24 +02:00
wp_xyz
402cffbdfd VirtualTreeView: Improved LCL scaling. 2024-10-04 17:34:21 +02:00
Martin
7e241fef3c SynEdit: clean up 2024-10-04 15:31:51 +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
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
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
4e7251cd25 LazLogger: missing "const" for array param 2024-10-03 00:23:16 +02:00
Maxim Ganetsky
6ed6e91651 Minimap: made layout of config frame somewhat more unified with other option tabs 2024-10-02 16:58:33 +03:00
Martin
b97a15169d SynEdit: some optimization to avoid unnecessary Log/Phys point conversions. 2024-10-02 13:44:21 +02:00
Martin
cbf7a97b7f SynEdit: fix marks gutter autosizing 2024-10-01 22:02:25 +02:00
Maxim Ganetsky
4bfc627204 IDEIntf: improved Russian translation 2024-10-01 18:27:28 +03:00
Maxim Ganetsky
f67c5cc9bb IDEIntf: improved strings property editor dialog i18n 2024-10-01 18:27:28 +03:00