Patrice Mandin <patmandin@gmail.com> [Thu, 02 Jun 2005 22:02:18 +0000] rev 1066
Resize window to fit asked video mode
Patrice Mandin <patmandin@gmail.com> [Thu, 02 Jun 2005 22:00:48 +0000] rev 1065
Enable/disable mouse focus
Patrice Mandin <patmandin@gmail.com> [Tue, 31 May 2005 12:31:11 +0000] rev 1064
Add Centscreen extended modes support
Patrice Mandin <patmandin@gmail.com> [Fri, 20 May 2005 20:37:28 +0000] rev 1063
Used wrong offset in joystick packet
Sam Lantinga <slouken@libsdl.org> [Fri, 20 May 2005 07:34:34 +0000] rev 1062
Date: Tue, 22 Mar 2005 23:50:20 +0100
From: Johannes Schmidt
Subject: [PATCH] Re: [SDL] SDL 1.2.8 Prerelease
On Saturday 18 December 2004 13:59, Stephane Marchesin wrote:
> >#error "The kernel sources in /usr/src/linux are not yet configured."
> >#error "Please run 'make cloneconfig && make dep' in /usr/src/linux/"
> >#error "to get a kernel that is configured like the running kernel."
> >#error "Alternatively, you can copy one of the config files"
> >#error "arch/$ARCH/defconfig.* to .config, and run"
> >#error "'make oldconfig && make dep' to configure the kernel"
> >#error "for that configuration."
> >-
>
> That's the Suse kernel sources...
> I think the only way out is to add a test in ./configure
Attached is a patch (it works for me[TM]) which adds a CheckLinuxVersion() to
configure.in and a check for HAVE_LINUX_VERSION_H to
src/cdrom/linux/SDL_syscdrom.c.
Patrice Mandin <patmandin@gmail.com> [Wed, 18 May 2005 17:02:17 +0000] rev 1061
Add Falcon Centscreen extension support
Sam Lantinga <slouken@libsdl.org> [Mon, 16 May 2005 08:23:34 +0000] rev 1060
Support SDL_VIDEO_X11_NODIRECTCOLOR for OpenGL visuals
Sam Lantinga <slouken@libsdl.org> [Mon, 16 May 2005 07:43:46 +0000] rev 1059
Date: Tue, 10 May 2005 22:15:25 +0100
From: Peter Naulls
Subject: RISC OS SDL patch
Some of the RISC OS audio code is no longer used do to the switch to
/dev/dsp, and can be removed as per the attached diff.
Sam Lantinga <slouken@libsdl.org> [Mon, 16 May 2005 05:55:17 +0000] rev 1058
Eh, more correct.
Sam Lantinga <slouken@libsdl.org> [Mon, 16 May 2005 05:34:58 +0000] rev 1057
Date: Mon, 02 May 2005 04:23:16 -0500
From: Jonathan Atkins
Subject: Re: [PATCH] *CRITICAL* 8bit direct RGB palette not being created
I think that SDL_AllocFormat should create the palette for all 8bit
surfaces. And when the RGBAmasks match the normal 3:3:2:0 we need to
apply the old behavior. If the mask doesn't match that, then we need
to make the right palette assuming the masks are valid (I don't think
we validate any masks for high color surfaces...so we wouldn't here)
Then there's always a palette available for the 8bit surfaces.
This restores the normal behavior and allows for masks to create
palettes automatically for odd masks even, which would be a neato
thing to have in there, as SDL never did this before.