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

2008-05-01 Thread Gustavo Sverzut Barbieri
On Thu, May 1, 2008 at 7:38 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Getting back to the evas filters/transforms stuff... > > One other aspect that needs to be addressed has to do with the > very notion Gustavo mentioned about "negotiating" buffer sizes that > a filter/transform

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

2008-05-01 Thread Jose Gonzalez
Getting back to the evas filters/transforms stuff... One other aspect that needs to be addressed has to do with the very notion Gustavo mentioned about "negotiating" buffer sizes that a filter/transform might need for putting results to.. and in fact this also covers things like calcul

Re: [E-devel] More aggressive packing of Evas_Object

2008-05-01 Thread Jose Gonzalez
Gustavo wrote: >> It was more >> about having all these things (including some older stuff) that >> may or may not apply to this or that obj type, no way to know, >> etc. Ideally a "pie in the sky" kind of thing would be an evas >> based on an ecore_object 'object' system (with all the ecor

Re: [E-devel] Ruby bindings

2008-05-01 Thread Tilman Sauerbeck
Guillaume Ballet [2008-05-01 15:36]: > I'm wondering if there was still someone working on the Ruby bindings > for EFL. By googling a bit, I found that there were two "versions", > one that is found in the source tree and another one that is available > at http://code-monkey.de/pages/ruby-efl > >

Re: [E-devel] Ruby bindings

2008-05-01 Thread Sebastian Dransfeld
Guillaume Ballet wrote: > Hello, > > I'm wondering if there was still someone working on the Ruby bindings > for EFL. By googling a bit, I found that there were two "versions", > one that is found in the source tree and another one that is available > at http://code-monkey.de/pages/ruby-efl The o

[E-devel] e16-0.16.8.13

2008-05-01 Thread Kim Woelders
e16 version 0.16.8.13 is now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.13: - Fix potential crash during translucent moves. - Add option to center new windows when desk is full. - Optionally use PulseAudio to play sounds. - Various minor bug fixes an

Re: [E-devel] Ruby bindings

2008-05-01 Thread Vincent Torri
On Thu, 1 May 2008, Guillaume Ballet wrote: > Hello, > > I'm wondering if there was still someone working on the Ruby bindings > for EFL. By googling a bit, I found that there were two "versions", > one that is found in the source tree and another one that is available > at http://code-monkey.de

[E-devel] Ruby bindings

2008-05-01 Thread Guillaume Ballet
Hello, I'm wondering if there was still someone working on the Ruby bindings for EFL. By googling a bit, I found that there were two "versions", one that is found in the source tree and another one that is available at http://code-monkey.de/pages/ruby-efl Is there someone still in charge that I c

Re: [E-devel] More aggressive packing of Evas_Object

2008-05-01 Thread Gustavo Sverzut Barbieri
On Thu, May 1, 2008 at 5:11 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >Gustavo wrote: > > > Hi guys, > > > > As you can see from CVS log, I did some repacking of Evas_Object and > > managed to save more than 80 bytes, almost 1/3 of it is gone. > > > > While some aggressive packing went

Re: [E-devel] More aggressive packing of Evas_Object

2008-05-01 Thread Gustavo Sverzut Barbieri
On Thu, May 1, 2008 at 4:18 AM, Vincent Torri <[EMAIL PROTECTED]> wrote: > > > As you can see from CVS log, I did some repacking of Evas_Object and > > managed to save more than 80 bytes, almost 1/3 of it is gone. > > > > While some aggressive packing went in, like "layer" number being a > > s

[E-devel] Nightly build log for E17 on 2008-05-01 07:08:50 -0700

2008-05-01 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-05-01 07:08:50 -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 h

[E-devel] Problem to differentiate left and right win keys

2008-05-01 Thread Daniel Dehennin
Hello, Using e17 for several days now, I want to customise some keyboard shortcuts. As control and meta keys interfere with some applications (Emacs ;-)) I want to use the left (keycode 115) and right (keycode 116) win keys. I assigned Super_L to the left one and Super_R to the right one but in

Re: [E-devel] More aggressive packing of Evas_Object

2008-05-01 Thread Jose Gonzalez
Gustavo wrote: > Hi guys, > > As you can see from CVS log, I did some repacking of Evas_Object and > managed to save more than 80 bytes, almost 1/3 of it is gone. > > While some aggressive packing went in, like "layer" number being a > short now, I'm a bit unsure if applying the attached patch

Re: [E-devel] More aggressive packing of Evas_Object

2008-05-01 Thread Vincent Torri
> As you can see from CVS log, I did some repacking of Evas_Object and > managed to save more than 80 bytes, almost 1/3 of it is gone. > > While some aggressive packing went in, like "layer" number being a > short now, I'm a bit unsure if applying the attached patch is a good > thing. It will save