aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_file_dialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-252/+0
| | | | | | The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.
* Finish renaming *Frame GUI classes to *RectRémi Verschelde2017-01-141-1/+1
| | | | | ReferenceFrame had been overlooked, and the cpp files still used the old names. Also ripgrep'ed it all to find some forgotten references.
* some class renamesJuan Linietsky2017-01-121-1/+1
| | | | | | TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-2/+2
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* -Added ability to disable overwrite warning on file dialog, fixes #4545Juan Linietsky2016-06-201-0/+4
|
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-3/+1
| | | Also removes a couple wrong Godot headers from third-party source files.
* Remove double incluson of scene/gui/dialogs.hMattias Cibien2016-05-041-1/+0
| | | | | Removed a double inclusion of scene/gui/dialogs.h in file editor_file_dialog.h
* (editor)filedialog mode open anyAlexander Holland2016-03-141-1/+2
|
* Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde2016-01-071-0/+2
|\ | | | | Add keyboard shortcut to toggle "show hidden files" in FileDialog
| * FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry2016-01-021-0/+2
| |
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|/
* Add editor setting for display mode on file dialog and filesystem dockFranklin Sobrinho2015-12-151-0/+2
|
* Add refresh button to file dialogsneikeq2015-12-041-0/+1
|
* new file dialog!Juan Linietsky2015-06-061-6/+53
| | | | | | | | | -ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
* work in progress, resource previewsJuan Linietsky2015-05-311-0/+198