summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp
AgeCommit message (Expand)Author
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
2018-08-27Revert "Try closing gracefully before terminating process"Rémi Verschelde
2018-08-26Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam
2018-08-24Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-22Modifications to raw input so the handling of absolute coordinates is more co...Juan Linietsky
2018-08-22Merge pull request #20523 from moiman100/windows-raw-inputJuan Linietsky
2018-08-21BPTC supportelasota
2018-08-20Try closing gracefully before terminating processMarcin Zawiejski
2018-08-18Fix errors during removing files or folders and fix for latin symbolsneonsoup
2018-08-14Fix impossibility of removing folder which contains non-latin symbols(on Wind...Chaosus
2018-08-04Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez
2018-07-30Relative motion based on raw input for WindowsMikko Mustonen
2018-07-30Fix Windows handles leakMarcin Zawiejski
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-09Added support for extra mouse buttons.unknown
2018-07-03-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky
2018-06-26Fix touch issues on WindowsPedro J. Estébanez
2018-06-11IME context detection.Saracen
2018-05-30Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde
2018-05-28Change position of validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-28Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner
2018-05-27Add validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-26Fix memory leak in set_custom_mouse_cursorGuilherme Felipe
2018-05-23More fixes to set_borderless_windowGuilherme Felipe
2018-05-21Merge pull request #19070 from guilhermefelipecgs/fix_19033Max Hilbrunner
2018-05-21Fix #15678Guilherme Felipe
2018-05-20Fix #19033Guilherme Felipe
2018-05-10Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe
2018-05-09Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam
2018-05-07Local debugger fixes and extensionsBlazej Floch
2018-05-05Merge pull request #18541 from profan/fix/win-sleepMax Hilbrunner
2018-05-01windows: ensure minimum possible timer resolution for sleepRobin Hübner
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez
2018-04-09Fix custom cursor when it's hiddenGuilherme Felipe
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-04-05Remove size restriction for mouse cursorGuilherme Felipe
2018-03-06Explicitly set OpenGL profile to core (X11, Windows).bruvzg
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez