Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: Ewl.h.in Makefile.am Added Files: ewl_colordialog.c ewl_colordialog.h ewl_coloredrect.c ewl_coloredrect.h Log Message: Add the colored rectangle and color dialog from Colin Pitrat. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Ewl.h.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Ewl.h.in 28 Mar 2005 07:04:27 -0000 1.5 +++ Ewl.h.in 14 Jun 2005 21:17:07 -0000 1.6 @@ -308,6 +308,7 @@ #include <ewl_text.h> #include <ewl_colorpicker.h> +#include <ewl_colordialog.h> #include <ewl_password.h> #include <ewl_seeker.h> #include <ewl_scrollbar.h> @@ -315,6 +316,7 @@ #include <ewl_spinner.h> #include <ewl_image.h> #include <ewl_spectrum.h> +#include <ewl_coloredrect.h> #include <ewl_menu_base.h> #include <ewl_imenu.h> #include <ewl_menu.h> =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 11 Mar 2005 15:20:53 -0000 1.2 +++ Makefile.am 14 Jun 2005 21:17:07 -0000 1.3 @@ -19,6 +19,8 @@ ewl_cell.h \ ewl_check.h \ ewl_checkbutton.h \ + ewl_colordialog.h \ + ewl_coloredrect.h \ ewl_colorpicker.h \ ewl_combo.h \ ewl_config.h \ @@ -80,6 +82,8 @@ ewl_cell.c \ ewl_check.c \ ewl_checkbutton.c \ + ewl_colordialog.c \ + ewl_coloredrect.c \ ewl_colorpicker.c \ ewl_combo.c \ ewl_config.c \ ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs