summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp
AgeCommit message (Expand)Author
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-29Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde
2019-04-27Convert line endings to CRLF in `OS.set_clipboard()` on WindowsHugo Locurcio
2019-04-27[Input] Release keys/actions pressed if window loses focusGuilherme Felipe
2019-04-24Fixes to make exporting more responsive.Juan Linietsky
2019-04-23Fixes build for Windows cross-compilationKenneth Lee
2019-04-07Android now (optionally) builds the template when exportingJuan Linietsky
2019-04-18Use SHGetKnownFolderPath instead of SHGetFolderPathW.KLee1248
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-03-03Implement a more coherent (and way less hack) way to block animation updates,...Juan Linietsky
2019-03-03Ability to keep pumping messages while being debugged, may be a solution for ...Juan Linietsky
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-25Update Windows global mouse position at startupJunwei Ng
2019-02-20Drop RtAudio driver on WindowsRémi Verschelde
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-23Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on WindowsMarcelo Fernandez
2019-01-23Fix GDI objects leak when setting custom cursorMarcin Zawiejski
2019-01-22Raised executable priority on windows to avoid stuter, helps #25162Juan Linietsky
2019-01-22Avoid cyclic iteration check, fixes #24969Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Added OS.get_system_time_msecs()volzhs
2018-12-14Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde
2018-11-30Fix wrong size and position when windows is minimized on WindowsMarcelo Fernandez
2018-11-09Fix mouse mode restoration on WindowsPedro J. Estébanez
2018-11-03Properly export the various 'use dGPU' symbols when building with MingWHein-Pieter van Braam
2018-11-01Fix init of VisualServerRasterRémi Verschelde
2018-11-01Fix initialization of visual server in all platformsGeorge Marques
2018-10-19Fix compile warnings for Windows from LinuxAaron Franke
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-06Remove redundant "== true" codeAaron Franke
2018-09-23Fix mouse position when clicking in MOUSE_MODE_CAPTUREDMikko Mustonen
2018-09-23Fix zero relative motion event when clicking in MOUSE_MODE_CAPTUREDMikko Mustonen
2018-09-17Fix Input::set_custom_mouse_cursor showing cursor when it's invisibleGuilherme Felipe
2018-09-13Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe
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-09-05Fix mouse confined leaving window with OS_Windows::set_window_positionGuilherme Felipe
2018-09-04Really fix the custom cursor hotspotMartin Capitanio
2018-09-03Fix custom cursor hotspotGuilherme Felipe
2018-08-30Fix multitouch input not working on certain devices on WindowsPedro J. Estébanez