2002-12-18	20:46	Denis Oliver Kropp <dok@directfb.org>

	Files:	examples/simple.c (1.2) (+11 -16)
	
	Removed unneeded stuff, added comments. Example has 70 lines now.
	
2002-12-18	20:39	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/window.c (1.12) (+19 -12)
	
	Center windows by default.
	
2002-12-12	18:44	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/window.c (1.11) (+36 -5)
		lite/window.h (1.4) (+29 -21)
	
	Added lite_set_window_background() which takes a DFBColor*.
	If NULL is passed clearing of the window is disabled.
	
2002-12-11	16:21	Denis Oliver Kropp <dok@directfb.org>

	Files:	Makefile.am (1.2) (+2 -2)
		lite/window.h (1.3) (+7 -0)
		lite/window.c (1.10) (+727 -702)
		lite/util.c (1.4) (+101 -108)
		lite/textline.c (1.6) (+8 -14)
		lite/lite_internal.h (1.3) (+9 -0)
		lite/lite.c (1.4) (+8 -1)
		lite/label.c (1.3) (+5 -5)
		lite/image.c (1.5) (+45 -45)
		lite/font.c (1.5) (+161 -169)
		lite/button.h (1.2) (+1 -1)
		lite/button.c (1.6) (+125 -133)
		lite/box.h (1.4) (+4 -3)
		lite/box.c (1.2) (+84 -72)
		lite/animation.c (1.5) (+123 -130)
		lite/Makefile.am (1.3) (+4 -8)
		fonts/Makefile.am (1.4) (+1 -6)
		examples/stop_pressed.png (1.1) ( )
		examples/stop_highlighted.png (1.1) ( )
		examples/stop_disabled.png (1.1) ( )
		examples/stop.png (1.1) ( )
		examples/simple.c (1.1) ( )
		examples/msgbox.c (1.1) ( )
		examples/Makefile.am (1.1) ( )
		examples/D.png (1.1) ( )
		examples/.cvsignore (1.1) ( )
		data/unten.png (1.2) (+2 -1)
		data/rechts.png (1.2) (+1 -1)
		data/oben.png (1.2) (+2 -2)
		data/links.png (1.2) (+1 -2)
		configure.in (1.4) (+4 -1)
		autogen.sh (1.2) (+118 -17)
	
	Some fixes and some redraw related functions added, two test applications.
	
2002-12-11	16:10	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/animation.c (1.4) (+1 -1)
		lite/window.c (1.9) (+9 -0)
		lite/util.h (1.3) (+6 -5)
		lite/util.c (1.3) (+12 -6)
		lite/label.c (1.2) (+2 -1)
		lite/image.c (1.4) (+3 -2)
		lite/button.c (1.5) (+2 -1)
	
	Added optional pixelformat parameter to lite_util_load_image().
	
2002-12-05	17:56	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/Makefile.am (1.2) (+2 -0)
		lite/textline.c (1.5) (+189 -202)
		lite/label.h (1.1) ( )
		lite/label.c (1.1) ( )
	
	Added a yet simple label implementation.
	
2002-12-02	18:19	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/font.c (1.4) (+6 -0)
		lite/lite_internal.h (1.2) (+2 -0)
		lite/lite.c (1.3) (+3 -0)
	
	Reset font cache during (re)initialization.
	
2002-12-02	17:05	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/window.c (1.8) (+2 -1)
	
	Fixed segfault with theme disabled.
	
2002-11-20	20:31	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/animation.c (1.3) (+1 -1)
		lite/window.c (1.7) (+10 -11)
		lite/util.h (1.2) (+5 -4)
		lite/util.c (1.2) (+20 -7)
		lite/textline.c (1.4) (+1 -1)
		lite/lite.c (1.2) (+2 -1)
		lite/image.c (1.3) (+1 -1)
		lite/font.h (1.3) (+7 -5)
		lite/font.c (1.3) (+90 -57)
		lite/button.c (1.4) (+1 -1)
		lite/box.h (1.3) (+2 -0)
	
	Added lite_get_font_from_file() and did some name changes.
	
2002-11-20	19:07	Denis Oliver Kropp <dok@directfb.org>

	Files:	data/cursor.png (1.2) (+12 -15)
	
	Bigger with a stronger shadow.
	
2002-11-18	22:47	Denis Oliver Kropp <dok@directfb.org>

	Files:	TODO (1.4) (+0 -1)
		lite/window.c (1.6) (+18 -0)
		data/cursor.png (1.1) ( )
		data/Makefile.am (1.2) (+1 -0)
	
	Added cursor shape.
	
2002-11-12	22:46	Denis Oliver Kropp <dok@directfb.org>

	Files:	TODO (1.3) (+2 -1)
	
	Added note about theme surfaces to be a single one.
	
2002-11-12	01:27	Denis Oliver Kropp <dok@directfb.org>

	Files:	fonts/Misc-Fixed.pfa (1.3) (+1 -1)
		lite/window.c (1.5) (+3 -36)
	
	Fixed fixed font descender (now '[{}]' are correct again).
	
	Removed unnecessary stuff.
	
2002-11-04	18:25	Denis Oliver Kropp <dok@directfb.org>

	Files:	fonts/Misc-Fixed.pfa (1.2) (+1 -1)
	
	Fixed font height.
	
2002-11-04	18:12	Denis Oliver Kropp <dok@directfb.org>

	Files:	fonts/Makefile.am (1.3) (+1 -0)
		fonts/Misc-Fixed.pfa (1.1) ( )
	
	The best fixed font I've ever seen.
	
2002-11-02	05:01	Denis Oliver Kropp <dok@directfb.org>

	Files:	TODO (1.2) (+0 -1)
	
	Removed resizing item.
	
2002-11-02	04:55	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/box.h (1.2) (+1 -1)
		lite/window.h (1.2) (+26 -2)
		lite/window.c (1.4) (+426 -107)
		lite/button.c (1.3) (+2 -2)
	
	Added resize handling and motion/resize event compression.
	
2002-11-02	03:45	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite/window.c (1.3) (+3 -3)
	
	Use white rabbit for title, too.
	
2002-10-29	14:07	Sven Neumann <sven@convergence.de>

	Files:	configure.in (1.3) (+4 -1)
		lite.pc.in (1.3) (+1 -1)
	
	Require DirectFB >= 0.9.14.
	
2002-10-29	13:41	Denis Oliver Kropp <dok@directfb.org>

	Files:	lite.pc.in (1.2) (+1 -1)
		lite/window.c (1.2) (+2 -1)
		lite/textline.c (1.3) (+2 -1)
		lite/font.h (1.2) (+5 -4)
		lite/font.c (1.2) (+32 -20)
	
	Font attributes can be specified for lite_get_font().
	
2002-10-25	19:46	Denis Oliver Kropp <dok@directfb.org>

	Files:	fonts/Makefile.am (1.2) (+2 -1)
		fonts/whiterabbit.ttf (1.1) ( )
	
	Cool terminal font.
	
2002-10-23	22:19	Andreas Hundt <andi@fischlustig.de>

	Files:	lite/animation.c (1.2) (+1 -1)
		lite/textline.c (1.2) (+1 -1)
		lite/image.c (1.2) (+1 -1)
		lite/button.c (1.2) (+1 -1)
	
	- do not include malloc.h , use stdlib instead.
	  (now compiles on darwin)
	
2002-10-23	22:17	Andreas Hundt <andi@fischlustig.de>

	Files:	configure.in (1.2) (+2 -0)
	
	added AC_CANONICAL_TARGET. fixes configure on darwin
	
2002-10-23	12:35	Denis Oliver Kropp <dok@directfb.org>

	Files:	.cvsignore (1.1) ( )
		lite/window.h (1.1) ( )
		lite/window.c (1.1) ( )
		lite/util.h (1.1) ( )
		lite/util.c (1.1) ( )
		lite/textline.h (1.1) ( )
		lite/textline.c (1.1) ( )
		lite/lite_internal.h (1.1) ( )
		lite/lite.h (1.1) ( )
		lite/lite.c (1.1) ( )
		lite/image.h (1.1) ( )
		lite/image.c (1.1) ( )
		lite/font.h (1.1) ( )
		lite/font.c (1.1) ( )
		lite/button.h (1.1) ( )
		lite/button.c (1.1) ( )
		lite/box.h (1.1) ( )
		lite/box.c (1.1) ( )
		lite/animation.h (1.1) ( )
		lite/animation.c (1.1) ( )
		lite/Makefile.am (1.1) ( )
		lite/.cvsignore (1.1) ( )
		fonts/decker.ttf (1.1) ( )
		fonts/Makefile.am (1.1) ( )
		fonts/.cvsignore (1.1) ( )
		data/untenrechts.png (1.1) ( )
		data/untenlinks.png (1.1) ( )
		data/unten.png (1.1) ( )
		data/rechts.png (1.1) ( )
		data/obenrechts.png (1.1) ( )
		data/obenlinks.png (1.1) ( )
		data/oben.png (1.1) ( )
		data/links.png (1.1) ( )
		data/Makefile.am (1.1) ( )
		data/.cvsignore (1.1) ( )
		lite.pc.in (1.1) ( )
		configure.in (1.1) ( )
		autogen.sh (1.1) ( )
		TODO (1.1) ( )
		README (1.1) ( )
		NEWS (1.1) ( )
		Makefile.am (1.1) ( )
		ChangeLog (1.1) ( )
		AUTHORS (1.1) ( )
	
	LiTE is a toolkit engine. First checkin of a library
	that has been sleeping on my disk for almost a year now.
	
