Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -7/+7 |
| | |||||
* | Fix dock width not respecting editor scale | passivestar | 2024-08-30 | 1 | -2/+2 |
| | |||||
* | Fix first time of Toggle Last Opened Bottom Panel opens Output panel | Hilderin | 2024-07-07 | 1 | -6/+12 |
| | |||||
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #91939 from AThousandShips/pressed_sname | Rémi Verschelde | 2024-05-14 | 1 | -5/+5 |
|\ | | | | | | | [Scene] Add `SceneStringNames::pressed` | ||||
| * | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #91728 from kitbdev/assimilate-split-container | Rémi Verschelde | 2024-05-14 | 1 | -13/+20 |
|\ \ | |/ |/| | | | Use `as_sortable_control()` in SplitContainer | ||||
| * | Use `as_sortable_control()` in SplitContainer | kit | 2024-05-08 | 1 | -13/+20 |
| | | |||||
* | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -8/+8 |
| | | |||||
* | | Keep docks menu open when opening dock | kit | 2024-05-10 | 1 | -1/+10 |
|/ | |||||
* | Merge pull request #91039 from timothyqiu/dock-icons | Rémi Verschelde | 2024-05-08 | 1 | -7/+72 |
|\ | | | | | | | Allow setting editor dock tabs to icon only | ||||
| * | Allow setting editor dock tabs to icon only | Haoyu Qiu | 2024-04-30 | 1 | -7/+72 |
| | | |||||
* | | Don't edit current when changing docks v2 | kit | 2024-04-25 | 1 | -1/+0 |
|/ | |||||
* | Revert "Don't edit current when changing docks" | Rémi Verschelde | 2024-04-23 | 1 | -0/+1 |
| | | | | | This reverts commit 55711b2ee849163135640cda0f00fcdcb0819af5. Fixes #91046. | ||||
* | Don't edit current when changing docks | kit | 2024-04-19 | 1 | -1/+0 |
| | |||||
* | Allow docks to be closed | kit | 2024-03-29 | 1 | -13/+92 |
| | |||||
* | Refactor and fix issues in Editor Dock Manager | kit | 2024-03-16 | 1 | -534/+637 |
| | | | | Extract Dock Context Menu. | ||||
* | Add editor shortcuts to toggle bottom panel visibility | Hugo Locurcio | 2024-03-05 | 1 | -3/+11 |
| | | | | | | | | Default shortcuts use the first or second letter of each word. This also adds a new shortcut to toggle the last opened bottom panel. On editor startup, this defaults to the first panel in the list (which is the Output panel). | ||||
* | Extract BottomPanel from EditorNode | kit | 2024-02-20 | 1 | -5/+6 |
| | |||||
* | Some editor code cleanup | kobewi | 2024-01-30 | 1 | -3/+1 |
| | |||||
* | Ability to move FileSystem dock to bottom | Juan Linietsky | 2024-01-29 | 1 | -13/+162 |
| | | | | | * Allows moving the filesystem dock to the bottom * Added ability to drag resources across bottom docks | ||||
* | Disable multi-window buttons instead of hiding them when support is unavailable | Hugo Locurcio | 2024-01-27 | 1 | -8/+11 |
| | | | | | | | | | This is more explicit as for why this functionality isn't available depending on editor settings and current platform. This also exposes a `EditorInterface.is_multi_window_enabled()` method so that editor plugins can easily query whether the editor is able and expected to create multiple windows. | ||||
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -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. | ||||
* | Extract editor dock manager | kit | 2024-01-15 | 1 | -0/+716 |