Sam Lantinga <slouken@libsdl.org> [Wed, 26 Jul 2006 03:08:25 +0000] rev 1941
More DGA removal
Sam Lantinga <slouken@libsdl.org> [Wed, 26 Jul 2006 03:06:07 +0000] rev 1940
Removing DGA support for SDL 1.3 - it's still buggy years later, and now
it's deprecated by the developers in favor of the render APIs.
Sam Lantinga <slouken@libsdl.org> [Tue, 25 Jul 2006 07:25:51 +0000] rev 1939
SDL applications no longer need to link with Cocoa (unless they want to)
Sam Lantinga <slouken@libsdl.org> [Tue, 25 Jul 2006 07:14:40 +0000] rev 1938
Actually use the function we took the trouble to get the pointer for.
Sam Lantinga <slouken@libsdl.org> [Tue, 25 Jul 2006 06:59:14 +0000] rev 1937
Fixed Objective-C memory leaks
Send an SDL quit event when Command-Q is pressed.
Sam Lantinga <slouken@libsdl.org> [Tue, 25 Jul 2006 06:22:42 +0000] rev 1936
Implemented OpenGL support on Mac OS X
The OpenGL renderer works without changes, yay! :)
Ryan C. Gordon <icculus@icculus.org> [Mon, 24 Jul 2006 23:30:14 +0000] rev 1935
Patch from 1.2 branch...fix compilation on Qtopia video target (reference
Bugzilla #285).
Sam Lantinga <slouken@libsdl.org> [Mon, 24 Jul 2006 07:21:16 +0000] rev 1934
Implemented Mac OS X video mode selection.
Sam Lantinga <slouken@libsdl.org> [Mon, 24 Jul 2006 05:03:02 +0000] rev 1933
Implemented Cocoa window support
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Jul 2006 09:16:14 +0000] rev 1932
Whoops, that's a while loop. :)