log

age author description
Thu, 30 Dec 2010 13:21:39 -0800 Sam Lantinga Fixed compiling X11 touch interface
Thu, 30 Dec 2010 10:45:36 -0800 Sam Lantinga Hopefully fix X11 compile error
Wed, 29 Dec 2010 15:23:54 -0800 Sam Lantinga Removed carriage returns
Wed, 15 Dec 2010 21:31:12 -0500 Jim Grandpre Fixed SDL_VS2005.vcproj
Wed, 15 Dec 2010 21:21:13 -0500 Jim Grandpre Reverted SDL_VS2005.vcproj to revision 4634.
Sun, 12 Dec 2010 15:19:05 -0800 Sam Lantinga Use the enumerated type for blend and scale mode instead of int
Fri, 03 Dec 2010 16:55:25 -0800 Sam Lantinga Patch from Haiku's Google Code-In student Daniel Marth, fixes an off-by-one issue in bwindow. SDL-1.2
Thu, 02 Dec 2010 11:56:23 -0800 Sam Lantinga Fixed touch events on Mac OS X 10.6
Wed, 01 Dec 2010 12:52:48 -0800 Sam Lantinga Fixed the gcc include path when building on Mac OS X 10.5
Wed, 01 Dec 2010 12:23:16 -0800 Sam Lantinga Removed support for 10.3.9
Wed, 01 Dec 2010 12:22:29 -0800 Sam Lantinga Allow the SDK path to be rebased
Wed, 01 Dec 2010 12:17:12 -0800 Sam Lantinga Renamed X11 touch files for consistency
Wed, 01 Dec 2010 12:02:52 -0800 Sam Lantinga Don't conflict with glext.h if it's already been included
Tue, 30 Nov 2010 18:08:01 -0800 Sam Lantinga Fixed crash if the gesture coordinates go negative - FIXME: Should this protection be at a lower level?
Tue, 30 Nov 2010 18:07:31 -0800 Sam Lantinga Fixed massive stack memory usage in the gesture functions