Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        Makefile.am 
Added Files:
        ewl_histogram.c 


Log Message:
Add initial implementation of a histogram widget.
Outline DND drop support for the color picker.
Add dirty flag to spectrum to reduce redraws.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/Makefile.am,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- Makefile.am 21 Aug 2006 01:20:03 -0000      1.38
+++ Makefile.am 11 Sep 2006 20:51:41 -0000      1.39
@@ -28,7 +28,7 @@
                          ewl_theme.la ewl_media.la ewl_menu.la ewl_imenu.la \
                          ewl_widget.la fullscreen.la  modal.la ewl_layer.la \
                          ewl_list.la puzzle.la ewl_grid.la \
-                         ewl_icon_theme.la ewl_container.la
+                         ewl_icon_theme.la ewl_container.la ewl_histogram.la
 
 ewl_border_la_SOURCES   = ewl_border.c
 ewl_border_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
@@ -366,6 +366,13 @@
                          -L$(top_builddir)/src/lib/.libs
 ewl_container_la_DEPENDENCIES = 
 
+ewl_histogram_la_SOURCES   = ewl_histogram.c
+ewl_histogram_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_histogram_la_LDFLAGS       = -module -avoid-version \
+                         -L$(top_builddir)/src/lib \
+                         -L$(top_builddir)/src/lib/.libs
+ewl_histogram_la_DEPENDENCIES = 
+
 
 FILES = $(ewl_border_la_SOURCES) $(ewl_box_la_SOURCES) \
        $(ewl_button_la_SOURCES) $(ewl_colordialog_la_SOURCES) \
@@ -390,7 +397,8 @@
        $(modal_la_SOURCES) $(ewl_layer_la_SOURCES) \
        $(ewl_dnd_snoop_la_SOURCES) $(ewl_list_la_SOURCES) \
        $(puzzle_la_SOURCES) $(ewl_grid_la_SOURCES) \
-       $(ewl_icon_theme_la_SOURCES) $(ewl_container_la_SOURCES)
+       $(ewl_icon_theme_la_SOURCES) $(ewl_container_la_SOURCES) \
+       $(ewl_histogram_la_SOURCES)
 
 EXTRA_DIST = $(FILES)
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to