Re: [PATCH] titlebar: hide when the client is fullscreen

2009-03-24 Thread Julien Danjou
At 1237759745 time_t, Maarten Maathuis wrote: What if a client is already unbanned, it will never hit the unban codepath. It just seemed unnatural to hack around it there. Completely separating client and titlebar banning might work. I don't have time right now to take a deeper look at that.

[PATCH 2/2] layout: handle titlebar banning differently

2009-03-24 Thread Julien Danjou
Signed-off-by: Julien Danjou jul...@danjou.info --- layout.c |9 - titlebar.h | 13 + 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/layout.c b/layout.c index 4ba1650..7bbfe5f 100644 --- a/layout.c +++ b/layout.c @@ -47,16 +47,15 @@ arrange(int screen)

[PATCH 1/2] titlebar: split banning out of clients

2009-03-24 Thread Julien Danjou
Signed-off-by: Julien Danjou jul...@danjou.info --- client.c | 17 - layout.c |7 +++ structs.h |2 ++ titlebar.c | 27 ++- titlebar.h |1 + 5 files changed, 36 insertions(+), 18 deletions(-) diff --git a/client.c b/client.c index

[awesome bugs] #479 - Patch to show c.name in tasklist when c.icon_name attribute is not set.

2009-03-24 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#479 - Patch to show c.name in tasklist when c.icon_name attribute is not set. User who did this - Julien Danjou (jd) Reason for closing: Fixed Additional comments about closing: commit

[awesome bugs] #478 - vlc -I dummy cant switch between fullscreen and window mode

2009-03-24 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#478 - vlc -I dummy cant switch between fullscreen and window mode User who did this - Julien Danjou (jd) Reason for closing: Not a bug More information can be found at the following URL:

We specialise in natural health remedy.

2009-03-24 Thread Caspar Cooke
Let her jump to your bed every night. http://niveei.honhuccyjij.com/ -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[Patch] Add close button to sky theme

2009-03-24 Thread Gregor Best
Hi people, while debugging widget layouts, psychon tried using the sky theme in conjunction with the sky theme. As this theme is missing an image definition for titlebar closing buttons, we were a bit confused :) The attached patch adds the close buttons from the default theme to sky.theme. --

Re: [Patch] Add close button to sky theme

2009-03-24 Thread Julien Danjou
At 1237908376 time_t, Gregor Best wrote: while debugging widget layouts, psychon tried using the sky theme in conjunction with the sky theme. As this theme is missing an image definition for titlebar closing buttons, we were a bit confused :) The attached patch adds the close buttons from

[awesome bugs] #480 - Attributes in widget constructors

2009-03-24 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Jonathan Squirawski (Sky) Attached to Project - awesome Summary - Attributes in widget constructors Task Type - Feature Request Category - Wibox Status - Unconfirmed

[awesome bugs] #481 - dynamic image in imagebox

2009-03-24 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Alex Rez (realx) Attached to Project - awesome Summary - dynamic image in imagebox Task Type - Feature Request Category - Wibox Status - Unconfirmed Assigned To -

Re: [awesome bugs] #481 - dynamic image in imagebox

2009-03-24 Thread Alex Cornejo
Before we had a compile flag that enabled compiling against gdk instead of imlib. As a side effect the caching problem was not there and it provided an option to compile awesome with less dependencies (since I think its fair to say that gdk is more widespread than imlib since anything from gimp,

[PATCH 2/2] client: allow special non-transient windows to be !above

2009-03-24 Thread Maarten Maathuis
--- client.c |7 --- ewmh.c |5 + property.c |1 + 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/client.c b/client.c index 5c88d2c..a496e12 100644 --- a/client.c +++ b/client.c @@ -414,15 +414,8 @@ client_layer_translator(client_t *c) /* then deal

[PATCH 1/2] titlebar: redo the handling a bit

2009-03-24 Thread Maarten Maathuis
--- client.c | 24 +--- layout.c |7 +++ structs.h |2 ++ titlebar.c | 58 +- titlebar.h | 25 +++-- wibox.h| 10 -- 6 files changed, 90 insertions(+), 36

Re: [PATCH] titlebar: hide when the client is fullscreen

2009-03-24 Thread Maarten Maathuis
I think the latest patch should cover all the holes in titlebar handling i know of. It was quite a hunt getting it right, i tested fullscreening and changing visibility of titlebars (including resizing while they are not visible). Maarten. -- To unsubscribe, send mail to

Re: [Patch] Add close button to sky theme

2009-03-24 Thread Andrei Thorp
Thanks, good catch. Sorry. -AT On Tue, Mar 24, 2009 at 11:57 AM, Julien Danjou jul...@danjou.info wrote: At 1237908376 time_t, Gregor Best wrote: while debugging widget layouts, psychon tried using the sky theme in conjunction with the sky theme. As this theme is missing an image definition

[awesome bugs] #482 - Sticky windows do not included in awful.widget.tasklist.currenttags(c, s). (Attachment added)

2009-03-24 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Aleksei Gusev (hron) Attached to Project - awesome Summary - Sticky windows do not included in awful.widget.tasklist.currenttags(c, s). Task Type - Bug Report Category -