summaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.cpp
AgeCommit message (Expand)Author
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-07Allow duplicating files when holding ControlTomasz Chabora
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
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-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-18Expose FileSystemDock to the scripting API and fixed signalsIgnacio Etcheverry
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-23Signals: Make callbacks non-const, callable_mp can't handle itRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-09Fixes broken scene created via New ResourceHaoyu Qiu
2020-02-04Make some QOL improvements to move operations in the FileSystem dockMichael Alexsander
2020-01-15Fixes a memory leak in FileSystemDockGilles Roudière
2020-01-09Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander
2020-01-09Update file list in split view when setting main scenevolzhs
2020-01-08Minor fixes for ScriptCreateDialogMichael Alexsander
2020-01-08Show selected main scene in FileSystem split viewvolzhs
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34656 from volzhs/keep-selected-dirRémi Verschelde
2019-12-30Merge pull request #34578 from timothyqiu/var-renameRémi Verschelde
2019-12-29Show selected directory in split mode when selecting a filevolzhs
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-24Fixes variable naming in FileSystemDockHaoyu Qiu
2019-11-21Unfold directories when showing in file systemTomasz Chabora
2019-11-11Hide "Set As Main Scene" in FileSystem dock if the scene is already the main oneMichael Alexsander
2019-11-11Display icon for "Set As Main Scene" in filesystem popupAndrii Doroshenko (Xrayez)
2019-11-04Folders in FileSystem are not expanded on project save anymoreSilvano Cerza
2019-10-30Add "Set as main scene" on context menu in FileSystem panelvolzhs
2019-10-20Favorites dragableDavid Sichma
2019-09-26Merge pull request #32009 from Xrayez/fs-editor-iconsRémi Verschelde
2019-09-25Fixed Show in file system should clear current searchStefano Coratti
2019-09-25Added some obvious errors explanationsqarmin
2019-09-06Display editor icons for filesystem dock popup menu optionsAndrii Doroshenko (Xrayez)
2019-08-24Tree: fix and expose icon modulationmerumelu
2019-08-22Cleanup and minor changes in FileSystem DockMichael Alexsander Silva Dias
2019-08-22Merge pull request #31489 from iwek7/removeRenameRootOptionRémi Verschelde
2019-08-21Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio
2019-08-21Improvements and fixes of filesystem dockiwek7
2019-08-20Use a different color for folder icons in file dialogsHugo Locurcio
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-15Allow to create scene from FileSystem dockTomasz Chabora
2019-07-15Fix losing scene modifications when renaming fileEmmanuel Barroga