[E-devel] Events blocking the event system?

2006-12-18 Thread Joerg Plewe
Hi all! For a very special use-case, I submit some custom event using ecore_event_add(). The event handler, under some conditions, will submit a new event of the same type again. This basically works as expected (kind of a tight loop), but all other events (esp. UI events like mousemove) are no

Re: [E-devel] evas: Howto prohibit antialiasing of fonts?

2006-12-04 Thread Joerg Plewe
: Saturday, December 02, 2006 1:55 AM To: Joerg Plewe Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] evas: Howto prohibit antialiasing of fonts? On Fri, 1 Dec 2006 14:37:02 +0100 Joerg Plewe [EMAIL PROTECTED] babbled: Hi all! I'm using evas to render a string on top

[E-devel] evas: Howto prohibit antialiasing of fonts?

2006-12-01 Thread Joerg Plewe
Hi all! I'm using evas to render a string on top of an image. Regardless whether I use evas_object_anti_alias_set or not, the resulting text is always antialiased. What can I do? Thank you for your help, - J - Take

[E-devel] Bug+fix in Imlib2 (clipped font rendering)

2006-11-07 Thread Joerg Plewe
Hi all! I'm currently developing a prototype that might make use of Imlib2 and ran into problems with clipped fonts (similar to this guy, I think: http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg075 65.html). I chased it down and was able to fix it (suboptimal fix,

[E-devel] Newbie: let evas render to a memory buffer?

2006-10-30 Thread Joerg Plewe
Hi all! I'm new to this list and quite new to Enlightenment as well. While making up a software design, I'm interested whether it is possible to let evas render into a memory buffer that can be read out afterwards? If so, how to? Any help is deeply appreciated, - J