aboutsummaryrefslogtreecommitdiff
path: root/platform/uwp
Commit message (Expand)AuthorAgeFilesLines
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-3/+3
* For uwp the ARM architecture needs to be in lower caseHein-Pieter van Braam2018-05-091-2/+2
* Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-022-45/+37
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-302-45/+37
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-0/+8
|/
* Fix UWP build after #17194Fabio Alessandrelli2018-03-291-0/+2
* Added missing import BoolVariableBastiaan Olij2018-03-151-1/+2
* Enable SCons to autodetect Windows MSVC compilerGary Oberbrunner2018-03-131-0/+2
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Link bcrypt lib in window and UWPFabio Alessandrelli2018-02-201-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0511-0/+11
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-042-2/+4
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-032-0/+5
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-172-0/+5
* | Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques2018-01-013-0/+60
|\ \
| * | Make GDNative DLLs work on UWPGeorge Marques2018-01-013-0/+60
* | | Update copyright statements to 2018Rémi Verschelde2018-01-0115-30/+30
|/ /
* / Add option to sign UWP exports with signtoolGeorge Marques2017-12-261-1/+69
|/
* Merge pull request #14597 from NathanWarden/linux_extensionsRémi Verschelde2017-12-161-1/+1
|\
| * Updated Linux template extensions to match architecture.Nathan Warden2017-12-121-1/+1
* | Move windows networking class to drivers/windows/Fabio Alessandrelli2017-12-152-7/+4
|/
* Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti2017-12-091-0/+1
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-074-20/+24
* Enhanced iOS and UWP logo on Export dialogIndah Sylvia2017-11-291-0/+0
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-12/+12
* Return and repair file loggingRuslan Mustakov2017-11-212-11/+3
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-203-6/+7
|\
| * Use new XDG folders to dehardcode pathsRémi Verschelde2017-11-191-3/+3
| * EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-3/+3
| * Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-172-3/+4
* | Cleanup old references to GLES2 rendererRémi Verschelde2017-11-193-2/+3
|/
* Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-091-18/+17
* UWP: Update to build with Windows SDK 10.16229.0George Marques2017-11-091-1/+1
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-092-7/+0
* Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky2017-11-032-17/+0
|\
| * Implemented physics plugAndreaCatania2017-11-042-17/+0
* | Disable logging until the logs location is sorted outRémi Verschelde2017-10-291-1/+3
* | Add WindowsTerminalLogger to UWP buildGeorge Marques2017-10-221-0/+1
|/
* OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-032-2/+2
* Merge pull request #11568 from endragor/loggersAndreas Haas2017-10-022-53/+11
|\
| * Extract logging logicRuslan Mustakov2017-09-252-53/+11
* | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-2/+2
|/
* UWP: Fix build issue about Object ambiguityGeorge Marques2017-09-211-16/+16
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-6/+1
|\
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-6/+1
* | Fix enums bindingsMaxim Sheronov2017-09-134-8/+8
|/
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-2/+0