Sam Lantinga <slouken@libsdl.org> [Tue, 03 Jul 2007 09:16:14 +0000] rev 3993
Added patch note for fixing bug 335
Sam Lantinga <slouken@libsdl.org> [Tue, 03 Jul 2007 09:05:51 +0000] rev 3992
Fixed bug #335
Use SetSystemPaletteUse() to get better access to the system palette.
We can still do better palette matching in the case where we aren't
using fullscreen mode or a hardware palette, but that can wait for
another day. :)
Sam Lantinga <slouken@libsdl.org> [Mon, 02 Jul 2007 02:45:52 +0000] rev 3991
Fixed assembly relocation problems, so we can check for NASM on Mac OS X.
Sam Lantinga <slouken@libsdl.org> [Sat, 30 Jun 2007 08:09:53 +0000] rev 3990
OpenGL is in the X11 directory on some systems.
Sam Lantinga <slouken@libsdl.org> [Sat, 30 Jun 2007 03:47:50 +0000] rev 3989
Fixed 64-bit compile issues
Ryan C. Gordon <icculus@icculus.org> [Thu, 28 Jun 2007 19:29:26 +0000] rev 3988
Corrected mismerge of XIM patch, thanks Alissa!
Fixes Bugzilla #429.
Sam Lantinga <slouken@libsdl.org> [Thu, 28 Jun 2007 08:33:59 +0000] rev 3987
iconv() doesn't write to the data, just make compilers happy
Sam Lantinga <slouken@libsdl.org> [Thu, 28 Jun 2007 06:53:09 +0000] rev 3986
Whoops, need to actually copy inbuf
Sam Lantinga <slouken@libsdl.org> [Thu, 28 Jun 2007 06:47:35 +0000] rev 3985
Okay, apparently the newer standard specifies char** for the inbuf
parameter to iconv()
(See http://lists.debian.org/debian-glibc/2004/05/msg00006.html)
I'm casting in the general case, but I added a non-const codepath in
case it matters on some platform.
Sam Lantinga <slouken@libsdl.org> [Thu, 28 Jun 2007 05:35:50 +0000] rev 3984
Better fix for bug 419