summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
Commit message (Expand)AuthorAgeFilesLines
* Expose methods to play scene from plugin codeYuri Sizov2020-07-061-0/+4
* Remove unused class PaneDragStijn Hinlopen2020-07-021-2/+0
* implement generic filename disambiguationrileylyman2020-06-261-0/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-19/+19
* Add a getter and property for the editor distraction-free modeHugo Locurcio2020-06-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Merge pull request #38637 from Calinou/editor-rename-revert-scene-bindRémi Verschelde2020-05-131-1/+1
|\
| * Rename the editor action "Revert Scene" to "Reload Saved Scene"Hugo Locurcio2020-05-121-1/+1
* | Support multiple debug protocols.Fabio Alessandrelli2020-05-121-1/+2
|/
* Remove Request Docs button in the script editor due to various issuesHugo Locurcio2020-04-021-1/+2
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1/+1
* Add macOS DisplayServer implementation.bruvzg2020-03-261-1/+2
* Working multiple window support, including editorJuan Linietsky2020-03-261-0/+7
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-2/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Move Debug menu logic to DebuggerEditorPluginFabio Alessandrelli2020-03-081-11/+0
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-3/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Texture refactorJuan Linietsky2020-02-111-5/+5
* Export: Properly disable resource preview threadRémi Verschelde2020-01-141-1/+1
* Export: Add dedicated --export-pack option to export data packRémi Verschelde2020-01-081-1/+2
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-8/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-48/+41
* Makes more editor strings translatableHaoyu Qiu2019-12-211-1/+1
* Make the editor dimming smarterMichael Alexsander2019-10-311-0/+2
* Resize custom class iconvolzhs2019-10-241-0/+1
* Merge pull request #31461 from IronicallySerious/add-vcs-integrationRémi Verschelde2019-09-041-0/+6
|\
| * Add VCS editor plugin UI elements to editorTwarit2019-09-031-0/+6
* | Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio2019-08-291-8/+1
* | [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-261-0/+4
|/
* Allow to create scene from FileSystem dockTomasz Chabora2019-08-151-0/+1
* Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde2019-08-141-4/+0
|\
| * Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* | Merge pull request #31347 from neikeq/monodevelop-addinRémi Verschelde2019-08-141-0/+3
|\ \ | |/ |/|
| * C#: Add Ide Connection library and server for the editorIgnacio Etcheverry2019-08-041-0/+3
* | Let EditorPlugins set editor/distraction-free modeWill Nations2019-08-061-0/+2
|/
* Add Undo Close Tab option in tabs context menuKanabenki2019-07-271-0/+2
* Display version information in the editor at all timesHugo Locurcio2019-07-251-0/+1
* Make custom types more subtle and more usefulBojidar Marinov2019-07-191-0/+2
* Add a way to copy the text of warnings shown in the editorBojidar Marinov2019-07-091-0/+2
* Revert "Add editor menu to open the project data "user://" location."Rémi Verschelde2019-07-051-1/+0
* Merge pull request #30336 from fire/open_project_dataRémi Verschelde2019-07-051-0/+1
|\
| * Add editor menu to open the project data "user://" location.K. S. Ernest (iFire) Lee2019-07-051-0/+1
* | Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio2019-07-041-1/+1
|/
* Add editor screenshot on control - f12.K. S. Ernest (iFire) Lee2019-07-011-0/+11
* Make visibility of update spinner editor-wide, hidden by defaultThomas ten Cate2019-06-251-6/+8
* Merge pull request #29376 from hilfazer/editor_layouts_dialogRémi Verschelde2019-06-231-2/+3
|\