Sam Lantinga <slouken@libsdl.org> [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 <slouken@libsdl.org> [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 <slouken@libsdl.org> [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 <slouken@libsdl.org> [Tue, 09 May 2006 06:14:11 +0000] rev 1785
Fixed DGA mode sorting and eliminated doublescan and interlaced modes
Sam Lantinga <slouken@libsdl.org> [Mon, 08 May 2006 06:54:20 +0000] rev 1784
Disable the screensaver in DGA mode, which is even more important than X11...
Sam Lantinga <slouken@libsdl.org> [Mon, 08 May 2006 06:38:13 +0000] rev 1783
Fixed bug #203
Disable screensaver and DPMS blanking while SDL app is running.
Sam Lantinga <slouken@libsdl.org> [Mon, 08 May 2006 06:23:11 +0000] rev 1782
(none)
Sam Lantinga <slouken@libsdl.org> [Mon, 08 May 2006 05:36:45 +0000] rev 1781
Get updates to the shadow surface while switched away
Sam Lantinga <slouken@libsdl.org> [Mon, 08 May 2006 05:33:02 +0000] rev 1780
Fixed bug #49
Added support for non-blocking VT switching on the framebuffer console.
Sam Lantinga <slouken@libsdl.org> [Mon, 08 May 2006 05:30:15 +0000] rev 1779
Made it easier to test some things on the framebuffer console