Maxim Ganetsky
|
4f7e9aee22
|
LCL-Gtk2: fixed cursor changing when performing a dragging action, patch from Alexander (Rouse_) Bagel, issue #40651
|
2023-12-16 20:13:05 +03:00 |
|
rich2014
|
0bd3e44eb4
|
Cocoa/TabControl: improve Robustness
|
2023-12-16 18:09:06 +08:00 |
|
wp_xyz
|
ac40dd08e1
|
Revert unintentional changes in commit 33801729a2
|
2023-12-15 15:55:13 +01:00 |
|
wp_xyz
|
0933dadcaf
|
TAChart: Improved alignment of legend text when single- and multi-line legend items are mixed.
|
2023-12-15 15:44:40 +01:00 |
|
wp_xyz
|
33801729a2
|
TAChart: Add event OnGetMarkText to TChartSeries providing more parameters. Deprecate OnGetMark. Issue #40647.
|
2023-12-15 15:07:11 +01:00 |
|
dsiders
|
0a423300ae
|
Docs: LazUtils/lazfileutils. Updates the ForceDirectoriesUTF8 topic for changes in 5335e147 .
* Related to https://gitlab.com/freepascal.org/fpc/source/-/issues/40558
|
2023-12-15 01:14:14 +00:00 |
|
Bart
|
5335e14783
|
Fix ForceDirectoriesUtf8 for Windows Apps. See related fpc bugreport https://gitlab.com/freepascal.org/fpc/source/-/issues/40558.
|
2023-12-14 17:54:29 +01:00 |
|
wp_xyz
|
78816cede1
|
FPDoc Editor: Activate new "InsertURLTag" icon.
|
2023-12-14 17:00:08 +01:00 |
|
wp_xyz
|
b2f90d2880
|
FPDoc Editor: New button images, by Roland Hahn.
|
2023-12-14 15:57:14 +01:00 |
|
dsiders
|
0601e5d055
|
Docs: LCL/dbgrids. Updates the TCustomDBGrid.OptionsExtra topic to describe actions performed when the property is changed.
|
2023-12-14 03:29:21 +00:00 |
|
Maxim Ganetsky
|
e4acac0e1a
|
Designer: Avoid artifacts when moving non-visual components by keyboard. Patch by n7800, issue #40643.
|
2023-12-14 02:27:31 +03:00 |
|
dsiders
|
b194126eca
|
Docs: LCL/controls. Updates TDragImageListResolution.ShowDragImage topic for changes in 85aa06c1 . Issue #40640.
|
2023-12-13 20:26:38 +00:00 |
|
Martin
|
7934bce59f
|
SynEdit: fixed uninitialized result for keyword "public". Introduced in cbf59cc75a
|
2023-12-13 17:39:59 +01:00 |
|
Martin
|
fb19ff053a
|
Merge branch 'lazarus-codecompletion_dpi'
See merge request freepascal.org/lazarus/lazarus!249
|
2023-12-13 16:38:39 +01:00 |
|
Martin
|
31f39995af
|
SourceEdit, completion: Scale icons to match font height.
|
2023-12-13 16:31:48 +01:00 |
|
Martin
|
2f37d08e22
|
fix
|
2023-12-13 16:31:48 +01:00 |
|
regs01
|
a395296c21
|
High DPI scaling for Code Completion icons
|
2023-12-13 16:31:48 +01:00 |
|
Željan Rikalo
|
228481190b
|
Qt,Qt5,Qt6: fix for hiding dragimagelist manually.issue #40644
|
2023-12-13 16:07:31 +01:00 |
|
Željan Rikalo
|
85aa06c1d8
|
LCL: proper initialization of dragimagelist position in ShowDragImage manually. Issue #40640
|
2023-12-13 16:02:55 +01:00 |
|
Martin
|
092cae8ceb
|
Merge branch 'avr-fix-lpm-spm' into 'main'
FPDebug - [AVR] fix formatting of variable operand instructions elpm, lpm and spm.
See merge request freepascal.org/lazarus/lazarus!261
|
2023-12-12 23:44:01 +00:00 |
|
ccrause
|
135d8c1094
|
FPDebug - [AVR] fix formatting of variable operand instructions elpm, lpm and spm.
|
2023-12-12 18:57:59 +02:00 |
|
Maxim Ganetsky
|
6b54bbc996
|
Merge branch 'Update-Qt6pas6-Windows' into 'main'
Update Version of Windows dll to qt6pas6
See merge request freepascal.org/lazarus/lazarus!260
|
2023-12-12 14:25:54 +00:00 |
|
0x4A4D00
|
e84cc69788
|
Update Version of Windows qt6pas6 dll
|
2023-12-12 13:56:48 +00:00 |
|
Martin
|
736f8182f9
|
* Merge branch 'lazarus-fpdebug-readregisterasaddress' into 'main'
See merge request freepascal.org/lazarus/lazarus!43
|
2023-12-12 13:21:03 +01:00 |
|
Martin
|
c2e59c7885
|
FpDebug,LazDebugger: changes to MemManager to allow avr-read-register-as-address
|
2023-12-12 13:15:32 +01:00 |
|
ccrause
|
86c274950e
|
Implement a ReadRegisterasAddress MemManager method so that it can be overridden for AVR to read register based addresses from two consecutive registers.
|
2023-12-12 13:15:32 +01:00 |
|
Martin
|
e902195110
|
Merge branch 'avr-stack-unwind-tweak' into 'main'
FPDebug - AVR tweak stack unwinding
See merge request freepascal.org/lazarus/lazarus!259
|
2023-12-12 12:14:52 +00:00 |
|
ccrause
|
3dcb41cdbd
|
Tweak stack unwinding when inside prologue and epilogue.
|
2023-12-12 12:08:19 +00:00 |
|
Martin
|
3a85791bb6
|
Merge branch 'avr-refactor-disassembler' into 'main'
FPDebug - AVR disassembler refactored
See merge request freepascal.org/lazarus/lazarus!258
|
2023-12-12 12:07:43 +00:00 |
|
ccrause
|
ea2947290e
|
Store all decoded information, rather than just directly generating text. Provisional code to decode 16 bit LDS and STS on AVRrc.
|
2023-12-12 12:00:59 +00:00 |
|
Juha
|
728725bd7f
|
LCL-CustomDrawn: Fix TButton's caption. Issue #40638, patch by Alexey Torgashin.
|
2023-12-11 22:39:46 +02:00 |
|
rich2014
|
34b0afa4d8
|
Cocoa: Fix the issue of not being able to turn pages in the DatePickerForm from ModalForm
|
2023-12-11 20:45:22 +08:00 |
|
Abou Al Montacir
|
4d53a927bb
|
GTK3: Added example application to help debugging GTK3 dialog boxes.
Closes #39435.
|
2023-12-10 20:18:24 +01:00 |
|
rich2014
|
189a26739f
|
Cocoa: replace deprecated functions in CocoaScrollers
|
2023-12-10 20:51:03 +08:00 |
|
rich2014
|
3bfa4b5a16
|
Cocoa: avoid sending unnecessary KillFocus/SentFocus messages and keep consistent with win32
|
2023-12-10 13:59:37 +08:00 |
|
rich2014
|
4746c886bd
|
Cocoa: Fix the issue that KillFocus message is sent to the wrong control when the control is a FieldEditor #40635
|
2023-12-10 13:37:27 +08:00 |
|
Martin
|
f813f574d4
|
Codetools: remove debugln, accidentally added in commit afb5e6376c
|
2023-12-09 21:37:02 +01:00 |
|
Martin
|
c3b6ede519
|
FpDebug: fix memleak in local vars / Introduced in SetLocalProcInfo commit ead31d2c8c
|
2023-12-09 20:51:41 +01:00 |
|
Martin
|
b9f865d16d
|
SynEdit: PasHighLighter, fix class sections (private/public/...). Issue #40614 / broken in commit cbf59cc75a
|
2023-12-09 18:33:58 +01:00 |
|
Abou Al Montacir
|
fb3002163e
|
GTK3: Improved initial size of created windows by setting constraints.
|
2023-12-09 14:18:36 +01:00 |
|
dsiders
|
c164ac032c
|
Docs: LCL/extctrls. Adds GTK2 details to T(Custom)TrayIcon.
|
2023-12-09 08:08:24 +00:00 |
|
wp_xyz
|
3e1aa29c2b
|
TAChart: Set length of FYRange and FYRangeValid for all chart source types
|
2023-12-08 01:23:28 +01:00 |
|
wp_xyz
|
a4553697f4
|
TAChart: Set length of FYRange and FYRangeValid in TBuiltinListChartSource constructor.
|
2023-12-08 00:33:35 +01:00 |
|
wp_xyz
|
e3d2e3d9de
|
TAChart: Simplification of color handling in TOpenHighLowCloseSeries
|
2023-12-07 23:43:23 +01:00 |
|
Maxim Ganetsky
|
e2c8faccd9
|
LCL-Gtk2: Ignore temporary windows (like dragging image) when selecting a target during Drag'n'Drop action. Patch by Alexander (Rouse_) Bagel, issue #40637.
|
2023-12-08 01:42:54 +03:00 |
|
mattias
|
656d6ffc5d
|
clean up
|
2023-12-07 11:16:10 +01:00 |
|
mattias
|
b5f892d644
|
ide: fixed load/save WriteConfigFilePath
|
2023-12-07 11:12:16 +01:00 |
|
Martin
|
adf9883a33
|
FpDebug: Fix for location lists
|
2023-12-06 22:08:34 +01:00 |
|
wp_xyz
|
44979ed7be
|
TAChart: Convert a OHLC chart to a HLC chart (as used by Excel) by allowing yopen to be NaN.
|
2023-12-06 17:27:05 +01:00 |
|
Martin
|
ead31d2c8c
|
FpDebug: Set ProcValue (for FrameBaseNeeded) when locals/params are gotten from ProcVal.Members (affects stack and locals)
|
2023-12-06 17:02:43 +01:00 |
|