Philipp Wiesemann <philipp.wiesemann@arcor.de> [Fri, 10 May 2013 21:08:37 +0200] rev 7163
Fixed implicit function declaration warnings.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Fri, 10 May 2013 21:04:51 +0200] rev 7162
Fixed precedence warning in test suite for pixels.
Gabriel Jacobo <gabomdq@gmail.com> [Fri, 10 May 2013 10:33:15 -0300] rev 7161
Fixed typo in GL_UpdateClipRect
Gabriel Jacobo <gabomdq@gmail.com> [Fri, 10 May 2013 10:31:01 -0300] rev 7160
Fixes OpenGL* Clip Rect functions (by Emmanuel Gil Peyrot)
Sam Lantinga <slouken@libsdl.org> [Thu, 09 May 2013 16:30:44 -0700] rev 7159
Updated version to 2.0.0
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Tue, 07 May 2013 16:52:39 -0700] rev 7158
Mac: Use cursor rects instead of NSCursor hide/unhide.
This should hopefully fix a class of problems around cursor hiding not behaving correctly on Mac.
http://bugzilla.libsdl.org/show_bug.cgi?id=1824
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Mon, 06 May 2013 23:02:37 +0200] rev 7157
Fixed test suite for mouse using Uint8 instead of Uint32 for buttons.
SDL_GetMouseState() returned Uint8 in SDL 1.2 but was changed recently.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Mon, 06 May 2013 23:01:14 +0200] rev 7156
Removed unreachable return statement from test suite for timer.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Mon, 06 May 2013 23:00:30 +0200] rev 7155
Removed wrong documentation from test suite for render.
Sam Lantinga <slouken@libsdl.org> [Mon, 06 May 2013 13:39:17 -0700] rev 7154
Disable C++ exceptions, use debug format that includes debug information in the static libraries, and standardize on Program Database / Program Database with edit and continue for the DLL debug format.