log

age author description
Fri, 02 Jan 2009 17:39:48 +0000 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
Fri, 02 Jan 2009 16:38:31 +0000 Sam Lantinga There are still 8-bit applications that can take advantage of these (like Diablo 2)
Fri, 02 Jan 2009 16:06:29 +0000 Sam Lantinga Maybe add a timeout for SDL_WaitEvent()
Fri, 02 Jan 2009 16:03:37 +0000 Sam Lantinga indent
Fri, 02 Jan 2009 15:47:49 +0000 Sam Lantinga Don't use DirectColor visuals until we implement DirectColor colormap support
Fri, 02 Jan 2009 10:30:53 +0000 Sam Lantinga Hopefully fixed crash when there are no input devices
Fri, 02 Jan 2009 09:50:25 +0000 Sam Lantinga The _NET_WM_ICON protocol doesn't require the icon to be set before the window is shown.
Fri, 02 Jan 2009 09:27:36 +0000 Sam Lantinga It's probably not worth pushing palettized textures. The memory optimization
Fri, 02 Jan 2009 09:14:55 +0000 Sam Lantinga Now that we don't have to worry about 8-bit displays, maybe we can add alpha
Fri, 02 Jan 2009 09:12:21 +0000 Sam Lantinga Bye bye PseudoColor! :)
Fri, 02 Jan 2009 09:04:31 +0000 Sam Lantinga Ryan doesn't like hung programs to lock up his system. Silly, huh?
Fri, 02 Jan 2009 08:12:14 +0000 Ryan C. Gordon Fixed off-by-one in audio converters, when growing a data type's size.
Fri, 02 Jan 2009 07:34:01 +0000 Ryan C. Gordon Avoid unnecessary assignment in generated audio type converters.
Fri, 02 Jan 2009 04:35:52 +0000 Sam Lantinga Whoops, we need to actually fill the colormap on DirectColor visuals.
Fri, 02 Jan 2009 01:37:07 +0000 Sam Lantinga Added Couriersud to credits for finding bugs
Fri, 02 Jan 2009 01:34:52 +0000 Sam Lantinga Date: Fri, 02 Jan 2009 00:54:48 +0100
Fri, 02 Jan 2009 01:32:51 +0000 Sam Lantinga Don't check in personal files
Thu, 01 Jan 2009 23:49:28 +0000 Holmes Futrell Added target testdraw2 for running the test/testdraw2.c test.
Thu, 01 Jan 2009 23:47:33 +0000 Holmes Futrell Modified OpenGL ES render driver to support new SDL_RenderFill, SDL_RenderLine, and SDL_RenderPoint.
Thu, 01 Jan 2009 23:01:05 +0000 Holmes Futrell Re-enabled joystick support during compilation.
Thu, 01 Jan 2009 21:34:22 +0000 Sam Lantinga Date: Thu, 01 Jan 2009 21:32:12 +0100
Thu, 01 Jan 2009 19:42:48 +0000 Sam Lantinga Kicking off the great SDL Bug Hunt for January 2009
Thu, 01 Jan 2009 18:58:26 +0000 Sam Lantinga Fixed DirectColor visual window creation problem
Thu, 01 Jan 2009 18:49:43 +0000 Sam Lantinga Windows line drawing support is implemented
Thu, 01 Jan 2009 08:22:20 +0000 Sam Lantinga Oh yeah, it's an XInput symbol
Thu, 01 Jan 2009 08:21:19 +0000 Sam Lantinga indent
Thu, 01 Jan 2009 08:19:56 +0000 Sam Lantinga Added missing symbol
Thu, 01 Jan 2009 07:59:08 +0000 Sam Lantinga Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
Thu, 01 Jan 2009 07:58:20 +0000 Ryan C. Gordon Audio driver priority: favor PulseAudio and ALSA over OSS.
Thu, 01 Jan 2009 07:54:58 +0000 Ryan C. Gordon Adjusted default choice of audio driver.