Michaël Van Canneyt
|
37bc709a60
|
* New OSes for wasm32 target
|
2025-03-03 11:53:37 +01:00 |
|
zeljan1
|
00a355408e
|
Qt5,Qt6: fixed QtComboBox sorted property. issue #41502
|
2025-03-03 08:33:20 +01:00 |
|
wp_xyz
|
33ef9e8b6a
|
TAChart: Add a simpler demo for a Gantt chart to the TStateSeries sample project.
|
2025-03-02 23:49:41 +01:00 |
|
Martin
|
99f2947c48
|
FpDebug: reduce compiler warnings
|
2025-03-02 11:23:28 +01:00 |
|
Martin
|
f7b9a6020a
|
SynEdit: disable warning 6060 "case does not handle all cases" for fpc 3.2.3 and up
|
2025-03-02 10:34:57 +01:00 |
|
wp_xyz
|
1bcb76a36c
|
TAChart: Refactor Gantt chart demo project (data separate from series). Integrate "milestone" symbol for TStateSeries Gantt usage.
|
2025-03-02 01:33:54 +01:00 |
|
Martin
|
955ddfa0bb
|
Revert "SynEdit: disable warning 6060 "case does not handle all cases""
This reverts commit afe5864aaa .
|
2025-03-01 21:45:00 +01:00 |
|
zeljan1
|
41593d7fba
|
Qt,Qt5,Qt6: checkbox offset should be applied only to the first column where checkbox resides. issue #41496
|
2025-03-01 18:04:56 +01:00 |
|
zeljan1
|
283bf2e564
|
Gtk3: fixed TGtk3CustomControl.getClientRect, accidentally removed part of code in previous commit.issue #41498
|
2025-03-01 16:59:11 +01:00 |
|
zeljan1
|
9d39dd3e25
|
Qt,Qt5,Qt6: fixed multiple memleaks with QIcon. issue #41497
|
2025-03-01 16:35:55 +01:00 |
|
Juha
|
15a32b17fc
|
LazReport: Make the code compile with DEFINE DebugLR. Issue #41485, patch by michalgw.
|
2025-03-01 15:32:17 +02:00 |
|
Martin
|
afe5864aaa
|
SynEdit: disable warning 6060 "case does not handle all cases"
|
2025-03-01 13:28:22 +01:00 |
|
Martin
|
75bf0c3c01
|
SynEdit: reduce compile warnings
|
2025-03-01 13:28:22 +01:00 |
|
Martin
|
b50acfc112
|
SynEdit: fixed using for-var after loop.
|
2025-03-01 13:28:22 +01:00 |
|
Martin
|
7b77a98bcf
|
SynEdit: fixed methods hidden by inherited
|
2025-03-01 13:28:21 +01:00 |
|
Martin
|
17df0bfeba
|
SynEdit: Tests, add LazLoggerBase
|
2025-03-01 13:28:21 +01:00 |
|
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 |
|