Maxim Ganetsky
|
df205ffc25
|
IDEIntf: improved Save/Open dialog i18n for Treeview Items Editor
|
2025-04-02 02:44:27 +03:00 |
|
zeljan1
|
a7c6c82c2b
|
Qt5,Qt6: fixes sizepos loop error. issue #41508
|
2025-04-01 21:37:09 +02:00 |
|
zeljan1
|
1fb8e5a099
|
Qt5,Qt6: make checkable listview check state work with mouse.
|
2025-04-01 19:39:10 +02:00 |
|
Bart
|
db6fe2baa9
|
TreeStorage: rename some identifiers. No functional changes.
|
2025-04-01 18:12:43 +02:00 |
|
wp_xyz
|
59fa55b803
|
Images/packages: two re-worked package icons by Roland Hahn
|
2025-04-01 17:50:04 +02:00 |
|
Martin
|
ebd7f56170
|
SynEdit: Improve d8e4b249c3 , initialize out variable. issue #41553
|
2025-04-01 13:38:27 +02:00 |
|
Martin
|
a0891522ed
|
AnchorDocking: Initialize out var. Issue #41558
|
2025-04-01 13:30:33 +02:00 |
|
Bart
|
391169053b
|
IDE: Fix crash in the Treeview Items Editor which allowed trying to open an non-existing file.
|
2025-04-01 11:32:47 +02:00 |
|
Bart
|
6b2d34231b
|
IDE: in the Treeview Items Editor, add the ability to load a treeview from xml. Resolves issue #40806.
|
2025-04-01 11:06:05 +02:00 |
|
Bart
|
d4168ad2aa
|
IDE: in the Treeview Items Editor, add the ability to save a treeview as xml. Part of issue #40806.
|
2025-04-01 10:55:18 +02:00 |
|
Bart
|
81bbf22fe0
|
LCL: add unit TreeStorage to LCLBase. Part of issue ##40806.
|
2025-04-01 10:12:21 +02:00 |
|
zeljan1
|
01c109d393
|
Gtk3: implemented TGtk3Memo changed signal.
|
2025-03-31 14:10:35 +02:00 |
|
zeljan1
|
d8e4b249c3
|
SynEditTextBuffer: initialize out variable. issue #41553
|
2025-03-31 13:47:48 +02:00 |
|
Martin
|
ede6127216
|
FpDebug: faster lookup for linker symbols (speeds up asm view)
|
2025-03-31 12:09:31 +02:00 |
|
zeljan1
|
0bad3fa854
|
Gtk3: implemented closing tab when close button clicked.
|
2025-03-30 19:32:23 +02:00 |
|
zeljan1
|
82df55c246
|
Gtk3: implemented image (custompage.imageindex) in tabs for TCustomTabControl
|
2025-03-30 19:03:28 +02:00 |
|
zeljan1
|
cec0a1fdbb
|
Gtk3: implemented close buttons on notebook tabs.
|
2025-03-30 18:26:39 +02:00 |
|
zeljan1
|
fa50636812
|
Gtk3: implemented TGtk3Widget.Repaint, use it in TGtk3WSWinControl.Repaint and TGtk3WidgetSet.UpdateWindow.
|
2025-03-30 16:15:59 +02:00 |
|
zeljan1
|
890c652c25
|
Gtk3: better visual feedback of caret.
|
2025-03-30 15:36:09 +02:00 |
|
zeljan1
|
d21cd86362
|
Gtk3: fixed memleak.
|
2025-03-30 11:46:43 +02:00 |
|
zeljan1
|
9a81e95d6c
|
Gtk3: implemented TGtk3WSWinControl.Repaint.
|
2025-03-30 11:42:58 +02:00 |
|
mattias
|
abc940cf59
|
packager: clean up
|
2025-03-30 11:41:07 +02:00 |
|
dsiders
|
66d1aa0774
|
Docs: LazUtils/lazstringutils. Updates content in the TextToSingleLine topic.
|
2025-03-28 21:29:00 -04:00 |
|
Juha
|
3b0f60efcb
|
ToDoList: Simplify and optimize. Fix function TextToSingleLine in LazStringUtils, now only used by ToDoList. Issue #41437.
|
2025-03-28 23:12:34 +02:00 |
|
Juha
|
9613485cf8
|
ToDoList: Recognize a plain ToDo better inside comment start/end marks. Issue #41437.
|
2025-03-28 16:08:19 +02:00 |
|
rich2014
|
2706015949
|
Cocoa: fix missing openURLs in NSApplicationDelegate
1. it can be used to support opening apps in Safari
2. requires the CFBundleURLSchemes setting in info.plist
|
2025-03-28 18:48:43 +08:00 |
|
Jesus Reyes A.
|
4d4d4060a3
|
LCL: fix TStringGrid OnKeyPress triggers twice at goEditing. Issue #41503
|
2025-03-27 18:20:42 -06:00 |
|
zeljan1
|
f29a74fde8
|
Gtk3: do not call DoAdjustClientRectChange if we are already in update by lcl.
|
2025-03-27 20:58:46 +01:00 |
|
zeljan1
|
28554adf44
|
Gtk3: simplified code.
|
2025-03-27 20:04:57 +01:00 |
|
zeljan1
|
59efce7694
|
Gtk3: cleanup TGtk3ScrollingWinControl constructor.
|
2025-03-27 19:56:01 +01:00 |
|
zeljan1
|
261e8f74d0
|
LCL: TCoolBar can crash if bitmap isn't assigned.
|
2025-03-27 19:53:42 +01:00 |
|
zeljan1
|
9368af1e34
|
Gtk3: implemented TGtk3ListBox.SetColor, reduced sizing pressure on lcl, fixed wayland sizing.
|
2025-03-27 19:14:18 +01:00 |
|
dsiders
|
be2a0f2765
|
Docs: LCL/grids. Updates the TCustomGrid.TitleImageList topic for changes in 8674f133 . Issue #41554.
|
2025-03-27 13:41:27 -04:00 |
|
wp_xyz
|
8674f133af
|
Grids: Declare TCustomGrid.TitleImagelist as type TCustomImageList rather than TImagelist. Issue #41554.
|
2025-03-27 16:26:32 +01:00 |
|
zeljan1
|
366355efc3
|
Gtk3: make tabbing work.
|
2025-03-27 09:28:31 +01:00 |
|
zeljan1
|
977a39c580
|
Gtk3: fixed wrong cast.
|
2025-03-27 08:37:07 +01:00 |
|
zeljan1
|
06b6d79d37
|
Gtk3: do not send arrow keys from combobox otherwise gtk changes active control.
|
2025-03-26 20:26:20 +01:00 |
|
Martin
|
e8ec6ae160
|
IDE, SynEdit: PascalHighlighter, CustomWords for comment, fix multi-line // comment
|
2025-03-26 18:48:37 +01:00 |
|
zeljan1
|
336c552579
|
Gtk3: send LM_CONTEXTMENU in proper order.
|
2025-03-26 18:43:33 +01:00 |
|
zeljan1
|
4f7b7c63ef
|
Gtk3: proper paint of grid at design time.
|
2025-03-26 16:53:59 +01:00 |
|
zeljan1
|
1569e7c7b1
|
Gtk3: apply scrollbars offset when painting background of control.
|
2025-03-26 15:24:33 +01:00 |
|
zeljan1
|
5150173131
|
Qt5,Qt6: proper transform before draw grid at design time. issue #41513
|
2025-03-26 15:06:44 +01:00 |
|
zeljan1
|
56f5a508e6
|
Gtk3: implemented size-allocate for layout of TGtk3Panel.
|
2025-03-26 14:08:48 +01:00 |
|
zeljan1
|
b290493023
|
Gtk3: always pass right widget to the paint proc.
|
2025-03-26 13:42:54 +01:00 |
|
zeljan1
|
737d206718
|
Gtk3: removed duplicate call.
|
2025-03-26 13:18:47 +01:00 |
|
zeljan1
|
81c983adb1
|
Gtk3: TGtk3Notebook cleanup. select-page and change-current-page are not triggered at all.
|
2025-03-26 13:17:43 +01:00 |
|
zeljan1
|
eedd4100ce
|
Gtk3: no need to call gtkWindow size under x11, GdkRect values are correct. Related to the issue #41518
|
2025-03-26 13:14:15 +01:00 |
|
zeljan1
|
9829ddbc02
|
Gtk3: do not call LCLObject.ClientRectNeedsInterfaceUpdate from TGtk3GroupBox layout if we are updating bounds from lcl.
|
2025-03-26 11:33:02 +01:00 |
|
zeljan1
|
94fd4b65ea
|
Gtk3: improved code readability
|
2025-03-26 11:00:22 +01:00 |
|
zeljan1
|
d813203584
|
Gtk3: improved TGtk3CheckListBox.
|
2025-03-26 10:42:54 +01:00 |
|