summaryrefslogtreecommitdiffstats
path: root/platform/windows/os_windows.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Time documentationAaron Franke2021-10-281-2/+2
* Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-0/+2
* Add partial support for Android scoped storage.ne0fhyk2021-08-161-1/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+2
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-8/+0
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add missing override keywords in os_windows.hMarcel Admiraal2020-12-181-2/+2
* Add override keywords to core/os.h derived classes.Marcel Admiraal2020-12-171-43/+43
* RenderingServer reorganizationreduz2020-12-041-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-3/+1
* [Windows] Add tablet driver selection.bruvzg2020-05-201-0/+8
* [Windows] Add quotes only to the command line arguments with special characters.bruvzg2020-05-191-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-281/+9