E CVS: Eterm mej

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir : eterm/Eterm


Modified Files:
ChangeLog Eterm.spec 


Log Message:
Wed Jun 11 20:18:44 2008Michael Jennings (mej)

Eterm 0.9.5 release.
--

===
RCS file: /cvs/e/eterm/Eterm/ChangeLog,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -3 -r1.449 -r1.450
--- ChangeLog   14 May 2008 23:16:54 -  1.449
+++ ChangeLog   12 Jun 2008 03:18:49 -  1.450
@@ -5577,3 +5577,7 @@
 the --display option.  The original fix from Bernhard Link was more
 correct, albeit not quite on target.
 --
+Wed Jun 11 20:18:44 2008Michael Jennings (mej)
+
+Eterm 0.9.5 release.
+--
===
RCS file: /cvs/e/eterm/Eterm/Eterm.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- Eterm.spec  14 May 2008 19:49:22 -  1.22
+++ Eterm.spec  12 Jun 2008 03:18:49 -  1.23
@@ -10,16 +10,16 @@
 Summary: Enlightened terminal emulator
 Name: Eterm
 Version: 0.9.5
-#Release: 1
-Release: 0.%(date '+%Y%m%d')
+Release: 1
+#Release: 0.%(date '+%Y%m%d')
 License: BSD
 Group: User Interface/X
-Requires: imlib2, imlib2-loader_jpeg, imlib2-loader_png
-#BuildSuggests: xorg-x11-devel XFree86-devel xorg-x11-proto-devel 
libXext-devel libXt-devel freetype-devel
-BuildRequires: libast imlib2-devel
+URL: http://www.eterm.org/
 Source0: http://www.eterm.org/download/%{name}-%{version}.tar.%{compression}
 Source1: http://www.eterm.org/download/%{name}-bg-%{version}.tar.%{compression}
-URL: http://www.eterm.org/
+#BuildSuggests: xorg-x11-devel XFree86-devel xorg-x11-proto-devel 
libXext-devel libXt-devel freetype-devel
+BuildRequires: libast imlib2-devel
+Requires: imlib2, imlib2-loader_jpeg, imlib2-loader_png
 BuildRoot: %{?_tmppath}%{!?_tmppath:/var/tmp}/%{name}-%{version}-root
 
 %description



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e davemds

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/modules/gadman


Modified Files:
e-module-gadman.edj 


Log Message:
...and finally an original icon :)
thanks go to DarkMaster that is the author of the icon

===
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e-module-gadman.edj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsFp8HyM and /tmp/cvsQlvACJ differ



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/tools/ewl_config


Modified Files:
ewl_config.c 


Log Message:
use shrink fill policy here

===
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- ewl_config.c11 Jun 2008 23:04:45 -  1.57
+++ ewl_config.c11 Jun 2008 23:17:33 -  1.58
@@ -315,16 +315,19 @@
 
 o2 = ewl_border_new();
 ewl_border_label_set(EWL_BORDER(o2), "EWL Theme");
+ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_VFILL);
 ewl_container_child_append(EWL_CONTAINER(box), o2);
 ewl_widget_show(o2);
 
 o3 = ewl_scrollpane_new();
+ewl_object_fill_policy_set(EWL_OBJECT(o3), EWL_FLAG_FILL_VFILL
+| EWL_FLAG_FILL_VSHRINK);
 ewl_container_child_append(EWL_CONTAINER(o2), o3);
 ewl_widget_show(o3);
 
 o = ewl_list_new();
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_HFILL);
 list = ecore_list_new();
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_HFILL);
 ewl_widget_name_set(o, EC_EWL_THEME);
 ewl_container_child_append(EWL_CONTAINER(o3), o);
 ewl_mvc_model_set(EWL_MVC(o), ewl_model_ecore_list_instance());



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/lib


Modified Files:
ewl_box.c ewl_calendar.c ewl_cell.c ewl_colorpicker.c 
ewl_combo.c ewl_dialog.c ewl_enums.h ewl_filepicker.c 
ewl_menubar.c ewl_object.c ewl_object.h ewl_progressbar.c 
ewl_scrollbar.c ewl_scrollpane.c ewl_scrollpane.h ewl_seeker.c 
ewl_separator.c ewl_shadow.c ewl_spinner.c ewl_statusbar.c 
ewl_table.c ewl_toolbar.c ewl_tree.c ewl_widget.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_box.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- ewl_box.c   7 May 2008 13:38:23 -   1.57
+++ ewl_box.c   11 Jun 2008 23:04:45 -  1.58
@@ -1079,7 +1079,7 @@
  * These are the valid fill policies for this widget.
  */
 ewl_box_vertical->f_policy =
-EWL_FLAG_FILL_VSHRINK | EWL_FLAG_FILL_VFILL;
+EWL_FLAG_FILL_VSHRINKABLE | EWL_FLAG_FILL_VFILL;
 
 /*
  * This sets the aligments for the non-filling direction.
@@ -1120,7 +1120,7 @@
  * These are the valid fill policies for this widget.
  */
 ewl_box_horizontal->f_policy =
-EWL_FLAG_FILL_HSHRINK | EWL_FLAG_FILL_HFILL;
+EWL_FLAG_FILL_HSHRINKABLE | EWL_FLAG_FILL_HFILL;
 
 /*
  * This sets the aligments for the non-filling direction.
===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_calendar.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ewl_calendar.c  7 May 2008 13:38:23 -   1.37
+++ ewl_calendar.c  11 Jun 2008 23:04:45 -  1.38
@@ -92,7 +92,7 @@
 
 o = ewl_icon_new();
 ewl_container_child_append(EWL_CONTAINER(top_hbox), o);
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINKABLE);
 ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_LEFT);
 icon = ewl_icon_theme_icon_path_get(EWL_ICON_GO_PREVIOUS,
 EWL_ICON_SIZE_SMALL);
@@ -106,14 +106,14 @@
 ib->month_label = ewl_label_new();
 ewl_object_fill_policy_set(EWL_OBJECT(ib->month_label),
 EWL_FLAG_FILL_HFILL |
-EWL_FLAG_FILL_VSHRINK);
+EWL_FLAG_FILL_VSHRINKABLE);
 ewl_object_alignment_set(EWL_OBJECT(ib->month_label),
 EWL_FLAG_ALIGN_CENTER);
 ewl_container_child_append(EWL_CONTAINER(top_hbox), ib->month_label);
 ewl_widget_show(ib->month_label);
 
 o = ewl_icon_new();
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINKABLE);
 ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_RIGHT);
 ewl_container_child_append(EWL_CONTAINER(top_hbox), o);
 icon = ewl_icon_theme_icon_path_get(EWL_ICON_GO_NEXT,
===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_cell.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_cell.c  7 May 2008 13:38:23 -   1.23
+++ ewl_cell.c  11 Jun 2008 23:04:45 -  1.24
@@ -47,7 +47,7 @@
 DRETURN_INT(FALSE, DLEVEL_STABLE);
 
 ewl_object_fill_policy_set(EWL_OBJECT(cell), EWL_FLAG_FILL_FILL |
-   EWL_FLAG_FILL_HSHRINK);
+   EWL_FLAG_FILL_HSHRINKABLE);
 ewl_widget_appearance_set(EWL_WIDGET(cell), EWL_CELL_TYPE);
 ewl_widget_inherit(EWL_WIDGET(cell), EWL_CELL_TYPE);
 
===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_colorpicker.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- ewl_colorpicker.c   7 May 2008 13:38:23 -   1.48
+++ ewl_colorpicker.c   11 Jun 2008 23:04:45 -  1.49
@@ -201,7 +201,7 @@
 ewl_object_padding_set(EWL_OBJECT(o), 2

E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_tooltip_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/tooltip/ewl_tooltip_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_tooltip_test.c  7 May 2008 13:38:21 -   1.3
+++ ewl_tooltip_test.c  11 Jun 2008 23:04:44 -  1.4
@@ -26,14 +26,14 @@
 button = ewl_button_new();
 ewl_button_label_set(EWL_BUTTON(button), "Hover on this button");
 ewl_container_child_append(EWL_CONTAINER(box), button);
-ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE);
 ewl_attach_tooltip_text_set(button, "and see.");
 ewl_widget_show(button);
 
 button = ewl_button_new();
 ewl_button_label_set(EWL_BUTTON(button), "Hover on this button");
 ewl_container_child_append(EWL_CONTAINER(box), button);
-ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE);
 ewl_attach_tooltip_text_set(button, "and see more.");
 ewl_widget_show(button);
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_tree_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/tree/ewl_tree_test.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_tree_test.c 7 May 2008 13:38:21 -   1.7
+++ ewl_tree_test.c 11 Jun 2008 23:04:44 -  1.8
@@ -77,8 +77,7 @@
 
 o2 = ewl_hbox_new();
 ewl_container_child_append(box, o2);
-ewl_object_fill_policy_set(EWL_OBJECT(o2),
-EWL_FLAG_FILL_VSHRINK | EWL_FLAG_FILL_HFILL);
+ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_HFILL);
 ewl_widget_show(o2);
 
 /* create our data */



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_media_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/media/ewl_media_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_media_test.c23 May 2008 02:12:04 -  1.6
+++ ewl_media_test.c11 Jun 2008 23:04:43 -  1.7
@@ -270,8 +270,7 @@
 
 /* box to contain contols and scrollers */
 controls = ewl_vbox_new();
-ewl_object_fill_policy_set(EWL_OBJECT(controls),
-EWL_FLAG_FILL_VSHRINK | EWL_FLAG_FILL_HFILL);
+ewl_object_fill_policy_set(EWL_OBJECT(controls), EWL_FLAG_FILL_HFILL);
 ewl_container_child_append(EWL_CONTAINER(b), controls);
 ewl_widget_show(controls);
 
@@ -309,7 +308,7 @@
 seeker = ewl_hseeker_new();
 ewl_container_child_append(EWL_CONTAINER(b), seeker);
 ewl_object_fill_policy_set(EWL_OBJECT(seeker),
-EWL_FLAG_FILL_VSHRINK | EWL_FLAG_FILL_HFILL);
+EWL_FLAG_FILL_HSHRINK | EWL_FLAG_FILL_HFILL);
 ewl_range_value_set(EWL_RANGE(seeker), 0.0);
 ewl_range_maximum_value_set(EWL_RANGE(seeker), 0.0);
 ewl_range_step_set(EWL_RANGE(seeker), 1.0);
@@ -319,7 +318,7 @@
 /* the time text spot */
 ewl_container_child_append(EWL_CONTAINER(b), time);
 ewl_object_insets_set(EWL_OBJECT(time), 0, 3, 0, 0);
-ewl_object_fill_policy_set(EWL_OBJECT(time), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(time), EWL_FLAG_FILL_NONE);
 ewl_widget_show(time);
 }
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_menu_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/menu/ewl_menu_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_menu_test.c 7 May 2008 13:38:18 -   1.3
+++ ewl_menu_test.c 11 Jun 2008 23:04:43 -  1.4
@@ -38,7 +38,7 @@
 PACKAGE_DATA_DIR "/ewl/images/Draw.png", NULL);
 ewl_button_label_set(EWL_BUTTON(menu1), "Test Menu");
 ewl_container_child_append(EWL_CONTAINER(box), menu1);
-ewl_object_fill_policy_set(EWL_OBJECT(menu1), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(menu1), EWL_FLAG_FILL_NONE);
 ewl_widget_show(menu1);
 
 item = ewl_menu_item_new();



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_text_editor_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text_editor/ewl_text_editor_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_text_editor_test.c  7 May 2008 13:38:20 -   1.5
+++ ewl_text_editor_test.c  11 Jun 2008 23:04:44 -  1.6
@@ -163,8 +163,7 @@
 ewl_container_child_append(EWL_CONTAINER(hbox), o);
 ewl_callback_append(o, EWL_CALLBACK_VALUE_CHANGED,
 ete_cb_styles_changed, NULL);
-ewl_object_fill_policy_set(EWL_OBJECT(o),
-EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_HFILL);
 ewl_widget_show(o);
 
 o = ewl_label_new();
@@ -231,7 +230,7 @@
 ewl_button_label_set(EWL_BUTTON(o), btns[i].name);
 ewl_container_child_append(EWL_CONTAINER(hbox), o);
 ewl_object_fill_policy_set(EWL_OBJECT(o),
-
EWL_FLAG_FILL_HSHRINK|EWL_FLAG_FILL_VSHRINK);
+EWL_FLAG_FILL_NONE);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED, 
btns[i].cb, NULL);
 ewl_widget_show(o);
 }



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_image_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/image/ewl_image_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_image_test.c7 May 2008 13:38:17 -   1.9
+++ ewl_image_test.c11 Jun 2008 23:04:43 -  1.10
@@ -170,15 +170,12 @@
 
 box = ewl_hbox_new();
 ewl_box_spacing_set(EWL_BOX(box), 5);
-ewl_object_fill_policy_set(EWL_OBJECT(box),
-   EWL_FLAG_FILL_HFILL | 
EWL_FLAG_FILL_HSHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(box), EWL_FLAG_FILL_HFILL);
 ewl_container_child_append(image_box, box);
 ewl_widget_show(box);
 
 entry_path = ewl_entry_new();
 ewl_text_text_set(EWL_TEXT(entry_path), image_file);
-ewl_object_fill_policy_set(EWL_OBJECT(entry_path),
-   EWL_FLAG_FILL_HFILL | 
EWL_FLAG_FILL_HSHRINK);
 ewl_object_alignment_set(EWL_OBJECT(entry_path), 
EWL_FLAG_ALIGN_CENTER);
 ewl_container_child_append(EWL_CONTAINER(box), entry_path);
 ewl_callback_append(entry_path, EWL_CALLBACK_VALUE_CHANGED,



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_dnd_snoop_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/dnd_snoop/ewl_dnd_snoop_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_dnd_snoop_test.c7 May 2008 13:38:15 -   1.4
+++ ewl_dnd_snoop_test.c11 Jun 2008 23:04:42 -  1.5
@@ -120,9 +120,6 @@
 ewl_text_outline_color_set(EWL_TEXT(o), 200, 200, 200, 200);
 ewl_text_strikethrough_color_set(EWL_TEXT(o), 0, 0, 0, 255);
 ewl_text_glow_color_set(EWL_TEXT(o), 0, 255, 0, 128);
-
-ewl_object_fill_policy_set(EWL_OBJECT(o),
-EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
 ewl_widget_show(o);
 
 scroll = ewl_scrollpane_new();
@@ -145,7 +142,7 @@
 ewl_container_child_append(EWL_CONTAINER(box), o);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,
 ewl_dnd_snoop_cb_clear, NULL);
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_NONE);
 ewl_widget_show(o);
 
 o = ewl_button_new();



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_grid_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/grid/ewl_grid_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_grid_test.c 7 May 2008 13:38:16 -   1.4
+++ ewl_grid_test.c 11 Jun 2008 23:04:43 -  1.5
@@ -91,8 +91,7 @@
 /* the hbox */
 hbox = ewl_hbox_new();
 ewl_container_child_append(EWL_CONTAINER(vbox), hbox);
-ewl_object_fill_policy_set(EWL_OBJECT(hbox), EWL_FLAG_FILL_HFILL
-| EWL_FLAG_FILL_VSHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(hbox), EWL_FLAG_FILL_HFILL);
 ewl_box_homogeneous_set(EWL_BOX(hbox), TRUE);
 ewl_widget_show(hbox);
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_toolbar_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/toolbar/ewl_toolbar_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_toolbar_test.c  7 May 2008 13:38:20 -   1.3
+++ ewl_toolbar_test.c  11 Jun 2008 23:04:44 -  1.4
@@ -33,8 +33,6 @@
 o2 = ewl_toolbar_new();
 ewl_container_child_append(EWL_CONTAINER(body), o2);
 ewl_object_alignment_set(EWL_OBJECT(o2), EWL_FLAG_ALIGN_CENTER);
-ewl_object_fill_policy_set(EWL_OBJECT(o2),
-EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
 ewl_toolbar_icon_part_hide(EWL_TOOLBAR(o2), EWL_ICON_PART_LABEL);
 ewl_widget_show(o2);
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_statusbar_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/statusbar/ewl_statusbar_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_statusbar_test.c7 May 2008 13:38:20 -   1.3
+++ ewl_statusbar_test.c11 Jun 2008 23:04:44 -  1.4
@@ -42,7 +42,7 @@
 ewl_button_label_set(EWL_BUTTON(button), "push");
 ewl_callback_append(button, EWL_CALLBACK_CLICKED, button_push_cb,
 statusbar);
-ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE);
 ewl_container_child_append(EWL_CONTAINER(hbox), button);
 ewl_widget_show(button);
 
@@ -50,7 +50,7 @@
 ewl_button_label_set(EWL_BUTTON(button), "pop");
 ewl_callback_append(button, EWL_CALLBACK_CLICKED, button_pop_cb,
 statusbar);
-ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE);
 ewl_container_child_append(EWL_CONTAINER(hbox), button);
 ewl_widget_show(button);
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/data/themes/e17/groups


Modified Files:
scroll.edc 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/scroll.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- scroll.edc  11 Oct 2007 22:33:35 -  1.10
+++ scroll.edc  11 Jun 2008 23:04:42 -  1.11
@@ -80,6 +80,7 @@
 group
 {
name: "ewl/seeker/vertical";
+   min: 2 20;
 
parts
{
@@ -102,6 +103,7 @@
 group
 {
name: "ewl/seeker/horizontal";
+   min: 20 2;
 
parts
{



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin


Modified Files:
ewl_embed_test.c main.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/ewl_embed_test.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ewl_embed_test.c7 May 2008 13:38:14 -   1.21
+++ ewl_embed_test.c11 Jun 2008 23:04:42 -  1.22
@@ -169,7 +169,7 @@
 
 wg = ewl_button_new();
 ewl_button_label_set(EWL_BUTTON(wg), "append");
-ewl_object_fill_policy_set(EWL_OBJECT(wg), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(wg), EWL_FLAG_FILL_NONE);
 ewl_container_child_append(EWL_CONTAINER(c), wg);
 ewl_callback_append(wg, EWL_CALLBACK_CLICKED, insert, NULL);
 ewl_widget_show(wg);
===
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -3 -r1.102 -r1.103
--- main.c  15 May 2008 13:59:11 -  1.102
+++ main.c  11 Jun 2008 23:04:42 -  1.103
@@ -30,8 +30,8 @@
 
 #define NULL_PATH "/dev/null"
 
-#define MAIN_WIDTH 640
-#define MAIN_HEIGHT 320
+#define MAIN_WIDTH 0
+#define MAIN_HEIGHT 0
 
 static Ewl_Model *expansion_model = NULL;
 
@@ -702,7 +702,7 @@
 ewl_container_child_append(EWL_CONTAINER(o), o2);
 ewl_button_label_set(EWL_BUTTON(o2), "Run unit tests");
 ewl_callback_append(o2, EWL_CALLBACK_CLICKED, cb_run_unit_tests, NULL);
-ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_NONE);
 ewl_widget_name_set(o2, "unit_test_button");
 ewl_widget_show(o2);
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_paned_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/paned/ewl_paned_test.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_paned_test.c7 May 2008 13:38:18 -   1.7
+++ ewl_paned_test.c11 Jun 2008 23:04:44 -  1.8
@@ -63,29 +63,27 @@
 ewl_widget_show(o);
 
 o = ewl_button_new();
-ewl_button_label_set(EWL_BUTTON(o), "HFill | VShrink");
-ewl_object_fill_policy_set(EWL_OBJECT(o),
-EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
+ewl_button_label_set(EWL_BUTTON(o), "HFill");
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_HFILL);
 ewl_container_child_append(EWL_CONTAINER(pane2), o);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,
-ewl_paned_test_cb_clicked, "HFill | VShrink");
+ewl_paned_test_cb_clicked, "HFill");
 ewl_widget_show(o);
 
 o = ewl_button_new();
-ewl_button_label_set(EWL_BUTTON(o), "HShrink | VFill");
-ewl_object_fill_policy_set(EWL_OBJECT(o),
-EWL_FLAG_FILL_HSHRINK | EWL_FLAG_FILL_VFILL);
+ewl_button_label_set(EWL_BUTTON(o), "VFill");
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_VFILL);
 ewl_container_child_append(EWL_CONTAINER(pane2), o);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,
-ewl_paned_test_cb_clicked, "HShrink | VFill");
+ewl_paned_test_cb_clicked, "VFill");
 ewl_widget_show(o);
 
 o = ewl_button_new();
-ewl_button_label_set(EWL_BUTTON(o), "shrink");
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
+ewl_button_label_set(EWL_BUTTON(o), "shrinkable");
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINKABLE);
 ewl_container_child_append(EWL_CONTAINER(pane2), o);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,
-ewl_paned_test_cb_clicked, "Shrink");
+ewl_paned_test_cb_clicked, "Shrinkable");
 ewl_widget_show(o);
 
 pane3 = ewl_hpaned_new();
@@ -169,7 +167,6 @@
 
 o = ewl_button_new();
 ewl_button_label_set(EWL_BUTTON(o), "New Button");
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
 ewl_container_child_append(EWL_CONTAINER(p), o);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,
 ewl_paned_test_cb_clicked_destroy, "New Button");



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_io_manager_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/io_manager/ewl_io_manager_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_io_manager_test.c   7 May 2008 13:38:17 -   1.5
+++ ewl_io_manager_test.c   11 Jun 2008 23:04:43 -  1.6
@@ -35,7 +35,7 @@
 o2 = ewl_button_new();
 ewl_stock_type_set(EWL_STOCK(o2), EWL_STOCK_OPEN);
 ewl_callback_append(o2, EWL_CALLBACK_CLICKED, cb_clicked, NULL);
-ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_NONE);
 ewl_container_child_append(box, o2);
 ewl_widget_show(o2);
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_progressbar_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/progressbar/ewl_progressbar_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_progressbar_test.c  7 May 2008 13:38:19 -   1.3
+++ ewl_progressbar_test.c  11 Jun 2008 23:04:44 -  1.4
@@ -90,7 +90,10 @@
 progressbar_box = ewl_hbox_new();
 ewl_container_child_append(EWL_CONTAINER(progressbar_vbox),
 progressbar_box);
-ewl_box_spacing_set(EWL_BOX(progressbar_box), 0);
+ewl_object_fill_policy_set(EWL_OBJECT(progressbar_box), 
+EWL_FLAG_FILL_NONE);
+ewl_object_alignment_set(EWL_OBJECT(progressbar_box), 
+EWL_FLAG_ALIGN_CENTER);
 ewl_widget_show(progressbar_box);
 
 button = ewl_button_new();
@@ -98,8 +101,6 @@
 ewl_container_child_append(EWL_CONTAINER(progressbar_box), button);
 ewl_callback_prepend(button, EWL_CALLBACK_CLICKED,
 cb_rerun_progressbars, NULL);
-
-ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_SHRINK);
 ewl_widget_show (button);
 
 button = ewl_button_new();
@@ -107,7 +108,6 @@
 ewl_container_child_append(EWL_CONTAINER(progressbar_box), button);
 ewl_callback_prepend(button, EWL_CALLBACK_CLICKED,
 cb_set_new_range, NULL);
-ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_SHRINK);
 ewl_widget_show (button);
 
 return 1;



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_object_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/object/ewl_object_test.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_object_test.c   7 May 2008 13:38:18 -   1.11
+++ ewl_object_test.c   11 Jun 2008 23:04:43 -  1.12
@@ -856,7 +856,8 @@
 ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_ALL);
 fill = ewl_object_fill_policy_get(EWL_OBJECT(w));
 
-if ((fill & EWL_FLAG_FILL_HSHRINK) && (fill & EWL_FLAG_FILL_VSHRINK) &&
+if ((fill & EWL_FLAG_FILL_HSHRINKABLE) 
+&& (fill & EWL_FLAG_FILL_VSHRINKABLE) &&
 (fill & EWL_FLAG_FILL_HFILL) && (fill & EWL_FLAG_FILL_VFILL)) {
 ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);
 fill = ewl_object_fill_policy_get(EWL_OBJECT(w));



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_theme_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/theme/ewl_theme_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_theme_test.c7 May 2008 13:38:20 -   1.5
+++ ewl_theme_test.c11 Jun 2008 23:04:44 -  1.6
@@ -82,7 +82,7 @@
 w = ewl_button_new();
 ewl_button_label_set(EWL_BUTTON(w), name);
 ewl_object_fill_policy_set(EWL_OBJECT(w),
-EWL_FLAG_FILL_VSHRINK | EWL_FLAG_FILL_HFILL);
+EWL_FLAG_FILL_HFILL);
 ewl_callback_append(w, EWL_CALLBACK_CLICKED,
 cb_select_theme, strdup(name));
 ewl_container_child_append(EWL_CONTAINER(list), w);



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_notebook_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/notebook/ewl_notebook_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_notebook_test.c 7 May 2008 13:38:18 -   1.3
+++ ewl_notebook_test.c 11 Jun 2008 23:04:43 -  1.4
@@ -219,8 +219,6 @@
 /* title label */
 o = ewl_label_new();
 ewl_label_text_set(EWL_LABEL(o), "Main");
-ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_CENTER);
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
 ewl_container_child_append(EWL_CONTAINER(body), o);
 ewl_widget_show(o);
 
@@ -286,7 +284,6 @@
 ewl_checkbutton_checked_set(EWL_CHECKBUTTON(o), TRUE);
 ewl_button_label_set(EWL_BUTTON(o), "Show tabbar");
 ewl_container_child_append(EWL_CONTAINER(body), o);
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
 ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_LEFT);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,
 notebook_cb_toggle_clicked, NULL);
@@ -295,7 +292,6 @@
 o = ewl_checkbutton_new();
 ewl_button_label_set(EWL_BUTTON(o), "Homogeneous tabbar");
 ewl_container_child_append(EWL_CONTAINER(body), o);
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,
 notebook_cb_homogeneous_toggle_clicked, NULL);
 ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_LEFT);
@@ -316,7 +312,6 @@
 o = ewl_label_new();
 ewl_label_text_set(EWL_LABEL(o), name);
 ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_CENTER);
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
 ewl_container_child_append(EWL_CONTAINER(box), o);
 ewl_widget_show(o);
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_freebox_test.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/freebox/ewl_freebox_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_freebox_test.c  7 May 2008 13:38:16 -   1.3
+++ ewl_freebox_test.c  11 Jun 2008 23:04:42 -  1.4
@@ -102,7 +102,7 @@
 
 o = ewl_button_new();
 ewl_button_label_set(EWL_BUTTON(o), "Add items");
-ewl_object_fill_policy_set(EWL_OBJECT(o), 
EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_NONE);
 ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_TOP);
 ewl_container_child_append(EWL_CONTAINER(hbox), o);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,
@@ -111,7 +111,7 @@
 
 o = ewl_button_new();
 ewl_button_label_set(EWL_BUTTON(o), "Clear items");
-ewl_object_fill_policy_set(EWL_OBJECT(o), 
EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_NONE);
 ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_TOP);
 ewl_container_child_append(EWL_CONTAINER(hbox), o);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED,



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl pfritz

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/tools/ewl_config


Modified Files:
ewl_config.c 


Log Message:
add shrinkable fill flag (bug 178) and fix bug 20

This will slightly change the meaning of the shrink flag:
   'shrink': the widget wishes to be smaller then its preferred size
   'shrinkable': the widget can be smaller then its preferred size

For more information see the discussion in bug 178.

If you are using the (old) shrink fill policy in your application, you may want
to check if it still does what you want it to. Or if 'shrinkable' isn't better 
for the job.

===
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- ewl_config.c12 May 2008 12:58:04 -  1.56
+++ ewl_config.c11 Jun 2008 23:04:45 -  1.57
@@ -186,8 +186,6 @@
 o = ewl_hmenubar_new();
 ewl_container_child_append(EWL_CONTAINER(box), o);
 ec_menubar_setup(EWL_MENUBAR(o));
-ewl_object_fill_policy_set(EWL_OBJECT(o),
-EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
 ewl_widget_show(o);
 
 o = ewl_notebook_new();
@@ -293,7 +291,7 @@
 ewl_button_label_set(EWL_BUTTON(menu), menus[i].name);
 ewl_container_child_append(EWL_CONTAINER(m), menu);
 ewl_object_fill_policy_set(EWL_OBJECT(menu),
-EWL_FLAG_FILL_HSHRINK | EWL_FLAG_FILL_VFILL);
+EWL_FLAG_FILL_VFILL);
 ewl_menu_from_info(EWL_MENU(menu), menus[i].info);
 ewl_widget_show(menu);
 }
@@ -492,8 +490,7 @@
 o2 = ewl_grid_new();
 ewl_grid_vhomogeneous_set(EWL_GRID(o2), TRUE);
 ewl_container_child_append(EWL_CONTAINER(box), o2);
-ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_HSHRINK |
-EWL_FLAG_FILL_HFILL);
+ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_HFILL);
 ewl_widget_show(o2);
 
 for (i = 0; buttons[i].label != NULL; i++)
@@ -588,7 +585,7 @@
 o = ewl_button_new();
 ewl_container_child_append(EWL_CONTAINER(about), o);
 ewl_stock_type_set(EWL_STOCK(o), EWL_STOCK_OK);
-ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
+ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_NONE);
 ewl_callback_append(o, EWL_CALLBACK_CLICKED, ec_cb_win_hide, about);
 ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_CENTER);
 ewl_widget_show(o);



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: notification lok

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e_modules
Module  : notification

Dir : e_modules/notification/src


Modified Files:
e_mod_box.c 


Log Message:
If the window name don't match try with the class name.

===
RCS file: /cvs/e/e_modules/notification/src/e_mod_box.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_box.c 19 Mar 2008 16:32:21 -  1.3
+++ e_mod_box.c 11 Jun 2008 23:04:23 -  1.4
@@ -628,7 +628,7 @@
   if (!strncasecmp(bd->client.icccm.name, app_name, compare_len))
 return bd;
 }
-  else if (bd->client.icccm.class)
+  if (bd->client.icccm.class)
 {
   compare_len = MIN_LEN(bd->client.icccm.class, app_name);
   if (!strncasecmp(bd->client.icccm.class, app_name, compare_len))



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: proto/evil doursse

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/evil

Dir : e17/proto/evil


Modified Files:
ChangeLog 


Log Message:
* src/lib/Evil.h:
add defines for vc++. Thanks to Dmitriy Mazovka

===
RCS file: /cvs/e/e17/proto/evil/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ChangeLog   10 Jun 2008 07:16:52 -  1.23
+++ ChangeLog   11 Jun 2008 21:34:08 -  1.24
@@ -1,3 +1,8 @@
+2008-06-11  Vincent Torri  
+
+   * src/lib/Evil.h:
+   add defines for vc++. Thanks to Dmitriy Mazovka
+
 2008-06-10  Vincent Torri  
 
* configure.ac:



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: proto/evil doursse

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/evil

Dir : e17/proto/evil/src/lib


Modified Files:
Evil.h 


Log Message:
* src/lib/Evil.h:
add defines for vc++. Thanks to Dmitriy Mazovka

===
RCS file: /cvs/e/e17/proto/evil/src/lib/Evil.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- Evil.h  10 Jun 2008 07:16:53 -  1.18
+++ Evil.h  11 Jun 2008 21:34:09 -  1.19
@@ -17,21 +17,6 @@
 # endif /* ! EFL_EVIL_BUILD */
 #endif /* _WIN32 */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-#define WIN32_LEAN_AND_MEAN
-#include 
-#undef WIN32_LEAN_AND_MEAN
-
-#ifdef PATH_MAX
-# undef PATH_MAX
-#endif /* PATH_MAX */
-
-#define PATH_MAX MAX_PATH
-
 
 /**
  * @mainpage Evil
@@ -67,13 +52,25 @@
  * the Unix versions.
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+#define WIN32_LEAN_AND_MEAN
+#include 
+#undef WIN32_LEAN_AND_MEAN
+
 #include 
 #include 
 #include 
+#include 
 
-#ifdef __CEGCC__
-# include  /* for PATH_MAX */
-#endif
+#ifdef PATH_MAX
+# undef PATH_MAX
+#endif /* PATH_MAX */
+
+#define PATH_MAX MAX_PATH
 
 
 #ifndef __CEGCC__
@@ -525,6 +522,27 @@
 #endif /* UNICODE */
 
 EAPI char *evil_last_error_get(void);
+
+
+#ifdef _MSC_VER
+
+typedef int pid_t;
+
+typedef long ssize_t;
+
+typedef unsigned short mode_t;
+
+#define F_OK 0  /* Check for file existence */
+#define X_OK 1  /* MS access() doesn't check for execute permission. */
+#define W_OK 2  /* Check for write permission */
+#define R_OK 4  /* Check for read permission */
+
+#define _S_IRWXU (_S_IREAD | _S_IWRITE | _S_IEXEC)
+#define _S_IXUSR _S_IEXEC
+#define _S_IWUSR _S_IWRITE
+#define _S_IRUSR _S_IREAD
+
+#endif /* _MSC_VER */
 
 
 #if defined(__MSDOS__) || defined(__EMX__) || \



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ecore doursse

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir : e17/libs/ecore/src/lib/ecore


Modified Files:
ecore_main.c ecore_plugin.c 


Log Message:
minor header inclusion fixes for vc++

===
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ecore_main.c9 Jun 2008 12:15:33 -   1.37
+++ ecore_main.c11 Jun 2008 20:36:35 -  1.38
@@ -2,7 +2,9 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 
-#include 
+#ifdef HAVE_CONFIG_H
+# include 
+#endif
 
 #ifdef _WIN32
 # include 
===
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_plugin.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ecore_plugin.c  30 May 2008 10:18:04 -  1.19
+++ ecore_plugin.c  11 Jun 2008 20:36:35 -  1.20
@@ -6,12 +6,12 @@
 # include 
 #endif
 
+#include 
+#include 
+
 #ifdef HAVE_DLFCN_H
 # include 
 #endif
-
-#include 
-#include 
 
 #ifdef HAVE_EVIL_H
 # include 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/emprint devilhorns

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/emprint

Dir : e17/apps/emprint/src/bin


Modified Files:
main.c 


Log Message:
More detailed desccription of the --quality option.

===
RCS file: /cvs/e/e17/apps/emprint/src/bin/main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- main.c  1 Feb 2008 21:15:53 -   1.12
+++ main.c  11 Jun 2008 15:22:14 -  1.13
@@ -73,7 +73,7 @@
opts = calloc(1, sizeof(Options));
if (opts  == NULL)
  {
-   printf("calloc() failed.");
+   printf("Cannot allocate memory for Options structure.\n");
exit(EXIT_FAILURE);
  }
 
@@ -238,7 +238,7 @@
  "\t\t\t\tthe actual geometry to use for the thumbnail,\n"
  "\t\t\t\te.g. 100x100.\n"
  "\t\t\t\t(Shorthand: -g)\n"
- "\t--quality NUM\t\tImage quality of screenshot\n"
+ "\t--quality NUM\t\tImage quality of screenshot (in percentage)\n"
  "\t--region\t\tSelect a specific screen region\n"
  "\t--window\t\tSelect a specifc window to grab\n"
  "\t--version\t\tPrint the version.\n"
@@ -251,7 +251,7 @@
 static void 
 _em_print_version(void) 
 {
-   printf("emprint version "VERSION"\n");
+   printf("Emprint version "VERSION"\n");
_em_free_options();
exit(EXIT_SUCCESS);
 }



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2008-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_gadcon_config.c e_msgbus.c 


Log Message:


typo

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- e_int_gadcon_config.c   13 Feb 2008 04:51:01 -  1.48
+++ e_int_gadcon_config.c   11 Jun 2008 07:02:05 -  1.49
@@ -327,6 +327,7 @@
  if (strcmp(name, cgc->name)) continue;
  e_gadcon_client_config_del(cfdata->gc->cf, cgc);
  update = 1;
+break;
   }
  }
if (update) 
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_msgbus.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_msgbus.c  13 Feb 2008 04:51:01 -  1.4
+++ e_msgbus.c  11 Jun 2008 07:02:05 -  1.5
@@ -40,7 +40,7 @@
printf("WARNING: Cannot get DBUS_BUS_SESSION\n");
return 0;
  }
-   e_dbus_request_name(_e_msgbus_data->conn, "org.enlighenment.wm.service", 0, 
_e_msgbus_request_name_cb, NULL);
+   e_dbus_request_name(_e_msgbus_data->conn, "org.enlightenment.wm.service", 
0, _e_msgbus_request_name_cb, NULL);
_e_msgbus_data->obj = e_dbus_object_add(_e_msgbus_data->conn, 
"/org/enlightenment/wm/RemoteObject", NULL);
 
iface = e_dbus_interface_new("org.enlightenment.wm.Core");



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs