New commits:
http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=ffa1642e52126214b84e0030b35b7216b60dedab
commit ffa1642e52126214b84e0030b35b7216b60dedab
Author: Niels Roest <[email protected]>
Date:   Fri Jan 30 16:51:19 2009 +0100

    [Interface] Big interface clean-up.
    - interface functions have external types
    - no need to traverse internal SaWMan or DirectFB structures
    - not backwards compatible!
    
    (bugfix in release / cleaning up of skirmish 'context' locks)
    (fix for skirmish assert in swmdump)

 include/Makefile.am      |    1 -
 include/sawman.h         |  219 +++++++++++++++++++--
 include/sawman_manager.h |  509 ----------------------------------------------
 include/sawman_types.h   |    8 -
 samples/sample1.c        |    4 -
 samples/testman.c        |  201 +++++++++----------
 samples/testrun.c        |    4 -
 src/Makefile.am          |    1 +
 src/isawman.c            |   15 +-
 src/isawmanmanager.c     |  115 ++++++++---
 src/sawman.c             |   20 +-
 src/sawman_draw.c        |   28 ++--
 src/sawman_internal.h    |  442 ++++++++++++++++++++++++++++++++++++++++
 tools/swmdump.c          |    4 +-
 wm/sawman/sawman_wm.c    |  169 ++++++++++------
 15 files changed, 967 insertions(+), 773 deletions(-)

http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=de7e82f16d1b9ea7c94a1eaea9014260fe4f5153
commit de7e82f16d1b9ea7c94a1eaea9014260fe4f5153
Author: Niels Roest <[email protected]>
Date:   Tue Jan 20 19:10:34 2009 +0100

    [key handling] Key routing fixes.
    - up and down keys are now routed.
    - Unselected keys are now routed.
    - double routing (recursion) is fixed: prohibited.
    (small fix in autogen script)

 autogen.sh            |   12 +++++--
 include/sawman.h      |    2 +-
 src/isawman.c         |    4 ++-
 wm/sawman/sawman_wm.c |   90 ++++++++++++++++++++++++++----------------------
 4 files changed, 62 insertions(+), 46 deletions(-)

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

Reply via email to