summaryrefslogtreecommitdiffstats
path: root/platform/uwp/os_uwp.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-75/+0
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* | Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* | Renaming of servers for coherency.Juan Linietsky2020-03-271-7/+7
|/
* Drop old semaphore implementationPedro J. Estébanez2020-03-031-1/+0
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+2
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+2
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+0
|/
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-14/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-54/+15
* Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-231-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* iOS modular build and export implementation.bruvzg2019-12-011-5/+0
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-7/+2
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+6
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Fix OS_UWP::execute's signature after cd4449eRémi Verschelde2019-05-161-1/+1
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-0/+5
* Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-2/+2
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* Merge pull request #25842 from marcelofg55/windows_timezoneRémi Verschelde2019-02-131-1/+3
|\
| * Fix get_time_zone_info returning inverted bias on Windows/UWPMarcelo Fernandez2019-02-131-1/+3
* | Platform: Ensure classes match their header filenameRémi Verschelde2019-02-121-85/+85
|/
* Added set_environment to OS classIgnacio Etcheverry2019-02-031-0/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2