summaryrefslogtreecommitdiff
path: root/editor/editor_plugin.cpp
AgeCommit message (Expand)Author
2023-03-13Automatically reparent editor message dialogs to avoid error spam.bruvzg
2023-02-17Change `_can_handle` and `_edit` virtual methods to take `Object*`Marc Gilleron
2023-01-22Fix potential crash in EditorPlugin.edit()kobewi
2023-01-19Merge pull request #44596 from KoBeWi/🧹🧹🧹Rémi Verschelde
2023-01-19Merge pull request #71443 from TechnoPorg/fix-resource-conversion-pluginsRémi Verschelde
2023-01-19Cleanup unused engine code v2kobewi
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-14Make EditorResourceConversionPlugin usable.TechnoPorg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-14Add EditorInterface.get_selected_paths()cespeute
2022-11-14[Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-11-02Unify usage of undo_redo in editorkobewi
2022-10-31Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finishRémi Verschelde
2022-10-19Simplify GDVIRTUAL_CALL callskobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-04Rename remaining "Spatial" in Plugins to "Node3D"Micky
2022-09-10Merge pull request #64465 from TokageItLab/bind-after-gui-inputRémi Verschelde
2022-09-08bind AfterGUIInputSilc Renew
2022-09-07Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov
2022-09-01Change Array arguments to TypedArraykobewi
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-22Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde
2022-08-22Add per-scene UndoRedokobewi
2022-08-18Add a method for restarting the editor to EditorInterfaceAaron Franke
2022-08-13Rename EditorPlugin.`*_PROPERTY_EDITOR_*` to `*_INSPECTOR_*`Micky
2022-07-26Split up editor export code into multiple filesAaron Franke
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-06-26Request attention on the editor window when done recording a movieHugo Locurcio
2022-04-27Merge pull request #59393 from techiepriyansh/move-gltf-export-under-scene-menuRémi Verschelde
2022-04-13Import scenes as AnimationLibraryreduz
2022-04-12move gltf export under scene menuPriyansh Rathi
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-07ResourceImporter: Restore default append logic for new importersRémi Verschelde
2022-01-28Improve some method bindings to use specific `Object` subtypesRémi Verschelde
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-08Allow showing both left and right side panelsHaoyu Qiu
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-08Expose `ScriptEditor::edit` to scriptingRaul Santos
2021-10-15Add scene Post-Import Plugin support.reduz
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-08-31Sort palette commands by last usekobewi
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz