[E-devel] Windows disappear when trying to maximize

2006-03-04 Thread Ehud Shabtai
Hi, I'm using fbpanel as my system tray (it is only used as such - other features are turned off). When fbpanel is loaded, trying to maximize a window doesn't work as it disappears and appears in the Lost windows menu. This only occurs if I use either the Smart or Expand expansion policies. Fulls

Re: [E-devel] Ecore/E17: minimization problems

2006-03-04 Thread Simon TRENY
Any ideas how to fix that? On Sat, 25 Feb 2006 18:00:39 +0100 [EMAIL PROTECTED] wrote: > Hey :) > > I just write to report two bugs (maybe linked). > > First, in Ecore_Evas, when you call ecore_evas_iconify_set(ee, 1) > (not sure it's the correct func name) to minimize a window, and then > if y

Re: [E-devel] Re: Evas double or triple click

2006-03-04 Thread Simon TRENY
Any comments about that? On Sat, 25 Feb 2006 17:47:06 +0100 [EMAIL PROTECTED] wrote: > Hey, > > Thanks raster for the quick fix of the "bug" on event->flags in > Evas :) But I think the behavior is still not perfect. First of all, > clicking quickly on an object then double clicking on another o

Re: [e-devel] [patch] edje jittery with sse

2006-03-04 Thread ilLogict
Le Sun, 5 Mar 2006 00:25:03 +1000, dans son message intitulé Re: [e-devel] [patch] edje jittery with sse, "Imran Syed" <[EMAIL PROTECTED]> a eu le courage de nous raconter : > Hello ilLogict, > > I can't replicate what you have shown (atleast without your exact > compile strings) > > $ cat float

Re: [e-devel] [patch] edje jittery with sse

2006-03-04 Thread Imran Syed
Hello ilLogict, I can't replicate what you have shown (atleast without your exact compile strings) $ cat floaty.c #include int main( void ) {     double c0=.6;     double k1;     int t0,t1;     int i=1,j=6;     t0=(1.0-c0)*i+c0*j;     k1=(1.0-c0)*i+c0*j;     t1=k1;     printf("t0=%d\n",t0);    

[E-devel] Re: E CVS: apps/e raster

2006-03-04 Thread Aleksej Struk
Hi, sorry for disturbing .. Already fixed and in cvs. It was just missing 'return 1' in e_grabinput_get function ;) sn On 3/4/06, Aleksej Struk <[EMAIL PROTECTED]> wrote: > Hi, > > Some comments on desklock. Basically it fails to start now. It seams that > it cannot break some key/mouse grab win

[E-devel] Re: E CVS: apps/e raster

2006-03-04 Thread Aleksej Struk
Hi, Some comments on desklock. Basically it fails to start now. It seams that it cannot break some key/mouse grab windows. Actually this happens even after E starts, and when there are no windows opened. I suspect that desklock cannot realise E grabs and because of this fails to start. Any comme

Re: [e-devel] [patch] edje jittery with sse

2006-03-04 Thread ilLogict
Le Sat, 4 Mar 2006 11:29:48 +0900, dans son message intitulé Re: [e-devel] [patch] edje jittery with sse, Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> a eu le courage de nous raconter : > On Sat, 4 Mar 2006 02:58:48 +0100 ilLogict <[EMAIL PROTECTED]> > babbled: > > > Le Sat, 4 Mar 2006 10