Age | Commit message (Expand) | Author |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-07 | Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi... | bruvzg |
2022-07-05 | Add Desktop to file dialog drive on Unix | Shlomi |
2022-07-05 | Add full support for Android scoped storage. | Fredia Huya-Kouadio |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-15 | Add / to the unix shortcut drive list | Haoyu Qiu |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-05-31 | Fix `Directory::get_space_left()` result on macOS and Linux. | bruvzg |
2021-05-22 | Add symlink API to the DirAccess (on macOS and Linux). | bruvzg |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-04-30 | Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv... | bruvzg |
2021-03-23 | FileDialog: add Back/Forward buttons, add message for inaccessible folders. | bruvzg |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-28 | Hides special folders in FileDialog for macOS | Haoyu Qiu |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-03 | Improve UX of drive letters | Pedro J. Estébanez |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-07-29 | Optimize DirAccessUnix::get_next() for some file systems | Hadrien |
2019-07-21 | Revert "Optimize DirAccessUnix::get_next() for some file systems" | Geequlim |
2019-07-17 | Optimize DirAccessUnix::get_next() for some file systems | Hadrien |
2019-07-01 | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-23 | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG |
2019-01-21 | Add function to obtain filesystem type from DirAccess. | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-27 | Attempt to avoid breaking people's workflows on the change from 8ba0d513fa006... | Juan Linietsky |
2018-11-22 | Added missing path verification on Unix, closes #20762 | Juan Linietsky |
2018-10-07 | Safer getcwd in DirAccess | Fabio Alessandrelli |
2018-10-03 | Fix warnings in Android platform | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky |
2018-05-16 | added get_creation_time function for gdscript | Daniele Giuliani |
2018-02-21 | Fix get_drive (bookmarks) in linux not working | Poommetee Ketson |
2018-02-18 | [X11] Improving error detection in move_to_trash | Iskustvo |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-09-14 | Only do 'drive' discovery on X11 | Hein-Pieter van Braam |
2017-09-13 | Merge pull request #11160 from marcelofg55/drive_funcs_x11 | Rémi Verschelde |
2017-09-12 | Implemented DirAccess get_drive and get_drive_count for Linux | Marcelo Fernandez |
2017-09-10 | DirAccess constructor sets current_dir to an absolute path | supagu |