summaryrefslogtreecommitdiffstats
path: root/drivers/windows/dir_access_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\|
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Windows] Fix handling X: paths.bruvzg2024-08-291-1/+3
* Fix Win32 rename function.Saracen2024-08-291-1/+1
* [Windows] Always use absolute UNC paths and long path aware APIs, add "long p...bruvzg2024-08-281-103/+87
* Add symlink API support for Windows, expose symlink methods.bruvzg2024-04-281-0/+60
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* [Windows] Fix windows is_path_invalid, and apply it to directory creation.bruvzg2024-02-091-0/+8
* Add method to check if filesystem is case sensitive.bruvzg2023-10-091-0/+48
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-23/+3
* Support long path in file access on windowsSamuele Panzeri2023-05-051-6/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-27/+1
* Fix DirAccessWindows::make_dir() choking on ".."nikitalita2022-09-261-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-6/+6
* Fix Windows list dir handle leakbitsawer2022-08-151-0/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* [Windows] Add support for handling network share paths.bruvzg2022-01-241-2/+9
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* 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