Sam Lantinga <slouken@libsdl.org> [Fri, 25 Mar 2011 11:09:57 -0700] rev 5508
Don't be clever, just call it testthread
Sam Lantinga <slouken@libsdl.org> [Fri, 25 Mar 2011 10:54:13 -0700] rev 5507
Fixed permissions
Sam Lantinga <slouken@libsdl.org> [Fri, 25 Mar 2011 10:47:49 -0700] rev 5506
Implemented SDL_SetThreadPriority()
Sam Lantinga <slouken@libsdl.org> [Fri, 25 Mar 2011 10:26:25 -0700] rev 5505
Fixed signed/unsigned warning.
Sam Lantinga <slouken@libsdl.org> [Tue, 22 Mar 2011 10:48:33 -0700] rev 5504
Fixed related function documentation
Sam Lantinga <slouken@libsdl.org> [Mon, 21 Mar 2011 17:15:49 -0700] rev 5503
The scale mode is per texture, not per texture unit.
Sam Lantinga <slouken@libsdl.org> [Mon, 21 Mar 2011 16:36:17 -0700] rev 5502
Fixed bug: No right mouse button events during FullScreen Mac OS
Something inside setStyleMask mucks with the view responder chain, which prevents the listener from hearing the right mouse down events. We just reset the listener after changing the style to fix this.
Sam Lantinga <slouken@libsdl.org> [Mon, 21 Mar 2011 13:33:53 -0700] rev 5501
Fixed compiler warning
Sam Lantinga <slouken@libsdl.org> [Mon, 21 Mar 2011 13:33:29 -0700] rev 5500
Fixed compiler warning
Ken Rogoway <ken@rogoway.com> [Sun, 13 Mar 2011 22:38:41 -0500] rev 5499
Split SDL_BlitScaled into SDL_UpperBlitScaled and SDL_LowerBlitScaled.
Fixed issue when calling SDL_BlitScaled() directly with src or dst rectangles that were out of bounds.