Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |