Ryan C. Gordon <icculus@icculus.org> [Wed, 13 Jul 2011 17:36:29 -0700] rev 5561
Linux: Search a smaller set of potential joystick axes.
Newer kernels seem to report bogus axes in the higher ranges, for example
with a standard PlayStation 3 controller plugged in via USB.
Ryan C. Gordon <icculus@icculus.org> [Thu, 07 Jul 2011 11:50:30 -0700] rev 5560
Minor whitespace cleanup.
Ryan C. Gordon <icculus@icculus.org> [Thu, 07 Jul 2011 11:49:46 -0700] rev 5559
Cleaned up compiler warnings about unchecked return values.
Ryan C. Gordon <icculus@icculus.org> [Tue, 05 Jul 2011 22:05:56 -0400] rev 5558
Properly set up default resolutions.
Fixes Bugzilla #1191.
Thanks to Jeremy Jurksztowicz for the fix!
Nathan Heisey <nathanheisey@gmail.com> [Wed, 22 Jun 2011 10:33:48 +0000] rev 5557
Implemented pthread spinlocks.
Tim Angus <tim@blackcompanystudios.co.uk> [Wed, 15 Jun 2011 10:28:01 +0100] rev 5556
* Add missing file SDL_hints_c.h
Tim Angus <tim@blackcompanystudios.co.uk> [Fri, 10 Jun 2011 14:23:36 +0100] rev 5555
* SDL_IOS_IDLE_TIMER_DISABLED hint
Tim Angus <tim@blackcompanystudios.co.uk> [Fri, 10 Jun 2011 14:23:24 +0100] rev 5554
* SDL_IOS_ORIENTATIONS hint
Sam Lantinga <slouken@libsdl.org> [Sun, 12 Jun 2011 12:23:39 -0400] rev 5553
Make SDL_QuitRequested() return an SDL_bool
Ryan C. Gordon <icculus@icculus.org> [Mon, 06 Jun 2011 12:20:04 -0400] rev 5552
Fixed gcc warnings for apps using SDL headers with -Wundef flag.
Fixes Bugzilla #1216.
Thanks to Dimitris Zenios for the patch!