log src/video/SDL_surface.c @ 1352:c643342f3f33

age author description
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Mon, 06 Feb 2006 08:28:51 +0000 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Thu, 19 Jan 2006 08:43:00 +0000 Ryan C. Gordon Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,
Mon, 03 Oct 2005 08:38:28 +0000 Ryan C. Gordon Fixed some compiler warnings about "unreachable code" on Watcom C.
Sun, 17 Apr 2005 10:40:41 +0000 Ryan C. Gordon Some work on using accelerated alpha blits with hardware surfaces.
Sun, 19 Dec 2004 22:04:44 +0000 Sam Lantinga *** empty log message ***
Sat, 21 Aug 2004 05:29:45 +0000 Sam Lantinga Date: Sat, 10 Jul 2004 21:02:33 +0200
Sun, 25 Jul 2004 18:43:07 +0000 Sam Lantinga You can't free locked surfaces!
Thu, 19 Feb 2004 21:13:24 +0000 Sam Lantinga Fixed a bug in detecting surface mapping changes
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Tue, 15 Oct 2002 05:22:50 +0000 Sam Lantinga Return an error with color fills on less than 8 bpp surfaces.
Fri, 11 Oct 2002 07:56:36 +0000 Sam Lantinga Fixed a crash blitting RLE surfaces to RLE surfaces
Mon, 07 Oct 2002 15:36:32 +0000 Sam Lantinga *** empty log message ***
Tue, 20 Aug 2002 16:58:49 +0000 Sam Lantinga Fixed offset bug in hardware accelerated fills and blits
Sat, 17 Aug 2002 19:17:01 +0000 Sam Lantinga Zeroed out SDL_Surface::unused1 so glSDL will work on stock SDL
Thu, 01 Aug 2002 23:06:39 +0000 Sam Lantinga Fixed SDL_DisplayFormatAlpha() on RGB surfaces with alpha
Wed, 03 Jul 2002 04:54:55 +0000 Sam Lantinga Memory leak fix for DirectX software surfaces
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Wed, 06 Mar 2002 11:05:47 +0000 Sam Lantinga Removed the API changes to preserve SDL 1.2 stability
Tue, 05 Mar 2002 19:55:32 +0000 Sam Lantinga Added SDL_LockRect() and SDL_UnlockRect()
Mon, 14 Jan 2002 19:20:39 +0000 Sam Lantinga *** empty log message ***
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Tue, 31 Jul 2001 05:36:10 +0000 Sam Lantinga The rectangle argument to SDL_SetClipRect is really const
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision