Sam Lantinga <slouken@libsdl.org> [Wed, 11 Feb 2004 16:40:17 +0000] rev 810
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 11 Feb 2004 16:10:16 +0000] rev 809
Date: Tue, 13 Jan 2004 19:25:37 +0300
From: Dmitry Yakimov
Subject: [SDL] [PATCH] SDL bug patch
Let me introduce 2 fixes to SDL.
1. Preventing great slowdown on fast machines while hardware
flipping (it's obviously bug).
2. Setting up 85 Hz of monitor if supported. The reason is that
Win98 by default sets lowest frequency 60 Hz.
And we can't set up maximum frequency because some users can have
wrong monitor drivers.
This is important for shareware and commercial programs.
Sam Lantinga <slouken@libsdl.org> [Wed, 11 Feb 2004 07:26:29 +0000] rev 808
Simplify code and clean up Valgrind warning
Sam Lantinga <slouken@libsdl.org> [Wed, 11 Feb 2004 07:09:11 +0000] rev 807
Fixed static linking on MacOS X (thanks Max!)
Sam Lantinga <slouken@libsdl.org> [Tue, 10 Feb 2004 17:34:38 +0000] rev 806
Updated projects with cpuinfo API
Sam Lantinga <slouken@libsdl.org> [Tue, 10 Feb 2004 15:39:15 +0000] rev 805
Date: Wed, 04 Feb 2004 13:51:56 +0100
From: Jens Leuschner
Subject: Small patch for libSDL
In newer XFree86 releases in the German keyboard the "AltGr"-Key no
longer produces the keysym "Mode_switch", instead it produces
"ISO_Level3_Shift".
I have created a small patch against SDL-1.2.6 (which cleanly applies to
the current CVS-SDL too) that makes SDL recognize ISO_Level3_Shift as
AltGR key.
Sam Lantinga <slouken@libsdl.org> [Tue, 10 Feb 2004 15:31:35 +0000] rev 804
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Tue, 10 Feb 2004 15:15:40 +0000] rev 803
Updated SDL HTML documentation
Sam Lantinga <slouken@libsdl.org> [Sun, 08 Feb 2004 22:21:30 +0000] rev 802
*** empty log message ***
Patrice Mandin <patmandin@gmail.com> [Sat, 07 Feb 2004 11:25:56 +0000] rev 801
Video modes must be sorted by Y size, for SDL_GetVideoMode() to operate properly