Sam Lantinga <slouken@libsdl.org> [Mon, 17 Sep 2012 22:04:48 -0700] rev 6434
Removed obsolete header from the project
Ryan C. Gordon <icculus@icculus.org> [Mon, 17 Sep 2012 19:25:42 -0400] rev 6433
Don't call XInput2 multitouch APIs if they aren't supported.
I think it fixes this:
http://forums.libsdl.org/viewtopic.php?t=8324&sid=ae797309f9e2084cadc1b6a7615bd0e4
Ryan C. Gordon <icculus@icculus.org> [Mon, 17 Sep 2012 19:20:47 -0400] rev 6432
Fixed typo in function name.
Ryan C. Gordon <icculus@icculus.org> [Sat, 15 Sep 2012 11:03:14 -0400] rev 6431
Fixed configure.in
Ryan C. Gordon <icculus@icculus.org> [Sat, 15 Sep 2012 10:59:39 -0400] rev 6430
Removed Windows CE support from SDL 2.0.
It's a long-dead platform, and we don't have any way to build for, test, or
maintain it, so there's no sense in doing acrobatics to support it.
If you need Windows CE support, use SDL 1.2. If you need Windows Phone support,
send SDL 2.0 patches for the newer Windows Mobile platform.
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2012 18:18:38 -0400] rev 6429
Fixed a typo in the docs.
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2012 13:14:20 -0400] rev 6428
Made Windows version of SDL_SetWindowBordered() mostly work.
The sizing still isn't quite right.
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2012 13:13:47 -0400] rev 6427
Consolidate some code in the Windows video target.
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2012 11:36:36 -0400] rev 6426
Restore Cocoa title bar caption when adding border to a window.
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2012 11:09:13 -0400] rev 6425
Use the right function pointer. :)