Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Apr 2007 09:15:39 +0000] rev 3930
Fixed buggy SDL_VIDEO_X11_MOUSEACCEL behaviour...correctly free buffer, and
only call XChangePointerControl() if we have valid arguments.
Fixes Bugzilla #417.
Ryan C. Gordon <icculus@icculus.org> [Sun, 01 Apr 2007 03:27:45 +0000] rev 3929
Date: Sat, 31 Mar 2007 16:39:52 +0200
From: Bert Wesarg
To: sdl@lists.libsdl.org
Subject: [SDL] [PATCH] sdl-config.in needs ${libdir}
Hello,
after the patch for Bug #321, sdl-config.in needs the libdir variable. and
there is a hardcoded 'lib' in SDL.spec.in too.
Bert Wesarg
Ryan C. Gordon <icculus@icculus.org> [Fri, 30 Mar 2007 20:09:55 +0000] rev 3928
Adjusted to handle different constness in older versions of iconv.
Fixes Bugzilla #419.
Ryan C. Gordon <icculus@icculus.org> [Fri, 30 Mar 2007 06:26:28 +0000] rev 3927
Patched to compile on Visual Studio.
Ryan C. Gordon <icculus@icculus.org> [Wed, 28 Mar 2007 00:36:35 +0000] rev 3926
Fixed Mac OS X config header when compiling with -Wundef.
Ryan C. Gordon <icculus@icculus.org> [Tue, 27 Mar 2007 00:37:51 +0000] rev 3925
From: Laurence Passmore
Date: Mon, 26 Mar 2007 23:22:45 +0100
To: "A list for developers using the SDL library. \(includes SDL-announce\)" <sdl@lists.libsdl.org>
Subject: [SDL] SDL_config_macosx.h: MAC_OS_X_VERSION_MIN_REQUIRED
Hi,
I just compiled my SDL application on Mac OS X with -Wundef and it
threw a number of errors. Of note was:
SDL_config_macosx.h: 34
warning: "MAC_OS_X_VERSION_MIN_REQUIRED" is not defined
Line 34 is:
#if ( (MAC_OS_X_VERSION_MIN_REQUIRED >= 1030) || (!defined (__POWERPC__)) )
Now according to this mailing on the Apple developer lists:
http://lists.apple.com/archives/Xcode-users/2005/May/msg00602.html
that particular #define was removed from the gcc compiler defaults
and AvailabilityMacros.h (/usr/include/AvailabilityMacros.h) should
be pulled in directly instead.
Would someone closer to the Mac OS X version of SDL be willing to
make that change please? Thanks.
Laurence Passmore
Homeworld SDL @ www.homeworldsdl.org
Ryan C. Gordon <icculus@icculus.org> [Sun, 18 Mar 2007 22:37:10 +0000] rev 3924
Mac OS X joystick support: don't ignore kHIDUsage_GD_MultiAxisController
devices, since they are probably joysticks, or joystick-like things.
See 3Dconnexion's SpaceNavigator for an example of such a device:
http://www.3dconnexion.com/products/3a1d.php
Thanks to Laurence Passmore for the fix.
Ryan C. Gordon <icculus@icculus.org> [Wed, 14 Mar 2007 01:09:24 +0000] rev 3923
Linux fbcon: don't include asm/page.h if we know getpagesize() exists, since
we don't need it, and doing so will hit #error lines on some CPU archs.
Thanks to Mike Frysinger for the heads up.
Fixes Bugzilla #414.
Ryan C. Gordon <icculus@icculus.org> [Fri, 23 Feb 2007 00:37:07 +0000] rev 3922
Removed some debug printf() calls I accidentally added to Subversion.
Ryan C. Gordon <icculus@icculus.org> [Tue, 20 Feb 2007 22:57:28 +0000] rev 3921
Merged r2987:2988 from trunk/SDL: buggy Sidewinder ID added to linux joysticks.