Sam Lantinga <slouken@libsdl.org> [Fri, 30 Oct 2009 04:45:01 +0000] rev 3420
Fixed bug #734
Save and restore the PIC register %ebx/%rbx using push/pop instead of %edi/%rdi
Mike Gorchak <lestat@i.com.ua> [Thu, 29 Oct 2009 09:20:50 +0000] rev 3419
Cursor hotspot fixes.
Sam Lantinga <slouken@libsdl.org> [Wed, 28 Oct 2009 06:08:48 +0000] rev 3418
Fixed compile error
Sam Lantinga <slouken@libsdl.org> [Wed, 28 Oct 2009 06:04:07 +0000] rev 3417
Automatically initialize the video system and create a renderer to simplify use.
Sam Lantinga <slouken@libsdl.org> [Wed, 28 Oct 2009 04:33:24 +0000] rev 3416
Adam Strzelecki to SDL
This patch significantly speeds up make process (mostly noticeable on MinGW+MSYS) canceling implicit rules for dependencies and Makefile.in that caused lot of unnecessary file checks (in case of Windoze those are pretty slow). See "make -d" before and after applying this patch.
Sam Lantinga <slouken@libsdl.org> [Wed, 28 Oct 2009 04:27:50 +0000] rev 3415
Adam Strzelecki to SDL
Actually after my patch commited in r4928 MinGW configure seems to generate broken Makefile due MSYS bash bug. (Attaching cure/patch below)
The problem is that:
TEST=`echo 'one\\
two\\
three\\'`
echo "$TEST"
Should echo:
one\
two\
three\
Does it on Linux, Mac.. all UNIX but not on MSYS (MinGW) which outputs:
one\two\three\
(new lines removed, probably it doesn't like backslashes)
Probably this bug should be submitted to MSYS team, but not waiting till MSYS gets it fixed (they have very slow release cycles) here goes simple cure...
My patch simply replaces single quoted SED rules where we needed newlien injection with double quoted ones.
Tested on Mac, Linux & MinGW. Please review it ASAP coz this may be showstopper for everybody compiling with MinGW.
Sam Lantinga <slouken@libsdl.org> [Fri, 23 Oct 2009 04:08:32 +0000] rev 3414
Adam Strzelecki to SDL
I think something is wrong (look at the fix patch below):
(1) NSRect rect shouldn't be initialized with contentRectForFrameRect: at the top of the function, contentRectForFrameRect is called in non-fullscreen case anyway (1st @@)
(2) I think you've left two lines that should be removed completely (2nd @@)
Sam Lantinga <slouken@libsdl.org> [Fri, 23 Oct 2009 03:58:23 +0000] rev 3413
Adam Strzelecki to SDL
When using deployment in Xcode we use 10.4 SDK for PPC & i386 and 10.6 SDK for x86_64 unfortunately MAC_OS_X_VERSION_10_6 is defined only in 10.6 SDK, in older SDKs it is undefined which makes >= comparison return always TRUTH, so the GCC complains about undefined <NSWindowDelegate>, even if the original intention was to omit <NSWindowDelegate> on older SDKs.
Solution, don't relay on MAC_OS_X_VERSION_10_6 but use OSX revision number 1060 directly as SDL does in many other places.
Mike Gorchak <lestat@i.com.ua> [Thu, 22 Oct 2009 06:09:03 +0000] rev 3412
Fixes in GLES configuration selection.
Mike Gorchak <lestat@i.com.ua> [Thu, 22 Oct 2009 06:08:36 +0000] rev 3411
Fixes in GLES configuration selection. Support for an old QNX 6.3.2.