Commit Graph

66237 Commits

Author SHA1 Message Date
rich2014
c34f708ae4 Cocoa/TabControl: exttabRemoveTabViewItem() refactored 2023-10-14 20:53:22 +08:00
rich2014
cbb27a8f6d Cocoa/TabControl: add triggeringByLCL to distinguish whether the operation is triggered by User or Program 2023-10-14 20:53:22 +08:00
rich2014
82d467b50c Cocoa/TabControl: RemovePage() improved 2023-10-14 20:53:22 +08:00
rich2014
70423dd372 Cocoa/TabControl: SetPageIndex() improved 2023-10-14 20:53:22 +08:00
rich2014
0fff5f41d0 Cocoa/TabControl: ReviseTabs() improved 2023-10-14 20:53:22 +08:00
rich2014
f45c278b53 Cocoa/TabControl: exttabMoveTabViewItem_toIndex() and updateVariousIndex() applied 2023-10-14 20:53:22 +08:00
rich2014
2bd05f0474 Cocoa/TabControl: TCocoaTabControl.extselectTabViewItemAtIndex() improved 2023-10-14 20:53:22 +08:00
rich2014
62d199c399 Cocoa/TabControl: TCocoaTabControl.exttabRemoveTabViewItem() improved 2023-10-14 20:53:22 +08:00
rich2014
51f7942433 Cocoa/TabControl: TCocoaTabControl.exttabMoveTabViewItem_toIndex() improved 2023-10-14 20:53:22 +08:00
rich2014
5bfc060093 Cocoa/TabControl: TCocoaTabControl.exttabInsertTabViewItem_atIndex() improved 2023-10-14 20:53:22 +08:00
rich2014
f3add49346 Cocoa/TabControl: TCocoaTabControl.updateVariousIndex() added 2023-10-14 20:53:22 +08:00
rich2014
f7f153694c Cocoa/TabControl: new TCocoaTabControl.attachAllTabs() added 2023-10-14 20:53:22 +08:00
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
dsiders
0525ede13b Docs: LCL/xmlpropstorage. Updates content in TCustomXMLPropStorage, TXMLPropStorage topics. 2023-10-14 06:04:35 +01: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
dsiders
7e508e3fba Docs: LCL/lcltranslator. Updates TUpdateTranslator.UpdateTranslation topic for changes in ddbcec7b. 2023-10-13 06:13:58 +01:00
Maxim Ganetsky
ddbcec7bcc LCL, LCLTranslator: Do not check if a property has a setter before even attempting to read what it is and thus ignoring classes (with translatable properties) returned by properties without setters. Check if a property setter is present only just before actually writing to it.
Fixes translation of TLabeledEdit.EditLabel.Caption (EditLabel is a property without setter there).

It was a regression after commit 36c7ef29ed which fixed issue #35202.
2023-10-13 02:36:37 +03:00
dsiders
94cbb565d7 Docs: LCL/forms. Updates the TControlScrollBar.UpdateScrollBar topic for changes in 4891f1f0. 2023-10-11 23:56:52 +01:00
DomingoGP
0733e43104 Jedi code format: Improve formatting of .inc files. Issue #40542 2023-10-11 21:58:19 +02:00
Martin
4891f1f0e1 TScrollBox: fix flicker when Form.AutoSizeAll is called. Do not call ShowScrollBar when nothing changed. 2023-10-11 19:53: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
eb6e46b08f Debugger: Assembler view - stop wheel scroll from moving selection 2023-10-09 18:36:44 +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
27d50a74a8 Debugger: Assembler view, don't ctrl-jump when clicking gutter for changing breakpoint. 2023-10-08 14:04:22 +02:00
Martin
bacefb51ae LazDebuggerFp: Fixed line number for exceptions. 2023-10-08 13:32:37 +02:00
Michael Van Canneyt
18eae18d53 * Make it usable on HighDPI 2023-10-08 10:57:05 +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
rich2014
7922a79087 Cocoa: trigger CM_MOUSEMOVE when the APP Deactive 2023-10-07 22:38:13 +08: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
Maxim Ganetsky
129f443bfe DocEditor: added INI file to .gitignore 2023-10-07 02:48:58 +03:00
Maxim Ganetsky
bf34e253da Tools: added missing *.res file for glazres tool 2023-10-07 02:44:39 +03:00
Maxim Ganetsky
5226e38bb1 Tools: added missing *.res file for pofilemaintenance tool 2023-10-07 02:43:24 +03:00
Maxim Ganetsky
19cd17230c Examples: .gitignore generated PDF file by fpReport example 2023-10-07 02:40:46 +03:00
Maxim Ganetsky
787f5e851f .gitignore: added *.dbg files 2023-10-07 02:38:49 +03:00
dsiders
053f0cec6a Docs: LCL/graphics. Fixes typos in See Also links. 2023-10-06 17:23:29 +01:00
Martin
b4244d781b Installer, Win: Add OPT="-OoNOSTACKFRAME" to fpc build. Help the debugger unwind callstacks 2023-10-06 15:38:19 +02:00
dsiders
b97c0935e7 Docs: LCL/graphics. Revises content in TBitmap.LoadFromStream. Patch by Werner Pamler. 2023-10-05 23:10:13 +01:00