Sam Lantinga <slouken@libsdl.org> [Sat, 18 May 2013 14:17:52 -0700] rev 7191
File style cleanup for the SDL 2.0 release
Sam Lantinga <slouken@libsdl.org> [Sat, 18 May 2013 12:48:50 -0700] rev 7190
Added mobile application events, with implementations for iOS and Android
Andreas Schiffler <aschiffler@ferzkopp.net> [Sat, 18 May 2013 09:35:09 -0700] rev 7189
Update test harness to handle test return codes; fix comment format in harness; update Main test suite to handle globally disabled features
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sat, 18 May 2013 14:48:19 +0200] rev 7188
Fixed Doxygen warnings.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sat, 18 May 2013 14:04:37 +0200] rev 7187
Corrected comment in Java file.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sat, 18 May 2013 14:03:45 +0200] rev 7186
Changed import statements in Java file.
Ryan C. Gordon <icculus@icculus.org> [Thu, 16 May 2013 12:16:12 -0400] rev 7185
Made SDL_RectEmpty and SDL_RectEquals macros into SDL_FORCE_INLINE functions.
Fixes compiler warnings for things like this...
if (SDL_RectEmpty(&rect)) {}
...where the macro turned into "if ( (!(&rect)) && etc )" which some compilers
thought might be a programmer mistake, as "&rect" is always "true".
Sam Lantinga <slouken@libsdl.org> [Thu, 16 May 2013 01:03:28 -0700] rev 7184
Fixed bug 1829 - sdl2-config is not executable
leighmanthegreat@hotmail.com
I downloaded SDL2 from hg source.
I built to a ./build directory.
I downloaded SDL_image 2 hg and attempted to build.
When it cannot find a sdl2-config the SDL_image configure correctly suggests setting SDL_CONFIG variable.
Setting this the configure still fails with 'Permission denied' on the call to sdl2-config.
Setting execute permission solves the problem.
If possible, sdl2-config should have executable bit set when it is created.
Sam Lantinga <slouken@libsdl.org> [Thu, 16 May 2013 00:56:19 -0700] rev 7183
Fixed bug 1838 - [Patch] Direct3D resource leak on SDL_DestroyRenderer()
Sam Lantinga <slouken@libsdl.org> [Thu, 16 May 2013 00:52:33 -0700] rev 7182
Fixed bug 1839 - SDL2 Cmake: VIDEO_COCOA check fails on OS X; VIDEO_COCOA sources aren't compiled.