log

age author description
Wed, 04 Apr 2007 10:41:00 +0000 Ryan C. Gordon Mac OS X port always links with IOKit framework in SDL 1.3.
Wed, 04 Apr 2007 10:39:16 +0000 Ryan C. Gordon Merged r3009:3011 from branches/SDL-1.2: Skip subsystem on --disable-joysticks.
Wed, 04 Apr 2007 09:43:53 +0000 Ryan C. Gordon Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.
Wed, 04 Apr 2007 09:36:25 +0000 Ryan C. Gordon Merge r3005:3006 from branches/SDL-1.2: Alpha blending MMX/3DNow register bug.
Sun, 01 Apr 2007 03:28:36 +0000 Ryan C. Gordon Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec
Fri, 30 Mar 2007 06:30:14 +0000 Ryan C. Gordon Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.
Tue, 27 Mar 2007 00:39:03 +0000 Ryan C. Gordon Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.
Sun, 18 Mar 2007 22:39:24 +0000 Ryan C. Gordon Merged r2992:2993 from branches/SDL-1.2: Mac OS X multi-axis joystick support.
Wed, 14 Mar 2007 01:10:43 +0000 Ryan C. Gordon Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.
Tue, 20 Feb 2007 22:54:25 +0000 Ryan C. Gordon Added id of another buggy Microsoft SideWinder to the Linux joystick driver.
Tue, 20 Feb 2007 21:08:00 +0000 Ryan C. Gordon Merged r2985:2986 from branches/SDL-1.2: directfb yuv coop level fix.
Thu, 15 Feb 2007 23:57:07 +0000 Ryan C. Gordon Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix.
Thu, 15 Feb 2007 11:14:24 +0000 Ryan C. Gordon Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs.
Wed, 14 Feb 2007 10:41:55 +0000 Ryan C. Gordon Merged r2977:2978 from branches/SDL-1.2: BUGS file cutdown.
Wed, 14 Feb 2007 10:25:41 +0000 Ryan C. Gordon Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.
Tue, 13 Feb 2007 09:58:58 +0000 Ryan C. Gordon Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh.
Tue, 13 Feb 2007 09:21:38 +0000 Ryan C. Gordon Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c
Mon, 12 Feb 2007 11:46:08 +0000 Ryan C. Gordon Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.
Mon, 12 Feb 2007 10:57:45 +0000 Ryan C. Gordon Merged r2954:2955 from branches/SDL-1.2: Altivec alpha blitter alignment fix.
Thu, 08 Feb 2007 21:54:18 +0000 Patrice Mandin make enable match name
Sat, 03 Feb 2007 08:18:41 +0000 Ryan C. Gordon Merged Bugzilla #354 fix into trunk.
Tue, 23 Jan 2007 04:50:14 +0000 Sam Lantinga Updated svn repository
Fri, 05 Jan 2007 19:12:50 +0000 Patrice Mandin Alpha sort the test list, add missing ones, remove removed ones
Fri, 08 Dec 2006 00:31:32 +0000 Ryan C. Gordon Look for an exact match first when setting a video mode on BeOS.
Fri, 08 Dec 2006 00:16:38 +0000 Ryan C. Gordon Logic error in BeOS video mode selection ("width" where it should be "height").
Fri, 01 Dec 2006 20:25:03 +0000 Ryan C. Gordon From: Torsten Giebl
Wed, 29 Nov 2006 10:38:07 +0000 Ryan C. Gordon Apparently it's possible that MSVC will want to call a built-in function to
Wed, 29 Nov 2006 10:34:05 +0000 Ryan C. Gordon Merge r2918:2919 from 1.2 branch: alloca macro params in parentheses.
Wed, 29 Nov 2006 10:26:32 +0000 Ryan C. Gordon Use SDL_strcmp(), not strcmp().
Wed, 29 Nov 2006 10:22:59 +0000 Ryan C. Gordon Logic error in SDL_video.c (used bitwise OR instead of logical OR).