summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made keyboard shortcuts for FileSystemDock visible in popupEric M2020-12-031-6/+6
* Added F2 shortcuts for renaming files & folders.Eric M2020-12-031-1/+9
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-4/+19
* Merge pull request #41263 from Calinou/filesystem-dock-rename-delete-optionRémi Verschelde2020-11-161-1/+1
|\
| * Rename the "Delete" option in the FileSystem dock to "Move to Trash"Hugo Locurcio2020-08-141-1/+1
* | Use Ctrl+Shift+C as the default FileSystem dock Copy Path shortcutHugo Locurcio2020-11-081-1/+2
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* | Improve file sortingGilles Roudière2020-10-261-10/+69
* | Allow sorting files by typeGilles Roudière2020-10-191-20/+86
* | Fixed expand/collapse folder option not showing in FileSystemDockEric M2020-09-071-1/+1
|/
* Modified FileSystemDock so folders can be selected for reimport.geekrelief2020-08-141-16/+31
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-2/+2
* Fix some popups menu missing screen transform.Juan Linietsky2020-07-011-1/+1
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-4/+4
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-3/+6
* Allow duplicating files when holding ControlTomasz Chabora2020-06-071-1/+26
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-38/+74
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-4/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-70/+71
* Working multiple window support, including editorJuan Linietsky2020-03-261-5/+5
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+2
* Expose FileSystemDock to the scripting API and fixed signalsIgnacio Etcheverry2020-03-181-6/+6
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-4/+4
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-71/+33
* Signals: Make callbacks non-const, callable_mp can't handle itRémi Verschelde2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-33/+33
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Texture refactorJuan Linietsky2020-02-111-13/+13
* Fixes broken scene created via New ResourceHaoyu Qiu2020-02-091-0/+8
* Make some QOL improvements to move operations in the FileSystem dockMichael Alexsander2020-02-041-9/+13
* 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