New commits:
http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=f6a06f6a59af20bbac6495d0e3efedbb1e6549b2
commit f6a06f6a59af20bbac6495d0e3efedbb1e6549b2
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 5 18:59:32 2008 +0200

    ignore

 .gitignore |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=780bc4f6a0df2306aac2a1a76514ba097e763c93
commit 780bc4f6a0df2306aac2a1a76514ba097e763c93
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 5 18:58:52 2008 +0200

    Great thanks to "Ahn, Sung Ho" and other people from ETRI for this work on 
LiTE! :-D

 examples/Makefile.am         |   41 ++-
 examples/checkbox_images.png |  Bin
 examples/checktest.c         |  144 ++++++
 examples/hantextlinetest.c   |  125 +++++
 examples/listtest.c          |  321 +++++++++++++
 examples/scrollbar.png       |  Bin
 examples/scrollbartest.c     |  230 +++++++++
 examples/textbuttonbgnd.png  |  Bin
 examples/textbuttontest.c    |  107 +++++
 examples/textlinetest.c      |  112 +++++
 examples/textlisttest.c      |  340 ++++++++++++++
 fonts/Makefile.am            |    3 +-
 fonts/gulim.ttf              |  Bin
 lite/Makefile.am             |   28 +-
 lite/box.h                   |    7 +-
 lite/check.c                 |  523 +++++++++++++++++++++
 lite/check.h                 |  185 ++++++++
 lite/font.c                  |    2 +
 lite/hantextline.c           |  847 +++++++++++++++++++++++++++++++++
 lite/hantextline.h           |  148 ++++++
 lite/list.c                  |  904 +++++++++++++++++++++++++++++++++++
 lite/list.h                  |  318 +++++++++++++
 lite/lite_config.h           |    2 +
 lite/scrollbar.c             | 1067 ++++++++++++++++++++++++++++++++++++++++++
 lite/scrollbar.h             |  202 ++++++++
 lite/textbutton.c            |  560 ++++++++++++++++++++++
 lite/textbutton.h            |  181 +++++++
 27 files changed, 6384 insertions(+), 13 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=d60d46267179ac9740f2b82b2f9de984ae7dfa23
commit d60d46267179ac9740f2b82b2f9de984ae7dfa23
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 5 17:51:15 2008 +0200

    updated ignored files

 .gitignore |   92 ++++--------------------------------------------------------
 1 files changed, 6 insertions(+), 86 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=5b4abddd685d85cb29f311e62d7e1de1caa4cc55
commit 5b4abddd685d85cb29f311e62d7e1de1caa4cc55
Author: Daniel Mack <[EMAIL PROTECTED]>
Date:   Sat May 3 19:49:13 2008 +0200

    off-by-one fixed

 lite/progressbar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=d1da8572acf4d777321b6afcd81a462d302922bf
commit d1da8572acf4d777321b6afcd81a462d302922bf
Author: daniel <[EMAIL PROTECTED]>
Date:   Sat May 3 18:34:28 2008 +0200

    added progressbar implementation and an example of how to use it

 examples/Makefile.am     |    8 ++-
 examples/progress.png    |  Bin
 examples/progress_bg.png |  Bin
 examples/progressbar.c   |  117 +++++++++++++++++++++++++++++
 lite/Makefile.am         |    2 +
 lite/box.h               |    1 +
 lite/progressbar.c       |  186 ++++++++++++++++++++++++++++++++++++++++++++++
 lite/progressbar.h       |  117 +++++++++++++++++++++++++++++
 8 files changed, 429 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=2e9eb1d1031c8af6007889f706fc534c988dd265
commit 2e9eb1d1031c8af6007889f706fc534c988dd265
Author: daniel <[EMAIL PROTECTED]>
Date:   Sat May 3 17:01:51 2008 +0200

    added .gitignore file

 .gitignore |  132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 132 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=7769a4bc5ae2630941cacd418faaa3a12eeac2a3
commit 7769a4bc5ae2630941cacd418faaa3a12eeac2a3
Author: daniel <[EMAIL PROTECTED]>
Date:   Sat May 3 17:00:01 2008 +0200

    make textline scroll

 lite/textline.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=33ab17763a83fb866333a92edfb04e7ef3adada3
commit 33ab17763a83fb866333a92edfb04e7ef3adada3
Author: daniel <[EMAIL PROTECTED]>
Date:   Sat May 3 00:36:06 2008 +0200

    button ex

 examples/simple.c |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=libs/LiTE.git;a=commit;h=51ca00f3a366018a9af17e7a8439d634d7360f8d
commit 51ca00f3a366018a9af17e7a8439d634d7360f8d
Author: daniel <[EMAIL PROTECTED]>
Date:   Sat May 3 00:29:38 2008 +0200

    button class

 examples/Makefile.am               |    9 ++-
 examples/toggle.png                |  Bin
 examples/toggle_disabled.png       |  Bin
 examples/toggle_disabled_on.png    |  Bin
 examples/toggle_highlighted.png    |  Bin
 examples/toggle_highlighted_on.png |  Bin
 examples/toggle_pressed.png        |  Bin
 lite/button.c                      |  125 ++++++++++++++++++++++--------------
 lite/button.h                      |   35 ++++++++++-
 9 files changed, 118 insertions(+), 51 deletions(-)


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

Reply via email to