Re: [E-devel] Clipped Smart Object draft

2008-05-20 Thread Gustavo Sverzut Barbieri
On Tue, May 20, 2008 at 12:10 AM, Jose Gonzalez [EMAIL PROTECTED] wrote: Gustavo wrote: Anyone else looked at this? May I add the clipped smart object (no layout stuff!) to evas? I can add some docs and even change basic smart object to refer to this one for simple implementations.

Re: [E-devel] Line + width support.

2008-05-20 Thread Diego Bitencourt Contezini
We decided to improve the line implementation to speed up the use of evas-lines in python (our case). Yes, we could just use polygons, but we are trying to reduce processor usage at this point. Its faster to draw lines (with lines implementation) directly, specially dealing with

Re: [E-devel] Line + width support.

2008-05-20 Thread Diego Bitencourt Contezini
This patches I sent last mail are the last working, sorry, I forgot to tell. They are with two corrections we've got here in testing. Diego - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

Re: [E-devel] Missing mouse up event, when opening a pointer grabbing window

2008-05-20 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb: On Fri, 25 Apr 2008 20:26:37 +0200 Peter Wehrfritz [EMAIL PROTECTED] babbled: it should work now in cvs :) Yup, it works for me, too. Thanks :) - This SF.net email is

[E-devel] Nightly build log for E17 on 2008-05-20 07:10:27 -0700

2008-05-20 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-05-20 07:10:27 -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 evolve

Re: [E-devel] Line + width support.

2008-05-20 Thread Jose Gonzalez
Diego wrote: We decided to improve the line implementation to speed up the use of evas-lines in python (our case). Yes, we could just use polygons, but we are trying to reduce processor usage at this point. Its faster to draw lines (with lines implementation) directly, specially dealing

Re: [E-devel] Clipped Smart Object draft

2008-05-20 Thread Jose Gonzalez
Anyone else looked at this? May I add the clipped smart object (no layout stuff!) to evas? I can add some docs and even change basic smart object to refer to this one for simple implementations. For those who are irc challenged, maybe you could give a short overview of what it

Re: [E-devel] Clipped Smart Object draft

2008-05-20 Thread Gustavo Sverzut Barbieri
On Tue, May 20, 2008 at 3:37 PM, Jose Gonzalez [EMAIL PROTECTED] wrote: Anyone else looked at this? May I add the clipped smart object (no layout stuff!) to evas? I can add some docs and even change basic smart object to refer to this one for simple implementations. For those who are

Re: [E-devel] E CVS: libs/evas barbieri

2008-05-20 Thread Gustavo Sverzut Barbieri
to make clear: it COULD be -0, on intel at least it's -1 and thus evaluates to TRUE, that's why it was unnoticed. On Tue, May 20, 2008 at 5:56 PM, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/evas Dir :

Re: [E-devel] E CVS: libs/evas barbieri

2008-05-20 Thread Kim Woelders
Gustavo Sverzut Barbieri wrote: to make clear: it COULD be -0, on intel at least it's -1 and thus evaluates to TRUE, that's why it was unnoticed. On Tue, May 20, 2008 at 5:56 PM, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : barbieri Project : e17

Re: [E-devel] E CVS: libs/evas barbieri

2008-05-20 Thread Gustavo Sverzut Barbieri
On Tue, May 20, 2008 at 6:46 PM, Kim Woelders [EMAIL PROTECTED] wrote: Gustavo Sverzut Barbieri wrote: to make clear: it COULD be -0, on intel at least it's -1 and thus evaluates to TRUE, that's why it was unnoticed. On Tue, May 20, 2008 at 5:56 PM, Enlightenment CVS [EMAIL PROTECTED]

Re: [E-devel] E CVS: libs/evas barbieri

2008-05-20 Thread The Rasterman
On Tue, 20 May 2008 18:27:32 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] babbled: then u'd have a platform that does NOT do 2's compliment math. not compiler but cpu... and i'd love to see that exist - NOT. :) everything is 2's compliment and so a 1 bit signed bitfield when on is -1 which as

Re: [E-devel] E CVS: libs/evas barbieri

2008-05-20 Thread Gustavo Sverzut Barbieri
On Tue, May 20, 2008 at 8:18 PM, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Tue, 20 May 2008 18:27:32 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] babbled: then u'd have a platform that does NOT do 2's compliment math. not compiler but cpu... and i'd love to see that

Re: [E-devel] Clipped Smart Object draft

2008-05-20 Thread Jose Gonzalez
Gustavo wrote: It's definitely useful to have such a ready-made simplifying smart-class construction mechanism that could be 'overriden' - and if you could couple that with some kind of object system for smart data it might even be close to some aspects that the gui toolkits already

[E-devel] Embryo documentation

2008-05-20 Thread Toma
Greetings all. As some of you might have noticed on IRC (and alot of you have helped me) that I am making some Embryo examples of some common and interesting functions for use in various edje themes. Im running into alot of trouble since there is infact, NO documentation on embryo. Sure there is