Martin
|
87aa99d601
|
SynEdit: fixed using for-var after loop.
(cherry picked from commit b50acfc112 )
|
2025-03-02 11:43:44 +01:00 |
|
Martin
|
7bd31885b9
|
SynEdit: fixed methods hidden by inherited
(cherry picked from commit 7b77a98bcf )
|
2025-03-02 11:43:44 +01:00 |
|
Martin
|
89d77daacb
|
SynEdit: Initialize "Result" var of managed type (avoid mem re-alloc in case caller passes non-nil). Issue #41461 (see notes).
(cherry picked from commit 69d65e704d )
|
2025-03-02 11:43:44 +01:00 |
|
Martin
|
824107bf28
|
FpDebug: remove accidentally committed debugln !442
(cherry picked from commit 13306efd3f )
|
2025-03-02 11:41:47 +01:00 |
|
Željan Rikalo
|
8e76db50e2
|
Qt,Qt5,Qt6: checkbox offset should be applied only to the first column where checkbox resides. issue #41496
(cherry picked from commit 41593d7fba )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-03-01 20:50:10 +00:00 |
|
Željan Rikalo
|
cabcb8ed8d
|
Qt,Qt5,Qt6: fixed multiple memleaks with QIcon. issue #41497
(cherry picked from commit 9d39dd3e25 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-03-01 20:41:58 +00:00 |
|
rich2014
|
bdbe10ceaa
|
Cocoa: fix and simplify TCocoaPanel and TCocoaWindow #41477
|
2025-03-01 18:52:33 +08:00 |
|
Željan Rikalo
|
b6f6c4c95a
|
Qt,Qt5,Qt6: fixed vertical alignment of text.issue #41465
(cherry picked from commit 45eabe826d )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-28 15:16:42 +00:00 |
|
Željan Rikalo
|
6b6dbd3e81
|
Qt,Qt5,Qt6: fixed TListView subItem images after changing items order.issue #41465
(cherry picked from commit 6d4ad25144 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-28 07:44:56 +00:00 |
|
Martin
|
d5fecadfcc
|
SynEdit: WrappedView, remove incorrect assert. New range can overlap several existing ranges
(cherry picked from commit d8e64144ee )
|
2025-02-27 13:12:30 +01:00 |
|
Martin
|
487073dd4b
|
FpDebug: fix/improve x86-disass function IsAfterCallInstruction
(cherry picked from commit 3360fef947 )
|
2025-02-26 22:09:08 +01:00 |
|
Martin
|
fa5dd23ab5
|
FpDebug: overloaded Register.SetValue to avoid range-check errors.
(cherry picked from commit 51eca6e940 )
|
2025-02-26 22:07:13 +01:00 |
|
Željan Rikalo
|
969c4bf8ae
|
Qt,Qt5,Qt6: do not send KeyUp if key is autorepeated. issue #41472
(cherry picked from commit f90db81742 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-26 12:17:22 +00:00 |
|
Željan Rikalo
|
85a1c9e578
|
Qt5,Qt6: fixed build on 32bit cpu. issue #41468
(cherry picked from commit a4855f6fa5 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-25 15:13:31 +00:00 |
|
Željan Rikalo
|
7665010413
|
Qt5, Qt6: allow background color of TTabSheet just like in win32,gtk2 and gtk3. Fixed setting font of TTabSheet.
(cherry picked from commit bfc45a589a )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-25 14:43:12 +00:00 |
|
Martin
|
c59185d149
|
FpDebug: Fix reading DWARF-5, use correct HeaderSize when resolving references.
(cherry picked from commit 79bed04544 )
|
2025-02-24 11:32:01 +01:00 |
|
Martin
|
c7825f845b
|
FpDebug: Add safeguard/error-checks to TDwarfInformationEntry.PrepareAbbrev / PrepareAbbrevData. Issue #41459
(cherry picked from commit 0530a14bd5 )
|
2025-02-23 23:45:25 +01:00 |
|
Željan Rikalo
|
f277ec9c9f
|
Qt5, Qt6: make sure pushbutton is unblocked, but also there's no segfault.
(cherry picked from commit bf52173a6f )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-23 18:05:04 +00:00 |
|
Željan Rikalo
|
e434f37890
|
Qt5,Qt6: map unicode chars to lcl keys where possible. issue #41452
(cherry picked from commit 17407a1e4d )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-22 23:47:18 +00:00 |
|
Željan Rikalo
|
e65b28a14a
|
Qt: make arrow keys work at design time. issue #41453
(cherry picked from commit 20d22eae2a )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-22 23:45:42 +00:00 |
|
Željan Rikalo
|
44f1ea933f
|
Qt5, Qt6: allow arrow keys at design time. issue #41453
(cherry picked from commit 9ad5559338 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-22 23:45:21 +00:00 |
|
Martin
|
f8bfee4292
|
IDE: Editor-Options, fix mem leak
(cherry picked from commit e0d50a545c )
|
2025-02-22 12:30:10 +01:00 |
|
Martin
|
cb412dc2d4
|
FpDebug: detect invalid vex opcodes. Issue #41442 Patch by Red_prig (Pavel)
(cherry picked from commit d46cd42c0b )
|
2025-02-22 12:10:10 +01:00 |
|
dsiders
|
ce831b303f
|
Docs: LCL/dbgrids. Updates TCustomDBGrid, TComponentDataLink topics for changes in 87877c4f . Issue #41451.
* TCustomDBGrid.EndLayout
* TComponentDataLink.DatasetScrolled
(cherry picked from commit cf23d4140b )
|
2025-02-21 16:43:43 -05:00 |
|
dsiders
|
13aa95664f
|
Docs: LCL/filectrl. Fixes invalid See Also links.
(cherry picked from commit 258df7b405 )
|
2025-02-21 16:43:25 -05:00 |
|
dsiders
|
8f107438e2
|
Docs: LCL/filectrl. Updates TCustomFileListBox topics for changes in 3cc3475c . Issue #41441.
* TCustomFileListBox.Create
* TCustomFileListBox.UpdateFileList
(cherry picked from commit 9c44d21c0e )
|
2025-02-21 16:43:13 -05:00 |
|
Željan Rikalo
|
ed95ad2fa7
|
DBGrids: fixed dgThumbTracking usage on dbgrid. issue #41451
(cherry picked from commit 87877c4fda )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-21 19:57:44 +00:00 |
|
Bart
|
4ef9ee5aeb
|
Win32: implement TOpenOptionEx.ofExNoPlacesBar for pre-Vista style dialog. Resolves issue #41301.
(cherry picked from commit 43a9af055d )
|
2025-02-21 20:44:54 +01:00 |
|
Bart
|
0b0cc5d47e
|
Win32: fix crash if CoCreateInstance fails (Vista IFileDialog). OpenDialog.Execute will return False, no dialog is shown, as this is Delphi compatible. Part of issue #40298.
(cherry picked from commit 1c7ecdbb56 )
|
2025-02-21 20:44:35 +01:00 |
|
Bart
|
70f4f50636
|
TFileListBox: fix not adding filenames wich only differ in case, when the control doesn't have a handle yet (i.e. with Directry set in OI). Issue #41441
(cherry picked from commit 3cc3475c2b )
|
2025-02-21 20:44:09 +01:00 |
|
Martin
|
bdd77a1902
|
IDE: SourceEditor, fix InsertLine. Issue #41409 Patch by Frank Fischer
(cherry picked from commit f3de1146b5 )
|
2025-02-17 22:30:52 +01:00 |
|
Martin
|
c3aad38ff3
|
SynEdit: WrappedView, Caret, fixed position for fullwidth chars
(cherry picked from commit 3bf2791292 )
|
2025-02-17 22:30:32 +01:00 |
|
Juha
|
2ebb827649
|
Packager: Support Sender as TIDEMenuItem in function GetPackageOfEditorItem. Affects ToDo list with packages etc.
|
2025-02-17 18:14:55 +02:00 |
|
Željan Rikalo
|
a8b242d651
|
Qt5,Qt6: Seem that QEventDestroy does not work anymore for qt5 and qt6. issue #41433
(cherry picked from commit df31c25382 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-15 16:43:30 +00:00 |
|
Željan Rikalo
|
2ebfedf6fa
|
Qt5, Qt6: fixed showing and destroying popup window with popup parent modal form. issue #41433
(cherry picked from commit 740f63fe4c )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-15 16:26:57 +00:00 |
|
Željan Rikalo
|
d313b376bc
|
Qt5,Qt6: must check if handle is valid.
(cherry picked from commit 5df0a8f05a )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-15 11:44:23 +00:00 |
|
Željan Rikalo
|
fd7ad406ae
|
Qt5, Qt6: must use MenuVisibleIndex to be in order. issue #41429
(cherry picked from commit 7bfc63d9ed )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-15 07:30:19 +00:00 |
|
Željan Rikalo
|
6b51ba5323
|
Qt5,Qt6: fixed order of menu items when hiding/destroying handle/adding again. issue #41429
(cherry picked from commit 4f835ede52 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-15 07:29:22 +00:00 |
|
Željan Rikalo
|
e9746d8dd0
|
Qt6: disable Qt lib autocomplete of QComboBox, LCL does autocomplete. issue #41432
(cherry picked from commit 0a6df5f238 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-14 22:49:24 +00:00 |
|
dsiders
|
b0513d9031
|
Docs: LCL/stdctrls. Updates the TCustomMemo.FinalizeWnd topic for changes in be89c477 . Issue #40794.
(cherry picked from commit 482f403d27 )
|
2025-02-13 21:01:35 -05:00 |
|
dsiders
|
b1af97d6fe
|
Docs: LCL/forms. Updates the TScrollingWinControl.DestroyWnd topic for changes in be89c477 . Issue #40794.
(cherry picked from commit d2acaace1f )
|
2025-02-13 21:01:29 -05:00 |
|
Martin
|
fffb466f65
|
LCL: fix TControlScrollBar needs update if owner's handle changes. Issue #40794 introduced in 4891f1f0e1
(cherry picked from commit be89c477d9 )
|
2025-02-13 17:36:51 +01:00 |
|
Martin
|
751a5f4d98
|
SynEdit: fixed "DX" (ETO) values for visualized tabs. An extra value was inserted, shifting subsequent values by one (noticeable when "full-width" chars were on the same line)
(cherry picked from commit 696cf7c7b5 )
|
2025-02-13 17:36:51 +01:00 |
|
dsiders
|
155a6049ea
|
Docs: LazControls/listviewfilteredit. Adds missing description for the TListViewFilterEdit.MatchesFilter.AData parameter.
(cherry picked from commit f91b117ccd )
|
2025-02-12 13:09:18 -05:00 |
|
dsiders
|
64c28631c0
|
Docs: DateTimeCtrls/datetimepicker. Adds missing short description in the TCustomDateTimePicker.CalendarForm topic.
(cherry picked from commit c060b1d1dc )
|
2025-02-12 12:39:04 -05:00 |
|
Željan Rikalo
|
e51aef217b
|
Qt5,Qt6: do not set QGuiApplication_applicationDisplayName(), since Qt have another meaning about it. issue #41417
(cherry-picked from commit f83078ff61 )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-11 15:05:32 +00:00 |
|
Željan Rikalo
|
389e39e873
|
Qt5,Qt6: fixed layout of ListView vsIcon and vsSmallIcon.
(cherry-picked from commit 8605e5252d )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-11 14:56:21 +00:00 |
|
Željan Rikalo
|
1d3028abc6
|
Qt5,Qt6: use floating point functions for primitives drawing on scaled displays. issue #41422
(cherry-picked from commit 683afd5cbb )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-11 13:53:37 +00:00 |
|
Željan Rikalo
|
2754524965
|
Qt5,Qt6: fixed distorted image creation from device (screenshoot) on HiDpi screens.
(cherry-picked from commit 291a9fd3dd )
Co-authored-by: zeljan1 <zeljko@holobit.hr>
|
2025-02-11 08:59:23 +00:00 |
|
Maxim Ganetsky
|
a540e7372b
|
ProjectGroups: Fix lazbuild path macro
(cherry-picked from commit 9dbc1dbe1e )
Co-authored-by: Hendi <10466210-Hendi48@users.noreply.gitlab.com>
|
2025-02-10 16:09:18 +00:00 |
|