log

age author description
Sun, 21 Dec 2008 08:24:32 +0000 Sam Lantinga Added test program to verify fill functionality
Sat, 20 Dec 2008 23:19:20 +0000 Sam Lantinga Date: Sat, 20 Dec 2008 23:25:19 +0100
Sat, 20 Dec 2008 23:10:20 +0000 Sam Lantinga indent
Sat, 20 Dec 2008 18:56:35 +0000 Sam Lantinga Added missing return
Sat, 20 Dec 2008 18:40:30 +0000 Sam Lantinga Turn on line antialiasing (requires blending to be enabled)
Sat, 20 Dec 2008 18:26:06 +0000 Sam Lantinga Add a few test pattern lines
Sat, 20 Dec 2008 13:55:45 +0000 Sam Lantinga indent
Sat, 20 Dec 2008 13:54:19 +0000 Sam Lantinga Placeholder for line drawing algorithm (current code doesn't work)
Sat, 20 Dec 2008 13:53:54 +0000 Sam Lantinga Fixed crash in software line drawing
Sat, 20 Dec 2008 13:14:28 +0000 Sam Lantinga Added stubs for software implementations of blending fills and line drawing
Sat, 20 Dec 2008 12:32:53 +0000 Sam Lantinga Added a test program for line drawing
Sat, 20 Dec 2008 12:32:38 +0000 Sam Lantinga Minor corrections
Sat, 20 Dec 2008 12:32:25 +0000 Sam Lantinga indent
Sat, 20 Dec 2008 12:00:00 +0000 Sam Lantinga Date: Fri, 19 Dec 2008 20:17:35 +0100
Sat, 20 Dec 2008 08:41:05 +0000 Sam Lantinga indent
Sat, 20 Dec 2008 06:46:37 +0000 Sam Lantinga Fixed crash when resizing YUV textures
Fri, 19 Dec 2008 09:15:59 +0000 Ryan C. Gordon More resampling fixes.
Fri, 19 Dec 2008 08:30:26 +0000 Ryan C. Gordon Allocate SDL_AudioCVT::coeff before using it.
Fri, 19 Dec 2008 06:43:41 +0000 Ryan C. Gordon Use SDL_zerop instead of SDL_memset.
Fri, 19 Dec 2008 06:01:03 +0000 Ryan C. Gordon Zero out SDL_AudioCVT struct before using it, to ensure it's all initialized.
Fri, 19 Dec 2008 04:42:18 +0000 Sam Lantinga Reminder to implement icon support
Wed, 17 Dec 2008 07:19:55 +0000 Sam Lantinga indent
Wed, 17 Dec 2008 07:17:54 +0000 Sam Lantinga * Implemented X11 fullscreen input grab
Tue, 16 Dec 2008 17:44:10 +0000 Sam Lantinga indent
Tue, 16 Dec 2008 17:41:03 +0000 Sam Lantinga Progress on fullscreen mode switching on X11
Tue, 16 Dec 2008 17:40:30 +0000 Sam Lantinga Use the desktop format instead of an arbitrary one.
Sun, 14 Dec 2008 07:22:15 +0000 Sam Lantinga Corrected case for TargetConditionals.h
Sun, 14 Dec 2008 04:36:32 +0000 Sam Lantinga The X11 window and all pixmaps and images share the same visual and depth.
Sat, 13 Dec 2008 13:30:11 +0000 Sam Lantinga Whoops, the X11 driver doesn't support fullscreen modes (yet)
Sat, 13 Dec 2008 13:10:53 +0000 Sam Lantinga Fixed BadMatch error in X11 renderer