Re: [E-devel] RFC gradient clip

2007-05-15 Thread [EMAIL PROTECTED]
Gustavo wrote: > I want to know how difficult would be to implement support for clip > using gradient objects. > ... > ... > > We are willing to implement it if you give us some hints :-) Just thought I'd go back to this a bit here, and see if I can give you an idea of what's

Re: [E-devel] RFC gradient clip

2007-05-15 Thread Gustavo Sverzut Barbieri
On 5/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Gustavo wrote: > > > I want to know how difficult would be to implement support for clip > > using gradient objects. > > ... > > ... > > > > We are willing to implement it if you give us some hints :-) > > Just thought I'

Re: [E-devel] [e-users] Creating custom applications in e17

2007-05-15 Thread Nikolas Arend
Daniel Stonier wrote: > At the moment, I left click the top corner and create an icon. That > makes a .desktop file in ~/.local/share/applications. That's all you > really need do to create one. If you want to go further, you can text > edit the .desktop file so you can customise it for your own >

Re: [E-devel] RFC gradient clip

2007-05-15 Thread [EMAIL PROTECTED]
> > The way Carsten setup clip-object semantics in evas is > > that any object can clip any other, and this can be arbitrarily > > iterated (since a clip object can have a clip object as well). > > Also, an object can clip any number of objects. > > right now clip is all about rectangle opera

Re: [E-devel] [e-users] Creating custom applications in e17

2007-05-15 Thread Daniel Stonier
On 16/05/07, Nikolas Arend <[EMAIL PROTECTED]> wrote: > Daniel Stonier wrote: > > At the moment, I left click the top corner and create an icon. That > > makes a .desktop file in ~/.local/share/applications. That's all you > > really need do to create one. If you want to go further, you can text >

Re: [E-devel] RFC gradient clip

2007-05-15 Thread [EMAIL PROTECTED]
I wrote: > Let's take your example of an 'evas_object_transform_set' > api function that you want. > Ok, when you come to actually implement this, you will add > some 'transform' to the evas object structure so that all objects > keep the transform state. Then, when the canvas

Re: [E-devel] RFC gradient clip

2007-05-15 Thread Gustavo Sverzut Barbieri
On 5/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I should've added: and that involves a very large rewrite > of the engine level internals. There is no way to avoid this -- if > one wants evas to be able to do much of anything beyond what it now > does. > > It's what I've

Re: [E-devel] RFC gradient clip

2007-05-15 Thread [EMAIL PROTECTED]
Gustavo wrote: > Great you're already doing it, at least it will serve as reference > if not integrated/used... is there any CVS/SVN/GIT/... we can follow > and do some testing? None except my local copy.. and as it's partly working, partly in the process of being worked out.. un

Re: [E-devel] RFC gradient clip

2007-05-15 Thread Vincent Torri
On Tue, 15 May 2007, Gustavo Sverzut Barbieri wrote: > On 5/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> I should've added: and that involves a very large rewrite >> of the engine level internals. There is no way to avoid this -- if >> one wants evas to be able to do much of an