summaryrefslogtreecommitdiff
path: root/platform/uwp
AgeCommit message (Expand)Author
2018-08-11[Core] Completely kill math_2d.h, change includesAaron Franke
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-20Fix some more build issues after c69de2ba4Rémi Verschelde
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-17Fix keep screen on property path for Android/iOS/UWPvolzhs
2018-07-12UWP: Add support for GLES2 driverGeorge Marques
2018-06-07Tweak some help texts in the build systemHugo Locurcio
2018-05-09For uwp the ARM architecture needs to be in lower caseHein-Pieter van Braam
2018-05-02Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-03-29Fix UWP build after #17194Fabio Alessandrelli
2018-03-15Added missing import BoolVariableBastiaan Olij
2018-03-13Enable SCons to autodetect Windows MSVC compilerGary Oberbrunner
2018-02-21Fix typos with codespellluz.paz
2018-02-20Link bcrypt lib in window and UWPFabio Alessandrelli
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde
2018-01-01Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques
2018-01-01Make GDNative DLLs work on UWPGeorge Marques
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-26Add option to sign UWP exports with signtoolGeorge Marques
2017-12-17Add implementation for custom hardware cursorGuilherme Silva
2017-12-16Merge pull request #14597 from NathanWarden/linux_extensionsRémi Verschelde
2017-12-15Move windows networking class to drivers/windows/Fabio Alessandrelli
2017-12-12Updated Linux template extensions to match architecture.Nathan Warden
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-29Enhanced iOS and UWP logo on Export dialogIndah Sylvia
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-20Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde
2017-11-19Use new XDG folders to dehardcode pathsRémi Verschelde
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-17EditorSettings: Rename settings_path to settings_dirRémi Verschelde
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
2017-11-09UWP: Update to build with Windows SDK 10.16229.0George Marques
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-03Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky
2017-11-04Implemented physics plugAndreaCatania
2017-10-29Disable logging until the logs location is sorted outRémi Verschelde
2017-10-22Add WindowsTerminalLogger to UWP buildGeorge Marques
2017-10-03OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez
2017-10-02Merge pull request #11568 from endragor/loggersAndreas Haas
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-25Extract logging logicRuslan Mustakov