Sam Lantinga <slouken@libsdl.org> [Sun, 15 Dec 2002 09:09:31 +0000] rev 561
Date: Sat, 14 Dec 2002 13:33:05 -0500
From: Darrell Walisser
Subject: Re: crash in SDL / OSX
> Yes, compose keys and other "dead" keys should have unicode 0.
> As a hack, if you get multiple composed characters, you can send the
> sequence with a valid unicode and a keysym of 0. It's because of
> things like this that I'm separating the key and char events in SDL 2.0
I've done this and here's the patch.
Ryan C. Gordon <icculus@icculus.org> [Fri, 13 Dec 2002 21:09:52 +0000] rev 560
Moved some cleanup stuff to QZ_VideoQuit() from QZ_UnsetVideoMode()...fixes
cursor hiding, etc when calling SDL_SetVideoMode() multiple times. Fixed by
Darrell Walisser.
Sam Lantinga <slouken@libsdl.org> [Wed, 11 Dec 2002 05:52:28 +0000] rev 559
Fixed invalid memory access in DGA video driver (thanks ldb!)
Sam Lantinga <slouken@libsdl.org> [Wed, 11 Dec 2002 05:47:32 +0000] rev 558
Fixed left/right shift detection on Windows (thanks Mike!)
Sam Lantinga <slouken@libsdl.org> [Sat, 07 Dec 2002 06:54:47 +0000] rev 557
Updated Atari port for new system headers (thanks Patrice!)
Sam Lantinga <slouken@libsdl.org> [Sat, 07 Dec 2002 06:51:03 +0000] rev 556
Fixed compile error if there is no X11 shared memory support.
Sam Lantinga <slouken@libsdl.org> [Sat, 07 Dec 2002 06:48:49 +0000] rev 555
From: Darrell Walisser
Subject: Re: [SDL] OS X and power save
Here ya go. This works just fine. One might complain that it doesn't
generate the event until after wake as completed (there is about 5
seconds between the screen coming up and the expose event), but I think
that's OK.
Sam Lantinga <slouken@libsdl.org> [Mon, 02 Dec 2002 03:11:36 +0000] rev 554
Linux joystick cleanups from Alan Swanson
Sam Lantinga <slouken@libsdl.org> [Mon, 02 Dec 2002 02:40:58 +0000] rev 553
There's a bug in the VC7 optimizer relating to the duff loop optimization
Sam Lantinga <slouken@libsdl.org> [Mon, 02 Dec 2002 02:35:58 +0000] rev 552
*** empty log message ***