Commit Graph

20397 Commits

Author SHA1 Message Date
Rémi Verschelde
04c7c7d226 Merge pull request #113631 from migueldeicaza/skeleton-fixes
Prevent BonePropertiesEditor crash due to skeleton use-after-release
2026-01-05 11:44:59 +01:00
Rémi Verschelde
b4207f9da4 Merge pull request #112316 from Chaosus/style_options_for_quick_settings
Add a style option button to quick settings
2026-01-05 11:44:55 +01:00
xuhuisheng
75446fc4d0 Fix switch to GameView when closing game window 2026-01-05 11:09:43 +01:00
Miguel de Icaza
9c7669d32c Prevent BonePropertiesEditor crash due to skeleton use-after-release
This fixes an error we caught in the wild via crash reporting.

It is possible for the BonePropertiesEditor to keep a reference
to a skeleton that is deleted behind its back, and then dereference
and crash.

Additionally, this used to remove signals that might not have been
set, so this guards against these warnings as well.
2026-01-05 11:08:56 +01:00
Rémi Verschelde
4036e90a43 Merge pull request #114499 from Rindbee/fix-uid-changed-in-owner-file-when-overwrite
Fix the UID in the owner file changed when overwriting files in editor
2026-01-04 15:03:00 +01:00
Chaosus
e9c918eac6 Add a style option button to quick settings 2026-01-04 10:46:37 +03:00
Rémi Verschelde
b8e4523224 Merge pull request #114541 from kitbdev/fix-sc-inf-loop
Fix SplitContainer set desired size infinite loop
2026-01-03 16:49:34 +01:00
kit
36f4ea227d Fix SplitContainer set desired size infinite loop 2026-01-02 19:05:06 -05:00
Rémi Verschelde
f0aeea26fb Merge pull request #114483 from ej-sanmartin/fix/android-export-multi-arch
Fix Android export with multiple architectures failing when GDExtension includes native dependencies
2026-01-03 00:26:33 +01:00
Rémi Verschelde
a60390c0ee Merge pull request #114384 from syntaxerror247/android-export-stuff
Misc Android export fixes
2026-01-02 23:48:01 +01:00
Anish Kumar
f4d28f655e Update Android export filename to match the export format
Co-Authored-By: David Snopek <191561+dsnopek@users.noreply.github.com>
2026-01-02 14:22:59 +05:30
Rémi Verschelde
05c097e5e2 Merge pull request #114507 from KoBeWi/no_file_system_yes_crash
Fix folder crash in Project Manager
2026-01-01 21:50:46 +01:00
Rémi Verschelde
168efd31eb Merge pull request #114497 from passivestar/toaster-visibility
Improve visibility of toaster notifications
2026-01-01 21:50:42 +01:00
Rémi Verschelde
a2588748ad Merge pull request #114266 from mxtherfxcker/fix/fs-dock-tooltips
Prevent tooltips from showing in empty space of FileSystem Dock
2026-01-01 21:50:38 +01:00
mxtherfxcker
2421a716a4 Fix FileSystem Dock tooltips showing in empty space 2026-01-01 21:26:19 +01:00
LiveTrower
7d552ad5b9 VisualShader: Fix refract node setup 2026-01-01 21:20:25 +01:00
kobewi
2b855e73a4 Fix folder crash in Project Manager 2026-01-01 20:42:06 +01:00
Rémi Verschelde
a8ebeb4dda Merge pull request #114501 from passivestar/node-separators
Fix visibility of shader node separators in modern theme
2026-01-01 17:14:58 +01:00
Rémi Verschelde
2e72c10475 Merge pull request #114439 from ryevdokimov/fix-undo-redo-crash
Fix crash after calling `EditorUndoRedoManager.clear_history()` and then interacting with history dock entries
2026-01-01 16:47:43 +01:00
Rémi Verschelde
fa740ac5f3 Merge pull request #114431 from TokageItLab/fix-limitation-gizmo-on-root
Fix IKModifier/JointLimitation gizmo on root bone and dirty handling
2026-01-01 16:47:39 +01:00
Rémi Verschelde
424310f775 Merge pull request #114405 from KoBeWi/TracToR
Fix some invalid translation usages
2026-01-01 16:47:35 +01:00
Rémi Verschelde
50669b2062 Merge pull request #114394 from passivestar/editor-inspector-array-bg
Fix background color of EditorInspectorArray
2026-01-01 16:47:23 +01:00
Rémi Verschelde
504df6253d Merge pull request #114392 from passivestar/inner-tabs
Improve the look of inner tabs in modern theme
2026-01-01 16:47:19 +01:00
Rémi Verschelde
44f444a1d8 Merge pull request #114330 from illusory-dream/master
ProjectDialog: Fix invalid button state when selecting renderer with invalid project path
2026-01-01 16:47:05 +01:00
Rémi Verschelde
679e592478 Merge pull request #114290 from passivestar/dialog-windows-backgrounds
Fix background color of complex dialog windows in modern theme
2026-01-01 16:46:56 +01:00
Rémi Verschelde
57ea31509d Merge pull request #114259 from passivestar/runbar-content-margin
Fix content margins of the editor runbar in modern theme
2026-01-01 16:46:48 +01:00
Rémi Verschelde
751a891a20 Merge pull request #114252 from lodetrick/too-much-focus
Fix docks grabbing too much focus
2026-01-01 16:46:44 +01:00
Rémi Verschelde
d318f7e658 Merge pull request #114237 from syntaxerror247/file-dialog
Disable native file dialog on Android Editor
2026-01-01 16:46:40 +01:00
Rémi Verschelde
fddee74cb0 Merge pull request #113703 from ayanchavand/bugfix/shader-editor-rename
Fix shader editor filename not updating after file rename
2026-01-01 16:46:20 +01:00
Rémi Verschelde
444bf2960b Merge pull request #113475 from ndarilek/fix-editor-initial-focus-screen-reader
Editor: Set initial focus for screen reader users
2026-01-01 16:46:14 +01:00
Rémi Verschelde
779fd0a14a Merge pull request #112717 from arkology/project-manager-ui-height
Fix `ProjectManager` UI going below window
2026-01-01 16:45:54 +01:00
passivestar
6592147892 Fix visibility of shader node separators in modern theme 2026-01-01 19:39:54 +04:00
风青山
7f973b2886 Fix the UID in the owner file changed when overwriting files in editor 2026-01-01 21:43:16 +08:00
passivestar
52f43c643c Improve visibility of toaster notifications 2026-01-01 16:41:23 +04:00
Rémi Verschelde
329bc5867c Merge pull request #114482 from TokageItLab/fix-atedit
Fix AnimationPlayerEditor failed to fetch AnimationTree's libraries
2026-01-01 08:58:59 +01:00
Silc Lizard (Tokage) Renew
ea978e4471 Fix AnimationPlayerEditor failed to fetch AnimationTree's libraries 2026-01-01 04:35:13 +09:00
Robert Yevdokimov
dc08fd48cb Fix crash after calling EditorUndoRedoManager.clear_history() and then interacting with history dock entries 2025-12-30 11:27:36 -05:00
Nolan Darilek
f4aeec3a1a Editor: Set initial focus for screen reader users
When accessibility is enabled, set initial focus on editor startup:
- If the Scene dock is the active tab, focus the scene tree
- Otherwise, focus the dock tab bar so the user can switch tabs

This gives screen reader users a predictable starting point for
keyboard navigation without overriding their saved dock layout.
2025-12-30 08:51:42 -05:00
Rémi Verschelde
001ab24dce Merge pull request #114325 from KoBeWi/juggling_paths_editor_edition
Ensure scene paths in autoload settings
2025-12-30 11:23:14 +01:00
Edgar J San Martin
298affa025 Use arch-filtered lambda for GDExtension dependency lookup (#111407). 2025-12-29 21:50:37 -05:00
passivestar
3393740d42 Improve the look of inner tabs in modern theme 2025-12-30 06:05:12 +04:00
Silc Lizard (Tokage) Renew
8a4fec4397 Fix IKModifier/ JointLimitation gizmo on root bone and dirty handling 2025-12-30 08:15:26 +09:00
kobewi
8819651847 Fix some invalid translation usages 2025-12-30 00:03:17 +01:00
passivestar
71ee53384e Fix background color of EditorInspectorArray 2025-12-28 18:47:18 +04:00
YuuKaana
b45f440164 Fix CreateDialog::get_selected_typed() ignoring the custom types created from EditorPlugin::add_custom_type() 2025-12-28 12:36:22 +08:00
illusory-dream
d9df586bbb Fix: In dialog "Create New Project", select renderer will enable "next" button even if "Project Path" is unavailable 2025-12-26 11:54:04 +00:00
kobewi
f63186f707 Ensure scene paths in autoload settings 2025-12-24 22:59:58 +01:00
Logan Detrick
0e072e9014 Fix docks grabbing too much focus 2025-12-22 17:41:58 -08:00
passivestar
b08b0c477b Fix background color of complex dialog windows in modern theme 2025-12-23 05:05:42 +04:00
Ayan Chavand
3e7228d137 Fix shader editor filename not updating after file rename 2025-12-22 08:01:26 +05:30