Ryan C. Gordon [Thu, 05 Jul 2007 02:24:36 +0000] rev 4001
Don't initialize the audio buffer passed to the application's audio callback,
since they are expected to entirely fill it with data or silence.
For legacy apps that might expect the buffer to already have silence and thus
may not fill the buffer in the callback, there's an environment variable to
expose the old behaviour.
Fixes Bugzilla #416.
Sam Lantinga [Wed, 04 Jul 2007 15:22:47 +0000] rev 4000
Oops, didn't mean to commit this...
Sam Lantinga [Wed, 04 Jul 2007 15:22:07 +0000] rev 3999
Fixed bug #450
Sam Lantinga [Wed, 04 Jul 2007 07:54:06 +0000] rev 3998
Fixed bug #447
Xlib uses the native locale, not latin1
... the question is... what does the server use? :)
Sam Lantinga [Wed, 04 Jul 2007 04:27:47 +0000] rev 3997
Fixed bug #349
Solaris doesn't support the LATIN1 character set alias.
Ryan C. Gordon [Tue, 03 Jul 2007 09:53:26 +0000] rev 3996
Fixed yasm/nasm warning.
Fixes Bugzilla #446.
Sam Lantinga [Tue, 03 Jul 2007 09:39:09 +0000] rev 3995
Fixed bug #398
You can use SetColors() before the video mode has been set.
Sam Lantinga [Tue, 03 Jul 2007 09:22:57 +0000] rev 3994
Added some missing patch notes - Ryan, feel free to add them for your commits
Sam Lantinga [Tue, 03 Jul 2007 09:16:14 +0000] rev 3993
Added patch note for fixing bug 335
Sam Lantinga [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. :)