1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00
Commit Graph

6695 Commits

Author SHA1 Message Date
Thaddeus Crews
141508a3fe Merge pull request #107302 from beicause/spinbox-fix-decimal-step-using-arrow
Spinbox: Fix incorrect step and decimal text when using custom arrow step
2025-06-18 18:13:42 -05:00
Thaddeus Crews
2fc899e4dd Merge pull request #98566 from Geometror/vs-refactor-p1
Fix and improve editor state persistence for the VisualShader editor
2025-06-18 18:13:23 -05:00
Haoyu Qiu
a7ab249a2a Make PROPERTY_HINT_GROUP_ENABLE hide properties by default 2025-06-16 20:03:49 +08:00
Pāvels Nadtočajevs
34a97f9c9b Fix scale and position of popups with force_native. 2025-06-16 13:03:42 +03:00
Haoyu Qiu
51e8b5947f Fix some menu bar items unresponsive after language change 2025-06-16 09:35:37 +08:00
Haoyu Qiu
0a1fa10315 Fix game view window not updating title when translation changes 2025-06-16 09:35:25 +08:00
Micky
76a7c31a5d Rename TreeItem's alt_text to description for consistency
...with Accessibility API
2025-06-14 19:56:30 +02:00
Hendrik Brucker
b55b9fe352 [GraphEdit] Improve UI control scheme by separating scroll_offset from scroll bars 2025-06-14 13:10:17 +02:00
Rémi Verschelde
95e72a36f3 Merge pull request #107347 from bruvzg/hr_hr_hr
[RTL] Decouple image width/height "in percent" properties. Add [hr] tag support.
2025-06-13 01:30:47 +02:00
Rémi Verschelde
22702244f8 Merge pull request #105414 from KoBeWi/disable_uid_here
Add `@export_file_path` to export raw paths (no UID)
2025-06-13 01:30:24 +02:00
Rémi Verschelde
ae484828bb Merge pull request #107408 from Ivorforce/node-path-string-explicit
Make conversions from `NodePath` to `String` explicit.
2025-06-12 22:49:03 +02:00
Rémi Verschelde
1a64b6b5b6 Merge pull request #106913 from Ivorforce/string-resize-uninitialized
Rename `String::resize` to `resize_uninitialized`
2025-06-12 22:48:45 +02:00
Rémi Verschelde
c3ce623b54 Merge pull request #107413 from roughbits01/fix-ime-window-position
Fix IME window position not taking into account window transform
2025-06-12 11:56:50 +02:00
LuoZhihao
8ba4656ea3 Compile out editor-only logic within validate_property in games 2025-06-12 12:54:19 +08:00
Rémi Verschelde
d26146e826 Merge pull request #107394 from bruvzg/char_before_pref
Improve performance of `visible_characters`updates in `VC_CHARS_BEFORE_SHAPING` mode.
2025-06-12 01:15:50 +02:00
Rémi Verschelde
0fe406c73b Merge pull request #106679 from KoBeWi/disable_files_in_file_dialog
Allow customizing FileDialog's features
2025-06-12 01:15:42 +02:00
Rémi Verschelde
986cc40c42 Merge pull request #103907 from beicause/slider-draw-tick-center
Slider: Add bottom and top ticks and tick offset
2025-06-12 01:15:39 +02:00
kobewi
4b1d5b55c7 Allow customizing FileDialog's features 2025-06-11 20:12:15 +02:00
Lukas Tenbrink
b13a0e1834 Rename String::resize to resize_uninitialized, to better communicate to callers that new characters must be initialized. 2025-06-11 18:13:02 +02:00
Marwen Azouzi
76d782d291 Fix IME window position not taking into account window transform 2025-06-11 17:43:21 +02:00
Lukas Tenbrink
e2931a5c19 Make conversions from NodePath to String explicit. 2025-06-11 16:50:27 +02:00
Pāvels Nadtočajevs
12d957e737 Call PopupMenu min. size calculations after about_to_popup signal processing. 2025-06-11 12:23:29 +03:00
Pāvels Nadtočajevs
c11c44961b Improve performance of visible_charactersupdates in VC_CHARS_BEFORE_SHAPING mode. 2025-06-11 10:59:06 +03:00
Pāvels Nadtočajevs
cbd1e1cfe9 Partially revert 107110, process all lines in VC_CHARS_BEFORE_SHAPING mode to return correct line count. 2025-06-10 20:44:28 +03:00
Marwen Azouzi
402a527827 Fix select_all_on_focus behaviour on web export with virtual keyboard 2025-06-10 13:18:59 +02:00
Rémi Verschelde
6181a0c756 Merge pull request #107338 from TelePete/label-ratio-fix
Fix visible ratio when displaying all characters in Label
2025-06-10 12:30:49 +02:00
Rémi Verschelde
86408d1849 Merge pull request #107331 from bruvzg/rtl_para_sep
[RTL] Add paragraph separation theme property.
2025-06-10 12:30:45 +02:00
Rémi Verschelde
68349be895 Merge pull request #106813 from bruvzg/tr_noti
Add missing `TRANSLATION_CHANGED` notifications.
2025-06-10 12:30:01 +02:00
Pāvels Nadtočajevs
a262747cdf [RTL] Decouple image width/height "in percent" properties. Add [hr] tag support. 2025-06-10 12:22:02 +03:00
Pāvels Nadtočajevs
1e2fc9bcad [RTL] Add paragraph separation theme property. 2025-06-10 12:13:48 +03:00
TelePete
a4ba3d5bed Fix visible ratio when displaying all characters in Label 2025-06-09 23:38:38 +02:00
Thaddeus Crews
6427343ec8 Merge pull request #106660 from bruvzg/ac_node_to_ctl
Move some accessibility properties from Node to Control
2025-06-09 12:31:32 -05:00
Jordyfel
aa77c26636 Fix itemlist text separation 2025-06-09 20:29:20 +03:00
LuoZhihao
81406ff1f4 Spinbox: Fix incorrect step and decimal text when using custom arrow step 2025-06-09 19:00:11 +08:00
LuoZhihao
257c6ebe3c Slider: Add tick position property and tick offset theme item
Allow ticks to be placed at the top, bottom, or center with custom offset.
2025-06-09 12:36:08 +08:00
Rémi Verschelde
86ac065ce7 Merge pull request #107280 from kleonc/accept_dialog_bind_ok_button_visibility_to_spacer
Ensure hiding `AcceptDialog` OK button keeps other buttons centered
2025-06-09 00:45:51 +02:00
Rémi Verschelde
e0ca031eae Merge pull request #107249 from beicause/color-picker-ok-hs-hl-rectangles
ColorPicker: Add okhsl HS and HL rectangular picker shapes
2025-06-09 00:45:18 +02:00
Rémi Verschelde
63578eae68 Merge pull request #107110 from bruvzg/rtl_vis_line
Unify `get_[_visible]paragraph/line_count` behavior.
2025-06-09 00:44:37 +02:00
Pāvels Nadtočajevs
aff5b413aa Move some accessibility properties from Node to Control 2025-06-08 16:25:28 +03:00
Pāvels Nadtočajevs
22b5a2fc5c Change editor button focus mode to FOCUS_ACCESSIBILITY. 2025-06-08 15:53:27 +03:00
kleonc
576e1f1263 Ensure hiding AcceptDialog OK button keeps other buttons centered 2025-06-08 12:40:19 +02:00
AndrewYuan34
4774b57e4d Add auto-scroll behavior when selecting text outside the visible area in RichTextLabel 2025-06-07 11:28:54 -04:00
LuoZhihao
7b4c95e6d8 ColorPicker: Add okhsl HS and HL rectangular picker shapes 2025-06-07 22:30:40 +08:00
Rémi Verschelde
7cd4a319a4 Merge pull request #107198 from beicause/color-picker-fix-okhsl-cursor
ColorPicker: Fix cursor position in okhsl circle
2025-06-06 17:38:19 +02:00
LuoZhihao
2a4fc10868 ColorPicker: Fix cursor position in okhsl circle 2025-06-06 13:45:35 +08:00
Logan Detrick
0413297f7f Add dock dragging area and highlight 2025-06-05 16:02:33 -07:00
Rémi Verschelde
fc5b99f3d6 Merge pull request #107125 from roughbits01/line-edit-caret-desync-secret-toggle
Fix LineEdit's caret desyncing issue when toggling secret mode
2025-06-05 13:13:52 +02:00
Rémi Verschelde
d37a1134eb Merge pull request #107092 from bruvzg/rtl_ol_offset
[RTL] Fix outline offset.
2025-06-05 13:13:36 +02:00
Rémi Verschelde
8e0c258408 Merge pull request #106300 from bruvzg/rtl_ualp
[RTL] Add options to override underline color and default alpha.
2025-06-05 13:11:39 +02:00
Rémi Verschelde
b25f609eed Merge pull request #105994 from syntaxerror247/split_container
Add option for a touch-friendly drag handle in `SplitContainer`
2025-06-05 13:11:14 +02:00