Commit Graph

69520 Commits

Author SHA1 Message Date
Maxim Ganetsky
880cd91c00 LazReport: improved Russian translation 2025-01-10 01:42:57 +03:00
zeljan1
966b895003 Gtk3: implemented TGtk3ListBox.GetScrollWidth(), TGtk3WSCustomListBox.GetScrollWidth() 2025-01-09 22:38:34 +01:00
zeljan1
b0a562be0d Gtk3: do not append scrollbars offset to the TGtk3ListBox.GetItemRect(), implemented TGtk3ListBox.GetIndexAtXY(), TGtk3WSCustomListBox.GetIndexAtXY() 2025-01-09 22:32:57 +01:00
zeljan1
1d07d268ed Gtk3: implemented TGtk3WSCustomListBox.GetItemRect. 2025-01-09 22:14:24 +01:00
zeljan1
5497c5a166 Gtk3: implemented TGtk3ListBox.getItemRect(). 2025-01-09 22:13:40 +01:00
zeljan1
51a8bb1b80 Gtk3: safer way to free allocated data. 2025-01-09 21:27:21 +01:00
Maxim Ganetsky
324cb06157 Merge branch 'controllers' into 'main'
Added extra controller sub architectures for xtensa and riscv

See merge request freepascal.org/lazarus/lazarus!419
2025-01-09 19:57:48 +00:00
zeljan1
a11eaff2fc Gtk3: fixed memleak with TGtk3Listbox list. 2025-01-09 20:48:25 +01:00
ccrause
7f2fd2fba8 Added extra controller sub architectures for xtensa and riscv 2025-01-09 19:24:47 +00:00
zeljan1
9eb9286e45 Gtk3: fixed memleak with caret. 2025-01-09 17:55:50 +01:00
zeljan1
5c8701db50 Gtk3: gtk3caret, removed writeln() 2025-01-09 17:33:10 +01:00
zeljan1
28abf26e85 Gtk3: improved caret painting, use TGtk3Widget context if available 2025-01-09 17:30:37 +01:00
zeljan1
ac3b0817b8 Gtk3: caret must be destroyed if handle already have one in TGtk3Widgetset.CreateCaret(). 2025-01-09 17:29:42 +01:00
zeljan1
3d347460a2 Gtk3: do not stop event if we are not real focus widget. Now TCustomControl gets VK_RETURN so eg TSynEdit can add new line. 2025-01-09 16:02:07 +01:00
zeljan1
3f1f1134c3 Gtk3: fixed arrow keys handling. 2025-01-09 15:30:13 +01:00
zeljan1
4aac54de10 Gtk3: implemented basic caret. 2025-01-09 15:03:14 +01:00
Martin
d25d085dbb FpDebug: Do not free current DbgThread while still in use / Will be freed after next run/step. (Linux) 2025-01-09 11:44:15 +01:00
zeljan1
2f94ecea69 LCL: renamed param. 2025-01-09 09:41:38 +01:00
zeljan1
6d55565da2 Gtk3: renamed deviceScaleRatio to canvasScaleFactor. 2025-01-09 09:34:22 +01:00
zeljan1
34844aa934 LCL: SetDeviceScaleRatio renamed to SetCanvasScaleFactor. 2025-01-09 09:21:59 +01:00
zeljan1
6c47517822 Qt5: removed old qt4 workaround for buggy application activate/deactivate. 2025-01-09 09:08:58 +01:00
dsiders
058b949f47 Docs: LCL, LazUtils. Updates copyright statement to current year. 2025-01-09 00:48:53 -05:00
dsiders
b76a46a7df Docs: LCL/forms. Corrects content in TApplication.Hint. 2025-01-08 21:03:02 -05:00
zeljan1
13ef93cd67 Gtk3: create toplevel list only in debug mode. 2025-01-08 22:22:18 +01:00
zeljan1
1aa4abc1e4 Gtk3: stop mass flooding in console from gtk_style_context_set_path().That call is unecessary in this context. 2025-01-08 21:45:50 +01:00
zeljan1
a7a64de5bf Gtk3: proper unscale in StretchBlt 2025-01-08 21:42:38 +01:00
n7800
ae3b05a6bd LCL: Do not set "Text" property to the name of the component when adding TCustomControlFilterEdit descendants in the Designer. Merge request !418. 2025-01-08 20:55:56 +02:00
zeljan1
a39d8996ff Gtk3: implemented SetDeviceScaleRatio. 2025-01-08 19:52:21 +01:00
zeljan1
4bcd45bc10 Gtk3: implemented GetCanvasScaleFactor() 2025-01-08 19:38:51 +01:00
zeljan1
ae798b4443 Qt5, Qt6: implemented GetDpiForMonitor(). 2025-01-08 18:06:29 +01:00
zeljan1
54f0c7e779 Gtk3: fixed fonts dpi. issue #40960 2025-01-08 17:33:04 +01:00
mattias
fad6cd5192 lcl: win32: fixed change WindowState from wsMaximized to wsNormal when changing Constraints, issue #41325 2025-01-08 17:21:57 +01:00
zeljan1
832b61143a Qt6: fixed calculating font height. issue #41026, issue #40960. 2025-01-08 16:23:06 +01:00
zeljan1
759c61f5e1 Qt5: As of qt 5.14 qt translates fonts dpi into scale factors, so same as qt6 on all platforms.Related to issue #40960 2025-01-08 09:50:30 +01:00
zeljan1
c27ace0107 Qt5: hint also need framelessWindowHint under wayland, otherwise shows window frame around hint window in some circumstances. 2025-01-08 09:10:00 +01:00
zeljan1
cab159df13 Qt5: THintWindow should not steal focus on wayland. 2025-01-08 08:58:02 +01:00
zeljan1
4dcd2c6833 Qt5: fine tuning of frame drawing, related to the issue #41317 2025-01-08 08:34:30 +01:00
zeljan1
c800f2c0f4 Qt6: removed typo, Application.IntfAppActivate called always. 2025-01-07 19:51:01 +01:00
Martin
6f1cd0c4b5 FpDebug: Linux, fix reading proc/maps to get loaded libraries. 2025-01-07 18:36:04 +01:00
Juha
f0a9cde060 Anchor Editor: Don't add (sub)controls with csNoDesignSelectable in ControlStyle. Issue #41314. 2025-01-07 18:18:04 +02:00
zeljan1
ee8e7c13c8 Qt5: fixed bad frame painting with breeze theme under x11 and wayland. issue #41317 2025-01-07 15:29:59 +01:00
dsiders
760b404c7b Docs: LazUtils/lazutf8. Updates the UTF8StringReplace topic for changes in 4c1a98b6, 277cc26b. Issue #41291. 2025-01-07 02:22:42 +00:00
dsiders
eeb75b186d Docs: LCL/graphics. Updates content in color conversion topics including:
* ColorToRGB
* ColorToString
* StringToColor
* StringToColorDef
2025-01-07 00:55:28 +00:00
Juha
d248079f4e Anchor Editor: Don't add "SubLabel:TBoundLabel" when using TLabeledEdit. Issue #41314. 2025-01-06 17:21:08 +02:00
dsiders
1964eee87a Docs: LCL/forms. Updates content in hint-related topics, including:
* TApplication.UpdateMouseHint
* TApplication.Hint
* TApplication.OnHint
* TApplication.ShowHint
2025-01-06 11:39:39 +00:00
mattias
4a36c1a0f3 lclbase: added inc 2025-01-06 12:24:55 +01:00
mattias
98e9438a8a ideintf: added fpdoc editor custom buttons 2025-01-06 09:29:54 +01:00
Maxim Ganetsky
5492dd5682 IDE: regenerated translations and updated Russian translation 2025-01-06 01:56:09 +03:00
Maxim Ganetsky
73061f3b95 IDE: improved FPDoc editor dialog i18n 2025-01-06 01:56:09 +03:00
zeljan1
4d840c6866 TLazVirtualTrees: removed cocoa workarounds. Related to the issue #41313 2025-01-05 23:24:33 +01:00