summaryrefslogtreecommitdiffstats
path: root/platform/uwp/os_uwp.cpp
Commit message (Expand)AuthorAgeFilesLines
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-845/+0
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-1/+1
* Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-271-2/+1
* 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
|/
* Merge pull request #67244 from RandomShaper/split_render_further_2Rémi Verschelde2022-10-111-1/+1
|\
| * Polish rendering driver refactor further (take 2)Pedro J. Estébanez2022-10-111-1/+1
* | Cleanup unused defines in platform codeRémi Verschelde2022-10-111-7/+0
|/
* Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+10
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-21/+16
* Remove unused force_quit variable from many OS abstractionsPedro J. Estébanez2022-08-271-2/+1
* Only define `keep_screen_on` project setting onceRedMser2022-08-061-1/+1
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-1/+1
* Flush buffered input events on UWPPedro J. Estébanez2022-07-231-0/+1
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+4
* Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-031-1/+1
|\
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* | Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+6
|/
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-27/+39
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-2/+2
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-2/+2
* | UWP: Simplify QueryPerformanceCounter usageBartłomiej T. Listwon2022-01-081-9/+5
* | Fix UTC typos in UWP platformAaron Franke2022-01-061-3/+4
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-4/+4
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-4/+4
* Update Time documentationAaron Franke2021-10-281-4/+5
* Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-3/+1
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+1
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-3/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-3/+1
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-3/+3
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Converted sensor acceleration units to m/s^2 on iOS and UWPMarcus Brummer2021-03-171-3/+5
* Make Servers truly Thread Safereduz2021-02-101-1/+0
* Modernize ThreadPedro J. Estébanez2021-01-291-3/+0
* Modernize RWLockPedro J. Estébanez2021-01-191-2/+0
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove OS::can_draw() remnantsMarcel Admiraal2020-12-171-4/+0
* Reorganize rendering server.reduz2020-12-031-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-4/+4
* Remove obsolete GLES2 backend codeRémi Verschelde2020-08-131-1/+0
* Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-1/+1
* Merge pull request #38958 from lawnjelly/time_overflow_4Rémi Verschelde2020-06-111-2/+19
|\
| * Fix overflow condition with QueryPerformanceCounterlawnjelly2020-05-221-2/+19
* | Fix Android LineEdit editing bugsSkyJJ2020-05-161-1/+1