Re: [E-devel] evas object textgrid

2010-09-05 Thread Vincent Torri
On Sun, 5 Sep 2010, Gustavo Sverzut Barbieri wrote: > On Sat, Aug 28, 2010 at 12:03 PM, Vincent Torri wrote: >> >> 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. >> >>

Re: [E-devel] evas object textgrid

2010-09-05 Thread Gustavo Sverzut Barbieri
On Sat, Aug 28, 2010 at 12:03 PM, Vincent Torri wrote: > > 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, t

[E-devel] Evas object textgrid improvements

2010-09-03 Thread Vincent Torri
Hey, you will find in http://trac.enlightenment.org/e/ticket/582 the improvements of the text grid object (patch of Evas against a revision + the corresponding textgrid code, and an example of use). The status is here: http://trac.enlightenment.org/e/wiki/Evas Don't hesitate to try it and to

[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