summaryrefslogtreecommitdiffstats
path: root/platform/windows/os_windows.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-151-1/+1
|\
| * Windows: Avoid child processes inheriting all file handlesPedro J. Estébanez2024-11-121-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotSpartan3222024-10-131-0/+2
|/
* Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-1/+1
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+1
* Add get_process_exit_code() methodkobewi2024-04-161-0/+4
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-1/+4
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+1
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-3/+3
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-7/+0
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-4/+5
* Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-0/+4
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-3/+5
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+2
* Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-251-0/+1
|\
| * Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-0/+1
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-0/+2
|/
* OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-1/+2
* Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-1/+1
|\
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-111-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+19
* Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-311-0/+4
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+2
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+2
* | Cleanup unused defines in platform codeRémi Verschelde2022-10-111-7/+4
* | Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde2022-10-061-1/+0
|\ \
| * | Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez2022-10-051-1/+0
| |/
* / Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-1/+2
|/
* Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+2
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-2/+1
* Remove unused force_quit variable from many OS abstractionsPedro J. Estébanez2022-08-271-1/+0
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-0/+23
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* opengl3 driver now works on windows including multi windowderammo2022-05-111-0/+9
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+1
* Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+1
* Improve embedded PCK loading and exporting.bruvzg2022-04-201-0/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-2/+2
* Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-151-0/+1
* [OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli2022-02-141-0/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+0
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-3/+2
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-3/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* [Windows] Detect new Windows Terminal and disable unsupported set_console_vis...bruvzg2021-12-151-0/+1
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-4/+0