summaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.cpp
AgeCommit message (Expand)Author
2021-02-09Make FileSystem dock set its path to the base folder of files after changesMichael Alexsander
2021-01-26Merge pull request #44887 from gongpha/crash!-on-expand-or-collapse-folder-in...Rémi Verschelde
2021-01-16Update path in the FileSystem dock after doing file operationsMichael Alexsander
2021-01-06Fix cases of resources destroyed too earlyPedro J. Estébanez
2021-01-04Fix crash on FileSystemDock's tree when trying to collapse or expand foldergongpha
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-21Rename unselect to deselectMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-10FileSystemDock: List conflicting files on moveRémi Verschelde
2020-12-03Made keyboard shortcuts for FileSystemDock visible in popupEric M
2020-12-03Added F2 shortcuts for renaming files & folders.Eric M
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-16Merge pull request #41263 from Calinou/filesystem-dock-rename-delete-optionRémi Verschelde
2020-11-08Use Ctrl+Shift+C as the default FileSystem dock Copy Path shortcutHugo Locurcio
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-26Improve file sortingGilles Roudière
2020-10-19Allow sorting files by typeGilles Roudière
2020-09-07Fixed expand/collapse folder option not showing in FileSystemDockEric M
2020-08-14Rename the "Delete" option in the FileSystem dock to "Move to Trash"Hugo Locurcio
2020-08-14Modified FileSystemDock so folders can be selected for reimport.geekrelief
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-01Fix some popups menu missing screen transform.Juan Linietsky
2020-07-01Environment: Refactor code for readability + moreRémi Verschelde
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