Commit History

Author SHA1 Message Date
  Rémi Verschelde 90019676b0 Code quality: Fix header guards consistency 3 years ago
  bruvzg 0c5431644d Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose. 3 years ago
  Shlomi 22da234eb6 Add Desktop to file dialog drive on Unix 5 years ago
  Fredia Huya-Kouadio f9c19298ce Add full support for Android scoped storage. 4 years ago
  bruvzg 9381acb6a4 Make FileAccess and DirAccess classes reference counted. 3 years ago
  Rémi Verschelde b8b4580448 Style: Cleanup single-line blocks, semicolons, dead code 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Haoyu Qiu 67f04b381b Add / to the unix shortcut drive list 3 years ago
  Nathan Franke 49403cbfa0 Replace String comparisons with "", String() to is_empty() 3 years ago
  Wilson E. Alvarez d11c1afc04 Rename String::is_rel_path to String::is_relative_path 3 years ago
  bruvzg 1d7a63fb8f Fix `Directory::get_space_left()` result on macOS and Linux. 4 years ago
  bruvzg 139a9d6370 Add symlink API to the DirAccess (on macOS and Linux). 4 years ago
  Pedro J. Estébanez 469fa47e06 Make all file access 64-bit (uint64_t) 6 years ago
  bruvzg b6a21f85a7 Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix drive names as UTF-8 encoded. 4 years ago
  bruvzg b202a0dd2a FileDialog: add Back/Forward buttons, add message for inaccessible folders. 4 years ago
  Aaron Franke e829b7aee4 Unify URI encoding/decoding and add to C# 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  Haoyu Qiu 1998f78679 Hides special folders in FileDialog for macOS 4 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Pedro J. Estébanez aee586553a Improve UX of drive letters 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Hadrien e02c5ef48a Optimize DirAccessUnix::get_next() for some file systems 6 years ago
  Geequlim ee9f46423b Revert "Optimize DirAccessUnix::get_next() for some file systems" 6 years ago
  Hadrien 1898a559a9 Optimize DirAccessUnix::get_next() for some file systems 6 years ago
  Rémi Verschelde d17eac735c Merge pull request #29815 from NilsIrl/plus_file_1 6 years ago
  qarmin 4e5310cc60 Some code changed with Clang-Tidy 6 years ago
  Nils ANDRÉ-CHANG d2833d4f4d Replace ` + "/" + ` with `String::file_add()` 6 years ago