log

age author description
Thu, 12 Jul 2007 08:07:30 +0000 Sam Lantinga Merged Ryan's patch from revision 3238 in SDL 1.2
Thu, 12 Jul 2007 07:55:18 +0000 Sam Lantinga Whoops, needed to remove the other version of getlocale()
Thu, 12 Jul 2007 07:52:50 +0000 Sam Lantinga Fixed bug #455
Thu, 12 Jul 2007 07:02:44 +0000 Sam Lantinga Updated version to 1.3, added testgl2 test program
Thu, 12 Jul 2007 06:59:43 +0000 Sam Lantinga Yes, you need to set the pixel format before creating a context.
Thu, 12 Jul 2007 06:53:20 +0000 Sam Lantinga Visual C++ compiler warning fixes
Thu, 12 Jul 2007 06:31:36 +0000 Sam Lantinga Creating a context makes it current, per the documentation.
Thu, 12 Jul 2007 05:32:07 +0000 Sam Lantinga Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch
Thu, 12 Jul 2007 05:31:08 +0000 Sam Lantinga Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch
Thu, 12 Jul 2007 03:14:49 +0000 Sam Lantinga Warn Visual C++ users if they have a stale configure generated SDL_config.h
Wed, 11 Jul 2007 14:52:13 +0000 Sam Lantinga indent
Wed, 11 Jul 2007 14:51:49 +0000 Sam Lantinga indent
Wed, 11 Jul 2007 14:50:21 +0000 Sam Lantinga Fixed compiling YUV code
Wed, 11 Jul 2007 14:49:44 +0000 Sam Lantinga Fixed compiling the x11 driver
Wed, 11 Jul 2007 14:44:28 +0000 Sam Lantinga Needed an autorelease pool around the NSText allocation