Re: [E-devel] ewl_spectrum

2006-04-09 Thread dan sinclair
Committed, thanks. This seems to handle the edge cases a lot better then the previous code did. 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

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

2006-04-09 Thread Stafford Horne
On Sun, 9 Apr 2006 07:43:37 -0700 (PDT) Andrei Lahun <[EMAIL PROTECTED]> wrote: > >I have just completed a patch which does the same > thing. >But I do it at > >the engine level instead. > >This way all fonts which are added get lazily loaded. > >Not just > >fontconfig fonts. > > Hello. > I j

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

2006-04-09 Thread Andrei Lahun
>I have just completed a patch which does the same thing. >But I do it at >the engine level instead. >This way all fonts which are added get lazily loaded. >Not just >fontconfig fonts. Hello. I just checked latest evas with your modifications. I have only one complain. for example my font for

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

2006-04-09 Thread Ben Martin
On Sun, 2006-04-09 at 10:03 +0900, Carsten Haitzler wrote: > On Sat, 8 Apr 2006 20:44:30 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > > > Hi, > > > > I ran on my P3 1Ghz a small (stupid) test to compare Evas and Gdk > > performances: with Evas, I displayed a big image (1600x1200) in a > > sma

Re: [E-devel] Patch: GCC __attribute__((visibility("hidden"))) for intenal Imlib2 functions

2006-04-09 Thread Kim Woelders
Dmitry Antipov wrote: Kim Woelders wrote: I was going to try this out but the patch fails miserably for me. Could you please redo and send it as an attachment in stead of in mail body ? Sure. Here it is. Dmitry P.S. Please also note that I've changed amd64 asm too (to be consistent with

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

2006-04-09 Thread [EMAIL PROTECTED]
> Hi, > > I ran on my P3 1Ghz a small (stupid) test to compare Evas and Gdk > performances: with Evas, I displayed a big image (1600x1200) in a > smaller window (1300x1100) and I dragged the image quickly with > the mouse. The dragging was laggy and the cpu usage was almost > 100%. I then ran exac