Commit Graph

70436 Commits

Author SHA1 Message Date
Martin
4027fdb098 IDE, SynEdit: refactor some color settings for Pas-Highlighter 2025-04-03 18:32:24 +02:00
zeljan1
1158c4ab59 ListViewFilterEdit: must clear previous items. issue #41559 2025-04-03 18:15:08 +02:00
zeljan1
33c532e60e Qt,Qt5,Qt6: fixed focus indication. issue #41562 2025-04-03 17:48:00 +02:00
wp_xyz
34a6103a12 JCF2: Fix typos in JCF2 German translation, add missing German translations 2025-04-03 16:24:37 +02:00
Martin
4d3ce329d2 IDE: reword command description for "delete current line". !398 2025-04-03 12:01:11 +02:00
Martin
18030f9183 SynEdit: fix for fpc 3.2.2: constref vs const 2025-04-03 11:46:31 +02:00
Martin
3eb2c20d38 SynEdit: rewrite FoldHighlighter range class. Use TDictionary. 2025-04-03 10:15:58 +02:00
wp_xyz
6e169e5797 Fix typos in commit 206425a357 2025-04-02 22:43:18 +02:00
wp_xyz
7d04bf55c0 Images: New general-purpose icons (color, package, paint, plugin, target) by Roland Hahn. 2025-04-02 19:06:54 +02:00
Bart
126f2628d4 Win32: Fix crash in TWin32WSOpenDialog.DestroyHandle, caused by me in commit 7cfdbd74. 2025-04-02 17:22:31 +02:00
zeljan1
441180f7e0 IDE: fixed wrong activation message. issue #41561 2025-04-02 17:14:26 +02:00
wp_xyz
f796680ac6 Images: Replace package icon in package editor. By Roland Hahn. 2025-04-02 13:53:09 +02:00
wp_xyz
206425a357 JCF: Update German translation 2025-04-02 13:36:57 +02:00
zeljan1
a9a97dbf0c Gtk3: TGtk3Toolbar cleanup, it is TGtk3CustomControl. 2025-04-02 09:12:57 +02:00
Maxim Ganetsky
7c4f32681b IDEIntf: regenerated translations and updated Russian translation 2025-04-02 02:48:41 +03:00
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