Patrice Mandin <patmandin@gmail.com> [Sat, 14 Feb 2004 10:12:27 +0000] rev 820
Important crash fix: system vectors for mouse/joystick were not restored
Sam Lantinga <slouken@libsdl.org> [Sat, 14 Feb 2004 06:04:41 +0000] rev 819
Update the version on the SDL shared library. Use SDL stub library for tests.
Sam Lantinga <slouken@libsdl.org> [Fri, 13 Feb 2004 18:39:01 +0000] rev 818
Fixed typo in DirectFB driver (thanks Frank!)
Sam Lantinga <slouken@libsdl.org> [Fri, 13 Feb 2004 18:01:22 +0000] rev 817
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Fri, 13 Feb 2004 17:57:16 +0000] rev 816
Date: Fri, 13 Feb 2004 17:03:16 +0100
From: Max Horn
Subject: Modifier key fix
The internal modifier state can get out of sync with reality. To
trigger this, do for example this:
1) Launch an SDL app
2) Alt-click on the desktop (this will hide the SDL app).
3) Bring the SDL app back to the front
4) SDL will still think alt is pressed (and as such will treat left
clicks like middle clicks). If you press and release alt, it'll be fine
again.
The attached patch cures this by rechecking the modifier state whenever
we process an event.
Sam Lantinga <slouken@libsdl.org> [Fri, 13 Feb 2004 06:42:17 +0000] rev 815
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 12 Feb 2004 16:29:24 +0000] rev 814
Use sigaction instead of signal to preserve handler flags (thanks Matthew!)
Sam Lantinga <slouken@libsdl.org> [Thu, 12 Feb 2004 16:05:30 +0000] rev 813
Added support for remote XVideo (thanks Frederic!)
Sam Lantinga <slouken@libsdl.org> [Thu, 12 Feb 2004 06:21:13 +0000] rev 812
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 11 Feb 2004 16:50:54 +0000] rev 811
Don't use hardware overlay by default (seems much faster this way)