summaryrefslogtreecommitdiffstats
path: root/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #91100 from bruvzg/x_finksRémi Verschelde2024-04-292-3/+63
|\
| * Add symlink API support for Windows, expose symlink methods.bruvzg2024-04-282-3/+63
* | [Windows] Improve warning for path casing.A Thousand Ships2024-04-271-10/+55
|/
* [FileAccess] Implement `resize` method.bruvzg2024-04-123-0/+21
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-272-0/+254
* Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-1/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-142-2/+2
* Fix invalid file path handling in Windows when there is dot in the file nameGNSS-Stylist2024-02-131-1/+6
* [Windows] Fix windows is_path_invalid, and apply it to directory creation.bruvzg2024-02-093-7/+11
* Use platform-specific methods for FileAccess reading and writingBlueCube33102023-10-292-0/+129
* Add method to check if filesystem is case sensitive.bruvzg2023-10-092-0/+49
* Windows: Remove `MSVC` define redundant with `_MSC_VER`Rémi Verschelde2023-09-261-0/+1
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-9/+9
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-23/+3
* Make Windows' safe save more resilientPedro J. Estébanez2023-08-251-22/+17
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-082-4/+57
* Support long path in file access on windowsSamuele Panzeri2023-05-054-6/+21
* Merge pull request #73156 from gw2cc/safe_saveYuri Sizov2023-03-161-4/+10
|\
| * Create a safe temporary file with is_backup_save_enabledACB2023-03-151-4/+10
* | Restore FileAccess.close method.bruvzg2023-02-162-0/+7
|/
* Prevent opening Windows console filesJuan Linietsky2023-01-112-1/+50
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-072-6/+6
* 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
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-192-2/+2
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-6/+6
* Fix Windows list dir handle leakbitsawer2022-08-151-0/+2
* Add override keywords to DirAccess derived classesMarcel Admiraal2022-08-021-19/+19
* Add override keywords to FileAccess derived classesMarcel Admiraal2022-08-021-19/+19
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-122-6/+6
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-2/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-3/+4
* [Windows] Add support for handling network share paths.bruvzg2022-01-241-2/+9
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-6/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-092-5/+5
* Only print message for `get_modified_time()` failure when in verbose modeHugo Locurcio2021-12-011-1/+2
* Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-052-0/+2
|\
| * Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-232-0/+2
* | 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
* | FileAccessWindows: Add missing share.h includeRémi Verschelde2021-08-101-0/+1
* | FileAccessWindows: Cosmetic improvementsMax Hilbrunner2021-08-091-4/+9
* | Fix Windows platform file accessMax Hilbrunner2021-08-091-5/+3
* | Implement Resource UIDsreduz2021-07-241-1/+1
* | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-112-2/+2
|\ \
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-2/+2
* | | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-1/+1
|\ \ \ | |/ / |/| |