summaryrefslogtreecommitdiff
path: root/src/video/windows/SDL_windowsevents.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 2293 - Precise scrolling eventsSam Lantinga2017-08-141-36/+10
* Fixed bug 2841 - Hint to set resource id for window iconSam Lantinga2017-08-131-3/+15
* Cleaned up WindowsScanCodeToSDLScanCode() so VKeytoScancode() always takes pr...Sam Lantinga2017-08-121-50/+54
* prefer virtual keycodes over scancodes for extended keysouned2017-06-031-66/+78
* Fixed bug 3701 - WM_TOUCH message may cause calls to null if touch functions ...Sam Lantinga2017-08-091-1/+1
* Fixed restoring a window that was maximized then minimized, then restored.Sam Lantinga2017-05-161-0/+2
* windows: Changed six internal functions to be static.Philipp Wiesemann2017-04-291-5/+5
* Fixed Windows buildSam Lantinga2017-01-281-6/+8
* Fixed bug 3550 - No mouse move messages send while over the titlebar and wind...Sam Lantinga2017-01-281-2/+7
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed bug 3453 - First mouse button input after a drag and drop event is ignoredSam Lantinga2016-10-141-14/+16
* Implemented SDL_GetHintBoolean() to make it easier to check boolean hintsSam Lantinga2016-10-071-13/+2
* Removed carriage returns from previous patchSam Lantinga2016-10-011-17/+17
* Fixed bug 3405 - Wrong default icon size on windows systemsSam Lantinga2016-10-011-16/+24
* Force WM_PAINT events on window resizeEthan Lee2016-04-121-0/+3
* Reset dead keys when the SDL window loses focus, so dead keys pressed in SDL ...Sam Lantinga2016-10-011-0/+1
* windows: Removed hardcoded "1" for mouse clickthrough hint.Ryan C. Gordon2016-09-291-1/+1
* windows: fix borderless windows at desktop resolution (thanks, Evgeny!).Ryan C. Gordon2016-09-291-0/+7
* Added Windows support for SDL_HINT_MOUSE_FOCUS_CLICKTHROUGHSam Lantinga2016-09-291-1/+9
* When clicking on a window to give it focus, don't pass the mouse click to the...Sam Lantinga2016-09-291-5/+25
* Added SDL_WINDOWEVENT_HIT_TEST.Ryan C. Gordon2015-04-211-9/+11
* Added SDL_DROPBEGIN and SDL_DROPCOMPLETE events, plus window IDs for drops.Ryan C. Gordon2016-01-051-1/+2
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Fixed Bug 3215 - Win32: 'fullscreen' app doesn't always extend to top of screenDavid Ludwig2015-12-301-0/+4
* Windows: resync num/caps lock when window is gaining focus.Ryan C. Gordon2015-12-281-0/+3
* Add a new SDL_KEYMAPCHANGED SDL event to abstract notification of keyboard la...Sam Lantinga2015-10-271-0/+1
* Converted tabs to spaces for SDL styleSam Lantinga2015-10-061-16/+16
* Fixed sending a size event while setting up a window (fix for DOTA 2 on Sourc...Sam Lantinga2015-10-061-1/+1
* Add SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4 to SDL so that Reborn can keep runnin...andrewb2015-08-031-1/+18
* Trivial integer truncation warning fixes.Sam Lantinga2015-07-301-1/+1
* Fixed bug 2834 - Patch to support dead keys on WindowsSam Lantinga2015-06-251-19/+15
* Fixed bug 2054 - SDL_GetError: "Unknown touch device"Sam Lantinga2015-05-281-4/+2
* Partial fix for bug 2726 - Win32 'mouse' events not applying 'SDL_TOUCH_MOUSEID'David Ludwig2014-12-201-26/+31
* Windows: Alt-F4 hotkey should be checked on keydown, not keyup (thanks, Matt!).Ryan C. Gordon2015-05-261-8/+10
* Windows: don't beep on Alt-* key combos (Thanks, historic_bruno!).Ryan C. Gordon2015-05-261-2/+6
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Added a userdata parameter to SDL_SetWindowsMessageHook()Sam Lantinga2015-05-131-2/+4
* Added SDL_SetWindowsMessageHook() to facilitate full IME support on WindowsSam Lantinga2015-05-131-0/+13
* Windows: Fixed ignoring return value of internal function.Philipp Wiesemann2015-03-061-4/+5
* add in support for passing down the "natural" (or flipped) scrolling directio...Edward Rudd2014-11-231-4/+4
* Fixed mingw64 build and warningsSam Lantinga2014-07-071-12/+12
* Merged Ryan's SDL-gui-backend branch.Ryan C. Gordon2014-06-251-106/+106
|\
| * Fixed grab interaction with Windows Classic themeSam Lantinga2014-06-231-21/+9
| * Fixed bug where changing the window border would change the window size on Wi...Sam Lantinga2014-06-041-1/+5
| * Added a hint to disable windows message processing in SDL_PumpEvents()Sam Lantinga2014-06-041-8/+10
| * Added a hint to disable window frame and title bar interaction when the curso...Sam Lantinga2014-06-041-70/+60
| * Fixed bug 2520 - Held double-click app startup creates a stuck MOUSEBUTTONDOW...Sam Lantinga2014-05-311-9/+25
* | This should probably query async button state.Ryan C. Gordon2014-06-111-5/+5
* | Wired up Windows resize hit testing.Ryan C. Gordon2014-06-051-3/+11
* | Fixed up SDL_CaptureMouse() on Windows to work like I expected.Ryan C. Gordon2014-05-301-16/+39