Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimise Object's `get_argument_options` | Micky | 2024-02-29 | 1 | -2/+3 |
| | |||||
* | Merge pull request #81655 from nlupugla/editor-interface-can-popup-dialogs | Rémi Verschelde | 2024-02-08 | 1 | -0/+19 |
|\ | | | | | | | Expose `SceneTreeDialog` and `PropertySelector` via `EditorInterface` | ||||
| * | EditorInterface can popup SceneTreeDialog and PropertySelector. | nlupugla | 2024-01-19 | 1 | -0/+19 |
| | | |||||
* | | Disable multi-window buttons instead of hiding them when support is unavailable | Hugo Locurcio | 2024-01-27 | 1 | -0/+1 |
|/ | | | | | | | | | 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. | ||||
* | Add autocompletion for a few EditorInterface methods | Micky | 2024-01-06 | 1 | -0/+2 |
| | |||||
* | Expose editor viewports | Cory Petkovsek | 2023-10-01 | 1 | -0/+3 |
| | |||||
* | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -3/+3 |
| | | | | This also exposes `EditorInterface::get_editor_theme`. | ||||
* | Merge pull request #77537 from henriquelalves/feature/ei_save_all_scenes | Yuri Sizov | 2023-07-26 | 1 | -0/+1 |
|\ | | | | | Expose `save_all_scenes` method to EditorInterface | ||||
| * | Add `save_all_scenes` method to Editor Interface | Henrique Alves | 2023-07-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Update documentation (squash) fix docs (squash) Improve docs | ||||
* | | Allow changing feature profile via EditorInterface | RedMser | 2023-07-24 | 1 | -0/+3 |
|/ | |||||
* | Let editor workaround a case of inconsistency in compound scenes | Pedro J. Estébanez | 2023-06-13 | 1 | -0/+1 |
| | |||||
* | Allow GDExtensions to add editor plugins | David Snopek | 2023-05-25 | 1 | -0/+4 |
| | |||||
* | Expose dialog parent-and-popup logic to the API | Yuri Sizov | 2023-05-15 | 1 | -0/+6 |
| | |||||
* | Decouple EditorInterface from EditorPlugin | Yuri Sizov | 2023-04-17 | 1 | -0/+143 |
- Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property. |