summaryrefslogtreecommitdiffstats
path: root/drivers/windows/dir_access_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-051-0/+1
|\
| * Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-0/+1
* | Merge pull request #43068 from cooperra/rename-fixRémi Verschelde2021-10-021-0/+5
|\ \ | |/ |/|
| * Fix file panel renaming unable to change the case of dirs on WindowsRobbie Cooper2020-10-251-0/+5
* | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-5/+5
* | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* | Change behavior of String.rightTomasz Chabora2021-05-201-1/+1
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-2/+3
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-2/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-68/+64
* Fix Directory Open CheckNathan Franke2020-07-061-1/+5
* fix(Directory): remove erasing printNathan Franke2020-05-281-4/+0
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-25/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Fix res:// trimmed to s:// on WindowsPedro J. Estébanez2020-04-011-1/+7
* Improve UX of drive lettersPedro J. Estébanez2020-03-031-2/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Capitalise drive lettersTwarit2019-03-101-1/+1
* Fix style issues from recent commitsRémi Verschelde2019-03-031-1/+0
* Remove some windows printsJuan Linietsky2019-03-021-2/+2
* Fix code style issuesRémi Verschelde2019-01-261-17/+17
* Fix compilation on UWPHein-Pieter van Braam2019-01-261-3/+3
* Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-211-0/+29
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix Windows file case changingHein-Pieter van Braam2018-02-241-5/+22
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixed issue #12019, which prevented the creation of new folders on Windows pl...Falk Moser2017-10-131-1/+1
* Extract logging logicRuslan Mustakov2017-09-251-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-88/+72
* Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky2017-01-141-2/+2
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques2016-11-031-1/+1
* Fix drivers coding for WinRTGeorge Marques2016-09-031-25/+0
* Fix some bugs in diraccess, closes #5288Juan Linietsky2016-06-301-10/+10
* Fix make_dir for long paths on WindowsGeorge Marques2016-06-181-1/+1
* -made get_space_left() return values more homogenous, also for script, conver...Juan Linietsky2016-06-181-1/+2
* Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky2016-06-181-8/+7
* Somewhat fixed Directory::get_space_left() return values.J08nY2016-06-061-6/+10
* Added relative paths for DirAccess::remove()Zher Huei Lee2016-03-011-2/+5
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791.Juan Linietsky2015-05-091-17/+19
* Merge remote-tracking branch 'origin/master'Juan Linietsky2015-05-041-160/+65
|\