Re: [E-devel] Edje API removal.

2010-09-24 Thread The Rasterman
On Fri, 24 Sep 2010 09:42:43 -0300 Iván Briano (Sachiel) said: > On Fri, Sep 24, 2010 at 9:29 AM, Carsten Haitzler > wrote: > > On Fri, 24 Sep 2010 09:00:32 -0300 Iván Briano (Sachiel) > > said: > > > >> On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler > >> wrote: > >> > On Thu, 23 Sep 2010

Re: [E-devel] Edje API removal.

2010-09-24 Thread Sachiel
On Fri, Sep 24, 2010 at 9:29 AM, Carsten Haitzler wrote: > On Fri, 24 Sep 2010 09:00:32 -0300 Iván Briano (Sachiel) > said: > >> On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler >> wrote: >> > On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel) >> > said: >> > >> > this should be fixed t

Re: [E-devel] Edje API removal.

2010-09-24 Thread The Rasterman
On Fri, 24 Sep 2010 09:00:32 -0300 Iván Briano (Sachiel) said: > On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler > wrote: > > On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel) > > said: > > > > this should be fixed to work again as it was intended to... g. what > > removed it. i K

Re: [E-devel] Edje API removal.

2010-09-24 Thread Sachiel
On Thu, Sep 23, 2010 at 10:08 PM, Carsten Haitzler wrote: > On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel) > said: > > this should be fixed to work again as it was intended to... g. what > removed > it. i KNOW it worked. i implemented it and had it tested and calling > callbacks.

Re: [E-devel] Edje API removal.

2010-09-23 Thread The Rasterman
On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel) said: this should be fixed to work again as it was intended to... g. what removed it. i KNOW it worked. i implemented it and had it tested and calling callbacks. > On Thu, Sep 23, 2010 at 9:13 AM, Carsten Haitzler > wrote: > > On Thu,

Re: [E-devel] Edje API removal.

2010-09-23 Thread The Rasterman
On Thu, 23 Sep 2010 09:23:27 -0300 Iván Briano (Sachiel) said: > On Thu, Sep 23, 2010 at 9:13 AM, Carsten Haitzler > wrote: > > On Thu, 23 Sep 2010 08:52:30 -0300 Eduardo Felipe > > said: > > > > wtf? someone removed the code that called it tasn? > > > > That's actually the code about

Re: [E-devel] Edje API removal.

2010-09-23 Thread Sachiel
On Thu, Sep 23, 2010 at 9:13 AM, Carsten Haitzler wrote: > On Thu, 23 Sep 2010 08:52:30 -0300 Eduardo Felipe > said: > > wtf? someone removed the code that called it tasn? > That's actually the code about filtering input in entries that I told you wasn't finished. You started it, added s

Re: [E-devel] Edje API removal.

2010-09-23 Thread The Rasterman
On Thu, 23 Sep 2010 08:52:30 -0300 Eduardo Felipe said: wtf? someone removed the code that called it tasn? > Folks, > > I was looking into Edje's API yesterday when I came across these two > functions that seemed to do what I wanted: > > void edje_object_text_insert_filter_callback_add

[E-devel] Edje API removal.

2010-09-23 Thread Eduardo Felipe
Folks, I was looking into Edje's API yesterday when I came across these two functions that seemed to do what I wanted: void edje_object_text_insert_filter_callback_add (Evas_Object *obj, const char *part, void(*func)(void *data, Evas_Object *obj, const char *part, char **text), const void *data)