summaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.cpp
AgeCommit message (Expand)Author
2021-05-06Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde
2021-05-01FileSystem: Force update when we delete a folder from the editor and searchin...Mateo Kuruk Miccino
2021-04-27Improve the editor themeHugo Locurcio
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-04-01Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde
2021-03-24edit if statement in FileSystemDock::_select_file()James Castanho
2021-03-23Remove FileSystem dock errors on unimported filesJuan Linietsky
2021-03-22Improved 3D Scene ImporterJuan Linietsky
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-03-14Use OS-specific terminology for "Move to Trash" in the editor filesystemHugo Locurcio
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