summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
AgeCommit message (Expand)Author
2020-06-26implement generic filename disambiguationrileylyman
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-03Add a getter and property for the editor distraction-free modeHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-13Merge pull request #38637 from Calinou/editor-rename-revert-scene-bindRémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-05-12Rename the editor action "Revert Scene" to "Reload Saved Scene"Hugo Locurcio
2020-04-02Remove Request Docs button in the script editor due to various issuesHugo Locurcio
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Move Debug menu logic to DebuggerEditorPluginFabio Alessandrelli
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-14Export: Properly disable resource preview threadRémi Verschelde
2020-01-08Export: Add dedicated --export-pack option to export data packRémi Verschelde
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-21Makes more editor strings translatableHaoyu Qiu
2019-10-31Make the editor dimming smarterMichael Alexsander
2019-10-24Resize custom class iconvolzhs
2019-09-04Merge pull request #31461 from IronicallySerious/add-vcs-integrationRémi Verschelde
2019-09-03Add VCS editor plugin UI elements to editorTwarit
2019-08-29Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-15Allow to create scene from FileSystem dockTomasz Chabora
2019-08-14Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde
2019-08-14Merge pull request #31347 from neikeq/monodevelop-addinRémi Verschelde
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-06Let EditorPlugins set editor/distraction-free modeWill Nations
2019-08-04C#: Add Ide Connection library and server for the editorIgnacio Etcheverry
2019-07-27Add Undo Close Tab option in tabs context menuKanabenki
2019-07-25Display version information in the editor at all timesHugo Locurcio
2019-07-19Make custom types more subtle and more usefulBojidar Marinov
2019-07-09Add a way to copy the text of warnings shown in the editorBojidar Marinov
2019-07-05Revert "Add editor menu to open the project data "user://" location."Rémi Verschelde
2019-07-05Merge pull request #30336 from fire/open_project_dataRémi Verschelde
2019-07-05Add editor menu to open the project data "user://" location.K. S. Ernest (iFire) Lee
2019-07-04Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio
2019-07-01Add editor screenshot on control - f12.K. S. Ernest (iFire) Lee
2019-06-25Make visibility of update spinner editor-wide, hidden by defaultThomas ten Cate
2019-06-23Merge pull request #29376 from hilfazer/editor_layouts_dialogRémi Verschelde
2019-06-21editor save/delete layout dialog with layout listhilfazer
2019-06-20Add option to toggle console window on WindowsLuka Dornhecker