Commit Graph

17534 Commits

Author SHA1 Message Date
0d10e85b88 Merge pull request #109122 from mihe/ext-resource-id-caching
Fix external resource IDs being lost for default properties
2025-07-31 10:38:45 -05:00
d0826b0bfe Fix external resource IDs being lost for default properties 2025-07-31 16:57:35 +02:00
da3f2a9cf5 Merge pull request #108911 from DanielSnd/fix-richtextlabel-nested-table-sizing
Fix RichTextLabel nested tables not sizing properly.
2025-07-30 09:03:50 -05:00
972ce25624 Merge pull request #109029 from AeioMuch/fix_missing_3d_gizmos
Fix missing 3d gizmos
2025-07-30 09:03:49 -05:00
f74b6392d9 Merge pull request #108328 from beicause/fix-color-picker-linear-sliders-color
Fix ColorPicker linear mode sliders color
2025-07-30 09:03:44 -05:00
5f6849534a Merge pull request #108959 from bruvzg/empty_lines
Fix font fallback for lines with only non-visual/control characters.
2025-07-30 09:03:43 -05:00
90cfd88eae Merge pull request #108051 from RoyBerardo/listener_doppler_fix
Fix `AudioListener3D` not tracking velocity for doppler
2025-07-30 09:03:40 -05:00
f92af51cae Fix missing 3d gizmos 2025-07-29 15:26:42 +02:00
Hei
1acfbba46a Avoid color conversion roundtrip in colorpicker 2025-07-29 12:44:08 +03:00
769795f54a fix AudioListener3D not tracking self velocity for doppler 2025-07-28 23:02:16 -07:00
03d648c5ad Merge pull request #92344 from fire/vsk-3d-texture-alpha-4.3
Fix Texture3D import not working
2025-07-27 10:28:34 -05:00
f5371a6764 Merge pull request #108814 from beicause/fix-color-preset-btn-focus-theme
Fix ColorPresetButton `preset_focus` is set to wrong type in default theme
2025-07-27 10:28:31 -05:00
06a7b11a47 Fix Texture3D import not working
Fix Texture3D import not working when texture has fully opaque and (partly or fully) transparent slices.

For better style make cases of detect_alpha check against the exact enums rather than the enum 0.
2025-07-26 10:22:36 -07:00
fed6b0dfe5 Fix Tree cell text vertical alignment 2025-07-26 16:32:01 +04:00
8637922926 Fix debug rendering in TileMapLayer 2025-07-25 11:17:03 +02:00
6c34f48c90 Fix font fallback for lines with only non-visual/control characters. 2025-07-25 08:27:30 +03:00
ad4e7a065a Merge pull request #108820 from bruvzg/menu_arr_nav
Fix menu keyboard and controller navigation.
2025-07-24 14:23:46 -05:00
c424d85a73 Fix RichTextLabel nested tables not sizing properly. 2025-07-24 08:54:58 -03:00
37d886d6e6 Merge pull request #108889 from kitbdev/fix-textedit-no-wrap-indent
Fix TextEdit line wrap indent when disabled
2025-07-23 13:27:11 -05:00
7755a85c52 Merge pull request #108887 from WhalesState/spring-bone
Fix SpringBone3D being unintentionally disabled.
2025-07-23 13:27:10 -05:00
57719ca9e2 Merge pull request #108708 from Rindbee/fix-wrong-node-path-when-Reparent-to-New-Node
Fix the absolute `NodePath` was calculated incorrectly when "Reparent to New Node"
2025-07-23 13:27:00 -05:00
kit
addae393a4 Fix TextEdit line wrap indent when disabled 2025-07-22 22:29:05 -04:00
11c2d4fb39 fix spring bone 3d being disabled with 3d physics 2025-07-23 03:16:15 +03:00
62538143e8 Merge pull request #106070 from IphStich/fix-duplicate-gizmos
Fix for Node3D request gizmos multiple times
2025-07-22 11:20:09 -05:00
9bb9a95f74 Merge pull request #108724 from KoBeWi/downtown_deprecation
Deprecate updown icon
2025-07-22 11:20:08 -05:00
1aa4c04895 Fix for Node3D request gizmos multiple times
This can result in multiple gizmos being created for the same nodes in some circumstances
2025-07-22 08:47:39 +10:00
2111ff0e2a Fix menu keyboard and controller navigation. 2025-07-21 10:03:07 +03:00
65fd56832b Fix ColorPresetButton preset_focus is set to wrong type in default theme 2025-07-21 11:27:21 +08:00
917f8b1ba8 Deprecate updown icon 2025-07-19 23:23:55 +02:00
728a8f7ccf Merge pull request #108718 from Koyper/split_container_touch_dragger_theme_colors
[SplitContainer] Fix inability to override touch dragger icon and add theme colors to touch dragger
2025-07-18 11:05:13 -05:00
1f9dc89ef4 Merge pull request #108706 from KoBeWi/excellent_code_quality
Fix inconsistent column in Tree click detection
2025-07-18 11:05:07 -05:00
2f5af689fd Fix the absolute NodePath was calculated incorrectly when "Reparent to New Node"
Since the new parent node has not yet been added to the tree, the
`new_base_path` needs to be calculated using the `base_path`.
2025-07-18 10:26:50 +08:00
21144401c3 Add theme colors to touch dragger and fix touch dragger icon theme 2025-07-17 13:05:47 -05:00
4b844f06ca Merge pull request #108684 from simpkins/unique_name
Fix releasing the old unique name when renaming a Node
2025-07-17 10:34:44 -05:00
8702b38c7f Merge pull request #108196 from beicause/spinbox-custom-arrow-step-snap
SpinBox: Fix `custom_arrow_step` by snapping it to `step`
2025-07-17 10:34:43 -05:00
1f4044c0f1 Fix inconsistent column in Tree click detection 2025-07-17 14:29:44 +02:00
254fa6c642 fix releasing the old unique name when renaming a Node
This fixes `Node::set_name()` to release the old unique name before
performing the rename.  #76560 changed the code to update `data.name`
before calling `_release_unique_name_in_owner()`, causing to incorrectly
try releasing the new name instead of the old name.

Fixes #108683
2025-07-16 14:21:50 -07:00
e0577598fa Merge pull request #108630 from QbieShay/qbe/fix-108233
Sort bent normal output at the bottom to prevent visual shader breakage
2025-07-16 11:27:56 -05:00
7c472e655f Merge pull request #108638 from Ivorforce/range-float
Use `double` consistently in `Range::get_as_ratio`.
2025-07-15 16:58:38 -05:00
37e0c9b5c4 Use double consistently in Range::get_as_ratio. 2025-07-15 16:39:24 +02:00
af4e96b1b3 Merge pull request #108604 from deralmas/fitting-shenanigans
Wayland: Workaround tooltip issues
2025-07-15 08:04:27 -05:00
281ce842fd Merge pull request #108442 from limuy2022/master
Fix incorrect anchor preset when custom offset is set
2025-07-15 08:04:26 -05:00
897d41ca9d Merge pull request #108597 from bruvzg/rtl_pad_cell
[RTL] Fix text selection offset in padded cells.
2025-07-15 08:04:26 -05:00
e1e2277f5a Merge pull request #108530 from mihe/physics-debug-perf
Fix performance regression when rendering collision shapes
2025-07-15 08:04:25 -05:00
f859d13035 Merge pull request #108332 from WhalesState/templates
Fix remaining physics and navigation disabling issues.
2025-07-15 08:04:22 -05:00
ba3848a4ef Merge pull request #108387 from BadMachine/fix/102960-location_header_parsing_when_redirects
Fix wrong "location" substring matching when HTTP status is 301 or 302
2025-07-15 08:04:07 -05:00
cf48f5a102 Disable tooltip fitting if FEATURE_SELF_FITTING_WINDOWS is available 2025-07-15 11:44:56 +02:00
657dc82fe4 Sort bent normal output at the bottom to prevent visual shader breakage 2025-07-15 11:36:47 +02:00
7498243618 Merge pull request #108599 from bruvzg/te_guideline_order
[TextEdit] Draw guidelines under the text and caret.
2025-07-14 10:30:37 -05:00
b6df8ed9a8 Merge pull request #108531 from raulsntos/fix-MissingNode-original_scene
Fix MissingNode `{get,set}_original_scene` bindings
2025-07-14 10:30:34 -05:00