summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #36699 from dreamsComeTrue/fix-extension-file-dialogRémi Verschelde2020-03-041-1/+1
|\ \
| * | Take correct part of extension with File DialogDominik 'dreamsComeTrue' Jasiński2020-03-011-1/+1
| |/
* / Double click on a folder didn't open it (editor)Gil Arasa Verge2020-03-031-0/+1
|/
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-59/+31
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-31/+31
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Texture refactorJuan Linietsky2020-02-111-11/+11
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed issues with using a relative path in the export window.Catchawink2019-12-161-0/+2
* Add spaces after commas and strip extra ones in *FileDialog filter menuMichael Alexsander2019-12-061-2/+2
* Remove extra spaces from parenthesis in *FileDialog's filter menuMichael Alexsander2019-12-061-3/+3
* Merge pull request #33091 from MCrafterzz/fix10567Rémi Verschelde2019-10-291-6/+12
|\
| * Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...MCrafterzz2019-10-291-6/+12
* | Scroll back to the top after opening a directory in FileDialogHugo Locurcio2019-10-241-0/+3
|/
* Create new folder from save dialog now update filesystem dock.dankan18902019-09-261-1/+2
* Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio2019-08-211-3/+3
* Use a different color for folder icons in file dialogsHugo Locurcio2019-08-201-0/+6
* Fix filter crash in EditorFileDialog for MeshLib/TileSet conversionChaosus2019-07-291-1/+6
* Small adjustments to tooltips in '(Editor)FileDialog'Michael Alexsander Silva Dias2019-07-261-4/+4
* DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde2019-07-251-7/+4
* Auto-change file extension in EditorFileDialog when filter changesChaosus2019-06-281-1/+14
* Merge pull request #29644 from YeldhamDev/editor_file_recent_reselectRémi Verschelde2019-06-131-4/+8
|\
| * Make possible to reselect an item in the "Recent" list in the EditorFileDialogMichael Alexsander Silva Dias2019-06-091-4/+8
* | Merge pull request #29638 from YeldhamDev/editor_file_hidden_toggleRémi Verschelde2019-06-131-12/+20
|\ \
| * | Add button for toggling hidden files in EditorFileDialogMichael Alexsander Silva Dias2019-06-101-12/+20
| |/
* / Apply a better fix for the EditorFileDialog crash on favoriteMichael Alexsander Silva Dias2019-06-091-10/+2
|/
* Fix crash when selecting favorate directory on EditorFileDialogvolzhs2019-06-101-1/+8
* Remove some redundant linesJames Buck2019-05-291-6/+1
* Fixes to make exporting more responsive.Juan Linietsky2019-04-241-5/+5
* Small tooltip changes to filesystem-related UI componentes in editorMichael Alexsander Silva Dias2019-03-271-1/+1
* Fix "Favorite" button not being toggled when navigating to a faved folder man...Michael Alexsander Silva Dias2019-03-071-1/+1
* Fix general issues with filesystem-related UI components in the editorMichael Alexsander Silva Dias2019-03-051-6/+13
* Fix preview in file dialogPaul Trojahn2019-03-021-3/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Change EditorLineEditFileChooser to use the "Folder" iconMichael Alexsander Silva Dias2018-12-131-1/+6
* Make thumbnail cache less tasking on the message queueBojidar Marinov2018-12-061-2/+3
* Small capitalization fixes across the editorMichael Alexsander Silva Dias2018-10-261-2/+2
* Fixes favorites not working in the open dialoggroud2018-10-241-11/+14
* Remove redundant "== false" codeAaron Franke2018-10-061-1/+1
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+9
* Make EditorFileDialog be able to pick a folder when entering itMichael Alexsander Silva Dias2018-09-211-2/+14
* Fixes favorites not updating and rename favorite_dirs to favoritesgroud2018-09-181-8/+8
* Add thumnails to the tree viewgroud2018-09-141-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Show in File Manager ClarificationIvan Vodopiviz2018-08-141-2/+4
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Merge pull request #17059 from Jason0214/BugFix_favorite_updatingRémi Verschelde2018-05-021-0/+1
|\
| * remove favorited dirs if original dir deletedJason02142018-05-021-0/+1
* | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
|/
* Icons updateDaniel J. Ramirez2018-02-211-1/+1