summaryrefslogtreecommitdiff
path: root/platform/uwp/os_uwp.cpp
AgeCommit message (Expand)Author
2020-01-23Android virtual keyboard respecting LineEdit max length.Bruno Lourenço
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01iOS modular build and export implementation.bruvzg
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-16Fix OS_UWP::execute's signature after cd4449eRémi Verschelde
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-13Merge pull request #25842 from marcelofg55/windows_timezoneRémi Verschelde
2019-02-13Fix get_time_zone_info returning inverted bias on Windows/UWPMarcelo Fernandez
2019-02-12Platform: Ensure classes match their header filenameRémi Verschelde
2019-02-03Added set_environment to OS classIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-03Fix UWP build.Fabio Alessandrelli
2018-11-01Fix init of VisualServerRasterRémi Verschelde
2018-11-01Fix initialization of visual server in all platformsGeorge Marques
2018-10-06Remove redundant "== true" codeAaron Franke
2018-09-13Properly initialize Winsock on startupFabio Alessandrelli
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Unify PacketPeerUDP using NetSocketFabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-28Fix typo in os_uwp causing a build failureHein-Pieter van Braam
2018-08-26Fall back to GLES2 if GLES3 is not workingHein-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-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-17Add implementation for custom hardware cursorGuilherme Silva
2017-12-15Move windows networking class to drivers/windows/Fabio Alessandrelli
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-20Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
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-03OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez
2017-09-25Extract logging logicRuslan Mustakov
2017-09-17Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde
2017-09-13Fix crash when no audio driver is availableMarcelo Fernandez