Sam Lantinga <slouken@libsdl.org> [Tue, 23 Oct 2012 17:11:22 -0700] rev 6602
Added API for simple messagebox, courtesy of Mike Sartain
Sam Lantinga <slouken@libsdl.org> [Tue, 23 Oct 2012 17:10:09 -0700] rev 6601
Fixed building testjoystick
Sam Lantinga <slouken@libsdl.org> [Tue, 23 Oct 2012 16:06:06 -0700] rev 6600
Fixed running SDL on older versions of Mac OS X. pthread_setname_np() was introduced in 10.6.
Sam Lantinga <slouken@libsdl.org> [Tue, 23 Oct 2012 15:59:07 -0700] rev 6599
Updated the copyright date on the default config file
Sam Lantinga <slouken@libsdl.org> [Tue, 23 Oct 2012 15:28:27 -0700] rev 6598
Fixed check for SDL_ttf with SDL 2.0
Sam Lantinga <slouken@libsdl.org> [Sun, 21 Oct 2012 22:38:09 -0700] rev 6597
Remember what finger was used for left button down and only send mouse events for that finger.
Sam Lantinga <slouken@libsdl.org> [Sun, 21 Oct 2012 22:18:36 -0700] rev 6596
Switch C++ comment to C comment
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Oct 2012 00:49:08 -0700] rev 6595
Fixed another gcc <-> Visual C++ ABI issue
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Oct 2012 00:14:58 -0700] rev 6594
Make it possible to build a DLL with mingw that's ABI compatible with Visual C++ built applications
Sam Lantinga <slouken@libsdl.org> [Fri, 19 Oct 2012 21:43:41 -0700] rev 6593
We have to fix the DLL name convention on Windows every time...