summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | Move remote debug buttons to a single menu.bruvzg2023-01-141-1/+1
* | | Fix Undo/Redo not working until Scene menu is opened.Eric M2023-01-081-0/+2
* | | Simplify some editor plugin logic and remove dead codeYuri Sizov2023-01-051-1/+0
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/ /
* | Add a dialog for customizing FBX importreduz2022-12-181-0/+4
* | Use forward-declarations in big editor classestrollodel2022-11-291-4/+9
* | Merge pull request #60686 from trollodel/move_editor_registrationRémi Verschelde2022-11-181-3/+2
|\ \
| * | Move editor class and plugin registrations to a dedicated filetrollodel2022-11-181-3/+2
* | | Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-1/+1
|\ \ \ | |/ / |/| |
| * | Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
* | | Allow to disable History Dock via feature profilekobewi2022-11-071-0/+2
|/ /
* | Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finishRémi Verschelde2022-10-311-0/+3
|\ \
| * | Request attention on the editor window when done recording a movieHugo Locurcio2022-06-261-0/+3
* | | Added custom node exportGuilherme Sousa2022-10-141-0/+2
| |/ |/|
* | Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-3/+3
* | Merge pull request #58049 from jmb462/fix-distraction-mode-docks-tabRémi Verschelde2022-09-281-1/+1
|\ \
| * | Prevent docks to be reset to first tab when switching dock visibilityjmb4622022-05-161-1/+1
* | | [macOS extend-to-title] Add scene/project name to the editor title, fix incor...bruvzg2022-09-221-1/+5
* | | Merge pull request #65541 from clayjohn/renderer-settingRémi Verschelde2022-09-201-6/+6
|\ \ \
| * | | Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-6/+6
* | | | Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde2022-09-181-3/+5
|\ \ \ \
| * | | | Port remaining connections to callable_mpTomasz Chabora2022-09-181-5/+5
| |/ / /
* | | | Merge pull request #65561 from ryburnj/inconsistent-cap-scene-file-nameRémi Verschelde2022-09-181-6/+8
|\ \ \ \
| * | | | Fix inconsistent scene file name casing by moving existing Name_Casing code t...ryburnj2022-09-181-6/+8
| |/ / /
* / / / Remove unused _clear_undo_history methodkobewi2022-09-171-2/+0
|/ / /
* | | Merge pull request #65494 from V-Sekai/fix_inspect_command_contextRémi Verschelde2022-09-141-1/+1
|\ \ \
| * | | In inspector, show 'edit' button instead of 'inspect' when resource is part o...SaracenOne2022-09-071-1/+1
* | | | Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-2/+2
|/ / /
* | | Merge pull request #62157 from ChronicallySerious/front-port-vcs-pluginRémi Verschelde2022-08-311-1/+0
|\ \ \
| * | | VCS: Improve VCS UI/UX by QoL changesTwarit Waikar2022-08-311-1/+0
* | | | Merge pull request #65089 from YuriSizov/editor-launch-bar-with-styleRémi Verschelde2022-08-301-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Improve style and add contextual highlight to the editor launch padYuri Sizov2022-08-301-3/+7
* | | | Add background to TabContainer's tabbar and editor docksYuri Sizov2022-08-291-0/+1
|/ / /
* | | [macOS] Extend editor contents to the window titlebar for better space usage.bruvzg2022-08-261-1/+2
* | | Improve scene playing and reloadingkobewi2022-08-251-0/+3
* | | Disable editing properties in foreign resourcesSaracenOne2022-08-231-0/+2
* | | Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde2022-08-221-5/+2
|\ \ \
| * | | Add per-scene UndoRedokobewi2022-08-221-5/+2
* | | | Add Startup benchmarking supportJuan Linietsky2022-08-191-0/+5
|/ / /
* | | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-5/+7
* | | Merge pull request #62298 from Diddykonga/select_current_saveYuri Sizov2022-08-181-0/+1
|\ \ \
| * | | [Editor]: Allow `Select Current` to Save ScenesDiddykonga2022-06-211-0/+1
| | |/ | |/|
* | | Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-1/+2
* | | Split up editor export code into multiple filesAaron Franke2022-07-261-1/+1
* | | Merge pull request #63265 from reduz/stream-bpm-supportRémi Verschelde2022-07-231-0/+2
|\ \ \
| * | | Implement BPM supportreduz2022-07-231-0/+2
* | | | Merge pull request #62581 from Guh-Feng/Color-Picker-UpdateRémi Verschelde2022-07-221-0/+2
|\ \ \ \
| * | | | Color Pickers Respect SettingsGuh-Feng2022-07-211-0/+2
| |/ / /
* / / / Implement Feature Build Profilesreduz2022-07-221-0/+3
|/ / /
* | | Merge pull request #62405 from YeldhamDev/movie_maker_stuffRémi Verschelde2022-07-081-2/+0
|\ \ \