Sam Lantinga [Tue, 09 May 2006 07:52:04 +0000] rev 1793
Date: Mon, 8 May 2006 14:19:30 -0700
From: Bob Ippolito
Subject: SDL trunk (r2346) and Mac OS X
As for all the Carbon warnings.. the two File Manager ones should be
easy to get rid of, the QuickDraw ones won't be so easy since that
requires actual refactoring.
PBUnmountVol -> FSEjectVolumeSync
FSClose -> FSCloseFork
Sam Lantinga [Tue, 09 May 2006 07:50:28 +0000] rev 1792
More compile fixes for systems without the DPMS extension
Sam Lantinga [Tue, 09 May 2006 07:45:12 +0000] rev 1791
Fixed build errors on systems without the DPMS extension
Sam Lantinga [Tue, 09 May 2006 07:26:58 +0000] rev 1790
Date: Mon, 8 May 2006 14:19:30 -0700
From: Bob Ippolito
Subject: SDL trunk (r2346) and Mac OS X
The current state of the trunk doesn't quite compile on Mac OS X,
I've attached a series of patches that gets it to compile and kills a
few warnings.
sdl-trunk-r2346-dlcompat-warnings.diff:
The dlcompat thing is just loaded with incorrect type signatures ..
some of them have changed since 10.2 and others are just flat wrong.
This puts it in sync with the latest headers. People on 10.2 will get
the warnings instead of people with new kits.
Sam Lantinga [Tue, 09 May 2006 07:20:32 +0000] rev 1789
Fixed bug #104
If your mouse cursor is not within the SDL frame and you warp the mouse, you
get an enter notify, not a motion notify.
Therefore, SDL does not update its internal mouse state.
What's about calling SDL_PrivateMouseMotion even when getting an EnterNotify?
Regards,
Johannes
Sam Lantinga [Tue, 09 May 2006 07:16:38 +0000] rev 1788
Fixed bug #144
Make sure we don't crash or deadlock if someone tries to free a timer after
the timer subsystem has been shut down.
Sam Lantinga [Tue, 09 May 2006 07:05:35 +0000] rev 1787
Fixed bug #201
Here's a patch for SDL_fbevents.c that makes SDL fbcon recognize both left Alt
and right Alt (altgr). Without this, it's impossible to write a lot of
characters on a standard fi-latin1 mapped keyboard, like "@£${[]}\|~".
/Jonatan
Sam Lantinga [Tue, 09 May 2006 06:44:47 +0000] rev 1786
Fixed bug #106
Wait for any pending operations to complete before freeing a hardware surface.
Sam Lantinga [Tue, 09 May 2006 06:14:11 +0000] rev 1785
Fixed DGA mode sorting and eliminated doublescan and interlaced modes
Sam Lantinga [Mon, 08 May 2006 06:54:20 +0000] rev 1784
Disable the screensaver in DGA mode, which is even more important than X11...