Re: [E-devel] Enlightenment CVS committal

2006-10-05 Thread [EMAIL PROTECTED]
I wrote: > I think this is some subtle grad id problem, or some such, in > the way edje grads are defined.. or some other part of the code that > may deal with 'transitions'. > and also, > Since Brian is busy with things, it looks like I may have to > see if I can so

Re: [E-devel] Enlightenment CVS committal

2006-10-03 Thread [EMAIL PROTECTED]
I wrote: > I think this is some subtle grad id problem, or some such, in > the way edje grads are defined.. or some other part of the code that > may deal with 'transitions'. Ummm I wonder if it may be that there's absolutely no support for edje grads in edje_embryo. Th

Re: [E-devel] Enlightenment CVS committal

2006-10-03 Thread [EMAIL PROTECTED]
> > Did this happen before the move to premul? > > no - i think it worked. > You don't sound too certain.. ;) It's possible but I'm having doubts that it ever did. Here's why: 1. It works fine for images. 2. Grad recoloring works just fine in evas. 3. I actually modified ed

Re: [E-devel] Enlightenment CVS committal

2006-10-03 Thread The Rasterman
On Tue, 3 Oct 2006 07:46:09 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > Brian writes: > > > I'll look at the bg dialog within the next couple of days > > (pretty busy with work atm. unfortunately). And I definitely > > plan on cleaning up the edje grads a bit. Just gotta find

Re: [E-devel] Enlightenment CVS committal

2006-10-03 Thread [EMAIL PROTECTED]
Brian writes: > I'll look at the bg dialog within the next couple of days > (pretty busy with work atm. unfortunately). And I definitely > plan on cleaning up the edje grads a bit. Just gotta find some > time again. :) Sounds good :) Edje grads should be easier and more flexib

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread The Rasterman
On Mon, 2 Oct 2006 08:59:22 -0500 Brian Mattern <[EMAIL PROTECTED]> babbled: > On Mon, Oct 02, 2006 at 12:40:33PM +, [EMAIL PROTECTED] wrote: > > Ok, that will take care of your dialog previews and such... > > *BUT* for some reason, when you hit "apply", it fails to do so. > > No idea why

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread Brian Mattern
On Mon, Oct 02, 2006 at 12:40:33PM +, [EMAIL PROTECTED] wrote: > Ok, that will take care of your dialog previews and such... > *BUT* for some reason, when you hit "apply", it fails to do so. > No idea why -- that's some obscure e17 thing I know nothing about. > > If you want I can

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread [EMAIL PROTECTED]
> > also, line 1329 should now read: > > > > evas_object_gradient_color_stop_add(ep->object, > > sc->r, sc->g, sc->b, 255, sc->d); > > evas_object_gradient_alpha_stop_add(ep->object, sc->a, sc->d); > > hmm - color stop can't add the alpha directly as-is? Yes,

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread The Rasterman
On Mon, 2 Oct 2006 12:40:33 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > > Ummm... How about adding a 'premul' flag to eet images, which > > > would be set/read accordingly... > > > > i could... but i would need to break eet api... and i'm just as > > happy to break format - prem

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread [EMAIL PROTECTED]
> > Ummm... How about adding a 'premul' flag to eet images, which > > would be set/read accordingly... > > i could... but i would need to break eet api... and i'm just as > happy to break format - premul encoding can be more efficient > compression-wise by nulling out transparent pixels. :)

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread The Rasterman
On Mon, 2 Oct 2006 05:47:01 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > Author : raster > > Project : e17 > > Module : libs/evas > > > > Dir : e17/libs/evas/src/modules/loaders/eet > > > > Modified Files: evas_image_load_eet.c > > > > Log Message: > > > > fix eet load of

Re: [E-devel] Enlightenment CVS committal

2006-10-01 Thread [EMAIL PROTECTED]
> Author : raster > Project : e17 > Module : libs/evas > > Dir : e17/libs/evas/src/modules/loaders/eet > > Modified Files: evas_image_load_eet.c > > Log Message: > > fix eet load of premul images - need to check they are not "bad" :) > Ummm... How about adding a 'premul' flag