New commits:
http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=66ea3278b65fcf314b04813051336f149a511e1c
commit 66ea3278b65fcf314b04813051336f149a511e1c
Author: Niels Roest <[email protected]>
Date:   Thu Feb 12 19:10:25 2009 +0100

    [key handling] Some Key DWKS_LIST implementation + cleanup fix.

 include/sawman.h      |    6 +++-
 src/sawman.c          |   16 +++++----
 wm/sawman/sawman_wm.c |   90 ++++++++++++++++++++++++++++++------------------
 3 files changed, 70 insertions(+), 42 deletions(-)

http://git.directfb.org/?p=extras/SaWMan.git;a=commit;h=221a597b5352bf39de2b06702cbca022dede45e0
commit 221a597b5352bf39de2b06702cbca022dede45e0
Author: Niels Roest <[email protected]>
Date:   Mon Apr 27 20:27:59 2009 +0200

    [Interface] Big interface clean-up.
    - interface functions have external types
    - no need to traverse internal SaWMan or DirectFB structures
    - not backwards compatible!
    
    [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)
    (fix for skirmish assert in swmdump)

 autogen.sh               |   12 +-
 include/Makefile.am      |    1 -
 include/sawman.h         |  221 +++++++++++++++++++--
 include/sawman_manager.h |  516 ----------------------------------------------
 include/sawman_types.h   |    8 -
 samples/sample1.c        |    4 -
 samples/testman.c        |  201 ++++++++----------
 samples/testrun.c        |    4 -
 src/Makefile.am          |    1 +
 src/isawman.c            |   19 ++-
 src/isawmanmanager.c     |  115 +++++++---
 src/sawman.c             |   20 +-
 src/sawman_draw.c        |   28 ++--
 src/sawman_internal.h    |  448 ++++++++++++++++++++++++++++++++++++++++
 tools/swmdump.c          |    4 +-
 wm/sawman/sawman_wm.c    |  241 +++++++++++++---------
 16 files changed, 1026 insertions(+), 817 deletions(-)

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

Reply via email to