Commit Graph

66758 Commits

Author SHA1 Message Date
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
wp_xyz
10e211092a TAChart: Add new property TickWidthStyle to TOpenHighLowCloseSeries 2023-12-06 16:44:12 +01:00
dsiders
8b3f7cf663 Docs: LCL/stdctrls. Fixes a typo. 2023-12-06 04:50:33 +00:00
dsiders
e08ea9d54a Docs: LCL/stdctrls. Updates TCustomComboBox.Create and TCustomEdit.Create topics for changes in 469e1318. Issue #40379. 2023-12-05 20:02:17 +00:00
dsiders
f1d77cbfc6 Docs: LCL/grids. Fixes invalid See Also links. 2023-12-05 20:01:58 +00:00
rich2014
f86dc6fdc1 Cocoa: improve TCocoaTableListView.initWithFrame() compatibility 2023-12-06 00:40:48 +08:00
rich2014
cccd1f28b8 Cocoa: NSTableView Style setting supported at Runtime #40633 2023-12-06 00:35:09 +08:00
rich2014
fe69ea4048 Cocoa: NSTableViewStyle added, by Ross Hemingway 2023-12-06 00:35:09 +08:00
rich2014
9c48a2501d Cocoa: move config variables from CocoaConst into CocoaConfig 2023-12-06 00:35:09 +08:00
Željan Rikalo
ddc2c4135b Qt,Qt5,Qt6: fixed mouse capture for TEdit and TComboBox, see details in related issue. Issue #40379 2023-12-05 16:32:37 +01:00
Maxim Ganetsky
469e1318dd LCL: Do not force-clear mouse capture flag on creation of TCustomEdit and TCustomComboBox, issue #40379.
Fixes text selection of TEdit and TComboBox on Gtk2 widgetset.

This effectively reverts the following commits:

Commit 27d0c29fb7 (introduced long time
ago to workaround Qt* widgetsets problems, which will be fixed
separately).

Commit e4494cf4cd (workaround for Gtk2
problems caused by the first one).
2023-12-05 17:25:51 +03:00
wp_xyz
ca219eca4b LCL/TLabeledEdit: Allow to change TLabeledEdit.EditLabel.Layout, publush TLabeledEdit.EditLabel.Alignment (see https://forum.lazarus.freepascal.org/index.php/topic,65452.msg498672.html) 2023-12-05 12:18:27 +01:00
Maxim Ganetsky
ddbf9be326 FPDebug: regenerated translations and updated Russian translation 2023-12-04 19:59:26 +03:00
Maxim Ganetsky
607e7f52c0 FPDebug: slightly improved error message 2023-12-04 19:58:27 +03:00
rich2014
119f21dcaf Cocoa: Fix #40628, crash when double-clicking a date from the calendar 2023-12-05 00:34:41 +08:00
rich2014
3408482979 Cocoa: Fix the issue that DatePickerForm may be covered by the ModalForm 2023-12-04 23:45:00 +08:00
rich2014
aab12c6c54 Cocoa: Control supported in TCocoaWidgetSet.GetWindowRect() 2023-12-04 23:45:00 +08:00