Re: [E-devel] transient for the root window

2007-02-11 Thread The Rasterman
On Mon, 12 Feb 2007 02:15:52 +0100 Peter Wehrfritz <[EMAIL PROTECTED]> babbled: > Hi, > > currently e17 ignores the WM_TRANSIENT_FOR property, if the property is > set to the root window or to none. The EWMH proposes to treat the > application window as a transient for all other windows in the

Re: [E-devel] transient for the root window

2007-02-11 Thread Sebastian Dransfeld
Peter Wehrfritz wrote: > Hi, > > currently e17 ignores the WM_TRANSIENT_FOR property, if the property is > set to the root window or to none. The EWMH proposes to treat the > application window as a transient for all other windows in the same > group. I'm not quit sure what that does mean, but

[E-devel] transient for the root window

2007-02-11 Thread Peter Wehrfritz
Hi, currently e17 ignores the WM_TRANSIENT_FOR property, if the property is set to the root window or to none. The EWMH proposes to treat the application window as a transient for all other windows in the same group. I'm not quit sure what that does mean, but I've tested it in other WMs. xfce

Re: [E-devel] Window client list sorted and separated....

2007-02-11 Thread Christopher Michael
Ravenlock wrote: > Hello, > > Don't know if anyone would be interested in this or not, but thought I'd > toss it out there. > > The attached patch will sort the window client list obtained by using > your middle mouse button on the desktop. > > The list has the current desk's clients up top (as

Re: [E-devel] [PATCH] evas directfb engine API fixes

2007-02-11 Thread Rob Shortt
[EMAIL PROTECTED] wrote: > From a quick glance: This seems like a good start, just > needs more stuff filled out. This would really be best left for > raster to look over though... when he finds the time eventually, > but it's not forgotten. :) Hi, thanks for the reply. I have a few more f

[E-devel] Window client list sorted and separated....

2007-02-11 Thread Ravenlock
Hello, Don't know if anyone would be interested in this or not, but thought I'd toss it out there. The attached patch will sort the window client list obtained by using your middle mouse button on the desktop. The list has the current desk's clients up top (as it was). All other clients a

Re: [E-devel] {Spam?} Re: Update GUI inside thread

2007-02-11 Thread Vincent Torri
On Mon, 12 Feb 2007, Carsten Haitzler (The Rasterman) wrote: > > oh - god. those api's SUCK. they impose threads on their callers, like it or > not. very evil. threads should (imho) be hidden from any calling process. > libxine does this and i did some evil stuff to hide this in emotion and merg

Re: [E-devel] Update GUI inside thread

2007-02-11 Thread The Rasterman
On Sun, 11 Feb 2007 16:28:57 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled: > Am Sat, 10 Feb 2007 06:19:38 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > then this dispatcher needs to be threadsafe too. either way - you > > need to make something threadsafe, and pipes/fd's already are :

Re: [E-devel] Strange pager popup behaviour

2007-02-11 Thread Luchezar Petkov
Hi, I'm not sure who is the author of the theme, but it's possible that he is not subscribed to this list. So, I suggest you to email the author personally. On 2/11/07, Ryan Little <[EMAIL PROTECTED]> wrote: > I'm haveing a strange issue with the pager popup when shifting desktops (see > attached)

[E-devel] Strange pager popup behaviour

2007-02-11 Thread Ryan Little
I'm haveing a strange issue with the pager popup when shifting desktops (see attached) - the image seems corrupted somehow. This is only occuring with the japan2007 theme, I've tried disabling bling, dropshaddow, rebuilding the theme, etc. - and the popup still looks like this. Anyone have any ide

Re: [E-devel] Update GUI inside thread

2007-02-11 Thread Andreas Volz
Am Sat, 10 Feb 2007 06:19:38 +0900 schrieb Carsten Haitzler (The Rasterman): > then this dispatcher needs to be threadsafe too. either way - you > need to make something threadsafe, and pipes/fd's already are :) > personally i ask - why do you need threads? threads are for people > who can't sched

[E-devel] [PATCH] Fix fb rotation in ecore

2007-02-11 Thread Lars Munch
Hi The attached patch fixes framebuffer rotation in ecore_evas_fb.c. The correct output/viewport size was not set in the init and resize functions of the ecore_evas when the rotation was 90 or 270 degrees. Please apply. -- Lars Munch Index: ./src/lib/ecore_evas/ecore_evas_fb.c ==

Re: [E-devel] [PATCH] Add bgr 565 convert support to evas

2007-02-11 Thread Lars Munch
On Sun, Feb 11, 2007 at 02:03:54AM +0900, Carsten Haitzler wrote: > On Sat, 10 Feb 2007 15:02:18 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > > > On Sat, Feb 10, 2007 at 06:12:38AM +0900, Carsten Haitzler wrote: > > > On Sun, 4 Feb 2007 20:10:32 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > >