summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* SCons: Properly set bits variable as string for MSVC detectionRémi Verschelde2018-12-041-2/+2
* Fix wrong size and position when windows is minimized on WindowsMarcelo Fernandez2018-11-302-8/+31
* Remove trailing whitespaceRémi Verschelde2018-11-201-2/+2
* Fix mouse mode restoration on WindowsPedro J. Estébanez2018-11-092-25/+27
* Properly export the various 'use dGPU' symbols when building with MingWHein-Pieter van Braam2018-11-031-5/+2
* Fix init of VisualServerRasterRémi Verschelde2018-11-011-17/+1
* Fix initialization of visual server in all platformsGeorge Marques2018-11-011-1/+2
* Fix compile warnings for Windows from LinuxAaron Franke2018-10-193-17/+14
* Fixing warnings generated by MSVCDualtagh Murray2018-10-193-15/+32
* Remove redundant "== false" codeAaron Franke2018-10-061-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-1/+1
* Merge pull request #22368 from moiman100/raw-input-fixesRémi Verschelde2018-10-021-2/+2
|\
| * Fix mouse position when clicking in MOUSE_MODE_CAPTUREDMikko Mustonen2018-09-231-1/+1
| * Fix zero relative motion event when clicking in MOUSE_MODE_CAPTUREDMikko Mustonen2018-09-231-1/+1
* | SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-011-2/+2
* | SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-3/+1
|/
* Fix Input::set_custom_mouse_cursor showing cursor when it's invisibleGuilherme Felipe2018-09-171-1/+3
* Merge pull request #22134 from elasota/natvisRémi Verschelde2018-09-172-0/+130
|\
| * Initial version of VS natvis fileelasota2018-09-172-0/+130
* | Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe2018-09-131-2/+4
|/
* Properly initialize Winsock on startupFabio Alessandrelli2018-09-131-0/+1
* Merge pull request #22000 from Faless/lws_uwp32Rémi Verschelde2018-09-131-2/+2
|\
| * Fix libwebsockets 32-bits UWP builds.Fabio Alessandrelli2018-09-131-2/+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-7/+0
* | Unify PacketPeerUDP using NetSocketFabio Alessandrelli2018-09-121-2/+4
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-128-15/+15
|/
* Merge pull request #21859 from avencherus/fix-scancode-colonRémi Verschelde2018-09-101-1/+1
|\
| * Changed Windows key translate pair from KEY_COLON to KEY_COMMA.Jared2018-09-081-1/+1
* | Fix mouse confined leaving window with OS_Windows::set_window_positionGuilherme Felipe2018-09-051-0/+9
|/
* Really fix the custom cursor hotspotMartin Capitanio2018-09-041-0/+1
* Fix custom cursor hotspotGuilherme Felipe2018-09-031-0/+1
* Fix bad res file include in VS project and simplify a bitelasota2018-09-011-5/+6
* Fix multitouch input not working on certain devices on WindowsPedro J. Estébanez2018-08-301-2/+6
* Revert "Try closing gracefully before terminating process"Rémi Verschelde2018-08-272-34/+6
* Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-262-17/+63
* Merge pull request #21375 from akien-mga/msvc-nominmaxRémi Verschelde2018-08-241-0/+1
|\
| * SCons: Disable min/max WinDef.h macros on MSVCRémi Verschelde2018-08-241-0/+1
* | Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky2018-08-241-4/+0
|\ \ | |/ |/|
| * Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-041-4/+0
* | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-242-42/+5
* | Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-3/+1
* | Modifications to raw input so the handling of absolute coordinates is more co...Juan Linietsky2018-08-222-5/+28
* | Merge pull request #20523 from moiman100/windows-raw-inputJuan Linietsky2018-08-222-0/+72
|\ \
| * | Relative motion based on raw input for WindowsMikko Mustonen2018-07-302-0/+72
| |/
* | BPTC supportelasota2018-08-211-1/+1
* | Merge pull request #21236 from dragmz/windows-graceful-closeRémi Verschelde2018-08-212-6/+34
|\ \
| * | Try closing gracefully before terminating processMarcin Zawiejski2018-08-202-6/+34