Re: [E-devel] [PATCH] Edje improvement

2007-12-19 Thread Jorge Luis Zapata Muga
A last topic I would like to discuss is FPU need by Edje. Right now without hardware floatting point, Edje could loose around 30% of time in soft float when you have many objects on the screen. I don't know what would be the best solution to this problem, doing some fixed point

Re: [E-devel] E CVS: libs/ecore raster

2007-12-19 Thread Michael 'Mickey' Lauer
Enlightenment CVS wrote: @@ -569,7 +581,7 @@ if test x$have_ecore_fb = xyes ; then AC_CHECK_HEADER(tslib.h, [ - tslib_libs=-lts + AC_CHECK_LIB(ts, ts_open, tslib_libs=-lts, tslib_libs=-ltslib) AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code]) ] ) I don't

[E-devel] [patch] keybindings for pager module

2007-12-19 Thread Hannes Janetzek
Hi, this patch adds the following keybindings to the pager: 1. show pager popup while the pager is visible one can click on desks to switch to them and can drag windows around 2. show the pager and cycle through desks up,down,back and forth. when releasing the hold keys(modifiers) one switches to

Re: [E-devel] [PATCH] Edje improvement

2007-12-19 Thread [EMAIL PROTECTED]
A last topic I would like to discuss is FPU need by Edje. Right now without hardware floatting point, Edje could loose around 30% of time in soft float when you have many objects on the screen. I don't know what would be the best solution to this problem, doing some fixed point

Re: [E-devel] E CVS: libs/ecore raster

2007-12-19 Thread The Rasterman
On Wed, 19 Dec 2007 14:16:19 +0100 Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: Enlightenment CVS wrote: @@ -569,7 +581,7 @@ if test x$have_ecore_fb = xyes ; then AC_CHECK_HEADER(tslib.h, [ - tslib_libs=-lts + AC_CHECK_LIB(ts, ts_open, tslib_libs=-lts,

Re: [E-devel] Evas_Event propagation

2007-12-19 Thread [EMAIL PROTECTED]
Dave wrote: Hi all, I'm in trouble with the evas event system :( Working on esmart_container to make an iphone-like scrolling list (with friction) this is the situation: I have a trasparent evas_object (big as all the container) used to grab mouse events. When you click drag the

Re: [E-devel] Evas_Event propagation

2007-12-19 Thread Chady Kassouf
On Dec 17, 2007 9:05 PM, Dave [EMAIL PROTECTED] wrote: Hi all, I'm in trouble with the evas event system :( Working on esmart_container to make an iphone-like scrolling list (with friction) this is the situation: I have a trasparent evas_object (big as all the container) used to grab mouse