Sam Lantinga <slouken@libsdl.org> [Sun, 08 Jul 2007 14:24:55 +0000] rev 2157
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:51 +0000] rev 2156
Fixed configure warning about datarootdir
Ryan C. Gordon <icculus@icculus.org> [Sun, 08 Jul 2007 01:37:48 +0000] rev 2155
Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.
Bob Pendleton <bob@pendleton.com> [Fri, 06 Jul 2007 15:45:28 +0000] rev 2154
fixed code for printing mousewheel events to match the new format of mousewheel events.
Sam Lantinga <slouken@libsdl.org> [Fri, 06 Jul 2007 13:45:10 +0000] rev 2153
Reverted mousewheel support in 1.2, since it breaks binary compatibility.
Sam Lantinga <slouken@libsdl.org> [Fri, 06 Jul 2007 09:22:18 +0000] rev 2152
Fixed bug #382
Added horizontal scrolling support
Sam Lantinga <slouken@libsdl.org> [Thu, 05 Jul 2007 06:35:40 +0000] rev 2151
Fixed bug #436
The install-lib target should depend on the libraries that are built.
Sam Lantinga <slouken@libsdl.org> [Thu, 05 Jul 2007 06:14:26 +0000] rev 2150
Fixed bug #77
If the ARB pixel format selection fails, use a version of ChoosePixelFormat() that doesn't return a less capable format than was requested.
Sam Lantinga <slouken@libsdl.org> [Thu, 05 Jul 2007 05:57:31 +0000] rev 2149
Fixed mode code under VMware running Windows 98
Sam Lantinga <slouken@libsdl.org> [Thu, 05 Jul 2007 05:28:08 +0000] rev 2148
I'm not sure this is a good idea yet, since it adds a unicows.dll redistribution requirement on windows, but adding unicows allows SDL 1.3 to run on Windows 98.