summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix folder color not showing up in file dialogsNikita Krasnov2023-11-141-0/+8
| |/ /
* | / Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-111-24/+4
| |/ |/|
* | Fix errors on file rename or move in the Filesystem DockJordyfel2023-11-101-1/+8
|/
* Merge pull request #84217 from SaracenOne/fix_filesystem_rename_crashYuri Sizov2023-11-031-5/+14
|\
| * Fix file rename crash after toggling split mode.Saracen2023-11-021-5/+14
* | Fix crash on rename collision in thumbnail gridSaracen2023-10-301-1/+3
|/
* Merge pull request #82806 from Vilcrow/fix-ensure-selected-visibleRémi Verschelde2023-10-271-4/+6
|\
| * Fix checking the visibility condition of selected file in the Godot editor's ...S.V.I. Vilcrow2023-10-251-4/+6
* | Merge pull request #83941 from Jordyfel/hashset-not-vectorRémi Verschelde2023-10-261-13/+14
|\ \
| * | Use Hashset for dependency list when movingJordyfel2023-10-251-13/+14
* | | Merge pull request #83487 from KoBeWi/crash_that_does_not_existRémi Verschelde2023-10-261-0/+1
|\ \ \
| * | | Prevent crash when creating custom file tooltipkobewi2023-10-171-0/+1
* | | | Fix potential crash on failed move.Jordyfel2023-10-251-1/+3
| |/ / |/| |
* | | Fix "as" capitalization in editor stringsHaoyu Qiu2023-10-231-1/+1
* | | Fix unexpected behaviors of using Duplicate To on folders风青山2023-10-221-19/+7
* | | Merge pull request #82858 from KoBeWi/read_between_the_commentsRémi Verschelde2023-10-181-11/+11
|\ \ \ | |/ / |/| |
| * | Provide translation strings for folder colorskobewi2023-10-051-11/+11
| |/
* | Merge pull request #82957 from bruvzg/fs_case_checkRémi Verschelde2023-10-131-6/+6
|\ \
| * | Add method to check if filesystem is case sensitive.bruvzg2023-10-091-6/+6
| |/
* / Fix several issues with renaming in FileSystem dockVedat Gunel2023-10-091-13/+17
|/
* Merge pull request #80241 from gamedevishard/filesystem_dock_hsplitRémi Verschelde2023-10-031-25/+46
|\
| * Horizontal split view for Filesystem DockDevel Oper2023-09-221-25/+46
* | rename: don't update current path when file list has focuscoumcashier2023-10-021-3/+5
* | Fix folder moving in FileSystemDock风青山2023-09-291-24/+49
* | Merge pull request #82347 from SaracenOne/dir_access_checksRémi Verschelde2023-09-261-0/+4
|\ \
| * | Add error checks for DirAccess creation.Saracen2023-09-261-0/+4
* | | Don't move not selected cursor item dragging filesDawid Marzec2023-09-211-4/+4
|/ /
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+1
* | Merge pull request #81813 from MewPurPur/fix-paint-iconRémi Verschelde2023-09-181-1/+1
|\ \ | |/ |/|
| * Fix grayed out paint iconsMewPurPur2023-09-171-1/+1
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* | Fix dependency handling on move or rename.Jordyfel2023-09-151-58/+47
* | Merge pull request #80503 from OXTyler/80379Rémi Verschelde2023-09-121-1/+0
|\ \ | |/ |/|
| * Fixes Scene corruption when child scene is renamed in another directoryTyler2023-08-101-1/+0
* | Merge pull request #81380 from AThousandShips/folder_color_addRémi Verschelde2023-09-081-10/+26
|\ \
| * | Update folder colors when moving or renamingA Thousand Ships2023-09-071-10/+26
* | | Merge pull request #81075 from SekoiaTree/prevent-leading-dotRémi Verschelde2023-09-081-1/+4
|\ \ \ | |/ / |/| |
| * | Prevent creating any type of file with a leading dotsekoia2023-09-071-1/+4
* | | UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-1/+1
* | | Remove leftover debug print in `FileSystemDock`A Thousand Ships2023-09-071-1/+0
* | | Merge pull request #81344 from AThousandShips/folder_color_fixYuri Sizov2023-09-061-0/+6
|\ \ \
| * | | Fix saving editor folder colorsA Thousand Ships2023-09-051-0/+6
* | | | Add EditorStringNames singletonkobewi2023-09-031-81/+82
|/ / /
* / / Add custom color support to project foldersthe-sink2023-08-291-12/+147
|/ /
* | Merge pull request #80517 from YuriSizov/tsa-randomly-picked-you-for-mandator...Rémi Verschelde2023-08-281-2/+2
|\ \
| * | Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-2/+2
| |/
* / Extract editor scene tabs into their own componentYuri Sizov2023-08-241-4/+5
|/
* Merge pull request #75137 from nongvantinh/implement-6320Rémi Verschelde2023-08-071-7/+32
|\
| * Expose 'Reimport' on right-click context menu in the FileSystem panelNong Van Tinh2023-05-011-7/+32
* | Fix dropping files from res:// to res://kobewi2023-07-011-1/+3