[E-devel] help with imlib2 tweaking

2005-12-14 Thread Ben Ford
I'm writing a program who's main function will essentially boil down to copying a small rectangle from one image to another and write it out as a JPG file. No other image manipulation functions are required. It does have to be as absolutely speedy fast as possible, so I was wondering if anyon

Re: [E-devel] evas xrender engine?

2005-12-14 Thread Mathieu Segaud
* Felix Breuer ([EMAIL PROTECTED]) wrote: > Hello, > > the CVS version of evas won't build, because of the not-implemented > xrender engine. Why is the xrender engine in the configure.in and > Makefile.am files even though that engine does not exist yet (making > it impossible to build evas from C

Re: [E-devel] Is there a library within E to parse .desktop type files?

2005-12-14 Thread The Rasterman
On Thu, 15 Dec 2005 10:32:44 +0800 Phuah Yee Keat <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Thu, 15 Dec 2005 10:14:41 +0800 Phuah Yee Keat <[EMAIL PROTECTED]> > > babbled: > >>I have checked the way KDM does autodetection of the sessions that are > >>available

Re: [E-devel] Is there a library within E to parse .desktop type files?

2005-12-14 Thread Phuah Yee Keat
Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Dec 2005 10:14:41 +0800 Phuah Yee Keat <[EMAIL PROTECTED]> babbled: >>I have checked the way KDM does autodetection of the sessions that are >>available on the system, it uses its own set of ".desktop" files (which >>we can just copy), and chec

Re: [E-devel] Is there a library within E to parse .desktop type files?

2005-12-14 Thread The Rasterman
On Thu, 15 Dec 2005 10:14:41 +0800 Phuah Yee Keat <[EMAIL PROTECTED]> babbled: > Hi, > > I have checked the way KDM does autodetection of the sessions that are > available on the system, it uses its own set of ".desktop" files (which > we can just copy), and check to see if the executables are

[E-devel] Is there a library within E to parse .desktop type files?

2005-12-14 Thread Phuah Yee Keat
Hi, I have checked the way KDM does autodetection of the sessions that are available on the system, it uses its own set of ".desktop" files (which we can just copy), and check to see if the executables are in the system. I have did a quick check on the e_libs, but sees no library to parse .d

Re: [E-devel] evas xrender engine?

2005-12-14 Thread The Rasterman
On Wed, 14 Dec 2005 16:44:17 + Foxy <[EMAIL PROTECTED]> babbled: > Felix Breuer wrote: > > Hello, > > > > the CVS version of evas won't build, because of the not-implemented > > xrender engine. Why is the xrender engine in the configure.in and > > Makefile.am files even though that engine does

Re: [E-devel] evas xrender engine?

2005-12-14 Thread The Rasterman
On Wed, 14 Dec 2005 08:35:48 + Felix Breuer <[EMAIL PROTECTED]> babbled: > Hello, > > the CVS version of evas won't build, because of the not-implemented > xrender engine. Why is the xrender engine in the configure.in and > Makefile.am files even though that engine does not exist yet (making

Re: [E-devel] evas xrender engine?

2005-12-14 Thread Morten Nilsen
Foxy wrote: the CVS version of evas won't build, because of the not-implemented xrender engine. Why is the xrender engine in the configure.in and Makefile.am files even though that engine does not exist yet (making it impossible to build evas from CVS)? Assuming there is some reason to the above

Re: [E-devel] evas xrender engine?

2005-12-14 Thread Nathan Ingersoll
There is a working xrender engine in CVS now.On 12/14/05, Felix Breuer <[EMAIL PROTECTED]> wrote: Hello,the CVS version of evas won't build, because of the not-implementedxrender engine. Why is the xrender engine in the configure.in andMakefile.am files even though that engine does not exist yet (

Re: [E-devel] evas xrender engine?

2005-12-14 Thread Foxy
Felix Breuer wrote: Hello, the CVS version of evas won't build, because of the not-implemented xrender engine. Why is the xrender engine in the configure.in and Makefile.am files even though that engine does not exist yet (making it impossible to build evas from CVS)? Assuming there is some rea

[E-devel] evas xrender engine?

2005-12-14 Thread Felix Breuer
Hello, the CVS version of evas won't build, because of the not-implemented xrender engine. Why is the xrender engine in the configure.in and Makefile.am files even though that engine does not exist yet (making it impossible to build evas from CVS)? Assuming there is some reason to the above: what

Re: [E-devel] Esmart Text Entry "Unknown string" output to stderr

2005-12-14 Thread Brian Mattern
On Wednesday 14 December 2005 05:04, Morten Nilsen wrote: > Phuah Yee Keat wrote: > > else > > { > > +#if DEBUG > > fprintf (stderr, "Unknown string %s\n", down->keyname); > > +#endif > > } > > wouldn't it be better if the #if was moved above else? > > the compiler probably

Re: [E-devel] Esmart Text Entry "Unknown string" output to stderr

2005-12-14 Thread Morten Nilsen
Phuah Yee Keat wrote: Morten Nilsen wrote: wouldn't it be better if the #if was moved above else? the compiler probably optimizes it away anyway, but.. Hmm, it din really occur to me...sorry for missing that. I guess this change doesn't need a patch from me eh? :) it's easy to miss such th

Re: [E-devel] Esmart Text Entry "Unknown string" output to stderr

2005-12-14 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: else { +#if DEBUG fprintf (stderr, "Unknown string %s\n", down->keyname); +#endif } wouldn't it be better if the #if was moved above else? the compiler probably optimizes it away anyway, but.. Hmm, it din really occur

Re: [E-devel] Esmart Text Entry "Unknown string" output to stderr

2005-12-14 Thread Morten Nilsen
Phuah Yee Keat wrote: else { +#if DEBUG fprintf (stderr, "Unknown string %s\n", down->keyname); +#endif } wouldn't it be better if the #if was moved above else? the compiler probably optimizes it away anyway, but.. Cheers, -- Morten :wq -