summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76026 from YuriSizov/editor-running-up-that-guiRémi Verschelde2023-04-261-409/+91
|\
| * Extract editor run toolbar into its own componentYuri Sizov2023-04-191-409/+91
* | Merge pull request #76421 from timothyqiu/editor-dialogRémi Verschelde2023-04-251-0/+3
|\ \
| * | Fix inconsistent file dialog settings usageHaoyu Qiu2023-04-251-0/+3
| |/
* / Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-5/+5
|/
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-5/+1
* Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-111-2/+4
|\
| * Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+4
* | Adjust size of some dialogskobewi2023-04-101-1/+5
|/
* Scene tab closing refactorkobewi2023-04-031-132/+103
* Add support for icons in GDExtension classesYuri Sizov2023-03-311-7/+19
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-4/+4
* Streamline class icon resolution in the editorYuri Sizov2023-03-311-93/+48
* Turn off auto translate for some editor controlsHaoyu Qiu2023-03-281-0/+2
* Merge pull request #75331 from KoBeWi/remove_removed_pluginsYuri Sizov2023-03-271-0/+4
|\
| * Remove disabled plugins from active pluginskobewi2023-03-251-0/+4
* | Make Add Scene button the same height as scene tabsHaoyu Qiu2023-03-271-4/+5
|/
* Merge pull request #74114 from dalexeev/editor-help-enable-context-menuYuri Sizov2023-03-161-0/+1
|\
| * Enable `RichTextLabel` context menu if selection is enabledDanil Alexeev2023-03-061-0/+1
* | Merge pull request #74795 from KoBeWi/MassNodeEditYuri Sizov2023-03-151-1/+1
|\ \
| * | Fix MultiNodeEdit not cleared after deleting nodeskobewi2023-03-111-1/+1
* | | Corrected capitalisation of macOSJohn Veness2023-03-121-1/+1
|/ /
* | Document `editor/naming/scene_name_casing` settingNinni Pipping2023-03-091-1/+0
* | Merge pull request #74634 from Haydoggo/floating-dock-error-fixRémi Verschelde2023-03-091-3/+3
|\ \
| * | Fix errors when closing floating docksHayden Leete2023-03-091-3/+3
* | | Prevent cache corruption when saving resources in the editorYuri Sizov2023-03-081-0/+17
|/ /
* / Fix coloring of the renderer options buttonHaoyu Qiu2023-03-081-3/+5
|/
* Merge pull request #73365 from bruvzg/no_transient_childrenRémi Verschelde2023-03-021-33/+99
|\
| * Automatically reparent editor message dialogs to avoid error spam.bruvzg2023-02-211-33/+99
* | Fix dock name lost translation after layout changeHaoyu Qiu2023-03-011-0/+2
* | Merge pull request #73775 from SaracenOne/fix_node_ownership_on_scene_update_...Rémi Verschelde2023-02-231-0/+31
|\ \
| * | Fix ownership bug on ancestor nodes when scene is reimported.SaracenOne2023-02-221-0/+31
* | | Load script for addons without cacheGeorge Marques2023-02-221-1/+1
|/ /
* / Add Output font size in Theme regeneration conditionsDavi2023-02-211-1/+2
|/
* [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...bruvzg2023-02-201-5/+6
* Fix TileMap dragging selectionGilles Roudière2023-02-171-0/+1
* Make use of a theme cache in EditorHelp and ensure it's updatedYuri Sizov2023-02-111-1/+2
* Check for CanvasItem instead of Control and Node2DAaron Franke2023-02-111-1/+1
* Merge pull request #72552 from m4gr3d/cleanup_custom_build_mainRémi Verschelde2023-02-061-9/+9
|\
| * Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...Fredia Huya-Kouadio2023-02-021-9/+9
* | Fix AnimationTrackEditor doesn't open when selecting AnimationPlayerSilc Renew2023-02-071-2/+2
* | More fixes to over plugin handlingkobewi2023-02-061-11/+17
|/
* Merge pull request #71936 from akien-mga/remove-some-unused-signalsRémi Verschelde2023-02-011-1/+0
|\
| * Remove some unused signalsRémi Verschelde2023-01-311-1/+0
* | Prevent wrong unedit when clicking editor viewportkobewi2023-02-011-0/+7
|/
* Merge pull request #72420 from TokageItLab/fix-animation-editor-pluginRémi Verschelde2023-01-311-0/+5
|\
| * Fix broken bottom panel switchingSilc Renew2023-01-311-0/+5
* | Remove viewport_set_disable_environment in favor of viewport_set_environment_...clayjohn2023-01-301-1/+1
|/
* Fix various typos with codespellRémi Verschelde2023-01-301-2/+2
* Fix editors potentially being used twicekobewi2023-01-281-0/+11