[E-devel] bitmap fonts and without antialias?

2005-05-08 Thread Emfox Zhou
i noticed some topic about it, and several cvs commit. is it ok now? or how to enable it or test it? --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4

Re: [E-devel] bitmap fonts and without antialias?

2005-05-08 Thread The Rasterman
On Sun, 08 May 2005 18:12:56 +0800 Emfox Zhou [EMAIL PROTECTED] babbled: i noticed some topic about it, and several cvs commit. is it ok now? or how to enable it or test it? it works - but the bitmap fonts get scaled as well so you'll notice they get blurry as there is no

Re: [E-devel] bitmap fonts and without antialias?

2005-05-08 Thread Emfox Zhou
Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] writes: On Sun, 08 May 2005 18:12:56 +0800 Emfox Zhou [EMAIL PROTECTED] babbled: i noticed some topic about it, and several cvs commit. is it ok now? or how to enable it or test it? it works - but the bitmap fonts get scaled as well so

Re: [E-devel] edge flip and eapps

2005-05-08 Thread Sebastian Dransfeld
Massimo Maiurana wrote: I've just updated e17, but nothing changed. Now edge flipping should be fixed :) I've also noticed that if I delete an eapp file, which is present in the ibar, enlightenment suddenly crashes. for what it can worth it, I use to keep all my eapps in the /all dir, so in the

[E-devel] Entangle

2005-05-08 Thread dan sinclair
Hello, I just imported Entangle into e_utils. Entangle is a menu editor for e17. It will let you manage the ibar, favorites menu, start and restart directories. There are a few issues with the UI that need to be worked out, but it seems to work. If you want to use entangle, the control is off

[E-devel] ecron / crontab wrapper / interest?

2005-05-08 Thread Christian Holzberger
hi, ive written a small c wrapper for the crontab. perhaps others can use this too, it follows the style of ewl. a first beta with test is attached. write does not work at the moment. -- Gru, Christian Holzberger [EMAIL PROTECTED] /* Providing EFL Style access to users crontab * perhaps

[E-devel] segfault on evas_object_bottom_get(), evas_object_top_get()

2005-05-08 Thread syfou
Hi, with Evas 0.9.9.006 just extracted from CVS, I get random segfaults when using evas_object_bottom_get() or evas_object_top_get() (see enclosed test.c). I read from src/lib/canvas/evas_stack.c most functions are commented as 'FIXME: to be fixed'. Is this part of the API temporarily not

[E-devel] EWL Fileselector Dialog Sort

2005-05-08 Thread Jason
Hi all, I had some time on my hands the other day and wrote a sort routine into the fileselector code in ewl. It's pretty dang fast, it uses qsort to speed things up. The ls command also uses qsort, so it's just about as fast as ls. It does use a bit more memory but only while it's doing the

[E-devel] Re: Fix for 15bpp C shading routine and a small issue with the 15bpp MMX saturated shading routine

2005-05-08 Thread Michael Jennings
On Saturday, 07 May 2005, at 09:36:21 (-0600), Tres Melton wrote: PATCHES: Applied, thanks. :) Is there a way to look at Eterm-0.9.4/src/pixmap.c without getting the entire CVS tree? A link to a web page with the latest pixmap.c source in CVS would be awesome! TIA. I'd start here:

Re: [E-devel] segfault on evas_object_bottom_get(), evas_object_top_get()

2005-05-08 Thread The Rasterman
On Tue, 03 May 2005 20:05:55 -0400 (EDT) [EMAIL PROTECTED] babbled: Hi, with Evas 0.9.9.006 just extracted from CVS, I get random segfaults when using evas_object_bottom_get() or evas_object_top_get() (see enclosed test.c). I read from

Re: [E-devel] segfault on evas_object_bottom_get(), evas_object_top_get()

2005-05-08 Thread The Rasterman
On Mon, 09 May 2005 00:24:27 -0400 (EDT) [EMAIL PROTECTED] babbled: that is entirely bizarre. what backtraces do you get? I do not know precisely what you need: is there some kind of tracing facility beside setting the info.debug flag via the evas_engine_info_set() call