summaryrefslogtreecommitdiff
path: root/editor/editor_file_dialog.cpp
AgeCommit message (Expand)Author
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
2017-12-05Add context menu to editor file dialogs.Ray Koopa
2017-11-27Some improvements to file/dir open/save dialogs:Dmitry Koteroff
2017-11-24A few small adjustments to file dialogs:Dmitry Koteroff
2017-11-21Remove the "." from file manage dialog (open scene, open file, ...)Dmitry Koteroff
2017-10-22FileDialog: enlarge the file list a bitPoommetee Ketson
2017-09-28Several visual improvements.Daniel J. Ramirez
2017-09-19Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde
2017-09-16Merge pull request #11283 from volzhs/fix-icon_map-errorRémi Verschelde
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-15Fix !icon_map.has(p_type) errorvolzhs
2017-09-14Fix non flat favorite iconsDaniel J. Ramirez
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-12Fixed file system dialog iconsDaniel J. Ramirez
2017-08-30added icon updating to most ui elementstoger5
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-25Editor: Add some more translatable strings.Andreas Haas
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-06-14Make toggle between thumbnail and list for file dialog on editorvolzhs
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky