Re: [E-devel] [PATCH] Sticky windows

2008-03-04 Thread The Rasterman
On Sun, 24 Feb 2008 20:35:13 +0100 Peter van de Werken <[EMAIL PROTECTED]> babbled: > Got a couple of patches related to sticky windows: > > stickysignal.e17.diff > Add edje signals to e17 for window sticky state changes, and also > allow the border/theme to toggle the sticky state of a windo

[E-devel] [PATCH] Sticky windows

2008-02-24 Thread Peter van de Werken
Got a couple of patches related to sticky windows: stickysignal.e17.diff Add edje signals to e17 for window sticky state changes, and also allow the border/theme to toggle the sticky state of a window. stickywindows.e17.ibox.diff With the ibox module set to only show the windows of the acti

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-24 Thread Tilman Sauerbeck
Carsten Haitzler <[EMAIL PROTECTED]> [2003-09-24 15:52]: > > Using a single function keeps the code clean, duplicating code sucks ;) > > then again also does 1 function does all - you just need to remember the 8 > options to it too :) hehehhe Yeah. It's probably just a matter of personal pref

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-23 Thread The Rasterman
On Tue, 23 Sep 2003 11:20:19 +0100 "Tilman Sauerbeck" <[EMAIL PROTECTED]> babbled: > At the moment, there are just two atoms in the enumeration, but IIRC, there > are some more which might be implemented in ecore_x in the future as well. there might be.. but i have never seen t

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-23 Thread Tilman Sauerbeck
On Tue, 23 Sep 2003 09:12:28 +1000, Carsten Haitzler (The Rasterman) wrote > On Sun, 31 Aug 2003 18:55:22 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> > babbled: > > > guess I really screwed up that _prop_layer_set() function as it didn't > > honour other atoms that might have been set by the WM. >

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-22 Thread The Rasterman
On Sun, 31 Aug 2003 18:55:22 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Hi, > guess I really screwed up that _prop_layer_set() function as it didn't > honour other atoms that might have been set by the WM. > > AFAIK, I did it right now. The attached patch includes

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-22 Thread The Rasterman
On Mon, 22 Sep 2003 20:19:33 +0200 Kim Woelders <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Sun, 21 Sep 2003 08:07:18 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> > > babbled: > > > > > >>Tilman Sauerbeck <[EMAIL PROTECTED]> [2003-08-31 19:23]

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-22 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Sun, 21 Sep 2003 08:07:18 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: Tilman Sauerbeck <[EMAIL PROTECTED]> [2003-08-31 19:23]: AFAIK, I did it right now. The attached patch includes all of the changes I made during the last three days, so you can

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-21 Thread The Rasterman
On Sun, 21 Sep 2003 08:07:18 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Tilman Sauerbeck <[EMAIL PROTECTED]> [2003-08-31 19:23]: > > AFAIK, I did it right now. The attached patch includes all of the > > changes I made during the last three days, so you can forgot about th

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-20 Thread Tilman Sauerbeck
Tilman Sauerbeck <[EMAIL PROTECTED]> [2003-08-31 19:23]: > AFAIK, I did it right now. The attached patch includes all of the > changes I made during the last three days, so you can forgot about those > other patches ;p Okay, did anyone actually have a look at this patch? If it's not done right you

[E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-08-31 Thread Tilman Sauerbeck
Hi, guess I really screwed up that _prop_layer_set() function as it didn't honour other atoms that might have been set by the WM. AFAIK, I did it right now. The attached patch includes all of the changes I made during the last three days, so you can forgot about those other patches ;p This new pa