summaryrefslogtreecommitdiffstats
path: root/platform/uwp
Commit message (Expand)AuthorAgeFilesLines
* Split up editor export code into multiple filesAaron Franke2022-07-262-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-255-4/+5
* Flush buffered input events on UWPPedro J. Estébanez2022-07-231-0/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-3/+1
* Add a new HashSet templatereduz2022-05-203-3/+3
* Replace most uses of Map by HashMapreduz2022-05-164-4/+4
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* Add OS::is_process_running function.mdavisprog2022-05-032-0/+5
* Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-032-2/+2
|\
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-2/+2
* | Merge pull request #60601 from touilleMan/gdextension_get_library_pathRémi Verschelde2022-05-032-2/+7
|\ \ | |/ |/|
| * Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-292-2/+7
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+2
|/
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-122-11/+13
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-114-38/+24
* Fix some issues found by cppcheck.bruvzg2022-04-063-2/+4
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-042-6/+6
* HTML5: Explain why export templates are missingRémi Verschelde2022-03-261-0/+8
* Implement GDExtension export plugin.bruvzg2022-03-161-1/+1
* Rename StreamTexture* to CompressedTexture*reduz2022-03-052-24/+24
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-164-47/+64
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-152-0/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+2
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-172-4/+4
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-182-4/+4
* | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-142-8/+7
* | UWP: Simplify QueryPerformanceCounter usageBartłomiej T. Listwon2022-01-081-9/+5
* | Fix UTC typos in UWP platformAaron Franke2022-01-061-3/+4
* | Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-0315-30/+30
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-122-8/+8
* 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-282-6/+7
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-7/+7
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-2/+1
* Remove unimplemented methodsMarcel Admiraal2021-10-211-5/+0
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-3/+0
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-052-3/+2
|\
| * Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-232-3/+2
* | Replace `#pragma once` by traditional include guards for consistencyHugo Locurcio2021-09-243-5/+7
|/
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* Split uwp platform export template into multiple filesSergey Minakov2021-08-125-1402/+1571
* Use Key enum instead of plain integersAaron Franke2021-08-102-2/+2
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+0
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-203-8/+6
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-193-8/+8