summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes a memory leak in FileSystemDockGilles Roudière2020-01-151-0/+1
* Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander2020-01-091-1/+1
* Update file list in split view when setting main scenevolzhs2020-01-091-0/+1
* Minor fixes for ScriptCreateDialogMichael Alexsander2020-01-081-1/+1
* Show selected main scene in FileSystem split viewvolzhs2020-01-081-1/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34656 from volzhs/keep-selected-dirRémi Verschelde2019-12-301-0/+5
|\
| * Show selected directory in split mode when selecting a filevolzhs2019-12-291-0/+5
* | Merge pull request #34578 from timothyqiu/var-renameRémi Verschelde2019-12-301-5/+5
|\ \
| * | Fixes variable naming in FileSystemDockHaoyu Qiu2019-12-241-5/+5
| |/
* / Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+4
|/
* Unfold directories when showing in file systemTomasz Chabora2019-11-211-9/+14
* Hide "Set As Main Scene" in FileSystem dock if the scene is already the main oneMichael Alexsander2019-11-111-1/+3
* Display icon for "Set As Main Scene" in filesystem popupAndrii Doroshenko (Xrayez)2019-11-111-1/+1
* Folders in FileSystem are not expanded on project save anymoreSilvano Cerza2019-11-041-5/+1
* Add "Set as main scene" on context menu in FileSystem panelvolzhs2019-10-301-0/+14
* Favorites dragableDavid Sichma2019-10-201-11/+17
* Merge pull request #32009 from Xrayez/fs-editor-iconsRémi Verschelde2019-09-261-29/+30
|\
| * Display editor icons for filesystem dock popup menu optionsAndrii Doroshenko (Xrayez)2019-09-061-29/+30
* | Fixed Show in file system should clear current searchStefano Coratti2019-09-251-0/+1
* | Added some obvious errors explanationsqarmin2019-09-251-2/+2
|/
* Tree: fix and expose icon modulationmerumelu2019-08-241-2/+2
* Cleanup and minor changes in FileSystem DockMichael Alexsander Silva Dias2019-08-221-178/+122
* Merge pull request #31489 from iwek7/removeRenameRootOptionRémi Verschelde2019-08-221-11/+24
|\
| * Improvements and fixes of filesystem dockiwek72019-08-211-11/+24
* | Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio2019-08-211-3/+3
* | Use a different color for folder icons in file dialogsHugo Locurcio2019-08-201-0/+10
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* Allow to create scene from FileSystem dockTomasz Chabora2019-08-151-0/+65
* Fix losing scene modifications when renaming fileEmmanuel Barroga2019-07-151-2/+2
* Use reference to constant in functionsqarmin2019-07-101-3/+3
* FileSystem dock: Improve duplicate check for directory pathsRémi Verschelde2019-07-041-5/+5
* Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-1/+1
|\
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
* | Some code changed with Clang-Tidyqarmin2019-06-261-3/+1
|/
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Fix moving and renaming filesHein-Pieter van Braam-Stewart2019-06-041-1/+30
* Fix memory leak in Text Editor and FileSystem Dockqarmin2019-05-301-0/+2
* Merge pull request #27836 from turtletooth/right-clickRémi Verschelde2019-05-281-0/+14
|\
| * Allow Right Click in Empty Space on FileSystemDockJeremy Bullock2019-04-091-0/+14
* | Merge pull request #28702 from Lisapple/fs-show-path-tooltipRémi Verschelde2019-05-241-1/+1
|\ \
| * | Replacing filename with path in tooltip into FileSystem dockLisapple2019-05-081-1/+1
* | | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* | | Make possible to create inherited scenes via the RMB menu in the FileSystem dockMichael Alexsander Silva Dias2019-05-111-6/+16
* | | Merge pull request #28807 from bojidar-bg/28798-open-filesystemRémi Verschelde2019-05-111-0/+9
|\ \ \
| * | | Open selected folder when pressing the "Open" option in the menuBojidar Marinov2019-05-101-0/+9
| |/ /
* / / Scroll back to top when changing directory in FileSystem dockvolzhs2019-05-091-0/+1
|/ /
* | Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-1/+1
|\ \
| * | Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-3/+3
* | | Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+14