Sam Lantinga <slouken@libsdl.org> [Sun, 08 Jul 2007 14:24:27 +0000] rev 4020
Fixed bug #451
SDL_memset4 copies a 32-bit value, not an 8-bit value.
Sam Lantinga <slouken@libsdl.org> [Sun, 08 Jul 2007 05:58:16 +0000] rev 4019
Fixed configure warning about datarootdir
Sam Lantinga <slouken@libsdl.org> [Sun, 08 Jul 2007 04:07:36 +0000] rev 4018
Fixed typo... did somebody not compile this before submitting a patch?
Ryan C. Gordon <icculus@icculus.org> [Sun, 08 Jul 2007 01:55:46 +0000] rev 4017
This looks like it might hit Bugzilla #441, too, so we'll play it safe.
Ryan C. Gordon <icculus@icculus.org> [Sun, 08 Jul 2007 01:50:26 +0000] rev 4016
Clear the NOFRAME and RESIZABLE flags in the X11 target before setting their
new values, so multiple calls to SetVideoMode() that toggle these will end
up with the right data.
Fixes Bugzilla #441.
Ryan C. Gordon <icculus@icculus.org> [Sun, 08 Jul 2007 01:36:16 +0000] rev 4015
Fixed compiler warning (gcc w/ -Wall) for using getpid() and kill() without
their proper headers included.
Ryan C. Gordon <icculus@icculus.org> [Sun, 08 Jul 2007 01:35:50 +0000] rev 4014
Fixed compiler warning (gcc w/ -Wall) for unused variable, and checked for
error return code too.
Sam Lantinga <slouken@libsdl.org> [Sat, 07 Jul 2007 19:22:27 +0000] rev 4013
Use GL direct updates when possible
Sam Lantinga <slouken@libsdl.org> [Sat, 07 Jul 2007 19:20:28 +0000] rev 4012
Fixed bug #360
Fixed fullscreen video modes and improved the mouse grab code.
Sam Lantinga <slouken@libsdl.org> [Fri, 06 Jul 2007 13:39:03 +0000] rev 4011
Reverted mousewheel support in 1.2, since it breaks binary compatibility.