Thaddeus Crews
b8c2d43bdf
Merge pull request #118265 from L3GiaBao/fix-boneattachment3d-throwing-!is_inside_tree()
...
Fix `BoneAttachment3D` throws `!is_inside_tree()`
2026-05-15 15:42:07 -05:00
Fredia Huya-Kouadio
5f7b82e20f
Fix reported crashes from the Play store
...
- Fixes https://play.google.com/console/u/0/developers/5310120689138741555/app/4972363226496209566/vitals/crashes/6747aea8b031aa6718dfd3909b7c2879/details?days=28&isUserPerceived=true&versionCode=40700105
- Fixes https://play.google.com/console/u/0/developers/5310120689138741555/app/4972363226496209566/vitals/crashes/0f8b9c9f9936f3b8e7027940a99a5c85/details?days=28&isUserPerceived=true&versionCode=40700105
2026-05-15 10:53:08 -07: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
db0467cc6a
Merge pull request #118895 from Infiland/fix-118826-inspector-tooltips
...
Fix inspector tooltips after focus changes
2026-05-14 09:06:48 -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
Thaddeus Crews
9dc22aa76c
Merge pull request #119310 from KoBeWi/instant_default
...
Fix 2D instance parameters not being revertible
2026-05-12 12:25:44 -05:00
Thaddeus Crews
2828be93cf
Merge pull request #119069 from Ryan-000/fix-animation-9
...
Fix BlendSpace point insertion shift at a specific index
2026-05-12 12:25:43 -05:00
Thaddeus Crews
d3a741d3f7
Merge pull request #119070 from Ryan-000/fix-animation-10
...
Blend space editor: Use correct name in events, and clean all states
2026-05-12 12:25:42 -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
Thaddeus Crews
d3eef6c722
Merge pull request #119316 from AtomicAntt/rename-various-signal-parameters
...
Rename various signal parameters called 'name'
2026-05-11 10:59:45 -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
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
Thaddeus Crews
08df0c78a7
Merge pull request #119117 from mihe/fuzzy-popup-menu
...
Fix various issues with `PopupMenu` fuzzy search
2026-05-07 16:22:25 -05:00
AtomicAntt
27b3ee0755
Rename various signal parameters called 'name'
2026-05-07 11:02:23 -07: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
kobewi
f2e4099447
Fix 2D instance parameters not being revertible
2026-05-07 16:40:19 +02:00
Mikael Hermansson
33628f79ff
Fix PopupMenu fuzzy searching and expose fuzzy search properties
2026-05-07 15:12:17 +02:00
Michael Alexsander
70b9574785
Fix some issues with 3D view manipulation
2026-05-06 17:09:14 -03:00
Thaddeus Crews
11edbdfb98
Merge pull request #107679 from pirey0/i106751_fix
...
Set audiostreamplayer default area_mask to 0 and exit early to reduce performance overhead.
2026-05-06 14:56:33 -05: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
Luca Martinelli
86e1ce7bf7
Disable AudioStreamPlayer2D/3D area bus override by default to improve performance
...
This reduces the number of physics checks performed by each
AudioStreamPlayer2D/3D node in the scene.
This is accomplished by setting the default area mask to 0
and exiting early when the area mask is to 0 to improve performance.
Note that in existing projects, the value will only be set to 0
if it was previously set to the default value (1).
The feature can be re-enabled by setting the area mask to 1
(or any other value) on each AudioStreamPlayer2D/3D node.
2026-05-05 23:40:02 +02: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
Thaddeus Crews
176b795177
Merge pull request #119174 from StarryWorm/remove-classdb-pragmas
...
Fix pragma includes
2026-05-04 12:40:40 -05:00
Thaddeus Crews
976ab7fa5c
Merge pull request #114568 from suhankins/better-z-index-error-messages
...
Better error message for setting invalid Z index
2026-05-04 12:40:39 -05:00
Manik Sharma
8e7e0d6410
Fix non-editable LineEdit selection reset on focus loss
2026-05-03 22:39:12 +05:30
Enzo Novoselic
1b98247ef8
Fix RequiredResult<T> not being parsed properly by include-cleaner
2026-05-02 14:02:01 -04:00
Enzo Novoselic
7b82c0fe01
Remove unnecessary class_db.h includes
2026-05-02 13:08:34 -04:00
Dimitri Sukhankin
4948633a79
Better error message for setting invalid Z index
2026-05-02 15:09:29 +04:00
AtomicAntt
68283fbbc7
Rename 'name' in XRController3D signal parameters to 'action_name'
2026-05-01 14:27:52 -07:00
Thaddeus Crews
a0375dde96
Merge pull request #119063 from Ryan-000/fix-animation-3
...
Animation: Only erase properties for a specific node
2026-04-30 10:58:12 -05:00
Thaddeus Crews
f1ea87c4bd
Merge pull request #89325 from Mickeon/CPUParticles-basis-invert-mess-det-something-something
...
Fix error when CPUParticles3D has `scale` set to `(0, 0, 0)`
2026-04-30 10:58:10 -05:00
Thaddeus Crews
b4d7726260
Merge pull request #119089 from uno1982/fix/blend-space-negative-timescale
...
Fix negative time scale regression in BlendSpace1D and BlendSpace2D
2026-04-30 10:58:01 -05:00
Thaddeus Crews
665d46bdef
Merge pull request #119013 from bruvzg/hdr_scr_2
...
Fix editor screenshots with HDR enabled.
2026-04-29 12:29:04 -05: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