summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-0/+1
* Do not add child twice and set initial focusMarius Hanl2022-12-211-2/+2
* Add a dialog for customizing FBX importreduz2022-12-181-1/+14
* Add scope prefix to undo actionskobewi2022-12-141-3/+25
* Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-131-2/+0
* Fix Determining Window for TouchscreenMarkus Sauermann2022-12-071-8/+1
* Make remote inspector groups not foldablekobewi2022-11-301-1/+3
* Merge pull request #66995 from HolonProduction/main_window_bugRémi Verschelde2022-11-291-1/+6
|\
| * Solve a bug with main window plugins.HolonProduction2022-11-291-1/+6
* | Merge pull request #66194 from YeldhamDev/feature_fixesRémi Verschelde2022-11-291-4/+0
|\ \
| * | Fix some stuff with the editor featuresMichael Alexsander2022-11-121-4/+0
* | | Use forward-declarations in big editor classestrollodel2022-11-291-10/+8
* | | Fix that the History Dock appears before other Docks in old projectsMarkus Sauermann2022-11-251-2/+3
* | | Merge pull request #69072 from souplamp/history-dock-check-connectedRémi Verschelde2022-11-241-1/+1
|\ \ \
| * | | History dock singleton, set default editor layout, ready notificationsouplamp2022-11-241-1/+1
* | | | [Editor] Fix float dock shows untranslated title.Zae2022-11-241-1/+2
|/ / /
* | | Merge pull request #60686 from trollodel/move_editor_registrationRémi Verschelde2022-11-181-178/+4
|\ \ \
| * | | Move editor class and plugin registrations to a dedicated filetrollodel2022-11-181-178/+4
* | | | Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Remove more instances of 'instance' being used as a verbVolTer2022-11-161-4/+4
* | | | Add EditorInterface.get_selected_paths()cespeute2022-11-141-1/+1
* | | | [Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli2022-11-141-0/+1
* | | | Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
| |/ / |/| |
* | | Remove duplicate project settings definitionskobewi2022-11-081-3/+3
* | | Merge pull request #68342 from KoBeWi/Godot_museum'tRémi Verschelde2022-11-071-3/+7
|\ \ \ | |/ / |/| |
| * | Allow to disable History Dock via feature profilekobewi2022-11-071-3/+7
* | | Fix disambiguate_filenames absolute paths on UnixRedMser2022-11-061-13/+5
|/ /
* | Merge pull request #65012 from KoBeWi/Godot_museumRémi Verschelde2022-11-021-0/+9
|\ \
| * | Add history dockkobewi2022-08-291-0/+9
* | | Cast dragged file extension name to lowercase, closes #68104Alfred Reinold Baudisch2022-11-011-1/+1
* | | Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finishRémi Verschelde2022-10-311-0/+8
|\ \ \
| * | | Request attention on the editor window when done recording a movieHugo Locurcio2022-06-261-0/+8
* | | | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-22/+22
|\ \ \ \
| * | | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-22/+22
* | | | | Merge pull request #67055 from GuilhermeGSousa/custom-node-exportRémi Verschelde2022-10-311-0/+21
|\ \ \ \ \
| * | | | | Added custom node exportGuilherme Sousa2022-10-141-0/+21
* | | | | | Rename queue_delete => queue_freeMarc Gilleron2022-10-241-1/+1
| |/ / / / |/| | | |
* | | | | Make some Image methods statickobewi2022-10-141-1/+1
|/ / / /
* | | | Merge pull request #67244 from RandomShaper/split_render_further_2Rémi Verschelde2022-10-111-1/+1
|\ \ \ \
| * | | | Polish rendering driver refactor further (take 2)Pedro J. Estébanez2022-10-111-1/+1
* | | | | Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-okRémi Verschelde2022-10-111-1/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add editor setting for AcceptDialog OK/Cancel buttons positioningRémi Verschelde2022-10-051-1/+8
| | |_|/ | |/| |
* | | | [macOS] Fix window button position and title bar size when editor scale do no...bruvzg2022-10-101-2/+5
* | | | Fix a bug with moving dock left and right.HolonProduction2022-10-071-4/+2
* | | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-76/+74
|/ / /
* | | Merge pull request #65857 from MinusKube/inherited-open-crashRémi Verschelde2022-10-051-1/+1
|\ \ \
| * | | Prevent unsaved inherited scenes from being detected as the 'placeholder' sceneMinusKube2022-09-161-1/+1
* | | | Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-6/+6
* | | | Merge pull request #58049 from jmb462/fix-distraction-mode-docks-tabRémi Verschelde2022-09-281-5/+7
|\ \ \ \
| * | | | Prevent docks to be reset to first tab when switching dock visibilityjmb4622022-05-161-5/+7