log include/SDL_compat.h @ 4463:d1d5b665adc5

age author description
Thu, 25 Mar 2010 01:08:26 -0700 Sam Lantinga General improvements for user custom event registration
Tue, 09 Mar 2010 06:07:48 +0000 Sam Lantinga Fixed bug #961
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Thu, 21 Jan 2010 06:21:52 +0000 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
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.
Wed, 16 Dec 2009 10:59:51 +0000 Ryan C. Gordon Implemented SDL_setenv(), moved SDL_putenv() to compat.
Mon, 14 Dec 2009 23:29:37 +0000 Sam Lantinga The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.
Wed, 09 Dec 2009 15:56:56 +0000 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
Mon, 19 Oct 2009 13:31:58 +0000 Sam Lantinga Partial fix for bug #859
Thu, 04 Jun 2009 21:00:45 +0000 Bob Pendleton Added an ifdef so that if you
Wed, 14 Jan 2009 04:25:32 +0000 Sam Lantinga indent
Tue, 13 Jan 2009 03:53:22 +0000 Sam Lantinga Fixed NULL pointer dereference
Fri, 12 Dec 2008 06:46:20 +0000 Sam Lantinga Added current_w and current_h to SDL_VideoInfo for SDL 1.2 compatibility
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Mon, 25 Aug 2008 05:30:28 +0000 Sam Lantinga Missing keysym defines
Fri, 14 Mar 2008 20:43:44 +0000 Bob Pendleton ran make indent
Fri, 14 Mar 2008 18:17:49 +0000 Bob Pendleton re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being
Tue, 05 Feb 2008 07:19:23 +0000 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
Tue, 08 Jan 2008 00:10:46 +0000 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
Sun, 19 Aug 2007 14:52:52 +0000 Sam Lantinga Date: Thu, 05 Jul 2007 14:02:33 -0700
Sat, 18 Aug 2007 05:39:09 +0000 Sam Lantinga Okay, still some bugs, but everything builds again...
Sat, 18 Aug 2007 01:44:21 +0000 Sam Lantinga More work in progress integrating SDL_Surface and the new SDL_Texture API
Sat, 11 Aug 2007 20:54:31 +0000 Sam Lantinga Emphasized the separation between SDL_Surface and SDL_Texture
Fri, 06 Jul 2007 13:45:10 +0000 Sam Lantinga Reverted mousewheel support in 1.2, since it breaks binary compatibility.
Fri, 06 Jul 2007 09:22:18 +0000 Sam Lantinga Fixed bug #382
Sat, 16 Jun 2007 15:32:04 +0000 Sam Lantinga Key repeat is handled by the OS, since text input is now decoupled from physical key events.
Sun, 24 Sep 2006 15:56:55 +0000 Sam Lantinga Formatting update
Sat, 23 Sep 2006 22:51:37 +0000 Sam Lantinga Fixed bug #329
Tue, 25 Jul 2006 06:22:42 +0000 Sam Lantinga Implemented OpenGL support on Mac OS X
Sun, 16 Jul 2006 09:34:01 +0000 Sam Lantinga Setting up the OpenGL support