Commit Graph

70019 Commits

Author SHA1 Message Date
zeljan1
2df92eabfa Gtk3: do not ask for scrollbars if policy is never or external. 2025-02-22 09:57:06 +01:00
zeljan1
3d4c31ed33 Gtk3: fixed crash in TGtkListStoreStringList. Patch by Anton Kavalenka. 2025-02-22 09:49:56 +01:00
zeljan1
f03ffdbbd9 Gtk3: make combobox autocomplete work. 2025-02-22 09:28:30 +01:00
mattias
fea75fa494 ide: fixed rename identifier 2025-02-22 09:07:52 +01:00
zeljan1
30fb2bbc22 Gtk3: implemented text selection options for GtkComboBox. 2025-02-22 08:46:32 +01:00
Maxim Ganetsky
1e100fd3cf IDE: regenerated translations and updated Russian translation 2025-02-22 01:28:02 +03:00
Maxim Ganetsky
33ebad8fdc IDE: removed bookmark-related duplicate resource strings 2025-02-22 01:28:02 +03:00
zeljan1
1923d653dc Gtk3: use gdk_window_get_device_position() when is_hint = 1 inside mouse move event. 2025-02-21 22:51:16 +01:00
dsiders
cf23d4140b Docs: LCL/dbgrids. Updates TCustomDBGrid, TComponentDataLink topics for changes in 87877c4f. Issue #41451.
* TCustomDBGrid.EndLayout
* TComponentDataLink.DatasetScrolled
2025-02-21 16:39:27 -05:00
dsiders
258df7b405 Docs: LCL/filectrl. Fixes invalid See Also links. 2025-02-21 16:38:47 -05:00
mattias
322ebdf426 ide: find rename identifier: unit: warn about units in search path 2025-02-21 21:31:30 +01:00
mattias
01eedeb8cb ide: find rename identifier: lowercase according to options, fixed when only case has changed 2025-02-21 21:31:30 +01:00
mattias
205bfb7c19 ideintf: comment 2025-02-21 21:31:30 +01:00
mattias
650d1da4a1 codetools: added case insensitive FileExists 2025-02-21 21:31:30 +01:00
Maxim Ganetsky
6801b7bff6 IDE: regenerated translations and updated Russian translation 2025-02-21 22:43:41 +03:00
Maxim Ganetsky
7bf295cb28 IDE: removed some duplicate resource strings 2025-02-21 22:43:41 +03:00
zeljan1
c2689cb231 Gtk3: disable scrollbars of scrollingWindow during design time. 2025-02-21 20:14:41 +01:00
zeljan1
dc40fbaf65 Gtk3: better fix for crash. issue #41449 2025-02-21 20:13:59 +01:00
zeljan1
87877c4fda DBGrids: fixed dgThumbTracking usage on dbgrid. issue #41451 2025-02-21 20:02:23 +01:00
zeljan1
b4bb6f4b64 Gtk3: do not trigger accidental visibilty of scrollbars. 2025-02-21 18:53:21 +01:00
Maxim Ganetsky
d4c32a0c9d IDE: regenerated translations and updated Russian translation 2025-02-21 20:27:21 +03:00
Maxim Ganetsky
53138e3764 IDE: removed some duplicate resource strings 2025-02-21 20:27:21 +03:00
zeljan1
8032aa76d3 Gtk3: hint window should not take focus in any case. ScrolledWindow must be cheated for scrollbar policy since many TCustomControl components does not use scrollbars at all. Edited in gtk3 IDE :) 2025-02-21 18:25:55 +01:00
zeljan1
d8cd947b55 Gtk3: fixed crash if handle vanish during input event.issue #41449 2025-02-21 17:52:46 +01:00
zeljan1
5710c5537a Gtk3: fixed Application.IntfActivate, Application.IntfDeactivate. 2025-02-21 17:46:26 +01:00
zeljan1
455f367bd1 Gtk3: recreatewnd when form borderstyle is changed. 2025-02-21 17:45:16 +01:00
Maxim Ganetsky
7f485e8682 IDE: regenerated translations and updated Russian translation 2025-02-21 19:41:43 +03:00
Martin
aac3d8d8db SynEdit: WrappedView, keep topline when rewrapping 2025-02-21 16:56:30 +01:00
Martin
507e0d9ceb IDE, SynEdit: WrappedView, clean up / move init to parent class 2025-02-21 16:56:30 +01:00
zeljan1
3218b3dcdd Gtk3: proper initialization of variable. 2025-02-21 14:02:27 +01:00
zeljan1
2877b3ee27 Gtk3: we must resize GtkNotebook, not GtkEventBox actually. 2025-02-21 13:32:47 +01:00
Martin
4532b71738 IDE: WrappedView Options, added special home/end key handling 2025-02-21 13:13:18 +01:00
Martin
9be3f21e0f SynEdit: WrappedView, added special home/end key handling 2025-02-21 13:13:17 +01:00
Maxim Ganetsky
70c3148e04 TodoList: regenerated translations 2025-02-21 15:04:03 +03:00
zeljan1
c3c4a8132b Gtk3: check if control has caret before destroying caret. 2025-02-21 12:40:19 +01:00
zeljan1
01d0c7d35c Gtk3: cleanup 2025-02-21 10:27:02 +01:00
zeljan1
b119620f45 Gtk3: do not try to draw caret at design time widget. 2025-02-21 10:24:54 +01:00
zeljan1
e4db21c499 Gtk3: make LM_CONTEXTMENU msg work. 2025-02-21 10:22:51 +01:00
zeljan1
20d4d59a0b Gtk3: finally useable caret without workaround widget for wayland. 2025-02-21 10:10:24 +01:00
zeljan1
c3c9ede5c4 Gtk3: ScrollWindowEx() cleanup. 2025-02-21 08:32:08 +01:00
Juha
41f4be3c95 SynEdit: Debug TSynPluginSyncroEdit.Scan and remove an assertion. Issue #41446. 2025-02-21 02:01:36 +02:00
Juha
7d5c7fba25 ToDoList: Tweak the Parse method. 2025-02-21 02:01:36 +02:00
zeljan1
5aa6b16f09 Gtk3: Client area of TGtk3CustomControl is PGtkLayout now, fixed sizing of controls like TEditBtn etc. 2025-02-20 17:13:13 +01:00
Juha
7677da953e ToDoList: Improve parsing, refactor and optimize. 2025-02-20 11:01:43 +02:00
mattias
d26619895d ide: drop files: invalidate file cache 2025-02-20 09:52:05 +01:00
mattias
20d97cb590 ide: package editor: drop files: invalidate file cache, no warnings about duplicates 2025-02-20 09:44:08 +01:00
dsiders
9c44d21c0e Docs: LCL/filectrl. Updates TCustomFileListBox topics for changes in 3cc3475c. Issue #41441.
* TCustomFileListBox.Create
* TCustomFileListBox.UpdateFileList
2025-02-19 15:29:40 -05:00
Bart
3cc3475c2b 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 2025-02-19 20:29:52 +01:00
Juha
37f89814d2 ToDoList: Require colon (:) after "ToDo", "Done" or "Note". Issue #41437. 2025-02-19 16:43:27 +02:00
Juha
0e2a394a0c IDE: Allow dragging a newly created file to package editor. Issue #41435. 2025-02-19 10:15:03 +02:00