Re: [E-devel] [RFC] Caching the result of evas_render_phase1_object_process

2008-04-15 Thread Cedric BAIL
On Mon, Apr 14, 2008 at 7:51 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Mon, Apr 14, 2008 at 12:38 PM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 14, 2008 at 11:55 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > > > On Sun, Apr 13, 2008 at 9:52 PM, Gustavo Sverzut Barb

[E-devel] Imlib2 patch

2008-04-15 Thread Dariusz Knociński
Hi All, I wrote new version of some procedures in Imlib2 library and attached patches for that mail. In file color-helpres procedures : void __imlib_rgb_to_hsv( int r, int g, int b, float *h, float *s, float *v ); void __imlib_hsv_to_rgb( float h, float s, float v, int *r, int *g, int *b );

Re: [E-devel] Imlib2 patch

2008-04-15 Thread Dariusz Knociński
Patch: diff -u -p -r imlib2-1.4.1.000.old/src/lib/color_helpers.c imlib2-1.4.1.000.new/src/lib/color_helpers.c --- imlib2-1.4.1.000.old/src/lib/color_helpers.c2007-05-21 00:58:01.0 +0200 +++ imlib2-1.4.1.000.new/src/lib/color_helpers.c2008-04-15 09:34:36.0 +0200 @

Re: [E-devel] Imlib2 patch

2008-04-15 Thread Dariusz Knociński
BEGIN BASE64 imlib2_colorspace-before.jpg /9j/4AAQSkZJRgABAQEASABIAAD/4QAWRXhpZgAATU0AKggAAAD/2wBDAAUDBAQEAwUE BAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/ 2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e Hh4eHh4eHh4eHh7/wAARCAGpAl

Re: [E-devel] Imlib2 patch

2008-04-15 Thread Dariusz Knociński
BEGIN BASE64 imlib2_colorspace-after.jpg /9j/4AAQSkZJRgABAQEASABIAAD/4QAWRXhpZgAATU0AKggAAAD/2wBDAAUDBAQEAwUE BAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/ 2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4e Hh4eHh4eHh4eHh7/wAARCAGoAl

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

2008-04-15 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-04-15 07:08:46 -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] [RFC] Caching the result of evas_render_phase1_object_process

2008-04-15 Thread Gustavo Sverzut Barbieri
On Tue, Apr 15, 2008 at 6:03 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > On Mon, Apr 14, 2008 at 7:51 PM, Gustavo Sverzut Barbieri > <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 14, 2008 at 12:38 PM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > > > On Mon, Apr 14, 2008 at 11:55 AM, Cedric BAIL <[EMAI

Re: [E-devel] [RFC] Caching the result of evas_render_phase1_object_process

2008-04-15 Thread Cedric BAIL
On Tue, Apr 15, 2008 at 4:22 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Tue, Apr 15, 2008 at 6:03 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 14, 2008 at 7:51 PM, Gustavo Sverzut Barbieri > > <[EMAIL PROTECTED]> wrote: > > > On Mon, Apr 14, 2008 at 12:38 PM, Ced

Re: [E-devel] evas_object_stack_above broken with clippers?

2008-04-15 Thread The Rasterman
On Mon, 14 Apr 2008 16:48:55 -0300 andres <[EMAIL PROTECTED]> babbled: not a bug. clippers do NOT affect stacking of anything they clip - at all. ever. they never have. ONLY the canvas-geometry of the clipper (its location/size) and color affect things clipped by a clipper. so your code below and

Re: [E-devel] [PATCH] batget - problem with battery removal in sysfs mode

2008-04-15 Thread The Rasterman
On Sat, 12 Apr 2008 03:25:59 +0200 Stefan Scheffler <[EMAIL PROTECTED]> babbled: > Hi, > batgets cpu usage goes up to 100% after resuming. > > During resume the sysfs entry for the battery briefly disappears, same > when I take it out. I don't know if that is normal behavior > or if my laptop is

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

2008-04-15 Thread The Rasterman
On Sat, 12 Apr 2008 11:22:21 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > 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 ev

Re: [E-devel] [RFC] Async events API

2008-04-15 Thread The Rasterman
On Sun, 13 Apr 2008 13:35:58 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > On Sat, Apr 12, 2008 at 2:37 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > no need to make it blocking :) look at ecore_con - hell look at emotion. > > it's > > Well, I looked at em

Re: [E-devel] Tiling module for e17

2008-04-15 Thread The Rasterman
On Sat, 12 Apr 2008 16:46:51 +0200 Michael Stapelberg babbled: now this is cool. you've found the layout hooks in e17 and are using them for evil, death, destruction and mayhem. well done! :) note - the hooks are still kind-of experimental, but i think they are all there and with enough care you

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

2008-04-15 Thread The Rasterman
On Mon, 14 Apr 2008 01:49:04 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled: >Gustavo wrote: > > >> >- 4x4 proj transf => good, one idea that we were considering. > >> > > >> > >> That's very nice for "we". :) we here is the peolpe who happened to be in the discussion at the tim

Re: [E-devel] [RFC] Async events API

2008-04-15 Thread Gustavo Sverzut Barbieri
On Tue, Apr 15, 2008 at 1:28 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Sun, 13 Apr 2008 13:35:58 -0300 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> babbled: > > On Sat, Apr 12, 2008 at 2:37 AM, The Rasterman Carsten Haitzler > > <[EMAIL PROTECTED]> wrote: > > > no

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

2008-04-15 Thread Jose Gonzalez
Carsten wrote: >>> don't be too excited... it will take time to have someone to do that. >>> >> What! I thought you were working on this full-steam ahead.. >> Carsten said that's what you were doing! You're going to have >> to speak with him about it.. slap him around a bit and thr

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

2008-04-15 Thread The Rasterman
On Tue, 15 Apr 2008 15:17:57 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled: > > i did? where? :) i am thinking about this still - though right now i think > > Nowhere, it was an exaggeration to get Gustavo and you > going on this. :) h! drat. so i'm still perfectly sane. DAMN IT!

[E-devel] I made a plain Edje viewer

2008-04-15 Thread andres
Hello, I created a plain edje viewer for this Edje book I'm writtng. If anyone has time to waste and feel like taking a look the url is http://andresblanc.googlepages.com/plain_edje_viewer.tar.gz thank you and good bye - Thi

Re: [E-devel] I made a plain Edje viewer

2008-04-15 Thread Vincent Torri
Hey, > I created a plain edje viewer for this Edje book I'm writtng. > If anyone has time to waste and feel like taking a look the url is > http://andresblanc.googlepages.com/plain_edje_viewer.tar.gz I've just tried and it's very nice. I didn't test a lot as it's 2am and i need to sleep gn !

Re: [E-devel] I made a plain Edje viewer

2008-04-15 Thread Toma
Cool! I had build problems and had to add an extra line to the end of each .c file. Dunno what was up with that but its a neat lil app. Nice one! Toma On 16/04/2008, andres <[EMAIL PROTECTED]> wrote: > Hello, > I created a plain edje viewer for this Edje book I'm writtng. > If anyone has time to

Re: [E-devel] E CVS: Eterm vapier

2008-04-15 Thread Mike Frysinger
On Tuesday 15 April 2008, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : vapier > Project : eterm > Module : Eterm > > Dir : eterm/Eterm/src > > Modified Files: > startup.c > > Log Message: > fix from Nico Golde from Debian for deb bug #473127 and gentoo bug #216833

Re: [E-devel] I made a plain Edje viewer

2008-04-15 Thread Vincent Torri
On Wed, 16 Apr 2008, Toma wrote: > Cool! I had build problems and had to add an extra line to the end of > each .c file. > Dunno what was up with that but its a neat lil app. Nice one! gcc sends a warning because of that missing end line and the compilation is done with -Werror Vincent -