summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_scene_tabs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Update Add Scene button after TabBar resizeskit2024-06-061-1/+1
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* Move "Add a new scene" button when Scene Tabs settings changeaaronp642024-05-111-0/+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
* | Allow closing scene tab preview using Escapeunknown2024-04-161-0/+12
|/
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-10/+12
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-2/+4
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* [macOS] Fix updating editor tab titles in the dock menu.bruvzg2023-12-191-1/+3
* Merge pull request #84882 from Invertex/select-instance-assetYuri Sizov2023-12-141-1/+1
|\
| * Added "Show In FileSystem" right-click option to Scene hierarchy nodes.Invertex2023-12-131-1/+1
* | Only update EditorSceneTabs tabs when necessarykit2023-10-261-19/+40
|/
* Fix shortcut input for `EditorSceneTabs`A Thousand Ships2023-10-171-0/+2
* Add EditorStringNames singletonkobewi2023-09-031-3/+4
* Refactor disabling scene tab context menu optionskobewi2023-09-011-9/+24
* Extract editor scene tabs into their own componentYuri Sizov2023-08-241-0/+384