summaryrefslogtreecommitdiffstats
path: root/editor/editor_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Optimise Object's `get_argument_options`Micky2024-02-291-2/+3
|
* Merge pull request #81655 from nlupugla/editor-interface-can-popup-dialogsRémi Verschelde2024-02-081-0/+19
|\ | | | | | | Expose `SceneTreeDialog` and `PropertySelector` via `EditorInterface`
| * EditorInterface can popup SceneTreeDialog and PropertySelector.nlupugla2024-01-191-0/+19
| |
* | Disable multi-window buttons instead of hiding them when support is unavailableHugo Locurcio2024-01-271-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 methodsMicky2024-01-061-0/+2
|
* Expose editor viewportsCory Petkovsek2023-10-011-0/+3
|
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-3/+3
| | | | This also exposes `EditorInterface::get_editor_theme`.
* Merge pull request #77537 from henriquelalves/feature/ei_save_all_scenesYuri Sizov2023-07-261-0/+1
|\ | | | | Expose `save_all_scenes` method to EditorInterface
| * Add `save_all_scenes` method to Editor InterfaceHenrique Alves2023-07-191-0/+1
| | | | | | | | | | | | | | | | Update documentation (squash) fix docs (squash) Improve docs
* | Allow changing feature profile via EditorInterfaceRedMser2023-07-241-0/+3
|/
* Let editor workaround a case of inconsistency in compound scenesPedro J. Estébanez2023-06-131-0/+1
|
* Allow GDExtensions to add editor pluginsDavid Snopek2023-05-251-0/+4
|
* Expose dialog parent-and-popup logic to the APIYuri Sizov2023-05-151-0/+6
|
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-0/+143
- Simplify some includes in the process. - Also exposes EditorInterface.movie_maker_enabled as a property.