Commit Graph

20264 Commits

Author SHA1 Message Date
Thaddeus Crews 1ea6b0ccff
Merge pull request #114079 from YeldhamDev/how_did_this_even_happened
Fix different separations across different code editors
2025-12-16 20:33:01 -06:00
Thaddeus Crews e6b37bdb9a
Merge pull request #113246 from channesl/history-error
Fix stale error highlighting when navigating script history
2025-12-16 20:33:00 -06:00
Thaddeus Crews da365177b7
Merge pull request #114091 from YeldhamDev/res_picker_icon_fix
Fix object icon in the resource picker not being visible when it should
2025-12-16 20:32:55 -06:00
Thaddeus Crews be1492908b
Merge pull request #114056 from SpencerGoodman/fix-marker-name-covered
Fix Marker Name covered by AnimationPlayer track backgrounds
2025-12-16 20:32:54 -06:00
Michael Alexsander cd79779bff
Fix object icon in the resource picker not being visible when it should 2025-12-16 18:18:27 -03:00
S-Gman 91c5edff3d Set marker z index to ensure visibility
Co-authored-by: kateyvk <kateyvk16@gmail.com>
Co-authored-by: fejesievo <fejesievo@gmail.com>
Co-authored-by: MaxiSanc37 <maxijsanchez37@gmail.com>
2025-12-16 13:42:22 -05:00
Michael Alexsander 08b511ec8f
Fix `null` value when picking the empty item on editable enums 2025-12-16 15:38:54 -03:00
Michael Alexsander ec7bd419fc
Fix different separations across different code editors 2025-12-16 12:51:23 -03:00
kobewi 65ffa4f7a5 Defer updating dock tabs 2025-12-16 11:48:37 +01:00
Rémi Verschelde 5d5db072f3
Merge pull request #113656 from deralmas/gray-goo-scenario
Wayland: Work around window scale ambiguity
2025-12-16 11:26:42 +01:00
Rémi Verschelde 318aeded6a
Merge pull request #113339 from aaronp64/bottom_dock_popup
Fix bottom panel dock layout popup position
2025-12-16 11:26:37 +01:00
Rémi Verschelde 9b5e8f9483
Merge pull request #102789 from KoBeWi/navigUIDe_to_path
Show file when FileSystem is searched with UID
2025-12-16 11:26:22 +01:00
Thaddeus Crews 1efa8b177f
Merge pull request #113871 from YeldhamDev/why_draw_texture_doesnt_round_values_to_begin_with
Fix blurry icons in the editor inspector
2025-12-15 13:02:02 -06:00
Thaddeus Crews fbf6956fe4
Merge pull request #113740 from ayanchavand/fix/left-mouse-make-unique
Fix "Make Unique" button only working with left mouse click
2025-12-15 13:02:01 -06:00
Thaddeus Crews 53fb0f0b57
Merge pull request #114015 from Jordyfel/import-file-bloat
Write to animation import settings only when needed to prevent bloating the .import file
2025-12-15 13:02:00 -06:00
Thaddeus Crews 2da239fa22
Merge pull request #113753 from arkology/unique-right
Fix unique button for `EditorAudioStreamPicker`
2025-12-15 08:01:16 -06:00
Thaddeus Crews 4adf88033f
Merge pull request #113365 from Giganzo/replace-in-files---
Fix missing trailing dots in script editor search menu
2025-12-15 08:01:13 -06:00
Thaddeus Crews d18d3fb060
Merge pull request #113352 from DexterFstone/Add-missing-icons-to-QuickOpen-context-menu
Add missing icons to QuickOpen context menu
2025-12-15 08:01:10 -06:00
Thaddeus Crews 64a12e59f8
Merge pull request #113974 from MattiaZir/fix-incorrect-offset-shader-node
VisualShader: fix new node spawning position with display scaling
2025-12-15 08:01:04 -06:00
Thaddeus Crews 00c5af7ff0
Merge pull request #113690 from KoBeWi/take_signal_away_from_user
Improve style changed signal in EditorDock
2025-12-15 08:00:54 -06:00
aaronp64 a7e227b7bb Fix bottom panel dock layout popup position
Update EditorDockManager::_dock_container_popup to consistently use tab bar position to determine popup position, rather than combining tab bar and container positions.  This handles cases where the tabs are on the bottom of the container, like for the bottom panel.
2025-12-14 10:19:21 -05:00
Jordyfel dfaae243ca Write to animation import settings only when needed to prevent bloating the .import file 2025-12-14 16:47:15 +02:00
arkology f82b4fdf7a Fix unique button for `EditorAudioStreamPicker`
Separate logic for `make_unique_button` and `assign_button` in `EditorResourcePicker::_update_resource()`
2025-12-14 12:25:41 +03:00
kobewi 0ed400a45f Improve style changed signal in EditorDock 2025-12-13 21:06:02 +01:00
Mattia Zirpoli 2eb41ac549 VisualShader: fix new node spawning position with display scaling 2025-12-13 02:41:01 +01:00
kobewi 8beb7a062d Disable tool button for multiple nodes 2025-12-13 00:00:28 +01:00
Thaddeus Crews 08e6cd181f
Merge pull request #113915 from ydeltastar/game-view-node-lock
Prevent locked and child nodes of selection groups from being selected in the Game view
2025-12-12 14:15:12 -06:00
Thaddeus Crews 43d541195e
Merge pull request #113938 from YeldhamDev/bugs_below_bugs_below_bugs
Fix buttons overflowing in the bottom panel
2025-12-12 14:15:08 -06:00
Thaddeus Crews 6edec57535
Merge pull request #113922 from lodetrick/second-try
Fix incorrect bottom panel theming
2025-12-12 14:15:03 -06:00
Logan Detrick b85ef7e5a8 Fix incorrect bottom panel theming 2025-12-12 12:09:50 -08:00
Michael Alexsander d9280fbf88
Fix buttons overflowing in the bottom panel 2025-12-12 14:38:20 -03:00
ydeltastar a92851c517
Add options to prevent selection of locked or child nodes of selection groups in the Game view 2025-12-12 14:22:48 -03:00
Rémi Verschelde dc74262a17
Merge pull request #113916 from KoBeWi/maximize_minimum_size
Fix shader editor minimum size
2025-12-12 17:13:25 +01:00
Rémi Verschelde 12eaddd40a
Merge pull request #113912 from YeldhamDev/light_icon_saturation_fix
Half icon saturation when using the light color preset
2025-12-12 17:13:21 +01:00
Michael Alexsander 5246b5fba9
Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
kobewi 92d10d9b4c Fix shader editor minimum size 2025-12-12 01:22:20 +01:00
Michael Alexsander d534b85e70
Half icon saturation when using the light color preset 2025-12-11 18:37:18 -03:00
Thaddeus Crews afefed5adf
Merge pull request #113723 from KoBeWi/multiplayer_singlefolder
Move Multiplayer icons to the module
2025-12-11 12:12:43 -06:00
Thaddeus Crews bb4b4e3890
Merge pull request #113619 from HolonProduction/once-upon-a-time-there-was-a-file-which-one-i-dont-know-the-history-was-locked
Ensure correct unlocking of script editor history
2025-12-11 12:12:42 -06:00
Thaddeus Crews 3516c26bf4
Merge pull request #113666 from syntaxerror247/tree-seperation
Increase Tree vertical separation to improve touch usability
2025-12-11 12:12:40 -06:00
Michael Alexsander 398842678e
Fix cutoff root creation buttons in new scenes 2025-12-11 10:50:18 -03:00
Michael Alexsander ef6e11b8e1
Fix blurry icons in the editor inspector 2025-12-10 21:19:27 -03:00
Thaddeus Crews a566a01b47
Merge pull request #113643 from KoBeWi/close_Output_so_you_don't_have_errors_or_something
Make Output dock global
2025-12-10 18:10:44 -06:00
Thaddeus Crews 73318cd8d0
Merge pull request #113616 from lodetrick/shader-file-dock
Use new dock system for ShaderFile Dock
2025-12-10 18:10:43 -06:00
Thaddeus Crews b70b97afff
Merge pull request #112972 from MattiaZir/fix-112965
DAP: Enable showing errors to users
2025-12-10 18:10:42 -06:00
Thaddeus Crews 6c01624340
Merge pull request #113859 from adamscott/save-as-resource-non-scene
Fix non-scene Resources "Save as"
2025-12-10 18:10:40 -06:00
Thaddeus Crews 52d259d654
Merge pull request #113835 from passivestar/movie-maker-hover
Add missing hover indication to movie maker button
2025-12-10 18:10:35 -06:00
Thaddeus Crews 3e58beca97
Merge pull request #113830 from cpl-s-matsuyama/fix-gameview-settings-callback-crash-on-exit
Fix crash on quit when `settings_changed` signal is emitted during exit
2025-12-10 18:10:33 -06:00
Thaddeus Crews db413b2632
Merge pull request #113828 from MattiaZir/fix-TTR-resource-picker
Editor: Show actual class name in resource picker tooltips
2025-12-10 18:10:32 -06:00
Thaddeus Crews 5831c53ed6
Merge pull request #113822 from kitbdev/fix-editor-distraction-free-sc-size
Fix distraction-free mode changing split offsets
2025-12-10 18:10:28 -06:00