New commits:
http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=8bf7a7466695765081913600930c882a678be1f9
commit 8bf7a7466695765081913600930c882a678be1f9
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jun 21 01:36:59 2008 +0200

    updated

 ChangeLog |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=e937ef7ddbdc14f4b0f9e19b8cec8b2c25682862
commit e937ef7ddbdc14f4b0f9e19b8cec8b2c25682862
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jun 21 01:32:31 2008 +0200

    Big restructuring! Keep LiTE lightweight and move actual widgets
    into new library called "LeCK" - LiTE's extended Component Kit.
    
    Renaming still to be done...

 ChangeLog                  |14412 ++++++++++++--------------------------------
 Makefile.am                |    6 +-
 NEWS                       |   11 +
 configure.in               |    2 +
 examples/Makefile.am       |   15 +-
 examples/bench.c           |    9 +-
 examples/checktest.c       |    5 +-
 examples/dfbspy.c          |    9 +-
 examples/hantextlinetest.c |    9 +-
 examples/listtest.c        |    7 +-
 examples/literun.c         |    9 +-
 examples/msgbox.c          |    7 +-
 examples/progressbar.c     |    7 +-
 examples/scrollbartest.c   |    7 +-
 examples/simple.c          |    9 +-
 examples/slider.c          |    5 +-
 examples/textbuttontest.c  |    3 +-
 examples/textlinetest.c    |    7 +-
 examples/textlisttest.c    |    7 +-
 leck.pc.in                 |   12 +
 leck/Makefile.am           |   44 +
 leck/animation.c           |  280 +
 leck/animation.h           |  138 +
 leck/button.c              |  397 ++
 leck/button.h              |  236 +
 leck/check.c               |  523 ++
 leck/check.h               |  185 +
 leck/hantextline.c         |  847 +++
 leck/hantextline.h         |  149 +
 leck/image.c               |  182 +
 leck/image.h               |  127 +
 leck/label.c               |  272 +
 leck/label.h               |  147 +
 leck/list.c                |  903 +++
 leck/list.h                |  319 +
 leck/progressbar.c         |  181 +
 leck/progressbar.h         |  117 +
 leck/scrollbar.c           | 1066 ++++
 leck/scrollbar.h           |  202 +
 leck/slider.c              |  303 +
 leck/slider.h              |  131 +
 leck/textbutton.c          |  560 ++
 leck/textbutton.h          |  181 +
 leck/textline.c            |  454 ++
 leck/textline.h            |  144 +
 lite/Makefile.am           |   27 +-
 lite/animation.c           |  282 -
 lite/animation.h           |  138 -
 lite/button.c              |  397 --
 lite/button.h              |  236 -
 lite/check.c               |  523 --
 lite/check.h               |  185 -
 lite/hantextline.c         |  847 ---
 lite/hantextline.h         |  148 -
 lite/image.c               |  183 -
 lite/image.h               |  127 -
 lite/label.c               |  273 -
 lite/label.h               |  147 -
 lite/list.c                |  904 ---
 lite/list.h                |  318 -
 lite/progressbar.c         |  183 -
 lite/progressbar.h         |  117 -
 lite/scrollbar.c           | 1067 ----
 lite/scrollbar.h           |  202 -
 lite/slider.c              |  304 -
 lite/slider.h              |  131 -
 lite/textbutton.c          |  560 --
 lite/textbutton.h          |  181 -
 lite/textline.c            |  455 --
 lite/textline.h            |  144 -
 tests/Makefile.am          |   26 +-
 tests/nothemewindow.c      |    9 +-
 tests/testutils.c          |    3 +-
 tests/utlabel.c            |    3 +-
 tests/utslider.c           |    3 +-
 tests/window.c             |    9 +-
 76 files changed, 12033 insertions(+), 18745 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=2e182c2afd3c72bccde2841336f9f71657db96bd
commit 2e182c2afd3c72bccde2841336f9f71657db96bd
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Fri Jun 20 23:24:36 2008 +0200

    Install examples and data with lite_ prefix for executable, cleanups, 0.8.8

 .gitignore           |   38 ++------------------
 configure.in         |    8 ++---
 examples/.gitignore  |   14 +++++++
 examples/Makefile.am |   96 ++++++++++++++++++++++++++-----------------------
 tests/.gitignore     |    5 +++
 5 files changed, 76 insertions(+), 85 deletions(-)


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

Reply via email to