Martin
|
d55f353980
|
FpDebug: 32bit linux target. "HasId" takes an untyped arg. The caller must always pass 64 bits. (itu8 is used to create the map)
|
2023-10-14 14:33:53 +02:00 |
|
Martin
|
0fad4e40d9
|
FpDebug: Handle overflow for relocation with 32bit target. RelocationOffset is stored as QWord, but can be negative. For 32bit targets the overflow must be masked out.
|
2023-10-14 14:05:39 +02:00 |
|
Martin
|
a6999c26a6
|
FpDebug: prevent crash, if library is added twice (incorrect handling for Linux in SynchronizeProcMapsWithLibraryList)
|
2023-10-14 13:45:26 +02:00 |
|
Martin
|
1db2f6aab4
|
FpDebug: On Linux read .dynsym if .symtab does not exist. If .symtab exists, then .dynsym should be a subset.
|
2023-10-14 12:57:14 +02:00 |
|
Martin
|
62e7f5665a
|
FpDebug: fix disassembler vmov.. Issue #40552 patch by Red_prig (Pavel)
|
2023-10-13 20:28:50 +02:00 |
|
Martin
|
9cff61c5a0
|
FpDebug: fix disassembler vzero... / test reg.l Issue #40546 and #40549 patch by Red_prig (Pavel)
|
2023-10-13 13:34:54 +02:00 |
|
DomingoGP
|
0733e43104
|
Jedi code format: Improve formatting of .inc files. Issue #40542
|
2023-10-11 21:58:19 +02:00 |
|
Martin
|
07025f3b9c
|
LazDebugger[Fp]Lldb: fix for new Apple-LLDB version. Read new format for eval results (e.g. exception data)
|
2023-10-10 19:26:48 +02:00 |
|
Martin
|
5b43d582a0
|
LazLogger: dbghex for unsigned
|
2023-10-10 12:52:30 +02:00 |
|
ACTom
|
dba31d62c4
|
Translations: Chinese translation update by ACTom, merge request !239
|
2023-10-10 02:42:10 +03:00 |
|
Martin
|
8a343f5bc1
|
Debugger: more asm unwinding
|
2023-10-09 18:56:51 +02:00 |
|
Martin
|
67069ef84b
|
FpDebug: fix disassembler movq/vmovq Issue #40541 patch by Red_prig (Pavel)
|
2023-10-09 18:33:52 +02:00 |
|
DomingoGP
|
17768091e5
|
Jedi code format: Improved align of compiler conditional directives. Issue
#40539
|
2023-10-08 17:06:42 +02:00 |
|
DomingoGP
|
7cdecac783
|
Jedi code format: improved fake unit generator. Related to issue #40538
|
2023-10-08 16:54:55 +02:00 |
|
DomingoGP
|
8a98df0369
|
Jedi code format: Fix memory leak.
|
2023-10-08 14:32:01 +02:00 |
|
Martin
|
bacefb51ae
|
LazDebuggerFp: Fixed line number for exceptions.
|
2023-10-08 13:32:37 +02:00 |
|
mattias
|
e38a298110
|
codetools: fixed SetApplicationTitleStatement for Application as param
|
2023-10-08 00:19:01 +02:00 |
|
Martin
|
a50a1e18b5
|
LazDebuggerFp: fixed uninitialized result
|
2023-10-07 19:50:26 +02:00 |
|
ACTom
|
07d0ca37e2
|
Opkman: Chinese translation update by ACTom, merge request !238
|
2023-10-07 17:28:14 +03:00 |
|
Martin
|
97c7e680b7
|
FpDebug: fixes for stack frame search
|
2023-10-07 14:06:07 +02:00 |
|
Maxim Ganetsky
|
46dfa16fb4
|
LazReport: added INI file of editor sample to .gitignore
|
2023-10-07 02:52:11 +03:00 |
|
DomingoGP
|
462eece676
|
Jedi code format: Fix identation and bug in commit 8035014eaf
|
2023-10-05 22:27:45 +02:00 |
|
Martin
|
8da9f2d084
|
FpDebug: fix for some missing stackframes
|
2023-10-05 19:22:31 +02:00 |
|
DomingoGP
|
77f9fb9cd0
|
Jedi code format: adds an extra space lines at sections end. Issue #40539
|
2023-10-05 00:15:11 +02:00 |
|
Michaël Van Canneyt
|
df428e215f
|
* Add table highlighting, allow to insert common macros
|
2023-10-04 23:00:58 +02:00 |
|
Michaël Van Canneyt
|
3412801f31
|
* Improvements in HTML code generation
|
2023-10-04 23:00:57 +02:00 |
|
Martin
|
32ea407ca3
|
FpDebug: fix file locations in stack / don't use absolute path, files may have been pre-build in a different location (build vs install dir).
|
2023-10-03 19:40:03 +02:00 |
|
Martin
|
710fa6f135
|
FpDebug: fix disassembler "vround"/"vmovm" Issue #40525 #40524 patch by Red_prig (Pavel)
|
2023-10-02 11:56:23 +02:00 |
|
DomingoGP
|
8035014eaf
|
Jedi code format: dont't ident comments before procedures at the end of sections. Issue #40533.
|
2023-10-01 21:21:02 +02:00 |
|
DomingoGP
|
f453aa8a45
|
Jedi code format: support const or var array of record in Delphi mode. Issue #40532
|
2023-10-01 17:38:12 +02:00 |
|
mattias
|
f4e8b3090d
|
virtualtreeview: added missing files to lpk
|
2023-10-01 09:24:23 +02:00 |
|
Jesus Reyes A
|
05e9728fc5
|
LazReport: Add support for 'StrikeOut' style in a Memo 'Script' property, by paweld, issue #40521
|
2023-09-29 23:58:33 -06:00 |
|
wp_xyz
|
59f4113a9d
|
TAChart: Fix divide-by-zero error in TBasicZoomTool in case of massive "over-zooming". Issue #40518.
|
2023-09-26 11:57:58 +02:00 |
|
Martin
|
4cd413a986
|
FpDebug: fix disassembler "xadd 16bit reg" Issue #40520 patch by Red_prig (Pavel)
|
2023-09-26 09:03:35 +02:00 |
|
mattias
|
00e6d8fbd8
|
codetools: fixed InsertAllNewUnitsToMainUsesSection, issue #40522
|
2023-09-25 22:13:53 +02:00 |
|
mattias
|
1acc98a582
|
IDE: fixed saving ResourceBaseClass(name)
|
2023-09-25 10:30:55 +02:00 |
|
Željan Rikalo
|
3a4dd50e93
|
Anchordocking: do not manage THintWindow. issue #40519
|
2023-09-24 17:33:35 +02:00 |
|
mattias
|
ba1f89639b
|
IDE: store ResourceBaseClassName of designer components, added DesignerClassCanAppCreateForm
|
2023-09-24 14:29:19 +02:00 |
|
mattias
|
50f2f5f873
|
codetools: fixed CreatePublishedMethod adding dotted unitnames
|
2023-09-23 09:01:51 +02:00 |
|
Martin
|
13516416e2
|
IDE: More textmate Highlighting
|
2023-09-20 16:50:53 +02:00 |
|
Martin
|
56ac6a45b6
|
IDE: More textmate Highlighting
|
2023-09-19 20:51:03 +02:00 |
|
wp_xyz
|
07f7a1931e
|
TAChart: Improved legend symbol for TPolarSeries.
|
2023-09-14 16:02:15 +02:00 |
|
rich2014
|
6b7715586e
|
TIpHtmlInternalPanel: optimize scrolling sensitivity
|
2023-09-13 22:15:21 +08:00 |
|
rich2014
|
fc7ca1f57d
|
TIpHtmlInternalPanel: Fix #40505: DoMouseWheel() should always return true
should always return true to confirm that the MouseWheel Event is handled by TIpHtmlInternalPanel
|
2023-09-13 22:11:18 +08:00 |
|
Martin
|
6b7c8996e3
|
LazEdit: TRegExpr back to ansichar
|
2023-09-12 22:41:29 +02:00 |
|
Martin
|
d839cb8d75
|
New version of TRegExpr
|
2023-09-12 22:22:48 +02:00 |
|
mattias
|
34222c3fa8
|
updated makefiles
|
2023-09-12 16:25:55 +02:00 |
|
mattias
|
0fd939a3e4
|
codetools: directorycache: no exception on virtual directory, #40503
|
2023-09-12 15:09:08 +02:00 |
|
Martin
|
f585ee811e
|
more Makefiles
|
2023-09-12 14:24:50 +02:00 |
|
Martin
|
784041096e
|
more Makefiles
|
2023-09-12 12:25:31 +02:00 |
|