Commit Graph

7172 Commits

Author SHA1 Message Date
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
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
Thaddeus Crews 54360ea67b Merge pull request #119412 from YeldhamDev/popup_tooltip_fix
Fix incorrect tooltips in `PopupMenu` when the search bar is enabled
2026-05-11 17:11:35 -05:00
Thaddeus Crews a2c17bd712 Merge pull request #115013 from neclor/fix-nan-shown-as-0
Fix float value `NAN` still shown as 0 in the debugger and inspector.
2026-05-11 17:11:34 -05:00
Thaddeus Crews cc8edf78ad Merge pull request #119338 from mihe/popup-menu-search-toggle
Split `PopupMenu.search_bar_enabled_on_item_count` into two properties
2026-05-11 17:11:32 -05:00
Michael Alexsander 7545b7e128 Fix incorrect tooltips in PopupMenu when the search bar is enabled 2026-05-11 15:26:10 -03:00
Pāvels Nadtočajevs 97ffd11526 [RTL] Update line start items after delete. 2026-05-11 21:06:02 +03:00
Thaddeus Crews 7775792057 Merge pull request #119199 from Manik2607/fix-lineedit-selection-reset
GUI: Fix non-editable LineEdit selection reset on focus loss
2026-05-11 10:59:52 -05:00
Pāvels Nadtočajevs 9482ef1fe3 [Accessibility] Fix positions of nested popups sent to the screen reader. 2026-05-11 08:04:32 +03:00
Mikael Hermansson 4540e1d179 Split PopupMenu.search_bar_enabled_on_item_count into two properties 2026-05-09 03:43:21 +02:00
vaner-org f8b0055ca4 Fix missing get_drop_section_at_position results 2026-05-08 19:23:12 +05:30
Thaddeus Crews 42e4ec1c38 Merge pull request #118651 from StarryWorm/fix-tabbar-label-max-width
Fix `TabBar` and `Label` being unable to shrink when given a maximum size
2026-05-07 16:22:27 -05:00
StarryWorm 05737cd449 Add "desired size" to Control
A `Control` can define `get_desired_size()` which allows it to grow based on its content without increasing its minimum size.
This new size will be respected by parent `Container`s.
Currently used by `Label` and `TabBar`.
2026-05-07 13:01:02 -04:00
Mikael Hermansson 33628f79ff Fix PopupMenu fuzzy searching and expose fuzzy search properties 2026-05-07 15:12:17 +02:00
Thaddeus Crews 05168e359c Merge pull request #119231 from Calinou/virtualjoystick-fix-joystick-tip-size-errors
Fix error spam when changing VirtualJoystick's Joystick Size or Tip Size
2026-05-06 14:56:31 -05:00
SorkoPiko bcf4593bb8 fix: ensure color picker permission box is initially hidden 2026-05-05 21:07:25 +10:00
Hugo Locurcio 2d511cac01 Fix error spam when changing VirtualJoystick's Joystick Size or Tip Size
This skips the input release process while in the editor, since VirtualJoystick
should normally do nothing while in the editor (it is currently not used for
3D navigation on Android).

Errors are still printed if the project is run.
2026-05-04 22:45:09 +02:00
Manik Sharma 8e7e0d6410 Fix non-editable LineEdit selection reset on focus loss 2026-05-03 22:39:12 +05:30
Enzo Novoselic 7b82c0fe01 Remove unnecessary class_db.h includes 2026-05-02 13:08:34 -04:00
Thaddeus Crews 9120c0c3ae Merge pull request #115601 from YeldhamDev/itemlist_item_click_signal
Fire `ItemList.item_clicked` signal when deselecting multi items with CTRL
2026-04-29 12:29:03 -05:00
Thaddeus Crews 83e84e8156 Merge pull request #119008 from KoBeWi/⭾
Assign pending tabs when they are added
2026-04-29 12:28:53 -05:00
Thaddeus Crews dabca93d11 Merge pull request #118890 from passivestar/guideline-color
Fix script editor guideline colors
2026-04-29 12:28:49 -05:00
Thaddeus Crews f5560ccbe2 Merge pull request #115637 from YeldhamDev/obey_your_parents
Make internal children of built-in nodes use their parent's material
2026-04-28 09:02:46 -05:00