summaryrefslogtreecommitdiffstats
path: root/platform/windows/os_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99542 from bruvzg/stdin_strThaddeus Crews2024-11-251-1/+1
|\
| * Convert line breaks to `\n` and strip line break from the end of string retur...Pāvels Nadtočajevs2024-11-231-1/+1
* | Revert "Make delay_usec more precise"Rémi Verschelde2024-11-251-16/+4
|/
* Merge pull request #99178 from mrsaturnsan/windows_sleep_precisionThaddeus Crews2024-11-181-4/+16
|\
| * Make delay_usec more precisemrsaturnsan2024-11-161-4/+16
* | Merge pull request #99026 from Faless/net/split_ipThaddeus Crews2024-11-181-1/+2
|\ \
| * | [Net] Split Unix/Windows IP implementationFabio Alessandrelli2024-11-121-1/+2
* | | Disable Nahimic code injection.bruvzg2024-11-181-0/+1
* | | Fix 32-bit Windows build.Pāvels Nadtočajevs2024-11-151-2/+2
* | | Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-121-4/+149
|\ \ \
| * | | [OS] Add functions to determine standard I/O device type.bruvzg2024-11-061-4/+149
* | | | Merge pull request #99107 from RandomShaper/win_less_inheritanceThaddeus Crews2024-11-121-23/+66
|\ \ \ \ | |_|/ / |/| | |
| * | | Windows: Avoid child processes inheriting all file handlesPedro J. Estébanez2024-11-121-23/+66
| |/ /
* | | Merge pull request #99112 from bruvzg/get_model_nameThaddeus Crews2024-11-121-0/+28
|\ \ \
| * | | Implement `get_model_name` on macOS and Windows.Pāvels Nadtočajevs2024-11-121-0/+28
| |/ /
* / / [Net] Split Unix/Windows NetSocket implementationFabio Alessandrelli2024-11-101-3/+3
|/ /
* / Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-7/+7
|/
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* Merge pull request #94839 from alvinhochun/win-set-console-modeRémi Verschelde2024-09-181-1/+3
|\
| * Combine existing modes when calling SetConsoleModeAlvin Wong2024-07-281-1/+3
* | [Windows] Only use long executable path when necessary, fix broken apksigner ...bruvzg2024-09-101-1/+1
* | Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-061-3/+3
* | [Windows] Use the same API for all `OS_Windows::*_environment` functions.bruvzg2024-09-031-10/+1
* | [Windows] Fix OS.open_dynamic_librarybruvzg2024-08-281-5/+5
* | [Windows] Always use absolute UNC paths and long path aware APIs, add "long p...bruvzg2024-08-281-22/+89
* | Merge pull request #96192 from dsnopek/windows-gdext-adddlldirectoryRémi Verschelde2024-08-281-1/+2
|\ \
| * | Windows: Call `AddDllDirectory()` with an absolute pathDavid Snopek2024-08-271-1/+2
* | | Merge pull request #93985 from alvinhochun/windows-gpu-prefRémi Verschelde2024-08-281-0/+66
|\ \ \ | |/ / |/| |
| * | Support GPU preference for MS Store packaged appsAlvin Wong2024-07-161-5/+23
| * | Respect integrated GPU preference in Windows SettingsAlvin Wong2024-07-161-0/+48
| |/
* | Remove confusing USER prefix from script-logged errorsSébastien Dunne Fulmer2024-08-271-8/+2
* | Fix reload of GDExtension libraries in framework package on macosJoel Croteau2024-08-081-15/+15
|/
* Remove unused `is_wow64` method in `OS_Windows`Rémi Verschelde2024-07-111-20/+0
* [Windows] Improve console IO redirection.bruvzg2024-04-271-7/+27
* Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-8/+8
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+1
* Add get_process_exit_code() methodkobewi2024-04-161-1/+40
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-3/+60
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+101
* clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-14/+14
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-3/+3
* Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_betw...Rémi Verschelde2024-01-021-0/+2
|\
| * Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
* | Fix `OS.get_system_font_path` and `OS.get_system_font_path_for_text` to retur...Septian2023-12-271-2/+2
|/
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-2/+2
* Windows: Always double-quote path when launching explorer.exe to browseBrecht Kuppens2023-08-281-7/+2
* [Windows] Initialize COM as apartment-threaded.bruvzg2023-07-201-1/+1
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-3/+3
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-4/+5
* Replace get_rendering_device() call to prevent crashes on OpenGL.MJacred2023-06-061-2/+2