summaryrefslogtreecommitdiff
path: root/platform/uwp
AgeCommit message (Expand)Author
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-11Merge pull request #67244 from RandomShaper/split_render_further_2Rémi Verschelde
2022-10-11Polish rendering driver refactor further (take 2)Pedro J. Estébanez
2022-10-11Cleanup unused defines in platform codeRémi Verschelde
2022-10-03Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-28Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable usedRémi Verschelde
2022-09-16Add get_distribution_name() and get_version() to OSMJacred
2022-09-10Fixes #65377: get_datetime_* functions can return wrong valuesJames
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-27Merge pull request #64507 from RandomShaper/remove_unusedRémi Verschelde
2022-08-27Remove unused force_quit variable from many OS abstractionsPedro J. Estébanez
2022-08-25Improve platform-specific READMEs to add useful linksHugo Locurcio
2022-08-25Unify bits, arch, and android_arch into env["arch"]Aaron Franke
2022-08-14Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio
2022-08-06Only define `keep_screen_on` project setting onceRedMser
2022-08-04Add support for multiple virtual keyboard typesBrian Semrau
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Update export dialog to handle many architecturesAaron Franke
2022-07-29Make some editor export methods constAaron Franke
2022-07-26Split up editor export code into multiple filesAaron Franke
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-23Flush buffered input events on UWPPedro J. Estébanez
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-11Fix ZipIO crash when reused (and possible leaks).bruvzg
2022-05-03Add OS::is_process_running function.mdavisprog
2022-05-03Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde
2022-05-03Merge pull request #60601 from touilleMan/gdextension_get_library_pathRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-26HTML5: Explain why export templates are missingRémi Verschelde
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-05Rename StreamTexture* to CompressedTexture*reduz
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-14Fix Actions mapped to triggers not using the full rangeMarcel Admiraal
2022-01-08UWP: Simplify QueryPerformanceCounter usageBartłomiej T. Listwon
2022-01-06Fix UTC typos in UWP platformAaron Franke
2022-01-05Fix decoding UTF-8 filenames on unzipping.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg