summaryrefslogtreecommitdiff
path: root/scene/gui/file_dialog.cpp
AgeCommit message (Expand)Author
2018-02-21Fixed disappearing text on filedialog buttonsMax
2018-02-20Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-09Merge pull request #13847 from YeldhamDev/filedialog_titleRémi Verschelde
2017-12-03Added "mode_overrides_title" property to FileDialog.Michael Alexsander Silva Dias
2017-12-02Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias
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-10-06FileDialog: fix select index out of rangePoommetee Ketson
2017-10-04Match file dialog drive with the current folder.Daniel J. Ramirez
2017-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-18Rename localization method to `tr` againRémi Verschelde
2017-08-17Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-12Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-17Select exactly matched file automatically in FileDialogvolzhs
2016-09-26Show '.' in the tree of file_dialogYing-Ruei Liang(KK)
2016-07-17Exposed mode, access, filters, and show hidden files to the editor. Also, two...Ovnuniarchos
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking permissions...Juan Linietsky
2016-06-07rtr instead ttrDimOkGamer
2016-06-07Fixed localization in file dialogsDimOkGamer
2016-05-01FileDialog: reset mkdir label after use (#4500)Rémi Verschelde
2016-03-14(editor)filedialog mode open anyAlexander Holland
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-15F5 hotkey to refresh FileDialog/EditorFileDialogIgnacio Etcheverry
2016-01-07Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde
2016-01-02FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
2015-12-26Added reload icon to FileDialog's default themeIgnacio Etcheverry
2015-12-06Better hidden folders display preferences for editor file dialogsFranklin Sobrinho
2015-12-04Add refresh button to file dialogsneikeq
2015-06-23Merge pull request #1907 from tommy3/show-hidden-filesJuan Linietsky