Sam Lantinga <slouken@libsdl.org> [Mon, 12 Jan 2009 08:28:17 +0000] rev 3031
Don't complain when the GNOME screensaver isn't running (or available)
Sam Lantinga <slouken@libsdl.org> [Mon, 12 Jan 2009 08:26:24 +0000] rev 3030
This is so wrong, it hurts.
Instead of the GNOME screensaver respecting the MIT-SCREEN-SAVER extension
and registering for the screensaver idle event, it uses a completely different
control mechanism. Our alternatives are to use dbus (very complicated) or
this really painful hack.
Sam Lantinga <slouken@libsdl.org> [Mon, 12 Jan 2009 08:23:47 +0000] rev 3029
Re-enable the screensaver at exit, just in case it's needed...
Sam Lantinga <slouken@libsdl.org> [Mon, 12 Jan 2009 08:23:12 +0000] rev 3028
Don't disable the screen saver by default for windows applications
Sam Lantinga <slouken@libsdl.org> [Mon, 12 Jan 2009 06:22:26 +0000] rev 3027
Fixed snapshot target
Sam Lantinga <slouken@libsdl.org> [Mon, 12 Jan 2009 06:21:34 +0000] rev 3026
Reverted SDL_LoadICO_RW() addition, this should go in SDL_image
Sam Lantinga <slouken@libsdl.org> [Mon, 12 Jan 2009 06:19:05 +0000] rev 3025
Added an API to enable/disable the screen saver.
The screensaver is disabled by default when using SDL 1.2 compatibility.
Use the new XScreenSaver extension, removed unused DPMS extension.
Couriersud <couriersud@arcor.de> [Sun, 11 Jan 2009 23:56:19 +0000] rev 3024
Add SDL_LoadICO_RW to SDL. Loads best quality icon from *.ico file.
Couriersud <couriersud@arcor.de> [Sun, 11 Jan 2009 23:49:23 +0000] rev 3023
DirectFB cleanups & simple window manager
- use SDL_getenv, not getenv ...
- no more support for 0.9.25 - not even mentioned any longer on directfb.org
- fix fullscreen issues
- add a simple window manager unless the directfb team comes up with a working wm.
The driver has support for a very, very basic window manager you may
want to use when runnning with "wm=default". Use
export SDL_DIRECTFB_WM=1
to enable basic window borders including icon support. In order to have the window title rendered,
you need to have the following font installed:
/usr/share/fonts/truetype/freefont/FreeSans.ttf
Couriersud <couriersud@arcor.de> [Sun, 11 Jan 2009 23:39:11 +0000] rev 3022
Fix a 64bit issue in linux/SDL_sysjoystick (int != long on 64bit)