summaryrefslogtreecommitdiffstats
path: root/platform/windows/os_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 32-bit Windows build.Pāvels Nadtočajevs2024-11-171-2/+2
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-151-23/+66
|\
| * Windows: Avoid child processes inheriting all file handlesPedro J. Estébanez2024-11-121-23/+66
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotSpartan3222024-10-131-0/+2
|/
* [Windows] Use the same API for all `OS_Windows::*_environment` functions.bruvzg2024-09-171-10/+1
* Windows: Call `AddDllDirectory()` with an absolute pathDavid Snopek2024-09-161-1/+2
* Fix reload of GDExtension libraries in framework package on macosJoel Croteau2024-09-161-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
* Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-271-3/+7
* [TLS/Windows] Skip disallowed certs in the trusted CA list.Fabio Alessandrelli2023-05-141-1/+11
* Merge pull request #76836 from Faless/tls/system_certsRémi Verschelde2023-05-121-0/+21
|\
| * [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+21
* | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-8/+6
|/
* Fix building the Windows x86_32 targetDavi2023-05-071-4/+4
* Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-251-0/+45
|\
| * Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-0/+45
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-0/+38
|/
* Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-181-3/+3
|\
| * [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-101-3/+3
* | [Windows] Detect missing DLL dependencies and list them in the open_dynamic_l...bruvzg2023-03-271-3/+98
|/
* Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGWRémi Verschelde2023-03-051-0/+5
* Fix Windows to Windows SSH remote deploy. Fix Windows `execute` exit code.bruvzg2023-02-271-2/+1
* Fixed a few godot engine 4 warnings on clang with Opengl and Windows apis.K. S. Ernest (iFire) Lee2023-01-301-3/+3
* Merge pull request #71220 from reduz/prevent-opening-windows-console-filesRémi Verschelde2023-01-211-0/+4
|\
| * Prevent opening Windows console filesJuan Linietsky2023-01-111-0/+4
* | OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-2/+11
* | [Windows] Allow OS::kill method to terminate non-child processes.bruvzg2023-01-121-6/+14
* | Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-7/+5
|\ \ | |/ |/|
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-111-7/+5
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Fix reading Unicode from stdio.bruvzg2022-12-211-2/+5
* Windows: Validate that the font family name exists before trying to get the f...oOjor-elOo2022-12-121-1/+1