New commits:
http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=19e55799efdf88c1e76a8fabc8b7c59a09d0101e
commit 19e55799efdf88c1e76a8fabc8b7c59a09d0101e
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon Nov 1 11:03:56 2010 +0100

    release 1.4.8

 ChangeLog |   56 ++++++++++++++++++++++++++++++++++++++++++++------------
 NEWS      |   19 +++++++++++++++++++
 2 files changed, 63 insertions(+), 12 deletions(-)

http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=1b31563674e0c4971e58a6df32214f4681965a4c
commit 1b31563674e0c4971e58a6df32214f4681965a4c
Author: Denis Oliver Kropp <[email protected]>
Date:   Mon Nov 1 11:01:48 2010 +0100

    Add ISaWMan::GetUpdates() which returns updates done on screen (blocking 
until updated since last call).
    
    Enable support for remote session via Voodoo (when remote option is set).
    
    Add option "resolution=<width>x<height>" to set a virtual SaWMan 
resolution, e.g. to be used
    across all input devices (absolute positioning on screen, or unified 
relative motion/sensitivity).
    Default resolution is either "mode" option from DirectFB if set or queried 
on first screen.
    
    Add option "hw-cursor=<layer-id>" to use a hardware layer for the cursor 
shape.
    
    Implement new cursor APIs of DirectFB.
    
    Implement sending DWET_UPDATE events.
    
    Different fixes and minor enhancements.

 include/sawman.h      |   20 ++-
 src/isawman.c         |  108 +++++++++-
 src/isawman.h         |   19 ++
 src/isawmanmanager.c  |    4 +-
 src/sawman.c          |  144 ++++++++++++-
 src/sawman_config.c   |   43 ++++-
 src/sawman_config.h   |    7 +
 src/sawman_draw.c     |   19 +--
 src/sawman_draw.h     |    4 +-
 src/sawman_internal.h |   55 ++++--
 src/sawman_updates.c  |   31 +++-
 src/sawman_window.c   |  195 ++++++++++++++--
 src/sawman_window.h   |   78 ++++---
 wm/sawman/sawman_wm.c |  597 +++++++++++++++++++++++++++++++++++++++++++------
 14 files changed, 1161 insertions(+), 163 deletions(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to