aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/file_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* expose lineeditAlexander Holland2018-06-061-0/+1
* Fixed disappearing text on filedialog buttonsMax2018-02-211-4/+4
* Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias2018-02-201-11/+7
* Bind many more properties to scriptsBojidar Marinov2018-01-121-6/+9
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Merge pull request #13847 from YeldhamDev/filedialog_titleRémi Verschelde2017-12-091-5/+23
|\
| * Added "mode_overrides_title" property to FileDialog.Michael Alexsander Silva Dias2017-12-031-5/+23
* | Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias2017-12-021-7/+1
|/
* Some improvements to file/dir open/save dialogs:Dmitry Koteroff2017-11-271-6/+51
* A few small adjustments to file dialogs:Dmitry Koteroff2017-11-241-2/+28
* Remove the "." from file manage dialog (open scene, open file, ...)Dmitry Koteroff2017-11-211-1/+4
* FileDialog: enlarge the file list a bitPoommetee Ketson2017-10-221-12/+16
* FileDialog: fix select index out of rangePoommetee Ketson2017-10-061-2/+3
* Match file dialog drive with the current folder.Daniel J. Ramirez2017-10-041-0/+1
* Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-081-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-9/+8
* Rename localization method to `tr` againRémi Verschelde2017-08-181-1/+1
* Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-171-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-7/+6
* Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day2017-05-121-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-299/+276
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-37/+37
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-4/+4
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* Type renames:Juan Linietsky2017-01-111-2/+2
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-2/+2
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-37/+37
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Select exactly matched file automatically in FileDialogvolzhs2016-11-171-3/+4
* Show '.' in the tree of file_dialogYing-Ruei Liang(KK)2016-09-261-16/+18
* Exposed mode, access, filters, and show hidden files to the editor. Also, two...Ovnuniarchos2016-07-171-1/+18
* Make ".." always appear even if dir is unlistable (likely lacking permissions...Juan Linietsky2016-06-181-0/+5
* rtr instead ttrDimOkGamer2016-06-071-18/+18
* Fixed localization in file dialogsDimOkGamer2016-06-071-18/+18
* FileDialog: reset mkdir label after use (#4500)Rémi Verschelde2016-05-011-1/+1
* (editor)filedialog mode open anyAlexander Holland2016-03-141-6/+8
* remove trailing whitespaceHubert Jarosz2016-03-091-85/+85
* F5 hotkey to refresh FileDialog/EditorFileDialogIgnacio Etcheverry2016-01-151-0/+4
* Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde2016-01-071-1/+40
|\
| * FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry2016-01-021-1/+40
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-1/+1
|/
* Added reload icon to FileDialog's default themeIgnacio Etcheverry2015-12-261-1/+1
* Better hidden folders display preferences for editor file dialogsFranklin Sobrinho2015-12-061-1/+1
* Add refresh button to file dialogsneikeq2015-12-041-0/+9