Commit Graph

70417 Commits

Author SHA1 Message Date
Maxim Ganetsky
c4f158abb8 IDE: regenerated translations and updated Russian translation 2025-03-12 18:31:30 +03:00
Maxim Ganetsky
2ad2922453 IDE: improved some captions after 584fe85a36 2025-03-12 18:30:12 +03:00
Maxim Ganetsky
9ac727c4cc IDE: regenerated translations and updated Russian translation 2025-03-12 17:47:35 +03:00
Maxim Ganetsky
584fe85a36 IDE: fixed typos in resource strings 2025-03-12 17:41:36 +03:00
Maxim Ganetsky
32f9d39f60 SynEdit: regenerated translations and updated Russian translation 2025-03-12 17:40:10 +03:00
Maxim Ganetsky
35d6b756ce SynEdit: fixed typo in a resource string 2025-03-12 17:37:53 +03:00
Maxim Ganetsky
ea41b14ea6 ProjectGroups: regenerated translations and updated Russian translation 2025-03-12 17:36:36 +03:00
Maxim Ganetsky
0845474588 LCL-Gtk2: fixed component position issues on bsSingle forms under Xfwm4, issue #41219 2025-03-12 15:29:00 +03:00
Maxim Ganetsky
7e1d786c38 LCL-Gtk2: Fixed pasting text from Combobox to some other application when selecting/middle-clicking.
Makes its behavior consistent with TEdit. Also avoids accessing
uninitialized variables.

Follow-up of:
18f1d06255
5f8eacc23d
2025-03-12 15:22:24 +03:00
zeljan1
33868eedbb Gtk3: thaw_notify will trigger changed, so removed unneeded gtk_adjustment_changed() 2025-03-12 11:48:14 +01:00
zeljan1
7ed32b4556 Gtk3: fixed wrong calculation of page_size and value, gtk uses different scrollbar calculation than winapi. 2025-03-12 11:15:17 +01:00
Juha
13a5db69a2 ProjectGroups: Add a choice "Compile clean from here". Issue #41521, patch by Dean Mustakinov. 2025-03-12 12:08:06 +02:00
Martin
9cadb97d54 SynEdit: PascalHighlighter, implement new highlights for declaration sections and proc-headers: param, type, value. / fix missing ranges in scan 2025-03-12 00:23:47 +01:00
Martin
83509a5b76 SynEdit: PascalHighlighter, implement new highlights for declaration sections and proc-headers: param, type, value. Implement basic label and structure-member (after dot) highlight. Issues #22711 and #40152 2025-03-11 23:13:46 +01:00
Juha
992a23a894 IDE: Initialize a variable in FindRenameIdentifierDialog.SetIdentifier. 2025-03-11 16:23:38 +02:00
Juha
017be98e2f Codetoola: Simplify TCodeToolManager.FindLFMFileName. 2025-03-11 16:23:38 +02:00
Martin
6c2a52efe0 SynEdit: fix OnClearMark, checking the correct fields for assigned. Issue #41522 2025-03-11 10:26:51 +01:00
zeljan1
fff12f1750 Gtk3: fixed TGtk3Window.GetClientRect, must subtract scrollbar sizes if overlay scrollbars are used. 2025-03-10 20:47:07 +01:00
zeljan1
28a04f2144 Gtk3: fixed signature of RangeChangeValue 2025-03-10 17:09:44 +01:00
zeljan1
ce839dfa76 Gtk3: attach change-value and value-changed to the window, also reimplemented OffsetMousePos() 2025-03-10 15:45:06 +01:00
zeljan1
ec4ad2c184 Gtk3: better guess when scrollbars are logical 2025-03-10 13:10:05 +01:00
Martin
2594469911 FpDebug: More asm-unwind improvements 2025-03-10 11:09:35 +01:00
mattias
c36f3fe0a5 codetools: fixed TFindDeclarationTool.FindOverridenMethodDecl searching next ancestor 2025-03-10 08:52:23 +01:00
Martin
12afdd137b Win32: Prevent Splitter from activating the "resize bar" window. Avoid focus changes to the form, or its components. Issue #41506 Patch by Lipinast Lekrisov 2025-03-10 00:18:10 +01:00
Martin
13186bcc24 SynEdit: PascalHighlighter, refactor/replace ranges for const/type with internal folds / fix ^ handling for pointer vs control-char. Issue #40653 2025-03-10 00:03:19 +01:00
Martin
38a42db5b5 SynEdit: PascalHighlighter, refactor/replace ranges for const/type with internal folds / fix ^ handling for pointer vs control-char. Issue #40653 2025-03-09 23:18:11 +01:00
Martin
37a7a053b1 SynEdit: FoldedView, fix modifier "enumerator" 2025-03-09 22:19:16 +01:00
zeljan1
e11d2d5969 Gtk3: cleanup. 2025-03-09 20:24:04 +01:00
zeljan1
c5c4076b98 Gtk3: cleanup. 2025-03-09 20:00:39 +01:00
zeljan1
85ffeaae19 Gtk3: proper cast and checks. 2025-03-09 19:14:46 +01:00
zeljan1
6e8ef84e2b Gtk3: implemented SetScrollInfo() for TGtk3Window. 2025-03-09 18:26:19 +01:00
zeljan1
a21db703fd Gtk3: connect ScrolledLayoutSizeAllocate, create internal adjustments for TGtk3Window. 2025-03-09 18:17:25 +01:00
zeljan1
ccda0b17c4 Gtk3: renamed CustomControlLayoutSizeAllocate to ScrolledLayoutSizeAllocate, moved to TGtk3ScrollableWin class so can be reused later by TGtk3Window. 2025-03-09 18:14:59 +01:00
zeljan1
158d270845 Gtk3: simplified code. 2025-03-09 18:09:33 +01:00
zeljan1
9de7888945 Qt5,Qt6: fixed designing on scrolled forms. issue #41517 2025-03-09 17:34:40 +01:00
Martin
a61fd69df0 SynEdit: FoldedView, fix internal setting of TopViewPos (Only visible lines) 2025-03-09 17:10:45 +01:00
Martin
847f6ab0e4 SynEdit: FoldedView, fix accessing out of range lines (due to wrong internal fTopViewPos). Introduced in 86abcd75d9 2025-03-09 12:44:46 +01:00
DomingoGP
482124d17e Jedi code format: refactor, extract function FormatIncludeFile 2025-03-09 10:23:01 +01:00
zeljan1
b623211e02 Qt5,Qt6: do not wrap text in TStaticText. issue #41515 2025-03-08 20:07:47 +01:00
zeljan1
cb8c130883 Qt5,Qt6: make wheel scroll work at design time. issue #41512 2025-03-08 19:32:21 +01:00
Juha
ceb97dc470 LazControls: Prevent TreeFilterEdit crashing when a form is closing, again. Issue #41509. 2025-03-08 18:50:15 +02:00
DomingoGP
db66ebdbb3 Jedi code format: fix allowed file types. 2025-03-08 15:16:09 +01:00
DomingoGP
3f542bc813 Jedi code format: find include files without extension (.inc, .pp, .pas) 2025-03-08 14:26:44 +01:00
Martin
1c97b17a3a SynEdit: PascalHighlighter, refactor - set new fRange directly for rsAfterIdentifierOrValue 2025-03-08 11:41:32 +01:00
Martin
0454d6eacf SynEdit: PascalHighlighter, improve "class of". Issue #33014 2025-03-08 11:41:31 +01:00
Martin
c432571c66 SynEdit: PascalHighlighter, highlight "at" in raise statement like a keyword. Issue #22667 2025-03-08 11:41:31 +01:00
Juha
88b1bb6075 LazControls: Prevent TreeFilterEdit crashing when a form is closing. Issue #41509. 2025-03-08 10:41:43 +02:00
dsiders
9ad6dd94f8 Docs: LCL/extctrls. Updates the TUNBPages.AddObject topic to correct, clarify content. 2025-03-08 01:54:31 -05:00
wp_xyz
a5c4bef278 TAChart: Split demos off into separate frames (distance, dragdrop, line, multi, radial) 2025-03-08 01:30:18 +01:00
Juha
fa2ad4f983 LCL: One more sanity check for a new Notebook page name. Issue #36957. 2025-03-08 00:29:16 +02:00