summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
Commit message (Expand)AuthorAgeFilesLines
* Permits the renaming of files and folders inline for items in the FileSystemD...Wiwip2023-06-021-1/+18
* Add scrolling to overwrite dialogkobewi2023-05-181-0/+6
* Enhance filesystem dock tooltipskobewi2023-05-121-2/+17
* Merge pull request #76794 from Wiwip/inline-editRémi Verschelde2023-05-111-2/+0
|\
| * Modifies the file system dock to use the inline editor instead of a dialog.Wiwip2023-05-101-2/+0
* | Improve editor state persistenceHendrik Brucker2023-05-111-4/+6
|/
* Make create folder popup support nested foldersHaoyu Qiu2023-04-231-3/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-5/+5
* Improve file move and copy operationskobewi2023-03-251-2/+11
* Fix rightclick on some files changes the 'New' menu entry to 'Show in File Ma...Marius Hanl2023-02-021-5/+6
* Merge pull request #71904 from Chaosus/vs_custom_nodesRémi Verschelde2023-01-251-0/+1
|\
| * Add handling of script creation/deletion for custom visual shader nodesYuri Rubinsky2023-01-231-0/+1
* | Merge pull request #71441 from KoBeWi/warp_2_scanRémi Verschelde2023-01-231-1/+1
|\ \ | |/ |/|
| * Improve performance of imported file scankobewi2023-01-151-1/+1
* | Add "Open in External Program" optionkobewi2023-01-211-0/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-1/+1
|\
| * Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
* | Add EditorInterface.get_selected_paths()cespeute2022-11-141-3/+5
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Rework scene creation dialogkobewi2022-06-211-2/+2
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+2
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-8/+8
* Cleanups after changes in ItemList signalsAleksey Smirnov2022-05-101-2/+2
* Changed signals of ItemListVitika92022-05-061-1/+1
* Add Copy UID option to filesystem dockkobewi2022-05-021-0/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-39/+39
* Initialize bools in the headers in editorAaron Franke2022-03-121-4/+4
* Add "Add Script" option to project autoload settingsYuri Roubinsky2022-03-121-0/+2
* Added visual feedback when drag and dropping from scene tree to file systemIgor Kordiukiewicz2022-03-061-0/+7
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-14/+7
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Store panels and docks singletons in their own classestrollodel2022-01-201-0/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add `New Shader` option to the FileSystemDock popup menu.Yuri Roubinsky2021-12-031-0/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-4/+0
* Add TextFile support across the editorPaulb232021-09-301-0/+1
* Merge pull request #49295 from foxydevloper/fix-focus-filterRémi Verschelde2021-06-291-1/+0
|\
| * Fix "Filter Files" shortcut by merging duplicate functionsfox2021-06-031-1/+0
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
|/
* Make shortcut for focusing searchbar in filesystem dockfox2021-05-131-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* FileSystemDock: List conflicting files on moveRémi Verschelde2020-12-101-1/+1
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-2/+2
* Improve file sortingGilles Roudière2020-10-261-5/+10
* Allow sorting files by typeGilles Roudière2020-10-191-1/+25
* Modified FileSystemDock so folders can be selected for reimport.geekrelief2020-08-141-0/+1