Re: [E-devel] Super_L keybinding

2006-04-10 Thread dan sinclair
Carsten Haitzler (The Rasterman) wrote: On Mon, 10 Apr 2006 22:18:08 -0400 dan sinclair <[EMAIL PROTECTED]> babbled: Carsten Haitzler (The Rasterman) wrote: > well - for the same reason it doesn't let you bind alt or shift or control - > super and meta are modifier keys in x - they have special

Re: [E-devel] Super_L keybinding

2006-04-10 Thread The Rasterman
On Mon, 10 Apr 2006 22:18:08 -0400 dan sinclair <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > well - for the same reason it doesn't let you bind alt or shift or control - > > super and meta are modifier keys in x - they have special significance. > > sure - you can tec

Re: [E-devel] Super_L keybinding

2006-04-10 Thread dan sinclair
Carsten Haitzler (The Rasterman) wrote: well - for the same reason it doesn't let you bind alt or shift or control - super and meta are modifier keys in x - they have special significance. sure - you can technically bind them and it happens to work (alt and shift too) but x's configuration is suc

Re: [E-devel] Super_L keybinding

2006-04-10 Thread The Rasterman
On Mon, 10 Apr 2006 20:32:05 -0500 "Nathan Ingersoll" <[EMAIL PROTECTED]> babbled: > On 4/10/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > > BUT - that code there does need fixing. it ASSUMES certain keys map to > > the "virtual" modifiers that ecore_x maps things to (it trie

[E-devel] locating proper homedir in epplets

2006-04-10 Thread Mike Frysinger
is there an epplet function to get the e16 homedir ? the api/epplet.c code checks to see if ~/.e16 exists and if not, it'll fall back to ~/.enlightenment however, the epplets/E-Slides.c code will only look in ~/.enlightenment/backgrounds and that'll obviously fail with e16.8 ... -mike --

Re: [E-devel] Super_L keybinding

2006-04-10 Thread Nathan Ingersoll
On 4/10/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > BUT - that code there does need fixing. it ASSUMES certain keys map to > the "virtual" modifiers that ecore_x maps things to (it tries to standardise > things to use ctrl, shift, alt and win - some keyboards don't have alt -

Re: [E-devel] FISL 7.0

2006-04-10 Thread The Rasterman
On Mon, 10 Apr 2006 22:32:01 + (GMT) Douglas De Toni <[EMAIL PROTECTED]> babbled: > Hello all!! > Just to remind everyone (if anyone know about it :) that in 9 days starts the > International Free Software Forum at Porto Alegre, Brasil. > > http://fisl.softwarelivre.org > > I will be there a

Re: [E-devel] Super_L keybinding

2006-04-10 Thread The Rasterman
On Mon, 10 Apr 2006 14:51:08 -0400 dan sinclair <[EMAIL PROTECTED]> babbled: > Hello, > > I was wondering if there is a reason why, when using the keybinding > configuration dialog, you can't bind to just the Super_L or Super_R keys > anymore. I can do it through enlightenment_remote but the co

Re: [E-devel] FISL 7.0

2006-04-10 Thread Arnaldo M. Pereira
I'll probably be at Fisl (along with my laptop running e17 smoothly), although it might be offtopic. EFL is great, indeed, and it'll show up to more and more people as the time comes. I still didn't have much time to play with the libs, but the provided documentation, mostly in form of example cod

[E-devel] FISL 7.0

2006-04-10 Thread Douglas De Toni
Hello all!!Just to remind everyone (if anyone know about it :) that in 9 days starts the International Free Software Forum at Porto Alegre, Brasil.http://fisl.softwarelivre.orgI will be there as a proud E user and will spread all the good news that I heard here since I joined the e-devel lists... u

Re: [E-devel] Super_L keybinding

2006-04-10 Thread Aleksej Struk
Hi Dan, The reason why it is setuped in such a way is, because, I have standard keyboard, without any special keys, and, I wrote and tested this code with it. I first time here about Super_L key. It seams that your patch is correct. Moreover, some people were complaining that there is no possibili

[E-devel] Super_L keybinding

2006-04-10 Thread dan sinclair
Hello, I was wondering if there is a reason why, when using the keybinding configuration dialog, you can't bind to just the Super_L or Super_R keys anymore. I can do it through enlightenment_remote but the config panel dosen't accept it. (I typically bind Super_L to exec eterm.) The attached

Re: [E-devel] Evas vs Gtk/Gdk: why the difference of perfs is so impor tant?

2006-04-10 Thread [EMAIL PROTECTED]
> possibly - but pushing poo uphill. Ummm.. not very exciting, I see. But, far less painful than altering the configuration of certain parts... --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends a

Re: [E-devel] ewl_spectrum

2006-04-10 Thread dan sinclair
Committed, thanks. Works a lot better now. dan Peter Wehrfritz wrote: dan sinclair schrieb: I noticed one thing as I was playing with it. It seems like the initial click on the spectrum (the square one) before you move your mouse at all the cross hairs end up in the wrong spot. As soon as y

Re: [E-devel] Evas vs Gtk/Gdk: why the difference of perfs is so impor tant?

2006-04-10 Thread The Rasterman
On Mon, 10 Apr 2006 11:18:46 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > > > Thanks for your answers, I now understand better the problem. > > > So since evas is not able to do blitting efficiently because it > > > is a too generic lib, maybe I can do it myself for special cases. >

[E-devel] discussion: new features in E. try 2.

2006-04-10 Thread Aleksej Struk
Hi all devs, I just repost my previous mail, since I did not get any comments on it yet :( I would like to start a new discussion regarding E features. During the past time I usually use 2 different languages for input in my work. This languages are english and russian. So, in order to be abl

Re: [E-devel] Evas vs Gtk/Gdk: why the difference of perfs is so impor tant?

2006-04-10 Thread [EMAIL PROTECTED]
> > > Thanks for your answers, I now understand better the problem. > > So since evas is not able to do blitting efficiently because it > > is a too generic lib, maybe I can do it myself for special cases. > > I actually have serious performances problems with the tree and > > the iconbox of widge

Re: [E-devel] ewl_spectrum

2006-04-10 Thread Peter Wehrfritz
dan sinclair schrieb: I noticed one thing as I was playing with it. It seems like the initial click on the spectrum (the square one) before you move your mouse at all the cross hairs end up in the wrong spot. As soon as you move your mouse they correct to be under the mouse as expected. Yes,

Re: [E-devel] patch to load fonts for missed glyphs (fontconfig)

2006-04-10 Thread Andrei Lahun
Ok just to finish this font story i made font unloading based on latest cvs with your changes. Please if u think it is necessary - apply to cvs. Andrei. --- Stafford Horne <[EMAIL PROTECTED]> wrote: > > Thats Right, > > I see what you mean. however, most times fontconfig > should be setup

Re: [E-devel] Evas vs Gtk/Gdk: why the difference of perfs is so important?

2006-04-10 Thread The Rasterman
On Mon, 10 Apr 2006 08:31:41 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > Thanks for your answers, I now understand better the problem. > So since evas is not able to do blitting efficiently because it is a too > generic lib, maybe I can do it myself for special cases. I actually > have seriou

Re: [E-devel] Evas GL engine and several windows

2006-04-10 Thread The Rasterman
On Mon, 10 Apr 2006 09:01:50 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > Le Sun, 9 Apr 2006 09:49:05 +0900, > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> a _crit : > > > On Sat, 8 Apr 2006 15:19:54 +0200 Simon TRENY <[EMAIL PROTECTED]> > > babbled: > > > > > Hi, > > > > > > I'm tr

Re: [E-devel] Evas GL engine and several windows

2006-04-10 Thread Simon TRENY
Le Sun, 9 Apr 2006 09:49:05 +0900, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> a _crit : > On Sat, 8 Apr 2006 15:19:54 +0200 Simon TRENY <[EMAIL PROTECTED]> > babbled: > > > Hi, > > > > I'm trying to use the GL engine of evas in some applications, but it > > seems that as soon as I crea

Re: [E-devel] Evas vs Gtk/Gdk: why the difference of perfs is so important?

2006-04-10 Thread Simon TRENY
Thanks for your answers, I now understand better the problem. So since evas is not able to do blitting efficiently because it is a too generic lib, maybe I can do it myself for special cases. I actually have serious performances problems with the tree and the iconbox of widgets when the viewport is