log src/SDL.c @ 5284:96a22141cf86 tip

age author description
Sat, 12 Feb 2011 11:36:56 -0800 Sam Lantinga Frank Zago to sdl
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Fri, 11 Feb 2011 14:42:06 -0800 Sam Lantinga Finished removing unused leak detection code.
Mon, 07 Feb 2011 16:45:40 -0800 Sam Lantinga Added a simple log message API
Sat, 05 Feb 2011 10:02:39 -0800 Sam Lantinga Added a hint system to allow configuration hints to be specified by the application.
Thu, 27 Jan 2011 22:44:08 -0800 Sam Lantinga Removed completely non-portable event thread hack.
Mon, 24 Jan 2011 21:20:30 -0800 Sam Lantinga Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
Mon, 24 Jan 2011 15:46:11 -0800 Sam Lantinga Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
Thu, 20 Jan 2011 18:04:05 -0800 Sam Lantinga Fixed bug #925
Sat, 26 Jun 2010 08:56:48 -0700 Sam Lantinga Mostly cleaned up warnings with -Wmissing-prototypes
Sun, 28 Feb 2010 02:07:40 -0500 Ryan C. Gordon Changed revision details to be a string (an hg changeset) instead of an int.
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Mon, 25 Jun 2007 00:50:20 +0000 Sam Lantinga Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) SDL-1.2
Sun, 24 Jun 2007 18:26:35 +0000 Ryan C. Gordon Added S60 port. SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Sun, 24 Jan 2010 20:47:20 +0000 Sam Lantinga Fixed bug #935
Wed, 13 Jan 2010 09:48:42 +0000 Sam Lantinga Moved the assertion tests to testplatform
Wed, 13 Jan 2010 06:47:17 +0000 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
Sat, 26 Sep 2009 10:32:14 +0000 Sam Lantinga Fixed bug #777
Sat, 19 Sep 2009 06:43:45 +0000 Sam Lantinga Removed outdated OS/2 support
Sat, 05 Sep 2009 09:11:03 +0000 Sam Lantinga CD-ROM support is so passé :)
Sun, 04 Jan 2009 23:36:53 +0000 Sam Lantinga Added missing void
Sun, 04 Jan 2009 05:27:13 +0000 Sam Lantinga Fine tuned revision code, updated testver
Sun, 04 Jan 2009 05:08:12 +0000 Sam Lantinga Make the current revision number available
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Mon, 25 Aug 2008 09:55:03 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Thu, 10 Jul 2008 23:35:01 +0000 Darren Alton Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video driver gsoc2008_nds
Mon, 23 Jun 2008 11:55:26 +0000 Darren Alton Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API. gsoc2008_nds