[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 opportuniti

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: (B (B> i noticed some topic about it, and several cvs commit. is it ok now? or how (B> to enable it or test it? (B (Bit works - but the bitmap fonts get scaled as well so you'll notice they get (Bblurry as there is n

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

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 /i

Re: [E-devel] GPL on eclair?

2005-05-08 Thread Michael Jennings
On Sunday, 08 May 2005, at 02:08:01 (+0900), Carsten Haitzler wrote: > well you could make them GPL - but mej can just not accept the > patches as they would taint eterm's existing license making it > gpl. bsd guarantees that THAT code stays open - but if people can > steal it - if i want to "stea

[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 of

[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 re

[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 worki

[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 sort

[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: ht

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: (B (B> Hi, (B> (B> with Evas 0.9.9.006 just extracted from CVS, I get random segfaults when (B> using evas_object_bottom_get() or evas_object_top_get() (see enclosed (B> test.c). (B> (B> I read from src/lib/canvas/evas_

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: (B (B> > that is entirely bizarre. what backtraces do you get? (B> (B> I do not know precisely what you need: is there some kind of tracing (B> facility beside setting the info.debug flag via the evas_engine_info_set() (B>