summaryrefslogtreecommitdiffstats
path: root/platform/uwp
Commit message (Expand)AuthorAgeFilesLines
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* Fix compiling with use_mingw flag on WindowsMarcelo Fernandez2019-02-191-1/+0
* 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-129-134/+135
|/
* Added set_environment to OS classIgnacio Etcheverry2019-02-032-0/+6
* ExportDialog: Make error messages translatableRémi Verschelde2019-01-211-13/+13
* Fixed a typo in 'uwp_device_capabilites'M. Huri2019-01-191-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-0115-30/+30
* uwp export: fix existing template checkAndrea Beconcini2018-11-271-1/+1
* Fix UWP build.Fabio Alessandrelli2018-11-031-0/+1
* Merge pull request #23389 from marcelofg55/multiple_extRémi Verschelde2018-11-021-2/+4
|\
| * Export for OS X on OS X now lets you select .dmg or .zipMarcelo Fernandez2018-11-011-2/+4
* | Fix init of VisualServerRasterRémi Verschelde2018-11-011-4/+2
* | Fix initialization of visual server in all platformsGeorge Marques2018-11-011-4/+3
|/
* Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-1/+1
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
* Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-3/+3
* Properly initialize Winsock on startupFabio Alessandrelli2018-09-131-0/+2
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli2018-09-121-4/+0
* | Unify PacketPeerUDP using NetSocketFabio Alessandrelli2018-09-121-2/+4
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-127-18/+18
|/
* Fix typo in os_uwp causing a build failureHein-Pieter van Braam2018-08-281-1/+1
* Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-261-18/+70
* Fix file hintsMarcin Zawiejski2018-08-231-2/+2
* BPTC supportelasota2018-08-211-0/+3
* Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-9/+9
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-50/+50
* Fix some more build issues after c69de2ba4Rémi Verschelde2018-07-202-0/+8
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+0
* Fix keep screen on property path for Android/iOS/UWPvolzhs2018-07-171-1/+1
* UWP: Add support for GLES2 driverGeorge Marques2018-07-125-46/+58
* 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-46/+38
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-302-46/+38
* | 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
|\ \