Commit Graph

7196 Commits

Author SHA1 Message Date
Thaddeus Crews d28c8495a2 Merge pull request #120207 from bruvzg/fdh
[FileDialog] Sync "show hidden file" button state when toggled by shortcut.
2026-06-18 15:14:13 -05:00
Thaddeus Crews 63c69a6101 Merge pull request #120286 from bruvzg/rtl_tag_args
[RTL] Improve `img=` and `font=` tags parsing.
2026-06-18 15:14:11 -05:00
Thaddeus Crews 32159caaf4 Merge pull request #117849 from WoodWood1299/nonresizable-confirmation-dialogue
Editor: Fix accept/confirmation dialogs being resizable
2026-06-18 15:14:02 -05:00
Thaddeus Crews f233ec36e4 Merge pull request #119047 from jinyangcruise/fix_near_jump_issue
Fix jumping to definition does not set proper return point if the definition is very close
2026-06-18 13:15:31 -05:00
Thaddeus Crews c2b4471b03 Merge pull request #119820 from bruvzg/gr_popup
Fix `PopupMenu`s keeping old size when `GraphNode` scale is changed.
2026-06-18 13:15:25 -05:00
Thaddeus Crews c69c6dbed4 Merge pull request #120180 from bruvzg/menu_bar_sc
[MenuBar] Fix popup scale handling.
2026-06-18 13:15:23 -05:00
Thaddeus Crews a510ea03ed Merge pull request #115760 from KoBeWi/Tree_should_be_illegal
Fix Tree item edit canceled instantly on scroll
2026-06-18 13:15:22 -05:00
Thaddeus Crews 913b2a87c2 Merge pull request #120351 from scgm0/fix_text_edit_fit_content
Fix `BoxContainer` not using `get_bound_minimum_size` when calculating layout
2026-06-18 13:15:21 -05:00
Thaddeus Crews e9327acbe5 Merge pull request #105963 from luiz734/fix-issue-105769
Fix SpinBox not calling base Range::_value_changed
2026-06-18 10:19:01 -05:00
kobewi 86c2dd6adc Fix Tree item edit canceled instantly on scroll 2026-06-17 20:51:59 +02:00
scgm0 e174dd68e1 fix_box_container_resort 2026-06-17 11:59:46 +08:00
Thaddeus Crews 0baf46a3c7 Merge pull request #120280 from NoNormalDev/bcsize
Fix `BoxContainer` size when theme scale is not an integer
2026-06-16 12:48:46 -05:00
Enzo Novoselic 808be5198c Tweak warning to reflect current state 2026-06-16 12:18:01 -04:00
Pāvels Nadtočajevs 653cb3f7fc [RTL] Improve img= and font= tags parsing. 2026-06-14 13:43:13 +03:00
NoNormalDev 8d713d397f Fix BoxContainer size bugs when editor scale is not 1.0 2026-06-14 10:16:16 +02:00
Thaddeus Crews c25fac660f Merge pull request #120116 from bruvzg/rtl_tl
[RTL] Do not add zero-width space to last line without content.
2026-06-12 13:38:51 -05:00
Pāvels Nadtočajevs 260f40bff0 [FileDialog] Sync "show hidden file" button state when toggled by shortcut. 2026-06-11 23:19:27 +03:00
Pāvels Nadtočajevs 681f7cec72 [MenuBar] Fix popup scale handling. 2026-06-11 08:29:28 +03:00
Pāvels Nadtočajevs 07f3a3f855 [RTL] Do not add zero-width space to last line without content. 2026-06-09 17:51:17 +03:00
Pāvels Nadtočajevs 57ba88fba7 [RTL] Fix indent / list level not taken into account. 2026-06-09 13:25:11 +03:00
Thaddeus Crews 72eac09f5c Merge pull request #119336 from vaner-org/tree-preserve-drops
Fix incorrect `get_drop_section_at_position` results in Tree
2026-06-05 09:24:41 -05:00
Thaddeus Crews 70ee45d043 Merge pull request #119987 from bruvzg/rtl_ll
[RTL] Fix last line height with some fallback fonts.
2026-06-03 11:02:35 -05:00
Pāvels Nadtočajevs facdd8eea6 [RTL] Fix last line height with some fallback fonts. 2026-06-03 09:00:43 +03:00
Chaosus b5d9b7a32b Properly update shader text syntax highlighting (for disabled regions) 2026-06-02 16:19:24 +03:00
Thaddeus Crews 73e08d2882 Merge pull request #118387 from Calinou/basebutton-fix-shortcut-feedback-time-scale
Fix BaseButton shortcut feedback being affected by time scale
2026-06-01 11:15:15 -05:00
Pāvels Nadtočajevs 5956310753 Fix PopupMenus keeping old size when GraphNode scale is changed. 2026-05-27 19:27:48 +03:00
Thaddeus Crews da7924dfa3 Merge pull request #118488 from StarryWorm/fix-118397
Fix issue in `BoxContainer` that clipped children with non-integer minimum sizes
2026-05-27 11:27:42 -05:00
Thaddeus Crews c96e11965f Merge pull request #119329 from Nintorch/fix-button-regression
Fix `Input.parse_input_event` `Button` regression
2026-05-26 10:09:40 -05:00
Thaddeus Crews 66658e7f4c Merge pull request #119737 from KoBeWi/separator_of_bugs_from_notbugs
Fix PopupMenu counting separators for search bar
2026-05-26 10:09:36 -05:00
sydist 5624c4409b Fix RichTextLabel tab_size 0 causing 1px indent on lists and indents 2026-05-26 01:19:54 +02:00
Nintorch adcdcd9d9d Fix Input.parse_input_event Button regression
This PR fixes the issue where using `Input.parse_input_event` can make button presses stop working in some circumstances.
2026-05-25 23:59:10 +05:00
Thaddeus Crews 5653d1a42f Merge pull request #116725 from BrotherShort/fix-drawing-row-rect-bug
Fix drawing tree row rect bug
2026-05-25 11:19:08 -05:00
Thaddeus Crews 673c2869eb Merge pull request #119507 from syntaxerror247/fix-tree-drag-drop
Fix mouse dragging in `Tree` node on touchscreen devices
2026-05-25 11:19:01 -05:00
kobewi ab57be1959 Fix PopupMenu counting separators for search bar 2026-05-25 15:11:47 +02:00
Anish Kumar 54bfec8470 Fix mouse dragging in Tree on touchscreen devices 2026-05-25 10:27:33 +05:30
Pāvels Nadtočajevs 9106caa709 [Tree] Fix editor popup opening outside the window. 2026-05-20 09:13:29 +03:00
Thaddeus Crews 014ff66970 Merge pull request #119538 from bruvzg/slider_focus
[Slider] Account for accessibility state when grabbing focus.
2026-05-19 11:18:32 -05:00
Thaddeus Crews f04809882b Merge pull request #119367 from YeldhamDev/filesystem_keep_selection
Fix and improve selection behavior in the Filesystem dock
2026-05-19 11:18:19 -05:00
Pāvels Nadtočajevs 0a38c5802c [Slider] Account for accessibility state when grabbing focus. 2026-05-18 11:12:47 +03:00
Michael Alexsander e2278afdd3 Fix and improve selection behavior in the Filesystem dock 2026-05-14 11:08:24 -03:00
Thaddeus Crews 6b8828da12 Merge pull request #119439 from mihe/submenu-position-fix
Fix `PopupMenu` submenu positioning not accounting for margins
2026-05-14 09:06:50 -05:00
Thaddeus Crews f2ca4b0f62 Merge pull request #118886 from mihe/scaled-popup-flip-flop
Fix `PopupMenu` input handling when scaled/padded
2026-05-14 09:06:47 -05:00
Thaddeus Crews d58cd48e46 Merge pull request #118653 from Alex2782/fix_multi_input
Fix: support multi-input for `BaseButton` with Alt + Click
2026-05-14 09:06:47 -05:00
Mikael Hermansson b9634e7c68 Fix PopupMenu input handling when scaled/padded 2026-05-13 20:47:01 +02:00
Mikael Hermansson fec858e3b4 Fix PopupMenu submenu positioning not accounting for margins 2026-05-13 18:59:12 +02:00
Thaddeus Crews 3d601008d0 Merge pull request #119420 from YeldhamDev/tabcon_front_fix
Always disable `all_tabs_in_front` in `TabContainer`
2026-05-13 09:53:53 -05:00
Mikael Hermansson ca475b9a35 Fix various accessibility issues in PopupMenu 2026-05-13 15:28:25 +02:00
Thaddeus Crews eb7cfe1362 Merge pull request #119328 from bruvzg/ac_nested_popup_rects
[Accessibility] Fix positions of nested popups sent to the screen reader.
2026-05-12 12:25:47 -05:00
Thaddeus Crews 93528c1ad7 Merge pull request #119411 from bruvzg/rtl_del_upd
[RTL] Update line start items after delete.
2026-05-12 12:25:46 -05:00
Michael Alexsander b92b5ddc22 Always disable all_tabs_in_front in TabContainer 2026-05-12 14:08:48 -03:00