Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Jose Gonzalez
Just to make it clear what I think about this: This kind of thing is something that really needs to be done, one way or another. :) Some time back, I thought about having the edje recalc function called by smart class render-pre/post funcs, and these funcs I wanted to be called by the ob

Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Jose Gonzalez
I wrote: > Gustavo wrote: > >> ... >> Ok, if you suggest a better name, it can be used, but since it's used >> for pre-render, it is a good name, maybe before_render is an option. >> Too bad it conflicts with internal evas names, however it has nothing >> to do with the internal usage.

Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Jose Gonzalez
Gustavo wrote: > ... > Ok, if you suggest a better name, it can be used, but since it's used > for pre-render, it is a good name, maybe before_render is an option. > Too bad it conflicts with internal evas names, however it has nothing > to do with the internal usage. > > As for restack, m

Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Jose Gonzalez
Gustavo wrote: > > WHY SMART OBJECTS NEEDS TO BE DIFFERENT: > > Evas is not an immediate render library, instead it will do all the > calcs and render at the "render phase". Evas has a number of > pre-defined objects, like Rectangle, Text and more, but it also have > what we call "Smart O

[E-devel] Ecore_X: action in XDndPosition

2008-08-15 Thread Fedor Gusev
Hello everyone! Attached patched brings two new functions to Ecore_X: EAPI void ecore_x_dnd_source_action_set(Ecore_X_Atom action); EAPI Ecore_X_Atom ecore_x_dnd_source_action_get(void); The first one sets the action that would be sent in all subsequent XdndPosition messages. Thi

Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Gustavo Sverzut Barbieri
On Fri, Aug 15, 2008 at 3:56 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Before and after evas_render that is. Again, like ecore_evas does for > subcanvases.. maybe even keep those calls internal to evas and just expose > a means to add user render-pre/post callbacks which are then called > in

Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Gustavo Sverzut Barbieri
On Fri, Aug 15, 2008 at 3:19 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Gustavo wrote: >> >> On Thu, Aug 14, 2008 at 9:36 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >> >>> >>> Gustavo wrote: >>> Attached is a patch (txt so gmail/firefox don't think it's an octet-stream and is r

Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Jose Gonzalez
I wrote: > Gustavo wrote: > >> On Thu, Aug 14, 2008 at 9:36 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >> >> >>> Gustavo wrote: >>> >>> Attached is a patch (txt so gmail/firefox don't think it's an octet-stream and is removed by mailman) to add pre_render() to >>>

Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Jose Gonzalez
Gustavo wrote: > On Thu, Aug 14, 2008 at 9:36 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > >> Gustavo wrote: >> >>> Attached is a patch (txt so gmail/firefox don't think it's an >>> octet-stream and is removed by mailman) to add pre_render() to >>> Evas_Smart_Class. This patch applies on

[E-devel] Nightly build log for E17 on 2008-08-15 07:10:37 -0700

2008-08-15 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-08-15 07:10:37 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: enna http://download.enlightenment.org/tests/logs/enna.log epdf http://download.enlightenment.org/tests/logs/epdf.log Packages

Re: [E-devel] RFC: evas smart pre_render

2008-08-15 Thread Gustavo Sverzut Barbieri
On Thu, Aug 14, 2008 at 9:36 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Gustavo wrote: >> >> Attached is a patch (txt so gmail/firefox don't think it's an >> octet-stream and is removed by mailman) to add pre_render() to >> Evas_Smart_Class. This patch applies on e17/libs and hacks edje and >>