summaryrefslogtreecommitdiff
path: root/editor/editor_file_dialog.cpp
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-16Fixed issues with using a relative path in the export window.Catchawink
2019-12-06Add spaces after commas and strip extra ones in *FileDialog filter menuMichael Alexsander
2019-12-06Remove extra spaces from parenthesis in *FileDialog's filter menuMichael Alexsander
2019-10-29Merge pull request #33091 from MCrafterzz/fix10567Rémi Verschelde
2019-10-29Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...MCrafterzz
2019-10-24Scroll back to the top after opening a directory in FileDialogHugo Locurcio
2019-09-26Create new folder from save dialog now update filesystem dock.dankan1890
2019-08-21Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio
2019-08-20Use a different color for folder icons in file dialogsHugo Locurcio
2019-07-29Fix filter crash in EditorFileDialog for MeshLib/TileSet conversionChaosus
2019-07-26Small adjustments to tooltips in '(Editor)FileDialog'Michael Alexsander Silva Dias
2019-07-25DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde
2019-06-28Auto-change file extension in EditorFileDialog when filter changesChaosus
2019-06-13Merge pull request #29644 from YeldhamDev/editor_file_recent_reselectRémi Verschelde
2019-06-13Merge pull request #29638 from YeldhamDev/editor_file_hidden_toggleRémi Verschelde
2019-06-10Add button for toggling hidden files in EditorFileDialogMichael Alexsander Silva Dias
2019-06-09Make possible to reselect an item in the "Recent" list in the EditorFileDialogMichael Alexsander Silva Dias
2019-06-09Apply a better fix for the EditorFileDialog crash on favoriteMichael Alexsander Silva Dias
2019-06-10Fix crash when selecting favorate directory on EditorFileDialogvolzhs
2019-05-29Remove some redundant linesJames Buck
2019-04-24Fixes to make exporting more responsive.Juan Linietsky
2019-03-27Small tooltip changes to filesystem-related UI componentes in editorMichael Alexsander Silva Dias
2019-03-07Fix "Favorite" button not being toggled when navigating to a faved folder man...Michael Alexsander Silva Dias
2019-03-05Fix general issues with filesystem-related UI components in the editorMichael Alexsander Silva Dias
2019-03-02Fix preview in file dialogPaul Trojahn
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-13Change EditorLineEditFileChooser to use the "Folder" iconMichael Alexsander Silva Dias
2018-12-06Make thumbnail cache less tasking on the message queueBojidar Marinov
2018-10-26Small capitalization fixes across the editorMichael Alexsander Silva Dias
2018-10-24Fixes favorites not working in the open dialoggroud
2018-10-06Remove redundant "== false" codeAaron Franke
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-21Make EditorFileDialog be able to pick a folder when entering itMichael Alexsander Silva Dias
2018-09-18Fixes favorites not updating and rename favorite_dirs to favoritesgroud
2018-09-14Add thumnails to the tree viewgroud
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-14Show in File Manager ClarificationIvan Vodopiviz
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-05-02Merge pull request #17059 from Jason0214/BugFix_favorite_updatingRémi Verschelde
2018-05-02remove favorited dirs if original dir deletedJason0214
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-02-21Icons updateDaniel J. Ramirez
2018-01-31Fixes open button not appearing with multiple selectionGuilherme Felipe
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-25Changes to the Editor File Dialog.Michael Alexsander Silva Dias
2017-12-19Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky
2017-12-06Merge pull request #13724 from RayKoopa/editor_file_dialog_context_menuRémi Verschelde
2017-12-06[DOCS] EditorFileDialog props/member/method/signalWill Nations