log

age author description
Wed, 06 Jan 2010 20:17:35 +0000 Ryan C. Gordon Merged r4710:4711 from branches/SDL-1.2: Mac OS X SDL_stdlib qsort build fixes.
Wed, 06 Jan 2010 07:45:58 +0000 Ryan C. Gordon Merged r4433:4434 from branches/SDL-1.2: fbcon fgets() return value test fix.
Wed, 06 Jan 2010 07:39:35 +0000 Ryan C. Gordon Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.
Wed, 06 Jan 2010 07:39:09 +0000 Sam Lantinga Removed the obsolete SDL 1.2 GAPI driver
Wed, 06 Jan 2010 07:37:15 +0000 Sam Lantinga I can't compile this, but it should be updated for the new rendering API now.
Wed, 06 Jan 2010 07:34:20 +0000 Ryan C. Gordon Merged r4121:4122 from branches/SDL-1.2: more double-free fixes.
Wed, 06 Jan 2010 07:26:49 +0000 Ryan C. Gordon Merged r4121:4122 from branches/SDL-1.2: win32 joystick double-free fix.
Wed, 06 Jan 2010 06:44:23 +0000 Ryan C. Gordon Merged r3808:3809 from branches/SDL-1.2: install_name_tool fix for fatbuild.sh.
Wed, 06 Jan 2010 06:40:16 +0000 Ryan C. Gordon Merged r3787:3788 from branches/SDL-1.2: better failures for joystick opening.
Wed, 06 Jan 2010 06:12:01 +0000 Sam Lantinga Fixed GL_RenderWritePixels() - thanks Ryan!
Wed, 06 Jan 2010 04:33:31 +0000 Sam Lantinga Fixed bug #924
Wed, 30 Dec 2009 19:48:23 +0000 Sam Lantinga We're using GNU recursive mutexes
Wed, 30 Dec 2009 19:38:08 +0000 Sam Lantinga Fixed bug #915
Wed, 30 Dec 2009 19:10:41 +0000 Sam Lantinga Removed in the interest of actually finishing 1.3. :)
Mon, 28 Dec 2009 08:28:24 +0000 Ryan C. Gordon Fixed buffer overflows in resamplers.
Thu, 24 Dec 2009 21:00:42 +0000 Sam Lantinga Added missing include for stdio
Thu, 24 Dec 2009 19:18:41 +0000 Sam Lantinga Updated to include new files
Thu, 24 Dec 2009 19:18:05 +0000 Sam Lantinga Updated to compile on Windows
Thu, 24 Dec 2009 19:16:08 +0000 Sam Lantinga Added rectangle test
Wed, 23 Dec 2009 06:39:18 +0000 Sam Lantinga Fixed bug #912
Wed, 23 Dec 2009 01:55:00 +0000 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
Fri, 18 Dec 2009 08:19:18 +0000 Sam Lantinga Make it possible to slim SDL down quite a bit for people who just want OpenGL
Fri, 18 Dec 2009 07:41:59 +0000 Sam Lantinga Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()
Fri, 18 Dec 2009 07:03:09 +0000 Sam Lantinga In the process of adding rectangle drawing
Thu, 17 Dec 2009 07:47:03 +0000 Sam Lantinga Fixed compile error on Windows.
Thu, 17 Dec 2009 07:46:13 +0000 Sam Lantinga Updated test code to use SDL_setenv()
Thu, 17 Dec 2009 07:22:48 +0000 Sam Lantinga Fixed crash in joystick handling code. Newer 2.6 kernels add an additional 'resolution' field to input_absinfo. Note that we don't use that structure since we want to have enough space for the values even when building with an older kernel.
Thu, 17 Dec 2009 06:08:20 +0000 Sam Lantinga Fixed bug #841
Thu, 17 Dec 2009 05:57:37 +0000 Sam Lantinga Fixed bug #843
Thu, 17 Dec 2009 04:01:29 +0000 Sam Lantinga Implemented 64-bit version of cpuid code