Alex Szpakowski <slime73@gmail.com> [Mon, 28 Dec 2015 15:44:09 -0400] rev 9976
Mac: expose joystick buttons that report themselves as having 'Start' and 'Select' HID usages.
I don't know if any joysticks report those usages for any buttons in practice, but other prominent Mac gaming software exposes them, so we might as well too.
Ryan C. Gordon <icculus@icculus.org> [Mon, 28 Dec 2015 13:30:58 -0500] rev 9975
Mac: Whoops, lost legit Caps lock keypress events. Fixed.
Ryan C. Gordon <icculus@icculus.org> [Mon, 28 Dec 2015 13:08:19 -0500] rev 9974
Windows: resync num/caps lock when window is gaining focus.
Ryan C. Gordon <icculus@icculus.org> [Mon, 28 Dec 2015 13:07:44 -0500] rev 9973
Sync up the caps/numlock state properly without sending key events.
Partially fixes Bugzilla #2736 and #3125.
Ryan C. Gordon <icculus@icculus.org> [Sun, 27 Dec 2015 23:39:43 -0500] rev 9972
Mac: Fix keyboard state if capslock was toggled while app wasn't in foreground.
David Ludwig <dludwig@pobox.com> [Sun, 27 Dec 2015 22:26:27 -0500] rev 9971
WinRT: made bug 3202/3213's fix apply for WinRT apps
Ryan C. Gordon <icculus@icculus.org> [Sun, 27 Dec 2015 18:56:46 -0500] rev 9970
Removed a tabstop.
Ryan C. Gordon <icculus@icculus.org> [Sun, 27 Dec 2015 18:48:14 -0500] rev 9969
Win: make sure SDL keyboard state reflects system capslock state at startup.
David Ludwig <dludwig@pobox.com> [Sun, 27 Dec 2015 17:55:45 -0500] rev 9968
Fixed bug 3202 - Fix renderer visibility on a window maximized directly from the minimized state
Many thanks to id.zeta for details on the bug, and for the fix!
Ryan C. Gordon <icculus@icculus.org> [Sun, 27 Dec 2015 16:46:12 -0500] rev 9967
Mac: make sure SDL keyboard state reflects system capslock state at startup.