Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-31 Thread Gustavo Sverzut Barbieri
On Fri, Oct 31, 2008 at 4:10 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Fri, Oct 31, 2008 at 3:42 PM, Enlightenment SVN > <[EMAIL PROTECTED]> wrote: >> Log: >> Add evas_object_table, make evas_object_box more consistent. >> >> Table code is still *incomplete*, it just do homogen

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-31 Thread Gustavo Sverzut Barbieri
On Fri, Oct 31, 2008 at 3:42 PM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > Add evas_object_table, make evas_object_box more consistent. > > Table code is still *incomplete*, it just do homogeneous layouts as > I'm still trying to figure out how to make it great. > > I'm not expectin

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Jose Gonzalez
Gustavo wrote: > > Ok, let me pose this this from a different view.. let's not worry about whether or not such 'layout' or 'widgetry' or 'special-purpose' or whatever kinds of objects should be added to the evas lib *api* -- I don't think they should in

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Gustavo Sverzut Barbieri
On Tue, Oct 28, 2008 at 11:11 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Gustavo wrote: > >> On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >> >>> >>> Gustavo wrote: >>> >>> >> >> This code is part of our effort to unify common code into base libs, >> wh

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Jose Gonzalez
Gustavo wrote: > On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > >> Gustavo wrote: >> >> > This code is part of our effort to unify common code into base libs, > where its worth to avoid duplicating code over and over again. > > With that in

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Gustavo Sverzut Barbieri
On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Gustavo wrote: > This code is part of our effort to unify common code into base libs, where its worth to avoid duplicating code over and over again. With that in Evas, we can now expose it in Edje and u

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Jose Gonzalez
I wrote: >Ok, let me pose this this from a different view.. let's not worry about > whether > or not such 'layout' or 'widgetry' or 'special-purpose' or whatever kinds of > objects > should be added to the evas lib *api* -- I don't think they should in some > cases, > but that's partly i

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Jose Gonzalez
Gustavo wrote: >>> This code is part of our effort to unify common code into base libs, >>> where its worth to avoid duplicating code over and over again. >>> >>> With that in Evas, we can now expose it in Edje and use it in Guarana >>> and Elementary and possible any other toolkit. It uses Eva

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-27 Thread Gustavo Sverzut Barbieri
On Mon, Oct 27, 2008 at 8:29 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Gustavo wrote: > >> On Mon, Oct 27, 2008 at 12:22 AM, Enlightenment SVN >> <[EMAIL PROTECTED]> wrote: >> >>> >>> Log: >>> add evas_object_box. >>> >>> Box is a smart object to help with the common task of laying out lots

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-27 Thread Jose Gonzalez
Gustavo wrote: > On Mon, Oct 27, 2008 at 12:22 AM, Enlightenment SVN > <[EMAIL PROTECTED]> wrote: > >> Log: >> add evas_object_box. >> >> Box is a smart object to help with the common task of laying out lots >> of objects. It's very flexibile and one can customize the layout >> function

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-26 Thread Gustavo Sverzut Barbieri
On Mon, Oct 27, 2008 at 12:22 AM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > add evas_object_box. > > Box is a smart object to help with the common task of laying out lots > of objects. It's very flexibile and one can customize the layout > function on a per-object basis dynamically,