summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25570 from Kanabenki/windows-relative-iconRémi Verschelde2019-02-081-2/+2
|\
| * Use relative path property hint for windows export iconKanabenki2019-02-031-2/+2
* | Merge pull request #25478 from neikeq/rrIgnacio Etcheverry2019-02-032-0/+6
|\ \ | |/ |/|
| * Added set_environment to OS classIgnacio Etcheverry2019-02-032-0/+6
* | Remove unused iostream includesRémi Verschelde2019-01-281-6/+1
|/
* Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on WindowsMarcelo Fernandez2019-01-231-0/+7
* Fix GDI objects leak when setting custom cursorMarcin Zawiejski2019-01-231-0/+3
* Set WINVER and _WIN32_WINNT values in VS projectMarcin Zawiejski2019-01-221-2/+2
* Raised executable priority on windows to avoid stuter, helps #25162Juan Linietsky2019-01-222-2/+16
* Avoid cyclic iteration check, fixes #24969Juan Linietsky2019-01-221-1/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-0121-42/+42
* Added OS.get_system_time_msecs()volzhs2018-12-202-3/+9
* Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde2018-12-141-18/+9
|\
| * Fixed button mask behaviormm2018-07-111-18/+9
* | 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