Sam Lantinga <slouken@libsdl.org> [Mon, 31 Oct 2011 02:44:21 -0400] rev 6041
SDL_ConvertPixels() returns 0 on success
Sam Lantinga <slouken@libsdl.org> [Mon, 31 Oct 2011 01:59:54 -0400] rev 6040
Fixed warnings on iOS
Sam Lantinga <slouken@libsdl.org> [Sun, 30 Oct 2011 17:53:54 -0400] rev 6039
The draw color affects RenderClear() as well. (thanks to the feedback form to whoever pointed this out)
Sam Lantinga <slouken@libsdl.org> [Sun, 30 Oct 2011 17:31:59 -0400] rev 6038
Fixed typo - thanks Sheena!
Andreas Schiffler <aschiffler@ferzkopp.net> [Sun, 30 Oct 2011 00:19:13 -0700] rev 6037
Fix sdl-haiku buildbot compiler warnings
Andreas Schiffler <aschiffler@ferzkopp.net> [Sat, 29 Oct 2011 23:43:59 -0700] rev 6036
Update SDL_HasClipboardText functions to return value based on clipboard content; Fix memory leak in fallback SetClipboard implementation
Andreas Schiffler <aschiffler@ferzkopp.net> [Sat, 29 Oct 2011 23:34:19 -0700] rev 6035
Add clipboard tests
Ryan C. Gordon <icculus@icculus.org> [Sat, 29 Oct 2011 01:11:47 -0400] rev 6034
SDL_memcpyMMX(): Fixed handling of overflow bytes.
Thanks to Mason Wheeler for the fix!
Ryan C. Gordon <icculus@icculus.org> [Sat, 29 Oct 2011 01:03:50 -0400] rev 6033
SDL_memcpyMMX(): Make sure srcskip and dstskip are 8-byte aligned.
Thanks to Patrick Baggett for the fix!
Ryan C. Gordon <icculus@icculus.org> [Sat, 29 Oct 2011 00:57:45 -0400] rev 6032
Removed tabs and DOS endlines from SDL_blit_copy.c ...