Sam Lantinga <slouken@libsdl.org> [Thu, 01 Jan 2009 19:42:48 +0000] rev 2946
Kicking off the great SDL Bug Hunt for January 2009
Sam Lantinga <slouken@libsdl.org> [Thu, 01 Jan 2009 18:58:26 +0000] rev 2945
Fixed DirectColor visual window creation problem
Sam Lantinga <slouken@libsdl.org> [Thu, 01 Jan 2009 18:49:43 +0000] rev 2944
Windows line drawing support is implemented
Sam Lantinga <slouken@libsdl.org> [Thu, 01 Jan 2009 08:22:20 +0000] rev 2943
Oh yeah, it's an XInput symbol
Sam Lantinga <slouken@libsdl.org> [Thu, 01 Jan 2009 08:21:19 +0000] rev 2942
indent
Sam Lantinga <slouken@libsdl.org> [Thu, 01 Jan 2009 08:19:56 +0000] rev 2941
Added missing symbol
Sam Lantinga <slouken@libsdl.org> [Thu, 01 Jan 2009 07:59:08 +0000] rev 2940
Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
Fixed building SDL without XInput support
Simplified the process of registering a mouse device
Ryan C. Gordon <icculus@icculus.org> [Thu, 01 Jan 2009 07:58:20 +0000] rev 2939
Audio driver priority: favor PulseAudio and ALSA over OSS.
Ryan C. Gordon <icculus@icculus.org> [Thu, 01 Jan 2009 07:54:58 +0000] rev 2938
Adjusted default choice of audio driver.
If a driver can definitely see available devices, it is chosen. Otherwise,
we'll take the first driver that initializes but saw no devices...this might
be because it can't enumerate them, or there really aren't any available.
This prevents the dsp driver from hogging control when there are no /dev/dsp*
nodes (for example, on a Linux box with ALSA and no OSS emulation).
Sam Lantinga <slouken@libsdl.org> [Wed, 31 Dec 2008 08:05:21 +0000] rev 2937
Removed unused variable