summaryrefslogtreecommitdiff
path: root/scene/gui/file_dialog.cpp
AgeCommit message (Collapse)Author
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
this might cause bugs I haven't found yet..
2017-05-12Fix natural sorting order in EditorFileDialog, FileDialog and ↵Damian Day
EditorFileSystemDirectory Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String. Fixes #8712.
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
This new name also makes its purpose a little clearer This is a step towards fixing #56
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
This saves typing and is a step towards fixing #56
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience
2017-01-11Type renames:Juan Linietsky
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a ↵Juan Linietsky
container!
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and ↵Juan Linietsky
renamed to PoolVector
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky
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()
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
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!
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, ↵Ovnuniarchos
two functions to get/set the filter list.
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking ↵Juan Linietsky
permissions), closes #1938
2016-06-07rtr instead ttrDimOkGamer
2016-06-07Fixed localization in file dialogsDimOkGamer
and two more lines. 2 fixes in ru.po.
2016-05-01FileDialog: reset mkdir label after use (#4500)Rémi Verschelde
Closes #1686.
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
Add keyboard shortcut to toggle "show hidden files" in FileDialog
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
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
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
set initial flag 'show_hidden_files' for file dialogs in project manager initialization
2015-05-19more fixesJuan Linietsky
-only refuse to load an older file if version major is different, fixes #1944 -fix drive letter default value, fixes #1939
2015-05-14set initial flag 'show_hidden_files' for file dialogs in project manager ↵tommy3
initialization
2015-05-04fix font import path on windows, closes #1675Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-23android fixes, please testJuan Linietsky
(can' t build android atm)
2015-03-21New option to show/hide hidden filesrollenrolm
2015-01-16When overwriting a file with an auto added extension the file name is now ↵Nathan Warden
set correctly.
2015-01-14File path in save dialog automatically appended with correct extension if ↵Nathan Warden
not manually added by the user.
2014-04-10-Fixed a few bugs in ViewportJuan Linietsky
-Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
2014-02-13-fixed export templates not loading/exporting on WindowsJuan Linietsky
-fixed TouchScreenButton with stretch2d -fixed(?) OSX crash on startup (test!!) -compilation fixes on windows -CollisionPolygon editor works again -find buttons en find dialog -TileMap editor cleanup (removed "error", made nicer) -viewport flicker fixed -make .scn default extension for saving scenes -export the rest of the network classes to gdscript
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky