summaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.h
AgeCommit message (Expand)Author
2023-02-02Fix rightclick on some files changes the 'New' menu entry to 'Show in File Ma...Marius Hanl
2023-01-25Merge pull request #71904 from Chaosus/vs_custom_nodesRémi Verschelde
2023-01-23Add handling of script creation/deletion for custom visual shader nodesYuri Rubinsky
2023-01-23Merge pull request #71441 from KoBeWi/warp_2_scanRémi Verschelde
2023-01-21Add "Open in External Program" optionkobewi
2023-01-15Improve performance of imported file scankobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-14Add EditorInterface.get_selected_paths()cespeute
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-06-21Rework scene creation dialogkobewi
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-10Cleanups after changes in ItemList signalsAleksey Smirnov
2022-05-06Changed signals of ItemListVitika9
2022-05-02Add Copy UID option to filesystem dockkobewi
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-12Add "Add Script" option to project autoload settingsYuri Roubinsky
2022-03-06Added visual feedback when drag and dropping from scene tree to file systemIgor Kordiukiewicz
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-20Store panels and docks singletons in their own classestrollodel
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-03Add `New Shader` option to the FileSystemDock popup menu.Yuri Roubinsky
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-09-30Add TextFile support across the editorPaulb23
2021-06-29Merge pull request #49295 from foxydevloper/fix-focus-filterRémi Verschelde
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-03Fix "Filter Files" shortcut by merging duplicate functionsfox
2021-05-13Make shortcut for focusing searchbar in filesystem dockfox
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-10FileSystemDock: List conflicting files on moveRémi Verschelde
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-10-26Improve file sortingGilles Roudière
2020-10-19Allow sorting files by typeGilles Roudière
2020-08-14Modified FileSystemDock so folders can be selected for reimport.geekrelief
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-18Expose FileSystemDock to the scripting API and fixed signalsIgnacio Etcheverry
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-02-23Signals: Make callbacks non-const, callable_mp can't handle itRémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Fixes variable naming in FileSystemDockHaoyu Qiu
2019-11-21Unfold directories when showing in file systemTomasz Chabora