zeljan1
ecaaeace34
Qt5,Qt6: correct QStyleOption* destroy. issue #41627
2025-05-09 10:14:28 +02:00
Martin
c2717085e2
SynEdit: fold-view, don't use outdated cache to map lines.
2025-05-07 18:51:08 +02:00
mattias
164625520b
ide: find/rename identifier: fixed IsSourceName
2025-05-07 18:46:49 +02:00
Martin
1ef6c404e4
IDE: Debugger Options: update watch format for hints when config is changed.
2025-05-06 22:43:03 +02:00
Martin
787dc4dca5
IDE: rebuild editoroptions.res
2025-05-06 17:35:39 +02:00
Martin
5e6de8cb95
IDE: color presets, fix priorities for assembler win current-line vs selection
2025-05-06 17:32:41 +02:00
Martin
3717e75f24
IDE: Debugger options, fixed layout of tool-buttons for display-format
2025-05-06 17:18:36 +02:00
zeljan1
1456cd17c4
Qt6: under darwin set dontUseNativeDialogs only with qt6 < 6.8
2025-05-06 16:41:51 +02:00
zeljan1
6361e161f0
Qt6: do not touch QtAA_DontUseNativeDialogs under mac os since it uses native dialogs by default.
2025-05-06 16:28:52 +02:00
Maxim Ganetsky
70ac1a31aa
IDE: regenerated translations and updated Russian translation
2025-05-06 16:44:50 +03:00
mattias
291cded038
codetools: less hints
2025-05-06 12:45:55 +02:00
mattias
739d5e54d7
ide: started find and rename references in lfm, from Włodzimierz Bień
2025-05-06 12:41:24 +02:00
n7800
4198092b48
IDE/SearchResultView: Invalidate filter after refresh. Merge request !466 .
2025-05-06 12:47:15 +03:00
Martin
a1e7246204
IDE: Color settings - clarify option name for gutter current line color
2025-05-06 10:40:22 +02:00
Martin
10ba50d939
IDE: fix Color settings for gutter-current-line - switch to off did not clear
2025-05-06 10:33:07 +02:00
Martin
5ede412c0d
IDE: fix color setting for "marks-gutter-part". It needs to be painted in "parent" (gutter) background color. Issue #41616
2025-05-06 10:09:05 +02:00
Juha
b8bd7e510b
Docked form editor: Remove a default 'Panel1' caption from the settings GUI. Issue #41617 , patch by Don Siders.
2025-05-06 09:48:58 +03:00
Maxim Ganetsky
d611e0c2a3
LCL-Gtk2: Avoid Gtk-CRITICAL
warnings on Linux, issue #41611 .
...
Avoid warnings like:
(project1:153785): Gtk-CRITICAL **: 09:35:29.899:
IA__gtk_paint_flat_box: assertion 'style->depth ==
gdk_drawable_get_depth (window)' failed
This is a regression after commit
3185572fdf
, which fixed crash on OpenBSD
(issue #41244 ).
Now the change from the above commit is active only for the OpenBSD
platform.
2025-05-06 01:38:54 +03:00
zeljan1
30dd771375
Qt6: better fix - do not use deleteLater() with qt6 at all for QWidgets.issue #41470
2025-05-05 20:00:59 +02:00
zeljan1
1ba22e9dd1
Qt6: fixed crash on application quit with Qt >= 6.8.0. issue #41470
2025-05-05 19:44:21 +02:00
Bart
3232d5162c
Merge branch 'Designer/RenameDlg/CtrlEnterEnabled' into 'main'
...
Designer: Fix crash when pressing [Ctrl+Enter] with invalid name in rename dialog
See merge request freepascal.org/lazarus/lazarus!465
2025-05-05 10:18:34 +02:00
Maxim Ganetsky
c44d31ea5f
IDEIntf: regenerated translations and updated Russian translation
2025-05-05 01:49:45 +03:00
Maxim Ganetsky
68be8af6a8
IDE: simplified wording of a warning in TreeView property editor
2025-05-05 01:49:45 +03:00
wp_xyz
023f45bfcc
Revert "LCL/GraphUtil: Initialize interpolation as nil (see 412af2a70b
, issue #41614 )"
...
This reverts commit f1f4ed909c
.
2025-05-04 22:39:33 +02:00
wp_xyz
f1f4ed909c
LCL/GraphUtil: Initialize interpolation as nil (see 412af2a70b
, issue #41614 )
2025-05-04 22:16:04 +02:00
dsiders
49848f1d14
Docs: LCL/graphutil. Fixes missing end tag.
2025-05-04 16:06:47 -04:00
dsiders
ea83afdf93
Docs: LCL/graphutil. Updates the ScaleImg topic for changes in 412af2a7
. Issue #41614 .
2025-05-04 14:53:45 -04:00
mattias
f33db2a17a
codetools: fixed searching classes on target wasi, wasip1, wasip2, wasip1threads
2025-05-04 20:11:15 +02:00
wp_xyz
412af2a70b
LCL/GraphUtils: Fix image up-scaling by procedure ScaleImg. Issue #41614 .
2025-05-04 19:15:31 +02:00
Bart
ba09545f7b
IDE: TreeView property editor:
...
- Replaced sccsTrEdtConfirmationCaption with the existing rsMtConfirmation from the LCL.
- Set opendialog filter to "All files" by default (instead of the new XML type).
- Hint that node images can be stored in XML format.
Patch by n7800, with minor modification by me.
2025-05-04 18:43:38 +02:00
Martin
5bbe937c5e
SynEdit: implement ScrollBy / Issue #41605
2025-05-04 14:40:11 +02:00
n7800
d424ffceb9
Designer: Fix crash when pressing [Ctrl+Enter] with invalid name in rename dialog
2025-05-03 23:33:03 +00:00
zeljan1
f2e1746dfa
Gtk3: implemented LM_MOVE for TCustomForms.
2025-05-03 10:00:40 +02:00
zeljan1
db89d1d59e
Gtk3: implemented CreatePatternBrush.
2025-05-02 17:55:40 +02:00
zeljan1
56db2db708
Gtk3: removed leftover.
2025-05-02 17:16:40 +02:00
zeljan1
f31ffc04b7
Gtk3: make DrawFrameControl paint correct checkbox and radio button.
2025-05-02 14:56:16 +02:00
Maxim Ganetsky
40f996af58
Pas2JS: regenerated translations and updated Russian translation
2025-05-02 13:06:01 +03:00
Maxim Ganetsky
372dc7524c
Pas2JS: minor improvements of captions
2025-05-02 13:04:41 +03:00
Michaël Van Canneyt
99005a4950
* Allow to run threaded wasm
2025-05-01 23:19:14 +02:00
zeljan1
00928502af
Gtk3: fixed memleak from previous commit.
2025-05-01 14:25:50 +02:00
zeljan1
3b164ff23f
Gtk3: fixed double free and crash in some circumstances, eg. code window in source editor, maybe fix for issue #41569
2025-05-01 14:15:53 +02:00
zeljan1
b6560ee5b3
Gtk3: make TListView.ViewStyle = vsList work
2025-05-01 13:35:06 +02:00
zeljan1
30f48262c7
Gtk3: fix gtk3 ugly behaviour when clicking close button of non modal window below modal window(s)
2025-05-01 12:44:17 +02:00
zeljan1
16f6a8bc06
Gtk3: fixed TPageControl with customized image index. Patch by Anton Kavalenka. issue #41579
2025-05-01 11:51:48 +02:00
zeljan1
a4bfdfc8ff
Gtk3: do not activate transient parent with mouse when we are modal form
2025-05-01 11:47:52 +02:00
Maxim Ganetsky
fc2705b1ed
Merge branch with NotifyApplicationUserInput changes.
...
NotifyApplicationUserInput should accept a TLMessage to ensure that the
message parameters are delivered.
See merge request freepascal.org/lazarus/lazarus!464
2025-05-01 02:42:41 +03:00
Lipinast Lekrisov
0b316d9d07
IDE: OnUserInput/NotifyApplicationUserInput fixes
2025-05-01 02:39:07 +03:00
Lipinast Lekrisov
899f36897a
Gtk/Gtk2/Gtk3: fixes in NotifyApplicationUserInput
2025-05-01 02:39:07 +03:00
Lipinast Lekrisov
04474929e1
CustomDrawn: fixes in NotifyApplicationUserInput
2025-05-01 02:39:07 +03:00
Lipinast Lekrisov
9331c551e3
Cocoa: fixes in NotifyApplicationUserInput
2025-05-01 02:39:07 +03:00