Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -3/+3 |
| | |||||
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
| | |||||
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -3/+3 |
| | |||||
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+1 |
| | |||||
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -1/+1 |
| | |||||
* | Disable multi-window buttons instead of hiding them when support is unavailable | Hugo Locurcio | 2024-01-27 | 1 | -3/+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. | ||||
* | Fix various spelling errors | Robert Yevdokimov | 2024-01-04 | 1 | -1/+1 |
| | |||||
* | Keep focus on floating window when showing ProgressDialog | trollodel | 2023-10-15 | 1 | -0/+3 |
| | |||||
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -1/+1 |
| | |||||
* | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -1/+1 |
| | | | | This also exposes `EditorInterface::get_editor_theme`. | ||||
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -4/+5 |
| | |||||
* | Make the single window mode check more strict | trollodel | 2023-07-22 | 1 | -1/+1 |
| | | | | Check the "interface/editor/single_window_mode" editor settings. | ||||
* | Fix wrong placement of the Make Floating Button. | ajreckof | 2023-06-21 | 1 | -1/+0 |
| | |||||
* | Propagate shortcuts to SubViewports | Markus Sauermann | 2023-05-10 | 1 | -1/+1 |
| | | | | `push_unhandled_input` no longer propagates events to `SubViewports`. | ||||
* | Add multi window code and shader editors | trollodel | 2023-05-10 | 1 | -0/+474 |