log src/SDL_compat.c @ 5003:3a95a2b93eb3

age author description
Mon, 27 Sep 2010 01:30:42 -0700 Sam Lantinga Minor cleanup in patches from Coursoud
Mon, 27 Sep 2010 00:48:56 -0700 Sam Lantinga Code will never reach SDL_SetTexturePalette since SDL_SetDisplayPalette
Sun, 22 Aug 2010 12:39:27 -0700 Sam Lantinga Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
Sun, 22 Aug 2010 12:35:34 -0700 Sam Lantinga Cleanup from the Android commit
Mon, 12 Jul 2010 14:17:43 -0400 dewyatt Changed Start/StopTextInput back to not take any parameters.
Sat, 10 Jul 2010 13:15:47 -0400 dewyatt Changed StopTextInput to take an SDL_Window parameter.
Thu, 08 Jul 2010 01:35:47 -0400 dewyatt Changed StartTextInput to take an SDL_Window parameter.
Sun, 22 Aug 2010 12:23:55 -0700 Sam Lantinga Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
Thu, 10 Jun 2010 18:54:23 +1200 Paul Hunkin Added (partially implemented) android video backend and associated files needed to build
Sat, 26 Jun 2010 08:56:48 -0700 Sam Lantinga Mostly cleaned up warnings with -Wmissing-prototypes
Mon, 24 May 2010 22:56:36 -0700 Sam Lantinga SDL_KillThread() is no longer supported - it was always dangerous! :)
Sun, 09 May 2010 20:47:22 -0700 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
Thu, 25 Mar 2010 01:08:26 -0700 Sam Lantinga General improvements for user custom event registration
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.
Thu, 17 Dec 2009 07:47:03 +0000 Sam Lantinga Fixed compile error on Windows.
Wed, 16 Dec 2009 19:50:51 +0000 Ryan C. Gordon Initial band-aids on SDL_GetMouseState() API breakage. More work to come.
Wed, 16 Dec 2009 10:59:51 +0000 Ryan C. Gordon Implemented SDL_setenv(), moved SDL_putenv() to compat.
Thu, 03 Dec 2009 08:43:12 +0000 Sam Lantinga Added support for SDL 1.2 environment variables:
Tue, 01 Dec 2009 05:57:15 +0000 Sam Lantinga Work in progress on multi-display support:
Sat, 19 Sep 2009 13:29:40 +0000 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
Sat, 23 May 2009 22:41:08 +0000 Sam Lantinga indent
Mon, 23 Mar 2009 05:37:45 +0000 Sam Lantinga Date: Thu, 05 Feb 2009 17:27:54 +0100
Tue, 13 Jan 2009 03:53:22 +0000 Sam Lantinga Fixed NULL pointer dereference
Mon, 12 Jan 2009 08:46:28 +0000 Sam Lantinga Fixed Visual C++ build
Mon, 12 Jan 2009 08:23:12 +0000 Sam Lantinga Don't disable the screen saver by default for windows applications
Mon, 12 Jan 2009 06:19:05 +0000 Sam Lantinga Added an API to enable/disable the screen saver.
Fri, 02 Jan 2009 17:39:48 +0000 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
Sat, 20 Dec 2008 12:00:00 +0000 Sam Lantinga Date: Fri, 19 Dec 2008 20:17:35 +0100
Tue, 16 Dec 2008 17:40:30 +0000 Sam Lantinga Use the desktop format instead of an arbitrary one.