Commit Graph

20584 Commits

Author SHA1 Message Date
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
Krzysztof Biegański d1a5d9da3e Always stop script debugger when stopping game 2025-12-30 19:50:14 +01: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
Edgar 2c29a37840 Add clarifying comment explaining threads block file system scanning on web. 2025-12-28 21:35:21 -05:00
Edgar 7278190c71 Disable threaded scanning and importing on Web platform. 2025-12-28 21:29:16 -05:00
Robert Yevdokimov f3cb02ac92 Fix rotation gizmo line position 2025-12-28 20:08:53 -05:00
Michael Alexsander 2e8bc7cd11 Add background panels to the TileSet/Map editors 2025-12-28 16:56:12 -03:00
passivestar 71ee53384e Fix background color of EditorInspectorArray 2025-12-28 18:47:18 +04:00
Edgar J San Martin 4532cbe006 Disable threaded imports when WorkerThreadPool has insufficient threads. 2025-12-28 01:11:15 -05: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
kobewi 1c1b8a0c22 Fix reopening rootless scenes 2025-12-24 10:22:32 +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
Anish Kumar f23aa06647 Disable native file dialog on Android Editor
Currently in Android editor, native file dialog is only partially working and many parts of the editor require additional changes for full support. Disabling it for now.
2025-12-21 19:47:46 +05:30
passivestar c8e733f667 Fix content margins of the editor runbar in modern theme 2025-12-21 14:45:11 +04:00
Rémi Verschelde 444ebfe354 Merge pull request #114234 from passivestar/inspector-category-spacing
Improve editor inspector main container spacing in modern theme
2025-12-21 10:41:49 +01:00
Rémi Verschelde 764de6fecc Merge pull request #114231 from passivestar/tree-line-edit
Fix tree line editor corners
2025-12-21 10:41:44 +01:00
Rémi Verschelde feed71cdd9 Merge pull request #114202 from MichaeINeumann/fix-export-dialog-empty-type-icon
Editor: Fix export dialog icon for empty types
2025-12-21 10:41:32 +01:00
Rémi Verschelde 1125e34e71 Merge pull request #114196 from migueldeicaza/debugger-crash-fix
Fix potential DAP crash at startup
2025-12-21 10:41:28 +01:00
Rémi Verschelde c56f68e4d3 Merge pull request #114162 from passivestar/modern-theme-colors
Finalize colors of modern theme
2025-12-21 10:41:08 +01:00
Rémi Verschelde 4014b4acf0 Merge pull request #113870 from lodetrick/tilemap-one-liner
Fix incorrect error message placement in TileMap Dock
2025-12-21 10:40:56 +01:00
Rémi Verschelde d61c12ff59 Merge pull request #110422 from KoBeWi/audio_bus_factor
Fix AudioBus editor not updating layout path
2025-12-21 10:40:37 +01:00
Michael Alexsander 0e3c9e4bf8 Make focus visibility when renaming in the scene/file dock consistent 2025-12-20 18:30:25 -03:00
passivestar d5cf2a5e7f Fix tree line editor corners 2025-12-20 22:20:05 +04:00
passivestar 0c6285c0b9 Improve editor inspector main container spacing in modern theme 2025-12-20 15:20:24 +04:00
passivestar 8e20f4c289 Finalize colors of modern theme 2025-12-20 07:17:46 +04:00
kobewi 5090418177 Fix AudioBus editor not updating layout path 2025-12-19 17:13:07 +01:00
Miguel de Icaza 27100c7d39 Fix potential DAP crash at startup
Crash seen in the wild on Xogot with telemetry.
2025-12-19 16:26:20 +01:00
Michael Neumann 73bb2fcfb3 Editor: Fix export dialog icon for empty types 2025-12-19 15:19:44 +01:00
kobewi a55cae85d7 Remove unnecessary newlines from key tooltip 2025-12-19 13:57:32 +01:00
Rémi Verschelde 143c2c4270 Merge pull request #114178 from KoBeWi/editor's_file_dialogs
Use EditorFileDialog eveywhere in the editor
2025-12-19 11:53:40 +01:00
Rémi Verschelde e387a144dd Merge pull request #114152 from KoBeWi/nomina_errorum
Translate error names when displayed in dialogs
2025-12-19 11:53:20 +01:00
Rémi Verschelde 9302ec9f21 Merge pull request #113917 from Calinou/project-manager-folder-naming-convention-quick-settings
Tweak Quick Settings dialog to ensure labels and dropdowns are aligned
2025-12-19 11:53:16 +01:00