log

age author description
Thu, 27 Jul 2006 06:53:23 +0000 Sam Lantinga Initial work on X11 window code in.
Wed, 26 Jul 2006 06:34:54 +0000 Sam Lantinga Started work on the new X11 driver.
Wed, 26 Jul 2006 06:34:31 +0000 Sam Lantinga Placate versions of ranlib which complain about empty files (Mac OS X 10.4)
Wed, 26 Jul 2006 04:22:32 +0000 Sam Lantinga Starting fresh with the X11 driver
Wed, 26 Jul 2006 04:20:59 +0000 Sam Lantinga Oh yeah, more DGA removal
Wed, 26 Jul 2006 03:57:45 +0000 Sam Lantinga Added the dummy audio driver to instructions
Wed, 26 Jul 2006 03:55:56 +0000 Sam Lantinga PicoGUI is no longer maintained by the author.
Wed, 26 Jul 2006 03:24:27 +0000 Sam Lantinga The AAlib driver is fun, but not worth rewriting for SDL 1.3
Wed, 26 Jul 2006 03:15:41 +0000 Sam Lantinga The old windows video drivers are superceded by the unified win32 driver.
Wed, 26 Jul 2006 03:12:05 +0000 Sam Lantinga Hopefully glSDL has been superceded by the OpenGL render driver.
Wed, 26 Jul 2006 03:08:25 +0000 Sam Lantinga More DGA removal
Wed, 26 Jul 2006 03:06:07 +0000 Sam Lantinga Removing DGA support for SDL 1.3 - it's still buggy years later, and now
Tue, 25 Jul 2006 07:25:51 +0000 Sam Lantinga SDL applications no longer need to link with Cocoa (unless they want to)
Tue, 25 Jul 2006 07:14:40 +0000 Sam Lantinga Actually use the function we took the trouble to get the pointer for.
Tue, 25 Jul 2006 06:59:14 +0000 Sam Lantinga Fixed Objective-C memory leaks
Tue, 25 Jul 2006 06:22:42 +0000 Sam Lantinga Implemented OpenGL support on Mac OS X
Mon, 24 Jul 2006 23:30:14 +0000 Ryan C. Gordon Patch from 1.2 branch...fix compilation on Qtopia video target (reference
Mon, 24 Jul 2006 07:21:16 +0000 Sam Lantinga Implemented Mac OS X video mode selection.
Mon, 24 Jul 2006 05:03:02 +0000 Sam Lantinga Implemented Cocoa window support
Sun, 23 Jul 2006 09:16:14 +0000 Sam Lantinga Whoops, that's a while loop. :)
Sun, 23 Jul 2006 09:11:10 +0000 Sam Lantinga The Mac OS X Cocoa video driver is under construction...
Sun, 23 Jul 2006 00:55:25 +0000 Sam Lantinga Fixed compiler warnings
Sun, 23 Jul 2006 00:48:12 +0000 Sam Lantinga Added an environment variable to select which driver the software renderer will use.
Sun, 23 Jul 2006 00:19:12 +0000 Sam Lantinga Fixed crash with multiple windows
Sat, 22 Jul 2006 23:04:41 +0000 Sam Lantinga OpenGL renderer is feature complete!
Sat, 22 Jul 2006 21:58:17 +0000 Sam Lantinga Added SDL_GL_ExtensionSupported()
Sat, 22 Jul 2006 21:17:37 +0000 Sam Lantinga Query the maximum texture size for the D3D renderer.
Sat, 22 Jul 2006 21:02:57 +0000 Sam Lantinga If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled.
Sat, 22 Jul 2006 19:51:48 +0000 Sam Lantinga Switch OpenGL contexts when switching render contexts.
Sat, 22 Jul 2006 19:03:31 +0000 Sam Lantinga Fixed OpenGL blend modes, added power of 2 texture code