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 |
|
Martin
|
459dbb1401
|
SynEdit: Mark-Gutter, allow setting a fixed width for columns
|
2024-10-01 17:11:47 +02:00 |
|
Martin
|
b64613cf00
|
SynEdit: CSS-Highlighter fixes - issue #41087
|
2024-10-01 15:27:35 +02:00 |
|
Martin
|
ec3a425203
|
SynEdit: fix shell HL multi-line string. Issue #40584
|
2024-10-01 14:40:14 +02:00 |
|
Martin
|
233d6bee21
|
SynEdit: fix memleak with recent BookMark changes.
|
2024-10-01 12:56:24 +02:00 |
|
Martin
|
12101bac42
|
Debugger: Reduce amount of updates events. (Callstack, TListView.EndUpdate may cause a complete redraw)
|
2024-10-01 12:34:31 +02:00 |
|
Martin
|
b854ec9036
|
LazDebuggerFp: fix cancelling large stack-count updates.
|
2024-09-30 20:45:21 +02:00 |
|
Maxim Ganetsky
|
f07e90600a
|
Minimap: added Russian translation
|
2024-09-30 19:53:10 +03:00 |
|
Maxim Ganetsky
|
1925dbb6c2
|
Minimap: improved config frame layout, i18n-ed
|
2024-09-30 19:53:10 +03:00 |
|
Martin
|
fcc0fe6d11
|
IDE: SourceEditor, show selection mode indicator. Issue #40599
|
2024-09-29 21:12:41 +02:00 |
|
mattias
|
904136f96f
|
minimap: hide control on unhook
|
2024-09-29 19:29:37 +02:00 |
|
Michaël Van Canneyt
|
d617364c85
|
- Remove unused method
|
2024-09-29 17:54:23 +02:00 |
|
Martin
|
1bc39f7331
|
FpDebug: Linux, Improve ReadData for partial reads
|
2024-09-29 16:41:20 +02:00 |
|
mattias
|
9dddc1083b
|
minimap: fixed MiniMapCount and freeing using only one hook
|
2024-09-29 14:56:40 +02:00 |
|
Maxim Ganetsky
|
ae287147bf
|
InstantSearch: updated Russian translation
|
2024-09-29 14:57:54 +03:00 |
|
Michaël Van Canneyt
|
ae17b60288
|
* Explicitly release MiniMap
|
2024-09-29 13:34:48 +02:00 |
|
mattias
|
d7bacb390f
|
minimap: clean up and use default synedit font name
|
2024-09-29 12:39:19 +02:00 |
|
Juha
|
dd066409f4
|
PackageTabs: Cleanup.
|
2024-09-29 13:03:18 +03:00 |
|
Juha
|
aa7962c50c
|
PackageTabs: Prevent a crash after 'Close all' of a sole tab. Issue #41139.
|
2024-09-29 03:35:13 +03:00 |
|
Juha
|
f9c4b5d7d1
|
Replace deprecated LazIsValidIdent with IsValidIdent.
|
2024-09-29 02:21:32 +03:00 |
|
Martin
|
3aae5b8b86
|
IDE, SynEdit: fix memleak in option to have bookmarks restore the scroll pos. Issue #40912
|
2024-09-28 18:57:18 +02:00 |
|
Martin
|
166db6365e
|
FpDebug: Improve target-mem-read on Linux. Issue #41161 Patch by Alexander (Rouse_) Bagel
|
2024-09-28 18:56:56 +02:00 |
|
Martin
|
fb4c4ca214
|
IDE, SynEdit: fix memleak in option to have bookmarks restore the scroll pos. Issue #40912
|
2024-09-28 15:56:48 +02:00 |
|
Michaël Van Canneyt
|
0656b7e4fe
|
* Fix HTTP protocol
|
2024-09-28 13:09:05 +02:00 |
|
Michaël Van Canneyt
|
176a8e84ef
|
* Make sure we do not create a minimap twice.
|
2024-09-28 10:03:33 +02:00 |
|