New commits:
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