summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Expand)Author
2019-08-31Default ColorPicker color mode settingBhupendra Aole
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
2019-08-30Make tab containers in editor, project settings, and export dialog, to use hi...azagaya
2019-08-30Merge pull request #31706 from akien-mga/android-custom-build-improvementsRémi Verschelde
2019-08-29Tweak the editor window dimming intensity, remove dim fade animationHugo Locurcio
2019-08-29Android: Improve dialogs about custom build templateRémi Verschelde
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-21Merge pull request #31523 from nekomatata/show-warning-loadingRémi Verschelde
2019-08-21EditorNode::show_warning displays a console warning instead of failing during...PouleyKetchoupp
2019-08-21Merge pull request #31499 from nekomatata/fix-new-project-metadataRémi Verschelde
2019-08-21Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp
2019-08-20Merge pull request #31443 from Calinou/editor-use-minimum-window-sizeRémi Verschelde
2019-08-17Merge pull request #31401 from aaronfranke/no-init-scriptsRémi Verschelde
2019-08-17Define a minimum window size in the editor and project managerHugo Locurcio
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-15Allow plugins to not have an init scriptAaron Franke
2019-08-15Allow to create scene from FileSystem dockTomasz Chabora
2019-08-14Merge pull request #31347 from neikeq/monodevelop-addinRémi Verschelde
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
2019-08-07Merge pull request #30804 from hbina/fix_issue_30160Rémi Verschelde
2019-08-06add forgotten calls to inspector_dock->update(...).Hanif Bin Ariffin
2019-08-06Merge pull request #31121 from willnationsdev/plugin-select-editorRémi Verschelde
2019-08-06Let EditorPlugins set editor/distraction-free modeWill Nations
2019-08-05Merge pull request #31116 from sparkart/add_quit_shortcutRémi Verschelde
2019-08-05Add Shortcut Settings for Quitting EditorEmmanuel Barroga
2019-08-05Remove Editor dependency from SceneTreemerumelu
2019-08-04C#: Add Ide Connection library and server for the editorIgnacio Etcheverry
2019-07-31Don't add unsaved scene to previous scenes listKanabenki
2019-07-30Merge pull request #30944 from YeldhamDev/bottom_panel_icon_simplifyRémi Verschelde
2019-07-29Make the expand icon in the bottom panel always be the sameMichael Alexsander Silva Dias
2019-07-27Add Undo Close Tab option in tabs context menuKanabenki
2019-07-26Merge pull request #30763 from Calinou/editor-add-version-infoRémi Verschelde
2019-07-26Simplify editor settings related to window dimmingHugo Locurcio
2019-07-25Display version information in the editor at all timesHugo Locurcio
2019-07-23Inspector: Make default float step configurableRémi Verschelde
2019-07-23Move "Open Screenshot" from the "Editor" menu to the editor settingsMichael Alexsander Silva Dias
2019-07-20Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-19Make custom types more subtle and more usefulBojidar Marinov
2019-07-15Use switch instead of if statementNils ANDRÉ-CHANG
2019-07-09Add a way to copy the text of warnings shown in the editorBojidar Marinov
2019-07-06Fix editor remaining dimmed after certain actionsBojidar 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-05Merge pull request #30327 from Calinou/editor-dim-window-quittingRémi Verschelde
2019-07-04Dim the editor window while it's quittingHugo Locurcio
2019-07-04Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio
2019-07-02Fix editor crash when StreamPeerSSL is unavilable.Fabio Alessandrelli
2019-07-02Merge pull request #27510 from fire/screenshot_editorRémi Verschelde