summaryrefslogtreecommitdiff
path: root/src/video/windows
Commit message (Expand)AuthorAgeFilesLines
* Properly handle keys already down when the hook is installedCameron Gutman2021-01-283-0/+18
* Expose separate keyboard and mouse grab supportCameron Gutman2021-01-261-2/+2
* Rename SetWindowGrab() to SetWindowMouseGrab()Cameron Gutman2021-01-253-3/+3
* Fix grabbing Alt+Tab and Alt+Esc on Windows 7Cameron Gutman2021-01-251-0/+9
* Refactor keyboard grab to be managed by the video coreCameron Gutman2021-01-233-8/+12
* fix build failure due to -Werror=declaration-after-statement (bug #5500)Brandon DeRosier2021-01-241-2/+3
* Implement keyboard grab support for WindowsCameron Gutman2021-01-224-0/+93
* video/windows: ANSI/UNICODE updates (cf. bug 5435):Ozkan Sezer2021-01-055-25/+25
* wmmsg.h: constified wmtabOzkan Sezer2021-01-051-1/+1
* SDL_windowswindow.c (SDL_HelperWindowCreate): adjust for ANSI/UNICODE:Ozkan Sezer2021-01-041-3/+3
* consistently use TEXT() macro with LoadLibrary() and GetModuleHandle()Ozkan Sezer2021-01-042-2/+2
* Add a hint for D3D9Ex to avoid having to choose at compile-timeCameron Gutman2021-01-021-14/+14
* Updated copyright for 2021Sam Lantinga2021-01-0230-30/+30
* SDL_windowsmessagebox.c: go back to hg rev 14458 state.Ozkan Sezer2020-12-171-4/+5
* SDL_windowsmessagebox.c (AddDialogControl): add back NULL caption check.Ozkan Sezer2020-12-171-1/+1
* remove a few stale NULL message/title checks after commit 155a6d4ff25dOzkan Sezer2020-12-101-1/+1
* fix bug #5253: handle NULL title or message fields in SDL_MessageBoxDataOzkan Sezer2020-12-101-5/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-099-9/+0
* Fixed bug 5329 - SDL_SetWindowGrab(SDL_FALSE) fails to unlock cursor if windo...Sam Lantinga2020-12-081-3/+12
* Moved raw input event processing from the main thread to the joystick threadSam Lantinga2020-11-271-13/+2
* windows: Fix handling of swapped mouse buttonsCameron Gutman2020-08-252-29/+49
* windows: Fix numpad arrow key scancodes with numlock offCameron Gutman2020-08-271-4/+19
* SIZE_MAX need not be defined in limits.hOzkan Sezer2020-11-111-2/+1
* video: Refresh Windows display list on WM_DISPLAYCHANGESam Lantinga2020-10-133-8/+59
* Added events for dynamically connecting and disconnecting displays, with an i...Sam Lantinga2020-10-081-1/+1
* Patched to compile.Ryan C. Gordon2020-07-161-0/+1
* egl: SDL_EGL_LoadLibaryOnly() shouldn't set _this->gl_config.driver_loaded = 1Ryan C. Gordon2020-07-161-1/+2
* Merge VideoBootStrap::available into VideoBootStrap::createM Stoeckl2020-07-121-7/+1
* Fixed bug 5171 - PollEvent impacts performance in 2.0.12Sam Lantinga2020-06-093-3/+14
* Fixed whitespaceSam Lantinga2020-06-091-1/+1
* Fixed bug 5113 - SDL_UpdateWindowSurfaceRects BitBlt the entire surface on Win32Sam Lantinga2020-05-291-1/+5
* Added SDL_log.h to SDL_internal.h so logging is available everywhereSam Lantinga2020-04-072-2/+0
* Don't interpret raw input messages with no mouse positionSam Lantinga2020-04-071-1/+1
* Avoid sending regular mouse messages for touch inputSam Lantinga2020-04-063-3/+17
* Fixed bug 4477 - Support more than 4 XInput-capable devices on WindowsSam Lantinga2020-03-161-2/+12
* Improved fix for bug 4748 - Calling WIN_UpdateClipCursor() / WIN_UpdateClipCu...Sam Lantinga2020-02-121-15/+20
* Fixed relative mode mouse events stopping if you click on the title barSam Lantinga2020-02-111-0/+3
* Fixed bug 4748 - Calling WIN_UpdateClipCursor() / WIN_UpdateClipCursorForWind...Sam Lantinga2020-02-111-2/+5
* Don't add a frame to borderless windows.Sam Lantinga2020-02-111-2/+7
* Fixed bug 4709 - incorrect (not) handling of windows on-screen cursor keysSam Lantinga2020-02-111-0/+5
* Updated copyright date for 2020Sam Lantinga2020-01-1630-30/+30
* Fixed bug 4840 - Read of uninitialized memory in DXGI_LoadDLL (Thanks!)Sylvain Becker2019-10-231-1/+1
* Fixed bug 4839 - Read of uninitialized memory in Win32_ResizeWindowShapeSylvain Becker2019-10-231-0/+1
* Fixed bug 4841 - Misplaced parenthesis WIN_WindowProc / WM_ACTIVATE / ClipCursorSylvain Becker2019-10-231-1/+1
* SDL_windowsevents.c: remove isVistaOrNewer (not used since 8254c364ec4a)Ozkan Sezer2019-09-051-9/+5
* SDL_windowsmessagebox.c: remove unused variableSylvain Becker2019-09-051-1/+0
* Allow mouse messages from Wacom pens, e.g. right click pen buttons, etc.Sam Lantinga2019-08-301-21/+28
* Fixed bug where the Steam overlay would generate an event and stop input proc...Sam Lantinga2019-08-301-1/+10
* Fixed Windows relative mouse coordinates when capturing the mouse over RDPSam Lantinga2019-08-261-7/+13
* Fix bug where the wrong button was the default in the old message box because...Sam Lantinga2019-08-021-16/+30