| Commit message (Expand) | Author | Age | Files | Lines |
| * | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -1/+3 |
| * | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias | 2019-03-05 | 1 | -1/+2 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Prevent FileDialog from stealing focus when setting current file in editor | Kanabenki | 2018-12-14 | 1 | -1/+2 |
| * | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -0/+4 |
| * | Make EditorFileDialog be able to pick a folder when entering it | Michael Alexsander Silva Dias | 2018-09-21 | 1 | -1/+1 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
| * | Merge pull request #21231 from AlexHolly/filedialog-fix-multi-selection | Rémi Verschelde | 2018-08-25 | 1 | -2/+14 |
| |\ |
|
| | * | Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also changed ... | Alexander Holland | 2018-08-20 | 1 | -2/+14 |
| * | | Fixed !is_inside_tree() errors in file dialog | DualMatrix | 2018-08-18 | 1 | -1/+2 |
| |/ |
|
| * | expose lineedit | Alexander Holland | 2018-06-06 | 1 | -0/+1 |
| * | Fixed disappearing text on filedialog buttons | Max | 2018-02-21 | 1 | -4/+4 |
| * | Fixed "Open" button being enabled when nothing is selected in a FileDialog wh... | Michael Alexsander Silva Dias | 2018-02-20 | 1 | -11/+7 |
| * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -6/+9 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | Merge pull request #13847 from YeldhamDev/filedialog_title | Rémi Verschelde | 2017-12-09 | 1 | -5/+23 |
| |\ |
|
| | * | Added "mode_overrides_title" property to FileDialog. | Michael Alexsander Silva Dias | 2017-12-03 | 1 | -5/+23 |
| * | | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias | 2017-12-02 | 1 | -7/+1 |
| |/ |
|
| * | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff | 2017-11-27 | 1 | -6/+51 |
| * | A few small adjustments to file dialogs: | Dmitry Koteroff | 2017-11-24 | 1 | -2/+28 |
| * | Remove the "." from file manage dialog (open scene, open file, ...) | Dmitry Koteroff | 2017-11-21 | 1 | -1/+4 |
| * | FileDialog: enlarge the file list a bit | Poommetee Ketson | 2017-10-22 | 1 | -12/+16 |
| * | FileDialog: fix select index out of range | Poommetee Ketson | 2017-10-06 | 1 | -2/+3 |
| * | Match file dialog drive with the current folder. | Daniel J. Ramirez | 2017-10-04 | 1 | -0/+1 |
| * | Remove assignment and declarations in if statements | Hein-Pieter van Braam | 2017-09-08 | 1 | -2/+2 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -10/+9 |
| * | Rename localization method to `tr` again | Rémi Verschelde | 2017-08-18 | 1 | -1/+1 |
| * | Rename `XL_MESSAGE` aka `tr` to `localize` | Rémi Verschelde | 2017-08-17 | 1 | -1/+1 |
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -4/+4 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -7/+6 |
| * | Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste... | Damian Day | 2017-05-12 | 1 | -2/+2 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -308/+285 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -40/+40 |
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -4/+4 |
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -2/+2 |
| * | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 1 | -2/+2 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -1/+1 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -40/+40 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Select exactly matched file automatically in FileDialog | volzhs | 2016-11-17 | 1 | -3/+4 |
| * | Show '.' in the tree of file_dialog | Ying-Ruei Liang(KK) | 2016-09-26 | 1 | -16/+18 |
| * | Exposed mode, access, filters, and show hidden files to the editor. Also, two... | Ovnuniarchos | 2016-07-17 | 1 | -1/+18 |
| * | Make ".." always appear even if dir is unlistable (likely lacking permissions... | Juan Linietsky | 2016-06-18 | 1 | -0/+5 |
| * | rtr instead ttr | DimOkGamer | 2016-06-07 | 1 | -18/+18 |
| * | Fixed localization in file dialogs | DimOkGamer | 2016-06-07 | 1 | -18/+18 |
| * | FileDialog: reset mkdir label after use (#4500) | Rémi Verschelde | 2016-05-01 | 1 | -1/+1 |