Re: [E-devel] evas_imaging_* api

2010-08-28 Thread Vincent Torri
On Sun, 29 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > i'm also looking at evas_imaging_* calls. they are basically never used. and > frankly - you don't need them. u can do all that with a dummy buffer canvas > and > evas objects. it just wil become a pain to maintain that api going f

Re: [E-devel] evas_smart_new... kill it off?

2010-08-28 Thread Vincent Torri
On Sun, 29 Aug 2010, Carsten Haitzler (The Rasterman) wrote: > EINA_DEPRECATED EAPI Evas_Smart *evas_smart_new (const char *name, > void (*func_add) (Evas_Object *obj), void (*func_del) (Evas_Object *obj), void > (*func_layer_set) ... > > it's deprecated. it has been for ages. only thin

Re: [E-devel] evas_imaging_* api

2010-08-28 Thread Christopher Michael
On 08/28/2010 08:53 PM, Carsten Haitzler (The Rasterman) wrote: > i'm also looking at evas_imaging_* calls. they are basically never used. and > frankly - you don't need them. u can do all that with a dummy buffer canvas > and > evas objects. it just wil become a pain to maintain that api going f

Re: [E-devel] evas_smart_new... kill it off?

2010-08-28 Thread Michael Blumenkrantz
On Sun, 29 Aug 2010 10:45:35 +1000 Carsten Haitzler (The Rasterman) wrote: > EINA_DEPRECATED EAPI Evas_Smart *evas_smart_new (const char *name, > void (*func_add) (Evas_Object *obj), void (*func_del) (Evas_Object *obj), void > (*func_layer_set) ... > > it's deprecated. it has been for a

[E-devel] evas_imaging_* api

2010-08-28 Thread The Rasterman
i'm also looking at evas_imaging_* calls. they are basically never used. and frankly - you don't need them. u can do all that with a dummy buffer canvas and evas objects. it just wil become a pain to maintain that api going forward. anyone object to removing evas_imaging? -- - Codito

[E-devel] evas_smart_new... kill it off?

2010-08-28 Thread The Rasterman
EINA_DEPRECATED EAPI Evas_Smart *evas_smart_new (const char *name, void (*func_add) (Evas_Object *obj), void (*func_del) (Evas_Object *obj), void (*func_layer_set) ... it's deprecated. it has been for ages. only thing in svn still using it is enterminus in proto. i say we kill this baby o

Re: [E-devel] patch for using parenthesis

2010-08-28 Thread Lucas De Marchi
On Sat, Aug 28, 2010 at 12:01 PM, Albin Tonnerre wrote: > On Sat, 28 Aug 2010 09:30 -0300, Lucas De Marchi wrote : >> Hi all, >> >> See at http://people.profusion.mobi/~lucas/allparen.patch a patch I >> prepared for our svn using the scripts >> trunk/SCRIPTS/coccinelle/{paren,paren-or}.cocci >> >>

[E-devel] evas object textgrid

2010-08-28 Thread Vincent Torri
Hey, Here is my first step with the textgrid object. I have never written an evas object before so the code is not perfect, even not good in some places, I think. To test it, put evas_object_textgrid.c in evas/src/lib/canvas, then patch evas with evas_textgrid.diff and compile and run ecore

Re: [E-devel] patch for using parenthesis

2010-08-28 Thread Albin Tonnerre
On Sat, 28 Aug 2010 09:30 -0300, Lucas De Marchi wrote : > Hi all, > > See at http://people.profusion.mobi/~lucas/allparen.patch a patch I > prepared for our svn using the scripts > trunk/SCRIPTS/coccinelle/{paren,paren-or}.cocci > > I know this one is particular controversial (and bigger than I

[E-devel] patch for using parenthesis

2010-08-28 Thread Lucas De Marchi
Hi all, See at http://people.profusion.mobi/~lucas/allparen.patch a patch I prepared for our svn using the scripts trunk/SCRIPTS/coccinelle/{paren,paren-or}.cocci I know this one is particular controversial (and bigger than I expected), so I'd like to hear from you whether it's worth applying to