Re: [E-devel] Evas transforms/filters/etc.

2008-04-12 Thread Jose Gonzalez
Gustavo wrote: > Filters will just be filtered by filters, so it's like > "SO1(O1->F1)->F2->F3". Object O1 that is filtered by F1 and inside > Smart Object SO1 that is filtered by F2 that is filtered by F3, O1 > will get these 3 filters. >Example, F1 could be blur, while F2 be rotation and

Re: [E-devel] EFL and Webkit

2008-04-12 Thread Jose Gonzalez
>> What do you do if such a native surface is set and one asks >> for the argb data? What do you do about users setting native surfaces >> which don't match with the display targets somehow (differing x >> resources for example). >> I'd say - restrict native surface api to only have a

Re: [E-devel] EFL and Webkit

2008-04-12 Thread The Rasterman
On Sat, 12 Apr 2008 03:15:46 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled: > > >> What do you do if such a native surface is set and one asks > >> for the argb data? What do you do about users setting native surfaces > >> which don't match with the display targets somehow (differing x >

Re: [E-devel] Evas transforms/filters/etc.

2008-04-12 Thread Jose Gonzalez
I wrote: >Gustavo wrote: > > >> Filters will just be filtered by filters, so it's like >> "SO1(O1->F1)->F2->F3". Object O1 that is filtered by F1 and inside >> Smart Object SO1 that is filtered by F2 that is filtered by F3, O1 >> will get these 3 filters. >>Example, F1 could be blur,

[E-devel] Nightly build log for E17 on 2008-04-12 07:09:17 -0700

2008-04-12 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-04-12 07:09:17 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log engage http://download.enlightenment.org/tests/logs/engage.l

Re: [E-devel] [PATCH] more works and fixes for wallpaper fetcher

2008-04-12 Thread Gustavo Sverzut Barbieri
On Fri, Apr 11, 2008 at 7:46 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Fri, 21 Mar 2008 17:21:35 +0100 "Massimiliano Calamelli" > <[EMAIL PROTECTED]> babbled: > > > > 2008/3/21, Sebastian Dransfeld <[EMAIL PROTECTED]>: > > > > > > Why not just use libxml2 and make the w

Re: [E-devel] PATCH: new evas function

2008-04-12 Thread Gustavo Sverzut Barbieri
On Fri, Apr 11, 2008 at 9:36 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Tue, 8 Apr 2008 09:24:50 -0300 andres <[EMAIL PROTECTED]> babbled: > > you mean the data set with evas_object_data_set(), gotten with > evas_object_data_get() and deleted with evas_object_data_del() -

Re: [E-devel] Evas transforms/filters/etc.

2008-04-12 Thread Gustavo Sverzut Barbieri
On Sat, Apr 12, 2008 at 4:53 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >I wrote: > > >Gustavo wrote: > > > > > >> Filters will just be filtered by filters, so it's like > >> "SO1(O1->F1)->F2->F3". Object O1 that is filtered by F1 and inside > >> Smart Object SO1 that is filtered by

[E-devel] Tiling module for e17

2008-04-12 Thread Michael Stapelberg
Hi, as some of you might already know from IRC, I've been working on a tiling module for e17 for about a month. Today, it reached feature-complete status and this is a good moment to post to the development list, I thought ;-). For those of you who are not familiar with the concepts that (for exa

Re: [E-devel] Tiling module for e17

2008-04-12 Thread Brian 'morlenxus' Miculcy
Very nice module, just one suggestion: As the configuration dialog is really huge you might move some of the option to advanced/basic dialog. Greets, Brian On Sat, Apr 12, 2008 at 04:46:51PM +0200, Michael Stapelberg wrote: > Hi, > > as some of you might already know from IRC, I've been working

Re: [E-devel] [PATCH] more works and fixes for wallpaper fetcher

2008-04-12 Thread The Rasterman
On Sat, 12 Apr 2008 11:19:39 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > On Fri, Apr 11, 2008 at 7:46 PM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Fri, 21 Mar 2008 17:21:35 +0100 "Massimiliano Calamelli" > > <[EMAIL PROTECTED]> babbled: > > > > > > >

Re: [E-devel] [PATCH] more works and fixes for wallpaper fetcher

2008-04-12 Thread Gustavo Sverzut Barbieri
On Sat, Apr 12, 2008 at 1:54 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Sat, 12 Apr 2008 11:19:39 -0300 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> babbled: > > > On Fri, Apr 11, 2008 at 7:46 PM, The Rasterman Carsten Haitzler > > <[EMAIL PROTECTED]> wrote: > > > On

Re: [E-devel] Tiling module for e17 / mirrored @ staff.get-e.org

2008-04-12 Thread Michael Stapelberg
Hi, Thanks to k-s and CodeWarrior, I've just added a mirror of the git-repository at git://staff.get-e.org/users/michael/e17-tiling.git/.git (see http://staff.get-e.org/?p=users/michael/e17-tiling.git/.git;a=summary for webgit). Also, please let me know if you're running the module without proble

Re: [E-devel] Evas transforms/filters/etc.

2008-04-12 Thread Jose Gonzalez
Gustavo wrote: >> PS. >> I'd just set a 4x4 proj transf (you can get some funky curved >> stuff that way) and have utility functions for generating such in >> various ways (eg. for obtaining one from four dst points, for >> composing two transforms, etc.). >> > > Ok, trying to rep