E CVS: libs/evas rbdpngn

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/evas

Dir : e17/libs/evas/src/lib/canvas


Modified Files:
evas_clip.c 


Log Message:
Defer marking dirty clippees when clip recalc occurs to avoid recursion.

===
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_clip.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- evas_clip.c 30 Jul 2005 05:55:15 -  1.19
+++ evas_clip.c 30 Jul 2005 06:12:27 -  1.20
@@ -52,6 +52,12 @@
obj-cur.cache.clip.b = cb;
obj-cur.cache.clip.a = ca;
obj-cur.cache.clip.dirty = 0;
+   if (cvis)
+ {
+   Evas_List *l;
+   for (l = obj-clip.clipees; l; l = l-next)
+  evas_object_clip_dirty(l-data);
+ }
 }
 
 void
@@ -60,8 +66,6 @@
Evas_List *l;
 
obj-cur.cache.clip.dirty = 1;
-   for (l = obj-clip.clipees; l; l = l-next)
- evas_object_clip_dirty(l-data);
 }
 
 void




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
configure.in enlightenment.spec 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -3 -r1.77 -r1.78
--- configure.in28 Jul 2005 07:43:57 -  1.77
+++ configure.in30 Jul 2005 06:15:56 -  1.78
@@ -7,7 +7,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(enlightenment, 0.16.999.011)
+AM_INIT_AUTOMAKE(enlightenment, 0.16.999.012)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN
===
RCS file: /cvsroot/enlightenment/e17/apps/e/enlightenment.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- enlightenment.spec  28 Jul 2005 04:35:43 -  1.6
+++ enlightenment.spec  30 Jul 2005 06:15:57 -  1.7
@@ -1,6 +1,6 @@
 Summary: The Enlightenment window manager
 Name: enlightenment
-Version: 0.16.999.011
+Version: 0.16.999.012
 Release: NOT_RELEASE_1.%(date '+%Y%m%d')
 License: BSD
 Group: User Interface/Desktops




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entice raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entice

Dir : e17/apps/entice


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/apps/entice/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.in7 May 2005 06:01:11 -   1.16
+++ configure.in30 Jul 2005 06:15:57 -  1.17
@@ -4,7 +4,7 @@
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entice, 0.9.3.003)
+AM_INIT_AUTOMAKE(entice, 0.9.3.004)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ecore raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir : e17/libs/ecore


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- configure.in13 Jul 2005 05:45:34 -  1.97
+++ configure.in30 Jul 2005 06:15:59 -  1.98
@@ -4,7 +4,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(ecore, 0.9.9.011)
+AM_INIT_AUTOMAKE(ecore, 0.9.9.012)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- configure.in30 May 2005 21:16:02 -  1.41
+++ configure.in30 Jul 2005 06:15:58 -  1.42
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.003)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.004)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/edb raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edb

Dir : e17/libs/edb


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/edb/configure.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- configure.in7 May 2005 06:01:14 -   1.32
+++ configure.in30 Jul 2005 06:15:59 -  1.33
@@ -2,7 +2,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(edb, 1.0.5.003)
+AM_INIT_AUTOMAKE(edb, 1.0.5.004)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/embryo raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir : e17/libs/embryo


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/embryo/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- configure.in13 Jul 2005 05:45:35 -  1.20
+++ configure.in30 Jul 2005 06:16:00 -  1.21
@@ -7,7 +7,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(embryo, 0.9.1.011)
+AM_INIT_AUTOMAKE(embryo, 0.9.1.012)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/edje raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir : e17/libs/edje


Modified Files:
configure.in edje.spec 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/edje/configure.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- configure.in13 Jul 2005 05:45:35 -  1.40
+++ configure.in30 Jul 2005 06:15:59 -  1.41
@@ -7,7 +7,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(edje, 0.5.0.011)
+AM_INIT_AUTOMAKE(edje, 0.5.0.012)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
===
RCS file: /cvsroot/enlightenment/e17/libs/edje/edje.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- edje.spec   28 Jul 2005 04:35:11 -  1.19
+++ edje.spec   30 Jul 2005 06:16:00 -  1.20
@@ -2,7 +2,7 @@
 
 Summary: Complex Graphical Design/Layout Engine
 Name: edje
-Version: 0.5.0.011
+Version: 0.5.0.012
 Release: 1
 License: BSD
 Group: System Environment/Libraries




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/esmart raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/esmart

Dir : e17/libs/esmart


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/esmart/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in21 Jun 2005 04:48:08 -  1.6
+++ configure.in30 Jul 2005 06:16:02 -  1.7
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(esmart, 0.9.0.003)
+AM_INIT_AUTOMAKE(esmart, 0.9.0.004)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/imlib2 raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/imlib2

Dir : e17/libs/imlib2


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/configure.in,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -3 -r1.108 -r1.109
--- configure.in23 Jul 2005 00:51:25 -  1.108
+++ configure.in30 Jul 2005 06:16:03 -  1.109
@@ -5,7 +5,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(imlib2, 1.2.1.002)
+AM_INIT_AUTOMAKE(imlib2, 1.2.1.003)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/epeg raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/epeg

Dir : e17/libs/epeg


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/epeg/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in7 May 2005 06:01:16 -   1.7
+++ configure.in30 Jul 2005 06:16:01 -  1.8
@@ -4,7 +4,7 @@
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(epeg, 0.9.0.003)
+AM_INIT_AUTOMAKE(epeg, 0.9.0.004)
 AM_CONFIG_HEADER(config.h)
 
 AC_ISC_POSIX




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/emotion raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir : e17/libs/emotion


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/emotion/configure.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- configure.in7 May 2005 06:01:15 -   1.13
+++ configure.in30 Jul 2005 06:16:01 -  1.14
@@ -4,7 +4,7 @@
 rm -f config.cache
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(emotion, 0.0.1.003)
+AM_INIT_AUTOMAKE(emotion, 0.0.1.004)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/imlib2_loaders raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/imlib2_loaders

Dir : e17/libs/imlib2_loaders


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/imlib2_loaders/configure.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- configure.in13 Jul 2005 05:45:36 -  1.32
+++ configure.in30 Jul 2005 06:16:03 -  1.33
@@ -5,7 +5,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(imlib2_loaders, 1.2.1.002)
+AM_INIT_AUTOMAKE(imlib2_loaders, 1.2.1.003)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/epsilon raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/epsilon

Dir : e17/libs/epsilon


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/epsilon/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in16 Jul 2005 15:50:09 -  1.8
+++ configure.in30 Jul 2005 06:16:02 -  1.9
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(epsilon, 0.3.0.003)
+AM_INIT_AUTOMAKE(epsilon, 0.3.0.004)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/etox raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/etox

Dir : e17/libs/etox


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/etox/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- configure.in7 May 2005 06:01:16 -   1.28
+++ configure.in30 Jul 2005 06:16:02 -  1.29
@@ -3,7 +3,7 @@
 AC_INIT(configure.in)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(etox, 0.9.0.003)
+AM_INIT_AUTOMAKE(etox, 0.9.0.004)
 AM_CONFIG_HEADER(config.h)
 
 AC_ISC_POSIX




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/evas raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir : e17/libs/evas


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -3 -r1.109 -r1.110
--- configure.in13 Jul 2005 05:45:35 -  1.109
+++ configure.in30 Jul 2005 06:16:02 -  1.110
@@ -5,7 +5,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(evas, 0.9.9.011)
+AM_INIT_AUTOMAKE(evas, 0.9.9.012)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- configure.in8 Jul 2005 19:57:30 -   1.51
+++ configure.in30 Jul 2005 06:16:02 -  1.52
@@ -3,7 +3,7 @@
 AC_INIT(configure.in)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(ewl, 0.0.4.003)
+AM_INIT_AUTOMAKE(ewl, 0.0.4.004)
 AM_CONFIG_HEADER(ewl-config.h)
 
 AC_ISC_POSIX




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/eet raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir : e17/libs/eet


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/libs/eet/configure.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- configure.in13 Jul 2005 05:45:35 -  1.33
+++ configure.in30 Jul 2005 06:16:00 -  1.34
@@ -7,7 +7,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(eet, 0.9.10.011)
+AM_INIT_AUTOMAKE(eet, 0.9.10.012)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/lib


Modified Files:
e_main.c 


Log Message:


better semantics

===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_main.c30 Jul 2005 05:13:34 -  1.28
+++ e_main.c30 Jul 2005 06:21:54 -  1.29
@@ -247,16 +247,18 @@
 {
char *params[5];
int i;
-   if(!bgfile)
+   
+   if (!bgfile)
  return;
-   for(i = 0; i  4; i++)
+   for (i = 0; i  4; i++)
  params[i] = (char *)calloc(5,sizeof(char));
sprintf(params[0],%i,con);
sprintf(params[1],%i,zone);
sprintf(params[2],%i,desk_x);
sprintf(params[3],%i,desk_y);
params[4] = strdup(bgfile);
-   if(!params[0] | !params[1] | !params[2] | !params[3] | !params[4])
+   if ((!params[0]) || (!params[1]) || (!params[2]) || (!params[3]) || 
+   (!params[4]))
  return;
_e_ipc_call(E_IPC_OP_DESKTOP_BG_ADD, params);
free(params[0]);
@@ -271,14 +273,15 @@
 {
int i;
char *params[4];
-   for(i = 0; i  4; i++)
+
+   for (i = 0; i  4; i++)
  params[i] = (char *)calloc(5,sizeof(char));
sprintf(params[0],%i,con);
sprintf(params[1],%i,zone);
sprintf(params[2],%i,desk_x);
sprintf(params[3],%i,desk_y);
-   if(!params[0] | !params[1] | !params[2] | !params[3])
- return;
+   if ((!params[0]) || (!params[1]) || (!params[2]) || (!params[3]) || 
+   (!params[4]))
_e_ipc_call(E_IPC_OP_DESKTOP_BG_DEL, params);
free(params[0]);
free(params[1]);




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/icons/images


Removed Files:
.cvsignore Makefile.am configuration.png desktop.png e_0.png 
e_glow_0.png favorites.png gadget.png module.png 
power_button_0.png power_button_glow_0.png reset_button_0.png 
reset_button_glow_0.png run.png theme_0.png theme_glow_0.png 
windows.png 


Log Message:


icons are now part of the theme and themable from the theme (always
falls back to default of course if theme doesnt provide them) and this
works for EAP icons too - if you give your EAP icons an icon class
like web_browser and if the theme provides a theme override for icons of
class web_browser then the theme icon is used instead of the .eap internal
image. not surethis is perfect as u want more specific and more general
levels - maybe i should make the eapp icon class a list of classes the icon
is part of...





---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_apps.c e_apps.h e_border.c e_dnd.c e_eapp_main.c e_hints.c 
e_int_menus.c e_theme.c e_utils.c e_utils.h 


Log Message:


icons are now part of the theme and themable from the theme (always
falls back to default of course if theme doesnt provide them) and this
works for EAP icons too - if you give your EAP icons an icon class
like web_browser and if the theme provides a theme override for icons of
class web_browser then the theme icon is used instead of the .eap internal
image. not surethis is perfect as u want more specific and more general
levels - maybe i should make the eapp icon class a list of classes the icon
is part of...

===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- e_apps.c12 Jul 2005 03:53:44 -  1.56
+++ e_apps.c30 Jul 2005 07:46:04 -  1.57
@@ -720,8 +720,7 @@
_e_apps = evas_hash_del(_e_apps, a-path, a);
_e_apps_list = evas_list_remove(_e_apps_list, a);
_e_app_fields_empty(a);
-   if (a-path) 
- free(a-path);
+   IF_FREE(a-path);
free(a);
  }
 }
@@ -806,6 +805,15 @@
a-exe = str;
free(v);
  }
+   v = eet_read(ef, app/icon/class, size);
+   if (v)
+ {
+   str = malloc(size + 1);
+   memcpy(str, v, size);
+   str[size] = 0;
+   a-icon_class = str;
+   free(v);
+ }
v = eet_read(ef, app/window/name, size);
if (v)
  {
@@ -860,36 +868,15 @@
 static void
 _e_app_fields_empty(E_App *a)
 {
-   if (a-name)
- {
-   free(a-name);
-   a-name = NULL;
- }
-   if (a-generic)
- {
-   free(a-generic);
-   a-generic = NULL;
- }
-   if (a-comment)
- {
-   free(a-comment);
-   a-comment = NULL;
- }
-   if (a-exe)
- {
-   free(a-exe);
-   a-exe = NULL;
- }
-   if (a-win_name)
- {
-   free(a-win_name);
-   a-win_name = NULL;
- }
-   if (a-win_class)
- {
-   free(a-win_class);
-   a-win_class = NULL;
- }
+   IF_FREE(a-name);
+   IF_FREE(a-generic);
+   IF_FREE(a-comment);
+   IF_FREE(a-exe);
+   IF_FREE(a-icon_class);
+   IF_FREE(a-win_name);
+   IF_FREE(a-win_class);
+   IF_FREE(a-win_title);
+   IF_FREE(a-win_role);
 }
 
 static Ecore_List *
===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_apps.h1 Jul 2005 04:41:34 -   1.16
+++ e_apps.h30 Jul 2005 07:46:04 -  1.17
@@ -33,12 +33,15 @@
char   *generic; /* generic app name */
char   *comment; /* a longer description */
char   *exe; /* command to execute, NULL if directory */
+   
char   *path; /* path to .eet containing icons etc. etc. */
 
char   *win_name; /* window name */
char   *win_class; /* window class */
char   *win_title; /* window title */
char   *win_role; /* window role */
+
+   char   *icon_class; /* icon_class */

Evas_List  *subapps; /* if this a directory, a list of more E_App's 
*/

===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -3 -r1.346 -r1.347
--- e_border.c  29 Jul 2005 02:41:02 -  1.346
+++ e_border.c  30 Jul 2005 07:46:04 -  1.347
@@ -1748,7 +1748,8 @@
if (a)
  {
 o = edje_object_add(evas);
-edje_object_file_set(o, a-path, icon);
+if (!e_util_edje_icon_set(o, a-icon_class))
+  edje_object_file_set(o, a-path, icon);
  }
  }
else if (bd-client.netwm.icon.data)
===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_dnd.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_dnd.c 27 Jun 2005 10:08:53 -  1.28
+++ e_dnd.c 30 Jul 2005 07:46:04 -  1.29
@@ -811,7 +811,7 @@
int i, size;
 
data = ev-data;
-   text = data-data;
+   text = (char *)data-data;
size = MIN(data-length, PATH_MAX - 1);
/* A moz url _shall_ contain a space */
/* FIXME: The data is two-byte unicode. Somewhere it
===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_eapp_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_eapp_main.c   9 Jul 2005 01:07:30 -   1.10
+++ e_eapp_main.c   30 Jul 

E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data


Modified Files:
Makefile.am 


Log Message:


icons are now part of the theme and themable from the theme (always
falls back to default of course if theme doesnt provide them) and this
works for EAP icons too - if you give your EAP icons an icon class
like web_browser and if the theme provides a theme override for icons of
class web_browser then the theme icon is used instead of the .eap internal
image. not surethis is perfect as u want more specific and more general
levels - maybe i should make the eapp icon class a list of classes the icon
is part of...

===
RCS file: /cvsroot/enlightenment/e17/apps/e/data/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 3 Jul 2005 07:23:02 -   1.3
+++ Makefile.am 30 Jul 2005 07:46:03 -  1.4
@@ -1,3 +1,3 @@
 MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = fonts images init themes icons other xsession
+SUBDIRS = fonts images init themes other xsession
 




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/icons


Removed Files:
.cvsignore Makefile.am default.edc 


Log Message:


icons are now part of the theme and themable from the theme (always
falls back to default of course if theme doesnt provide them) and this
works for EAP icons too - if you give your EAP icons an icon class
like web_browser and if the theme provides a theme override for icons of
class web_browser then the theme icon is used instead of the .eap internal
image. not surethis is perfect as u want more specific and more general
levels - maybe i should make the eapp icon class a list of classes the icon
is part of...





---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
Makefile.am default.edc 


Log Message:


icons are now part of the theme and themable from the theme (always
falls back to default of course if theme doesnt provide them) and this
works for EAP icons too - if you give your EAP icons an icon class
like web_browser and if the theme provides a theme override for icons of
class web_browser then the theme icon is used instead of the .eap internal
image. not surethis is perfect as u want more specific and more general
levels - maybe i should make the eapp icon class a list of classes the icon
is part of...

===
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Makefile.am 28 Jul 2005 07:43:57 -  1.16
+++ Makefile.am 30 Jul 2005 07:46:03 -  1.17
@@ -32,7 +32,8 @@
 default_winlist.edc \
 default_transitions.edc \
 default_dialog.edc \
-default_desktopname.edc
+default_desktopname.edc \
+default_icons.edc
 
 default.edj: Makefile $(EXTRA_DIST)
$(EDJE_CC) $(EDJE_FLAGS) \
===
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- default.edc 28 Jul 2005 07:43:57 -  1.36
+++ default.edc 30 Jul 2005 07:46:03 -  1.37
@@ -41,5 +41,6 @@
 #include default_transitions.edc
 #include default_dialog.edc
 #include default_desktopname.edc
+#include default_icons.edc
 }
 




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes/images


Modified Files:
Makefile.am 
Added Files:
e17_icon_configuration.png e17_icon_desktop.png 
e17_icon_e_0.png e17_icon_e_glow_0.png e17_icon_favorites.png 
e17_icon_gadget.png e17_icon_module.png 
e17_icon_power_button_0.png e17_icon_power_button_glow_0.png 
e17_icon_reset_button_0.png e17_icon_reset_button_glow_0.png 
e17_icon_run.png e17_icon_theme_0.png 
e17_icon_theme_glow_0.png e17_icon_windows.png 


Log Message:


icons are now part of the theme and themable from the theme (always
falls back to default of course if theme doesnt provide them) and this
works for EAP icons too - if you give your EAP icons an icon class
like web_browser and if the theme provides a theme override for icons of
class web_browser then the theme icon is used instead of the .eap internal
image. not surethis is perfect as u want more specific and more general
levels - maybe i should make the eapp icon class a list of classes the icon
is part of...

===
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/images/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- Makefile.am 19 Jul 2005 08:51:01 -  1.21
+++ Makefile.am 30 Jul 2005 07:46:03 -  1.22
@@ -290,5 +290,20 @@
 e17_winlist_top.png \
 e17_winlist_bottom.png \
 e17_pager_window_shaded.png \
-e17_transition_vswipe_gap.png
+e17_transition_vswipe_gap.png \
+e17_icon_configuration.png \
+e17_icon_desktop.png \
+e17_icon_e_0.png \
+e17_icon_e_glow_0.png \
+e17_icon_favorites.png \
+e17_icon_gadget.png \
+e17_icon_module.png \
+e17_icon_power_button_0.png \
+e17_icon_power_button_glow_0.png \
+e17_icon_reset_button_0.png \
+e17_icon_reset_button_glow_0.png \
+e17_icon_run.png \
+e17_icon_theme_0.png \
+e17_icon_theme_glow_0.png \
+e17_icon_windows.png
 




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Added Files:
default_icons.edc 


Log Message:


add file





---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_border.c e_utils.c e_utils.h 


Log Message:


accpet an icon class as a comma-delimited list, so you can do multiple
classes to match more than one
eg:

firefox,mozilla,web_browser,browser,application

ie the app (lets say it was firefox) is a member of multiple classes - the
first matched will be used, if none match, the .eap provided internal icon
will be used.

===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -3 -r1.347 -r1.348
--- e_border.c  30 Jul 2005 07:46:04 -  1.347
+++ e_border.c  30 Jul 2005 08:12:05 -  1.348
@@ -1748,7 +1748,7 @@
if (a)
  {
 o = edje_object_add(evas);
-if (!e_util_edje_icon_set(o, a-icon_class))
+if (!e_util_edje_icon_list_set(o, a-icon_class))
   edje_object_file_set(o, a-path, icon);
  }
  }
===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_utils.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_utils.c   30 Jul 2005 07:46:05 -  1.19
+++ e_utils.c   30 Jul 2005 08:12:05 -  1.20
@@ -257,28 +257,117 @@
 }
 
 int
+e_util_ejde_icon_list_set(Evas_Object *obj, char *list)
+{
+   char *buf;
+   char *p, *c;
+   
+   buf = malloc(strlen(list) + 1);
+   p = list;
+   while (p)
+ {
+   c = strchr(p, ',');
+   if (c)
+ {
+strncpy(buf, p, c - p);
+buf[c - p] = 0;
+if (e_util_edje_icon_set(obj, buf))
+  {
+ free(buf);
+ return 1;
+  }
+p = c + 1;
+if (!*p)
+  {
+ free(buf);
+ return 0;
+  }
+ }
+   else
+ {
+strcpy(buf, p);
+if (e_util_edje_icon_set(obj, buf))
+  {
+ free(buf);
+ return 1;
+  }
+ }
+ }
+   free(buf);
+   return 0;
+}
+
+int
+e_util_menu_item_ejde_icon_list_set(E_Menu_Item *mi, char *list)
+{
+   char *buf;
+   char *p, *c;
+   
+   buf = malloc(strlen(list) + 1);
+   p = list;
+   while (p)
+ {
+   c = strchr(p, ',');
+   if (c)
+ {
+strncpy(buf, p, c - p);
+buf[c - p] = 0;
+if (e_util_menu_item_edje_icon_set(mi, buf))
+  {
+ free(buf);
+ return 1;
+  }
+p = c + 1;
+if (!*p)
+  {
+ free(buf);
+ return 0;
+  }
+ }
+   else
+ {
+strcpy(buf, p);
+if (e_util_menu_item_edje_icon_set(mi, buf))
+  {
+ free(buf);
+ return 1;
+  }
+ }
+ }
+   free(buf);
+   return 0;
+}
+
+int
 e_util_edje_icon_set(Evas_Object *obj, char *name)
 {
char *file;
char buf[4096];
 
-   if (!name) return 0;
+   if ((!name) || (!name[0])) return 0;
snprintf(buf, sizeof(buf), icons/%s, name);
file = (char *)e_theme_edje_file_get(base/theme/icons, buf);
-   if (!file[0]) return;
-   edje_object_file_set(obj, file, buf);
-   return 1;
+   if (file[0])
+ {
+   edje_object_file_set(obj, file, buf);
+   return 1;
+ }
+   return 0;
 }
 
-void
+int
 e_util_menu_item_edje_icon_set(E_Menu_Item *mi, char *name)
 {
char *file;
char buf[4096];

-   if (!name) return;
+   if ((!name) || (!name[0])) return 0;
snprintf(buf, sizeof(buf), icons/%s, name);
file = (char *)e_theme_edje_file_get(base/theme/icons, buf);
-   if (!file[0]) return;
-   e_menu_item_icon_edje_set(mi, file, buf);
+   if (file[0])
+ {
+   e_menu_item_icon_edje_set(mi, file, buf);
+   return 1;
+ }
+   return 0;
 }
===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_utils.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_utils.h   30 Jul 2005 07:46:05 -  1.13
+++ e_utils.h   30 Jul 2005 08:12:05 -  1.14
@@ -20,8 +20,10 @@
 EAPI int  e_util_strcmp(char *s1, char *s2);
 EAPI int  e_util_both_str_empty(char *s1, char *s2);
 EAPI int  e_util_immortal_check(void);
+EAPI int  e_util_ejde_icon_list_set(Evas_Object *obj, char *list);
+EAPI int  e_util_menu_item_ejde_icon_list_set(E_Menu_Item *mi, char 
*list);
 EAPI int  e_util_edje_icon_set(Evas_Object *obj, char *name);
-EAPI void e_util_menu_item_edje_icon_set(E_Menu_Item *mi, char *name);
+EAPI int  e_util_menu_item_edje_icon_set(E_Menu_Item *mi, char *name);
 
 

E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_utils.c 


Log Message:


oops segv. fix.

===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_utils.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_utils.c   30 Jul 2005 08:19:41 -  1.21
+++ e_utils.c   30 Jul 2005 08:22:24 -  1.22
@@ -262,6 +262,7 @@
char *buf;
char *p, *c;

+   if ((!list) || (!list[0])) return 0;
buf = malloc(strlen(list) + 1);
p = list;
while (p)
@@ -303,6 +304,7 @@
char *buf;
char *p, *c;

+   if ((!list) || (!list[0])) return 0;
buf = malloc(strlen(list) + 1);
p = list;
while (p)




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/eet raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir : e17/libs/eet/src/lib


Modified Files:
eet_data.c 


Log Message:


solaris breakage - fix.

===
RCS file: /cvsroot/enlightenment/e17/libs/eet/src/lib/eet_data.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- eet_data.c  26 May 2005 09:43:23 -  1.23
+++ eet_data.c  30 Jul 2005 09:09:31 -  1.24
@@ -336,6 +336,7 @@
 eet_data_get_float(void *src, void *src_end, void *dst)
 {
float *d;
+   float tf;
char *s, *str, *p, *prev_locale;
int len;
 
@@ -350,7 +351,10 @@
str[len] = 0;
 
prev_locale = setlocale(LC_NUMERIC, C);
-   *d = (float)atof(str);
+/* solaris atof is broken and doesnt understand %a format as a float */   
+/*   *d = (float)atof(str); */
+   sscanf(str, %a, tf);
+   *d = (float)tf;
if (prev_locale) setlocale(LC_NUMERIC, prev_locale);
 
free(str);
@@ -380,7 +384,8 @@
 static int
 eet_data_get_double(void *src, void *src_end, void *dst)
 {
-   double *d;
+   double *d, td;
+   float tf;
char *s, *str, *p, *prev_locale;
int len;
 
@@ -395,7 +400,10 @@
str[len] = 0;
 
prev_locale = setlocale(LC_NUMERIC, C);
-   *d = (double)atof(str);
+/* solaris atof is broken and doesnt understand %a format as a float */   
+/*   *d = (double)atof(str); */
+   sscanf(str, %a, tf);
+   *d = (double)tf;
if (prev_locale) setlocale(LC_NUMERIC, prev_locale);
 
free(str);




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/evas raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir : e17/libs/evas/src/lib/canvas


Modified Files:
evas_clip.c evas_events.c evas_object_main.c 


Log Message:


engage seems to be generating clip weirdness - testing to see if the clip
changes are it - catalyst? :) does it work now?

===
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_clip.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- evas_clip.c 30 Jul 2005 06:12:27 -  1.20
+++ evas_clip.c 30 Jul 2005 09:52:53 -  1.21
@@ -6,14 +6,9 @@
 {
int cx, cy, cw, ch, cvis, cr, cg, cb, ca;
int nx, ny, nw, nh, nvis, nr, ng, nb, na;
-   // FIXME: This shouldn't be necessary as frozen checks should happen at a
-   // higher level.
-   // if (obj-layer-evas-events_frozen  0) return;
-
-   /* Skip coord recalc on smart object and invalid output */
-   if ((!obj-smart.smart) 
-   (obj-cur.cache.geometry.validity != obj-layer-evas-output_validity))
- evas_object_coords_recalc(obj);
+
+   if (obj-layer-evas-events_frozen  0) return;
+   evas_object_coords_recalc(obj);
cx = obj-cur.cache.geometry.x; cy = obj-cur.cache.geometry.y;
cw = obj-cur.cache.geometry.w; ch = obj-cur.cache.geometry.h;
if (obj-cur.color.a == 0) cvis = 0;
@@ -22,8 +17,8 @@
cb = obj-cur.color.b; ca = obj-cur.color.a;
if (obj-cur.clipper)
  {
-   /* Don't recalculate clean clipper */
-   if (obj-cur.clipper-cur.cache.clip.dirty)
+// this causes problems... hmmm
+// if (obj-cur.clipper-cur.cache.clip.dirty)
  evas_object_clip_recalc(obj-cur.clipper);
nx = obj-cur.clipper-cur.cache.clip.x;
ny = obj-cur.clipper-cur.cache.clip.y;
@@ -52,12 +47,6 @@
obj-cur.cache.clip.b = cb;
obj-cur.cache.clip.a = ca;
obj-cur.cache.clip.dirty = 0;
-   if (cvis)
- {
-   Evas_List *l;
-   for (l = obj-clip.clipees; l; l = l-next)
-  evas_object_clip_dirty(l-data);
- }
 }
 
 void
@@ -66,6 +55,8 @@
Evas_List *l;
 
obj-cur.cache.clip.dirty = 1;
+   for (l = obj-clip.clipees; l; l = l-next)
+ evas_object_clip_dirty(l-data);
 }
 
 void
@@ -73,10 +64,10 @@
 {
Evas_List *l;
 
-   evas_object_clip_recalc(obj);
-   for (l = obj-clip.clipees; l; l = l-next)
+   if (obj-cur.cache.clip.dirty)
  {
-if (obj-cur.cache.clip.dirty)
+   evas_object_clip_recalc(obj);
+   for (l = obj-clip.clipees; l; l = l-next)
  evas_object_recalc_clippees(l-data);
  }
 }
@@ -202,8 +193,7 @@
clip-clip.clipees = evas_list_append(clip-clip.clipees, obj);
evas_object_change(obj);
evas_object_clip_dirty(obj);
-   if ((!obj-layer-evas-events_frozen)  (obj-cur.cache.clip.dirty))
- evas_object_recalc_clippees(obj);
+   evas_object_recalc_clippees(obj);
if (!obj-smart.smart)
  {
if (evas_object_is_in_output_rect(obj,
@@ -291,8 +281,7 @@
obj-cur.clipper = NULL;
evas_object_change(obj);
evas_object_clip_dirty(obj);
-   if (!obj-layer-evas-events_frozen  obj-cur.cache.clip.dirty)
- evas_object_recalc_clippees(obj);
+   evas_object_recalc_clippees(obj);
if (!obj-smart.smart)
  {
if (evas_object_is_in_output_rect(obj,
===
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_events.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- evas_events.c   29 Jul 2005 07:46:22 -  1.37
+++ evas_events.c   30 Jul 2005 09:52:53 -  1.38
@@ -40,6 +40,8 @@
 if (obj == stop) goto done;
 if ((!evas_event_passes_through(obj))  (!obj-smart.smart))
   {
+// FIXME: i don't think we need this
+//   evas_object_clip_recalc(obj);
  if ((evas_object_is_in_output_rect(obj, x, y, 1, 1)) 
  (obj-cur.visible) 
  (obj-delete_me == 0) 
@@ -138,8 +140,8 @@
  Evas_Object *obj;
  
  obj = (Evas_Object *)l2;
- if (obj-cur.cache.clip.dirty)
-   evas_object_recalc_clippees(obj);
+ evas_object_clip_recalc(obj);
+ evas_object_recalc_clippees(obj);
   }
  }
  }
===
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- evas_object_main.c  29 Jul 2005 07:46:22 -  1.32
+++ evas_object_main.c  30 Jul 2005 09:52:53 -  1.33
@@ -275,10 +275,9 @@
 void
 evas_object_coords_recalc(Evas_Object *obj)
 {
-   // FIXME: Check before entering
-   // if (obj-smart.smart) return;
-   // if (obj-cur.cache.geometry.validity == 
obj-layer-evas-output_validity)
-   //   return;
+   if 

E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:


dont force to low quality all the time (i was testing!)

===
RCS file: 
/cvsroot/enlightenment/e17/apps/e/src/modules/dropshadow/e_mod_main.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_mod_main.c30 Jul 2005 04:47:39 -  1.24
+++ e_mod_main.c30 Jul 2005 10:24:08 -  1.25
@@ -236,7 +236,6 @@
E_CONFIG_LIMIT(ds-conf-shadow_darkness, 0.0, 1.0);
/* special - must be power of 2 */
if (ds-conf-quality == 3) ds-conf-quality = 4;
-   ds-conf-quality = 4;

if (ds-conf-shadow_x = ds-conf-blur_size)
  ds-conf-shadow_x = ds-conf-blur_size - 1;




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/epeg tsauerbeck

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/epeg

Dir : e17/libs/epeg/src/bin


Modified Files:
epeg_main.c 


Log Message:
fixed some compiler warnings
===
RCS file: /cvsroot/enlightenment/e17/libs/epeg/src/bin/epeg_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- epeg_main.c 27 Jul 2005 00:29:50 -  1.7
+++ epeg_main.c 30 Jul 2005 10:37:58 -  1.8
@@ -24,10 +24,10 @@
 {
 printf(Usage: %s [options] input.jpg thumb.jpg\n
-v,  --verbose\n
-   -w,  --width=width[%]   set thumbnail width [% of input]\n
-   -h,  --height=heigth[%] set thumbnail heigth [% of input]\n
-   -m,  --max=maximum  reduce max(w,h) to maximum, with aspect 
preserved\n
-   -c,  --comment=comment  put a comment in thumbnail\n, myname);
+   -w,  --width=width[%%]   set thumbnail width [%% of input]\n
+   -h,  --height=heigth[%%] set thumbnail heigth [%% of input]\n
+   -m,  --max=maximum   reduce max(w,h) to maximum, with aspect 
preserved\n
+   -c,  --comment=comment   put a comment in thumbnail\n, myname);
 exit(0);
 }
 
@@ -135,7 +135,6 @@
}
 
if (max_dimension  0) {
-  int m;
   if (w  h) {
   thumb_width = max_dimension;
   thumb_height = max_dimension * h / w;




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/epeg tsauerbeck

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/epeg

Dir : e17/libs/epeg/src/lib


Modified Files:
epeg_memfile.c 


Log Message:
fixed some compiler warnings
===
RCS file: /cvsroot/enlightenment/e17/libs/epeg/src/lib/epeg_memfile.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- epeg_memfile.c  1 Nov 2003 00:43:25 -   1.2
+++ epeg_memfile.c  30 Jul 2005 10:37:58 -  1.3
@@ -27,7 +27,7 @@
 #endif   
 }
 
-
+#ifndef HAVE_OPEN_MEMSTREAM
 typedef struct _Eet_Memfile_Write_Info Eet_Memfile_Write_Info;
 struct _Eet_Memfile_Write_Info
 {
@@ -39,6 +39,7 @@
 static int _epeg_memfile_info_alloc_num = 0;
 static int _epeg_memfile_info_num   = 0;
 static Eet_Memfile_Write_Info *_epeg_memfile_info   = NULL;
+#endif
 
 FILE *
 _epeg_memfile_write_open(void **data, size_t *size)




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ecore raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
ecore_x_events.c 


Log Message:


lets make buttons 6 and 7 be another mouse wheel goign in another direction -
eh? :)

===
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- ecore_x_events.c12 Jul 2005 15:27:46 -  1.68
+++ ecore_x_events.c30 Jul 2005 11:43:17 -  1.69
@@ -276,7 +276,7 @@
int did_triple = 0;
int i;
 
-   if ((xevent-xbutton.button  3)  (xevent-xbutton.button  6))
+   if ((xevent-xbutton.button  3)  (xevent-xbutton.button  8))
  {
Ecore_X_Event_Mouse_Wheel *e;

@@ -288,12 +288,30 @@
e-modifiers = 0;
e-direction = 0;
e-z = 0;
-   if  (xevent-xbutton.button == 4) e-z = -1;
-   else if (xevent-xbutton.button == 5) e-z = 1;
+   if  (xevent-xbutton.button == 4)
+ {
+e-direction = 0;
+e-z = -1;
+ }
+   else if (xevent-xbutton.button == 5)
+ {
+e-direction = 0;
+e-z = 1;
+ }
+   else if (xevent-xbutton.button == 6)
+ {
+e-direction = 1;
+e-z = -1;
+ }
+   else if (xevent-xbutton.button == 7)
+ {
+e-direction = 1;
+e-z = 1;
+ }
e-x = xevent-xbutton.x;
e-y = xevent-xbutton.y;
e-root.x = xevent-xbutton.x_root;
- e-root.y = xevent-xbutton.y_root;
+   e-root.y = xevent-xbutton.y_root;

if (xevent-xbutton.subwindow)
  e-win = xevent-xbutton.subwindow;




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e vandango

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : vandango
Project : e17
Module  : apps/e

Dir : e17/apps/e/po


Modified Files:
de.po 


Log Message:
little german update
===
RCS file: /cvsroot/enlightenment/e17/apps/e/po/de.po,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- de.po   22 Jul 2005 18:48:25 -  1.24
+++ de.po   30 Jul 2005 11:51:15 -  1.25
@@ -986,6 +986,18 @@
 \t-Psychotisch\n
 \t\tSei psychotisch.\n
 
+#: src/modules/desktopname/e_mod_main.c:77
+msgid DesktopName
+msgstr Arbeitsflächenname
+
+#: src/modules/desktopname/e_mod_main.c:86
+msgid Enlightenment DesktopName Module
+msgstr Enlightenment Arbeitsflächenname Modul
+
+#: src/modules/desktopname/e_mod_main.c:87
+msgid Experimental module for E17: display desktop name on screen.
+msgstr Experimentelles Modul für E17: Den Arbeitsflächennamen auf dem 
Bildschirm ausgeben
+
 #: src/modules/pager/e_mod_main.c:126
 msgid Pager
 msgstr Arbeitsflächenumschalter
@@ -1060,7 +1072,7 @@
 
 #: src/bin/e_border.c:3536
 msgid Send To
-msgstr Verschieben nach
+msgstr Auf Arbeitsfläche
 
 #: src/modules/battery/e_mod_main.c:194 src/modules/battery/e_mod_main.c:473
 msgid Set Alarm




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: e kwo

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir : e16/e/src


Modified Files:
backgrounds.c 


Log Message:
Fix gcc4 warnings.
===
RCS file: /cvsroot/enlightenment/e16/e/src/backgrounds.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- backgrounds.c   26 Jul 2005 16:58:31 -  1.37
+++ backgrounds.c   30 Jul 2005 12:11:21 -  1.38
@@ -410,7 +410,8 @@
 #endif
 
 static void
-BgFindImageSize(BgPart * bgp, int rw, int rh, int *pw, int *ph)
+BgFindImageSize(BgPart * bgp, unsigned int rw, unsigned int rh,
+   unsigned int *pw, unsigned int *ph)
 {
int w, h;
 
@@ -445,8 +446,8 @@
  }
  }
 
-   *pw = w;
-   *ph = h;
+   *pw = (unsigned int)w;
+   *ph = (unsigned int)h;
 }
 
 static void
@@ -532,7 +533,6 @@
 {
Pixmap  pmap;
GC  gc;
-
int rt;
int x, y;
unsigned intw, h, ww, hh;




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e raster

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:


bug++

===
RCS file: /cvsroot/enlightenment/e17/apps/e/TODO,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -3 -r1.235 -r1.236
--- TODO30 Jul 2005 07:46:02 -  1.235
+++ TODO30 Jul 2005 16:46:24 -  1.236
@@ -8,6 +8,7 @@
   BUGS / FIXES
 ---
 
+* BUG: must delete aurtais timer on focus out.
 * BUG: remember stickiness does not show in the pager when applied later by
   the remember code
 * e_hints.c manually changes flags on a border isnetad of calling




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/imlib2 kwo

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/imlib2

Dir : e17/libs/imlib2/src/lib


Modified Files:
font_draw.c 


Log Message:
Bad fix - Revert.
===
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/font_draw.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- font_draw.c 29 Jul 2005 02:23:55 -  1.2
+++ font_draw.c 30 Jul 2005 17:54:02 -  1.3
@@ -77,12 +77,9 @@
ImlibImage *im2;
DATA32 *data, col;
int nx, ny, tmp;
-   int inset;
-   
-   inset = imlib_font_query_inset(fn, text);
-   imlib_font_query_size(fn, text, w, h);
-   w += inset;
-   
+
+   imlib_font_query_advance(fn, text, w, h);
+
data = malloc(w * h * sizeof(DATA32));
if (!data)
   return;




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/imlib2 azundris

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : azundris
Project : e17
Module  : libs/imlib2

Dir : e17/libs/imlib2


Modified Files:
imlib2.spec.in 


Log Message:
* update specs

===
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/imlib2.spec.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- imlib2.spec.in  8 Apr 2005 15:55:21 -   1.23
+++ imlib2.spec.in  30 Jul 2005 21:31:21 -  1.24
@@ -10,7 +10,7 @@
 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment 
Project (http://www.enlightenment.org/)}
 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
 #BuildSuggests: xorg-x11-devel freetype-devel freetype2-devel
-BuildRequires: /usr/bin/freetype-config XFree86-devel libungif-devel
+BuildRequires: /usr/bin/freetype-config XFree86-devel /usr/lib/libungif.so
 Requires: %{name}-loader_jpeg = %{version}
 Requires: %{name}-loader_png = %{version}
 Requires: %{name}-loader_argb = %{version}




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/esmart azundris

2005-07-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : azundris
Project : e17
Module  : libs/esmart

Dir : e17/libs/esmart


Modified Files:
esmart.spec 


Log Message:
* update specs

===
RCS file: /cvsroot/enlightenment/e17/libs/esmart/esmart.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- esmart.spec 8 Apr 2005 16:32:36 -   1.10
+++ esmart.spec 30 Jul 2005 21:31:19 -  1.11
@@ -2,7 +2,7 @@
 
 Summary: Evas smart objects
 Name: esmart
-Version: 0.9.0.002
+Version: 0.9.0.003
 Release: 1
 License: BSD
 Group: User Interface/X




---
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=7477alloc_id=16492op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs