Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 20:45:55 +0000] rev 4276
Fixed make dist
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 20:31:21 +0000] rev 4275
Split acinclude.m4 into its constituent parts for easy upgrading
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Oct 2009 20:30:45 +0000] rev 4274
Make the temporary black window be the maximum of all visible dimensions
Sam Lantinga <slouken@libsdl.org> [Fri, 02 Oct 2009 13:50:50 +0000] rev 4273
You should check for the C compiler before you set CFLAGS. :)
Sam Lantinga <slouken@libsdl.org> [Fri, 02 Oct 2009 11:26:59 +0000] rev 4272
Fixed nasm detection for newer autotools
Sam Lantinga <slouken@libsdl.org> [Fri, 02 Oct 2009 11:12:04 +0000] rev 4271
Updated version for mingw32 build
Sam Lantinga <slouken@libsdl.org> [Wed, 30 Sep 2009 20:38:28 +0000] rev 4270
Fixed VC2005 compiler warnings
Sam Lantinga <slouken@libsdl.org> [Wed, 30 Sep 2009 04:49:57 +0000] rev 4269
I just tested DGA mouse motion with X.org 1.6.0 and it's working fine,
with evdev and the G5 mouse. It's not creating a ton of events here.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Sep 2009 13:50:33 +0000] rev 4268
Make SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) work with GLX_SGI_swap_control.
Fixes Bugzilla #697.
Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Sep 2009 13:42:33 +0000] rev 4267
Removed isCustom ... not used any more.