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 |
|
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 |
|
dsiders
|
7fda2221b8
|
Docs: LCL/graphics. Updates TBitmap.LoadFromStream topic for changes in 3b4b6dd3 . Issue #40529.
|
2023-10-05 03:11:02 +01: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 |
|
Željan Rikalo
|
7c901cbaae
|
Qt5,Qt6: fixed QTabWidget clientRect calculation when showTabs = false. issue #40460
|
2023-10-04 21:45:02 +02:00 |
|
Željan Rikalo
|
44d402cde6
|
Qt5,Qt6: fixed QTabWidget default clientRect, issue #40460
|
2023-10-04 21:07:49 +02:00 |
|
Željan Rikalo
|
cae6316d3a
|
Revert "Qt5, Qt6: removed TQtWSCustomTabControl.GetDefaultClientRect since it does not..."
This reverts commit 1d4695e3be
|
2023-10-04 14:44:36 +00:00 |
|
wp_xyz
|
3b4b6dd3ed
|
LCL/TBitmap: TBitmap.LoadFromStream accepts RT_RCDATA bitmap resources. Issue #40529.
|
2023-10-04 12:40:18 +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 |
|
rich2014
|
285b99cc42
|
Cocoa: TabControl: jumping to the First/Last tab supported, Merge branch 'cocoa/tabcontrol'
|
2023-10-02 14:42:19 +08:00 |
|
rich2014
|
e4a5170e36
|
Cocoa/TabControl: jumping to the First/Last tab supported by the Arrow Button long pressed
Arrow Button pressed longer than NSEvent.doubleClickInterval (usually 0.5 seconds)
|
2023-10-02 14:37:59 +08:00 |
|
rich2014
|
10862c1cef
|
Cocoa/TabControl: jumping to the First/Last tab supported by Click+ModifierKey
Click the Arrow Button with any key in [Shift,Control,Option,Command]
|
2023-10-02 14:37:59 +08: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 |
|
rich2014
|
3d7dfc4338
|
Cocoa: Fix #40531: Alignment of TStaticText supported, Merge branch 'cocoa/statictext'
|
2023-10-01 20:19:48 +08:00 |
|
rich2014
|
15d1400001
|
Cocoa: TStaticText: Alignment changing is supported at runtime time
|
2023-10-01 20:17:57 +08:00 |
|
rich2014
|
a013fd21f0
|
Cocoa: TStaticText: Alignment setting is supported at design time
|
2023-10-01 20:17:19 +08:00 |
|
rich2014
|
fcef47b222
|
Cocoa: Fix #40527: WindowState functions added to TCocoaWSCustomForm.ShowHide(), Merge branch 'cocoa/windowstate'
|
2023-10-01 19:07:41 +08:00 |
|
rich2014
|
237a5f0ab2
|
Cocoa: comments about TCocoaWidgetSet.ShowWindow (SW_SHOWFULLSCREEN is supported on MacOS)
|
2023-10-01 19:04:54 +08:00 |
|
rich2014
|
35fb074d4b
|
Cocoa: keep WindowState to SW_SHOWNORMAL at design time
|
2023-10-01 19:03:41 +08:00 |
|
rich2014
|
213a01fa30
|
Cocoa: the missing WindowState functions added to TCocoaWSCustomForm.ShowHide()
|
2023-10-01 19:02:13 +08:00 |
|
mattias
|
f4e8b3090d
|
virtualtreeview: added missing files to lpk
|
2023-10-01 09:24:23 +02:00 |
|
rich2014
|
b89c23e2dd
|
Cocoa: Fix #40528: Initialize TComboBox correctly according to Index when Style=csDropDownList
|
2023-10-01 13:14:39 +08:00 |
|
rich2014
|
122aa2d407
|
Cocoa: show full popup menu by calculating the most appropriate popup position
|
2023-09-30 15:32:18 +08: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 |
|
dsiders
|
ff35bc8908
|
Docs: LCL/groupededit. Fixes invalid See Also link.
|
2023-09-30 06:22:22 +01:00 |
|
dsiders
|
0fd2acb1b9
|
Docs: LCL/groupededit. Adds missing content in TCustomAbstractGroupedEdit topics.
|
2023-09-30 05:58:50 +01:00 |
|
dsiders
|
ab57ff1c32
|
Docs: LCL/editbtn. Adds missing short description in TCustomControlFilterEdit.InternalSetFilter topic.
|
2023-09-30 05:58:32 +01:00 |
|