[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] 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 schedule

[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

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] 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

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

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 it was).

[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] 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 I've

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 same