[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 longer processed.

Is this the expected behavior?
Can I force ecore to process the event queue?
At least I can enforce repainting in the eventhandler with
evas_render().

I can help myself using a timer event instead with time 0, but for this
seems to have some latency (on an embedded platform), I wanted to test
out the event approach described above.

Any help is appreciated,

- J


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2006-12-04 Thread Joerg Plewe
So no way to switch it of? I'm using evas for small devices where AA is bad
for performance *and* quality in some cases.

Can I compile evas in a special way to avoid AA?

Thank you so far,

- J



-Original Message-
From: Carsten Haitzler (The Rasterman) [mailto:[EMAIL PROTECTED] 
Sent: 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 of an image. Regardless whether I
 use evas_object_anti_alias_set or not, the resulting text is always
 antialiased. What can I do?

enjoy the anti-aliasing :)

 Thank you for your help,
 
 - J 
 
 





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[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 Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[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, but at least
operational). Is it possible to check it into the codebase?

 

I really appreciate your help,

 

- J

 



font_draw.c.diff
Description: Binary data
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[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 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel