Commit Graph

70436 Commits

Author SHA1 Message Date
Martin
69d65e704d SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes). 2025-03-01 13:28:20 +01:00
zeljan1
81493e2a7d Gtk3: cleanup. 2025-03-01 13:12:33 +01:00
zeljan1
66a50ddd0e Gtk3: finally fixed gtk philosophy how content size and adjustments should be calculate so gtk is happy, now TCustomControl have correct scrollbars calculations. 2025-03-01 13:02:41 +01:00
wp_xyz
315ee83f9e TAChart: In the stateseries demo, split the machine state and Gantt charts off into separate frames. 2025-03-01 12:48:11 +01:00
DomingoGP
20c09edcab Jedi code format: Hide unused option. 2025-03-01 12:44:23 +01:00
rich2014
07609dbba2 Cocoa: fix and simplify TCocoaPanel and TCocoaWindow #41477 2025-03-01 18:17:27 +08:00
wp_xyz
27b71cbfcf TAChart: Extend TStateSeries to support a simple Gantt chart. Add Gantt chart to demo project. 2025-03-01 00:53:22 +01:00
wp_xyz
f97f7e3946 TAChart: Refactor BarHeight property of TStateSeries. Integrate code into TAMultiSeries, delete TAStateSeries. 2025-02-28 19:55:27 +01:00
zeljan1
45eabe826d Qt,Qt5,Qt6: fixed vertical alignment of text.issue #41465 2025-02-28 15:56:50 +01:00
Martin
0fff8e203f LazUtils: rename trNoError (TConvertResult) to trSuccess 2025-02-28 15:37:06 +01:00
Martin
2a163318e5 SynEdit: multi caret, fix screen positions for wrapped lines 2025-02-28 15:32:00 +01:00
Maxim Ganetsky
577e2f70ac IDE: regenerated translations and updated Russian translation 2025-02-28 17:04:56 +03:00
Maxim Ganetsky
c99e49ee6f TAChart: regenerated translations and updated Russian translation 2025-02-28 17:04:14 +03:00
Martin
a39516d0db SynEdit: clean up, formatting !442 2025-02-28 00:10:55 +01:00
Martin
a4bc127fb2 LazDebuggerLldb: clean up, formatting !442 2025-02-28 00:10:55 +01:00
Martin
13306efd3f FpDebug: remove accidentally committed debugln !442 2025-02-28 00:10:55 +01:00
zeljan1
6d4ad25144 Qt,Qt5,Qt6: fixed TListView subItem images after changing items order.issue #41465 2025-02-27 21:04:04 +01:00
wp_xyz
fa64a17035 : TAChart: Add TStateSeries as new series type and demo project for it. 2025-02-27 20:24:14 +01:00
Martin
4162ac50d8 IDE: Editor-Options, fixed wrap column 2025-02-27 17:45:09 +01:00
Martin
a83574e245 SynEdit: WrappedView, add MaxWrapWidth 2025-02-27 16:40:59 +01:00
Bart
f186f03d2d LCL: some changes to comments of enums in Buttons and ComCtrls unit. No functional changes. Patch by Alexey Torgashin, slightly modified by me. Part of Issue #41365. 2025-02-27 13:51:05 +01:00
Bart
80b284e5dd LCL: some changes to comments of enums in Dialogs and ExtCtrls unit. No functional changes. Patch by Alexey Torgashin, slightly modified by me. Part of Issue #41365. 2025-02-27 13:41:45 +01:00
Martin
d8e64144ee SynEdit: WrappedView, remove incorrect assert. New range can overlap several existing ranges 2025-02-27 12:47:56 +01:00
zeljan1
03fa715e23 Gtk3: added IsWayland helper function. 2025-02-27 12:00:02 +01:00
Martin
2219f01ce4 SynEdit: clean up compiler warning. Issue #41475 2025-02-27 11:05:48 +01:00
Martin
57240dc768 SynEdit: clean up completion IsIdentifierChar 2025-02-27 11:00:43 +01:00
Martin
7d0db6e423 FpDebug: asm-unwind, higher limits 2025-02-26 21:57:37 +01:00
Martin
07eb701953 FpDebug: asm-unwind, try other branches before giving up 2025-02-26 21:57:36 +01:00
Martin
bef76faa45 FpDebug: asm-unwind, follow long jumps 2025-02-26 21:57:33 +01:00
Martin
4b04ea627b FpDebug: asm-unwind, check if result is in readable memory, and try to find result-after-call-instr. 2025-02-26 21:57:33 +01:00
Martin
f1941c9cce FpDebug: asm-unwind, improve handling of jump 2025-02-26 21:57:30 +01:00
Martin
10254a7769 FpDebug: asm-unwind, store "pushed frame" info for branch-points 2025-02-26 18:33:25 +01:00
Martin
51eca6e940 FpDebug: overloaded Register.SetValue to avoid range-check errors. 2025-02-26 17:28:47 +01:00
zeljan1
ec97ee173f Gtk3: reduce asserts from GtkScrollbar. 2025-02-26 16:58:08 +01:00
Maxim Ganetsky
c22d81837f IDE: regenerated translations and updated Russian translation 2025-02-26 18:30:25 +03:00
Martin
b9f6ea9b9d IDE: Debugger-Backend options, new layout 2025-02-26 14:22:43 +01:00
zeljan1
f90db81742 Qt,Qt5,Qt6: do not send KeyUp if key is autorepeated. issue #41472 2025-02-26 12:26:24 +01:00
Martin
3360fef947 FpDebug: fix/improve x86-disass function IsAfterCallInstruction 2025-02-25 21:47:59 +01:00
Martin
854c5fe046 FpDebug: improve stack unwinding by disassembler, handle frame BP in push/pop / update valid stack area for pop 2025-02-25 21:47:58 +01:00
Martin
a625b50890 FpDebug: improve stack unwinding by disassembler, fix storing info for conditional jumps. Need to store/restore NewFrame, NewStack 2025-02-25 21:47:58 +01:00
Martin
cee3781c3c FpDebug: improve stack unwinding by disassembler, add checks if NewFrame is valid/known 2025-02-25 17:43:36 +01:00
Martin
c4ab5aa2cf IDE: prevent resizing hidden SynEdits. (Workaround for IsControlVisible does not work in tab/pages, and controls do not get notified if their parent becomes visible) 2025-02-25 17:27:10 +01:00
zeljan1
53561a732a Gtk3: implemented SetSelText for GtkEntry. 2025-02-25 16:45:48 +01:00
zeljan1
56bec1de09 Gtk3: set proper result. 2025-02-25 15:09:15 +01:00
zeljan1
a4855f6fa5 Qt5,Qt6: fixed build on 32bit cpu. issue #41468 2025-02-25 14:57:12 +01:00
zeljan1
bfc45a589a Qt5, Qt6: allow background color of TTabSheet just like in win32,gtk2 and gtk3. Fixed setting font of TTabSheet. 2025-02-25 14:53:46 +01:00
zeljan1
3a75d77348 Gtk3: allow changing background color of TTabSheet like under gtk2 and win32 2025-02-25 14:38:25 +01:00
zeljan1
5b6aa6bc5b Gtk3: use GtkLayout instead of GtkFixed for TTabSheet handle, adjust TGtk3GroupBox client rect in sizeAllocate event if needed 2025-02-25 14:15:23 +01:00
Juha
9940ea00d9 LHelp: Fix range check error. FPC got confused about LongInt - THelpContext conversion. Issue #41462. 2025-02-25 13:41:22 +02:00
Juha
b6f6463d1a LHelp: Streamline reading cmd line parameters. 2025-02-25 13:39:36 +02:00