summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_scene_tabs.cpp
Commit message (Collapse)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
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* 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
| | | | | | Updating "Display Close Button" setting (interface/scene_tabs/display_close_button) in Editor Settings changes the size of scene tabs, but the add button at the end of the tabs was not being moved until the next update, causing gaps/overlaps between the controls. Adding call to _scene_tabs_resized() after getting the new settings to update the add button position. Fixes #91850
* Merge pull request #89747 from KoBeWi/icoNOTRémi Verschelde2024-04-261-1/+1
|\ | | | | | | Remove stray item icon from tabs menu
| * 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
| | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* [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
|\ | | | | | | Add "Show In FileSystem" to the Scene hierarchy right-click
| * Added "Show In FileSystem" right-click option to Scene hierarchy nodes.Invertex2023-12-131-1/+1
| | | | | | | | | | | | | | | | | | -Implemented shared function for focusing FileSystem tab and highlighting the node path. -Created right-click option that shows up in the Scene-Hierarchy on Nodes that have a file-system source path. -Created custom icon for this right-click option -Implemented the shared function and icon for other places that already had this features (Open Node tab, Inspector Resource) Co-authored-by: MewPurPur <mew.pur.pur@gmail.com>
* | 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