summaryrefslogtreecommitdiffstats
path: root/editor/editor_interface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expose editor viewportsCory Petkovsek2023-10-011-0/+12
|
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
|
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-0/+6
| | | | This also exposes `EditorInterface::get_editor_theme`.
* Merge pull request #79404 from raulsntos/dotnet/lines-open-in-external-editorRémi Verschelde2023-08-021-1/+1
|\ | | | | | | C#: Fix line in OpenInExternalEditor
| * C#: Fix line in OpenInExternalEditorRaul Santos2023-07-171-1/+1
| |
* | Merge pull request #77537 from henriquelalves/feature/ei_save_all_scenesYuri Sizov2023-07-261-0/+5
|\ \ | | | | | | Expose `save_all_scenes` method to EditorInterface
| * | Add `save_all_scenes` method to Editor InterfaceHenrique Alves2023-07-191-0/+5
| |/ | | | | | | | | | | | | | | Update documentation (squash) fix docs (squash) Improve docs
* / Allow changing feature profile via EditorInterfaceRedMser2023-07-241-0/+12
|/
* Let editor workaround a case of inconsistency in compound scenesPedro J. Estébanez2023-06-131-0/+7
|
* Expose dialog parent-and-popup logic to the APIYuri Sizov2023-05-151-0/+22
|
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-8/+9
| | | | | | | | - Simplify and update its logic. - Simplify EditorScript. - Improve EditorNode and other relevant includes. - Fix scene-based path in the movie writer when reloading a scene.
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-0/+437
- Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property.