summaryrefslogtreecommitdiffstats
path: root/editor/gui
Commit message (Expand)AuthorAgeFilesLines
* Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
* Fix scene hash not updated when scene is emptykobewi2024-05-221-1/+1
* Create AudioStreamPlayer when dropping AudioStreamHaoyu Qiu2024-05-191-4/+17
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-148-27/+27
* Use Core/Scene stringnames consistentlykobewi2024-05-134-28/+28
* Move "Add a new scene" button when Scene Tabs settings changeaaronp642024-05-111-0/+1
* Fix PropertyListHelper::_get_property returning a valid value even if an inde...Gilles Roudière2024-05-101-0/+1
* Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-071-3/+3
|\
| * Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
* | Merge pull request #91331 from dsnopek/expose-editor-file-dialog-popup-functionRémi Verschelde2024-05-061-0/+1
|\ \ | |/ |/|
| * Expose `EditorFileDialog::popup_file_dialog()` to GDScript and GDExtensionDavid Snopek2024-04-291-0/+1
* | [Editor] Prevent some shortcut errors when generating docsA Thousand Ships2024-05-031-5/+3
* | Fix editor spin slider RTL and marginkit2024-05-021-7/+8
|/
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* Merge pull request #89747 from KoBeWi/icoNOTRémi Verschelde2024-04-261-1/+1
|\
| * Remove stray item icon from tabs menukobewi2024-03-211-1/+1
* | Merge pull request #86605 from KoBeWi/update_all_of_the_tree_notRémi Verschelde2024-04-261-1/+0
|\ \
| * | Don't update tree on deselectkobewi2023-12-291-1/+0
* | | Fix error when moving FileSystem dockHaoyu Qiu2024-04-241-12/+3
* | | Merge pull request #90651 from Muller-Castro/folder-colorRémi Verschelde2024-04-182-5/+24
|\ \ \
| * | | Fix folder colors not present in editor dir dialogMuller-Castro2024-04-162-5/+24
* | | | Merge pull request #90680 from jsjtxietian/skip-.godotRémi Verschelde2024-04-171-2/+4
|\ \ \ \
| * | | | Fix editor's file explorer will show directories that should be skippedjsjtxietian2024-04-151-2/+4
| |/ / /
* | | | Allow closing scene tab preview using Escapeunknown2024-04-162-0/+13
* | | | Add automatic checking for engine updateskobewi2024-04-151-0/+1
|/ / /
* | | Inspect hovered node while draggingAeioMuch2024-04-101-0/+1
* | | SceneTreeEditor: Fix crash when TreeItem is removed before callbackRémi Verschelde2024-04-052-1/+11
* | | Merge pull request #89735 from bruvzg/ed_native_fd2Rémi Verschelde2024-04-042-3/+354
|\ \ \
| * | | [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-282-3/+354
* | | | Improve SceneTreeEditor usabilityRedMser2024-03-312-4/+27
|/ / /
* | | Fix unexpected auto-translation of more editor componentsHaoyu Qiu2024-03-281-1/+1
* | | Merge pull request #89518 from AThousandShips/spin_slider_cleanRémi Verschelde2024-03-241-23/+17
|\ \ \
| * | | [Editor] Remove redundant code from `EditorSpinSlider`A Thousand Ships2024-03-151-23/+17
| | |/ | |/|
* | | Merge pull request #88003 from kitbdev/dock-manager-fixesRémi Verschelde2024-03-241-5/+3
|\ \ \
| * | | Refactor and fix issues in Editor Dock Managerkit2024-03-161-5/+3
* | | | Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-2/+2
| |/ / |/| |
* | | Fix main button margins in custom themesMatt Enad2024-03-131-5/+1
* | | Allow node visibility to work with custom user-provided node typesAaron Franke2024-03-071-61/+26
* | | Fix vertical alignment of editor version `LinkButton` in the bottom panelpassivestar2024-03-061-8/+2
* | | Merge pull request #87452 from bruvzg/native_menuRémi Verschelde2024-03-061-10/+12
|\ \ \ | |/ / |/| |
| * | Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-10/+12
* | | Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-052-2/+18
* | | Merge pull request #81177 from Calinou/filedialog-focus-path-shortcutRémi Verschelde2024-03-051-1/+5
|\ \ \ | |/ / |/| |
| * | Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-1/+5
* | | Allow to easily rename multiple nodeskobewi2024-03-032-16/+42
|/ /
* | Display the build date in the editor and when starting the engineHugo Locurcio2024-02-271-1/+8
* | Merge pull request #88825 from adamscott/add-create-folder-iconRémi Verschelde2024-02-272-1/+7
|\ \
| * | Add create folder iconAdam Scott2024-02-262-1/+7
* | | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-266-10/+10
|/ /
* | Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1