Sam Lantinga <slouken@libsdl.org> [Sat, 03 May 2003 15:36:10 +0000] rev 617
MacOS X joystick fix
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Apr 2003 06:40:01 +0000] rev 616
Oops...
Sam Lantinga <slouken@libsdl.org> [Sun, 20 Apr 2003 05:41:16 +0000] rev 615
Date: Thu, 17 Apr 2003 23:27:34 -0400
From: Darrell Walisser
Subject: Yet another OS X cursor bug
The synopsis:
1. Call SDL_ShowCursor(0);
2. Call SDL_SetVideoMode();
3. Call SDL_GetEvent();
3. Call SDL_ShowCursor(1);
The result: Sometimes the cursor doesn't come back! Ack! Oddly enough,
it does come back when mousing over the dock or clicking in the menu
bar. But that's besides the point.
The reason why this is happening is a flaw in the handling of
activation/deactivation events. The short explanation is that the
HideCursor() and ShowCursor() calls must be balanced, but if the cursor
was initially hidden, HideCursor() was called again on the activate
event - so now the next ShowCursor() fails (as does the next, and the
next, for some reason).
So, here's the patch. All it does is keep track of the
HideCursor()/ShowCursor() calls so that they will always be balanced.
Sam Lantinga <slouken@libsdl.org> [Sun, 20 Apr 2003 05:36:52 +0000] rev 614
Date: Wed, 9 Apr 2003 18:21:33 -0230
From: Stephen Anthony <stephena@roadrunner.nf.net>
Subject: [SDL] First patch concerning 4.3 and refresh rates
OK, here's my first draft of the patch for the above subject.
A short explanation:
X 4.3 introduces many more modelines than older versions. This would be
fine, except it introduces many modes with the *same* resolution but
different refresh rates. And SDL won't necessarily pick the one with the
highest refresh rate.
So this patch restores SDL to X 4.2 functionality. That is, there is only
ever one refresh rate *per* resolution, and it is the highest possible.
This functionality can be totally disabled by using the environment
variable 'SDL_VIDEO_X11_USE_ALL_MODES' set equal to 1.
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Apr 2003 16:33:56 +0000] rev 613
Added MacOS X CD-ROM audio support (thanks Max and Darrell)
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Apr 2003 16:04:31 +0000] rev 612
Fixed video intitialization problem on Qtopia (thanks David!)
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Apr 2003 16:02:08 +0000] rev 611
Date: Wed, 9 Apr 2003 01:03:25 -0400 (EDT)
From: "Matthew N. Dodd"
Subject: SDL patch: FreeBSD joystick support.
This patch deals with the recent changes in FreeBSD.
We're making an effort not to diverge our libusbhid from NetBSD's.
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Apr 2003 15:46:56 +0000] rev 610
Date: Mon, 14 Apr 2003 22:08:27 +0100
From: Patrice Mandin
Subject: [SDL][PATCH] 2 patches for sdl
Here are 2 patches for SDL:
- One is to put the dummy video drivers at the end of the
video drivers list. It gave me problems, when
SDL_VIDEODRIVER is not set, and the dummy driver is used
instead of the platform's driver, just because it is
always available. So the dummy driver must always be at
the end of the list. I suppose picogui and dc video
drivers also don't work.
Sam Lantinga <slouken@libsdl.org> [Sat, 22 Mar 2003 17:39:26 +0000] rev 609
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 09 Mar 2003 21:38:18 +0000] rev 608
*** empty log message ***