Re: gradients in master

2012-02-29 Thread Anurag Priyam
On Wed, Feb 29, 2012 at 2:57 PM, Uli Schlachter wrote: > On 26.02.2012 05:01, Anurag Priyam wrote: >> [...] >> +    elseif type(col) == "table" then >> +        local t = col.type >> >> `type` is a core Lua function.  I wonder if it is a good practice to >> use it is a variable name in our code.  

[awesome bugs] #964 - Unmaximizing in git/master (Attachment added)

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#964 - Unmaximizing in git/master User who did this - Ignas Anikevicius (gns_ank) -- Disregard the previous patch, as it was a silly way to solve the problem. Everything should be fixed now. -

[awesome bugs] #964 - Unmaximizing in git/master (Attachment added)

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#964 - Unmaximizing in git/master User who did this - Ignas Anikevicius (gns_ank) -- Here is my hackish attempt to solve the problem. If you think, that the x,width and y,height values should be s

Re: Need help submitting menubar

2012-02-29 Thread Alexander Yakushev
On 02/29/2012 10:54 PM, Uli Schlachter wrote: /// all_categories code Hm. And right now I wonder what about this is menu-specific. Should this really live under menubar/? Other people will want to use this code for sure, too. However, I don't have any good idea on where to else this should be p

[awesome bugs] #962 - Fullscreen in BA/Spring not working

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#962 - Fullscreen in BA/Spring not working User who did this - Uli Schlachter (psychon) -- If you want me to guess: Awesome restarts because the screen resolution starts, BA gets some kind of eve

Re: awesome-freedesktop code license

2012-02-29 Thread Uli Schlachter
On 22.02.2012 14:55, Alexander Yakushev wrote: > On 02/18/2012 03:05 PM, Antonio Terceiro wrote: >> I've pushed a commit that adds a copyright notice. The code is hereby >> licensed under the same terms as Awesome itself. > Thanks a lot for your help, Antonio! I am sure this will make it much > ea

Re: [patch] awful.menu: enable keyboard navigation by default

2012-02-29 Thread Uli Schlachter
On 26.02.2012 05:56, Anurag Priyam wrote: > On Tue, Feb 21, 2012 at 10:45 PM, Anurag Priyam > wrote: >> On Tue, Feb 21, 2012 at 10:33 PM, Daniel Silverstone >> wrote: > [...] >>> local keygrabber = (args.keygrabber == nil) and true or args.keygrabber >>> >>> That might work better for you >> >> T

Re: Need help submitting menubar

2012-02-29 Thread Uli Schlachter
Hi, since the license issues are settled, let me complain about the rest of the code. :-) On 15.02.2012 23:22, Alexander Yakushev wrote: > diff --git a/lib/menubar/menu_gen.lua.in b/lib/menubar/menu_gen.lua.in > new file mode 100644 > index 000..620145f > --- /dev/null > +++ b/lib/menubar/men

[awesome bugs] #961 - Add --replace option to awesome command

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#961 - Add --replace option to awesome command User who did this - Uli Schlachter (psychon) -- pkill is definitely less work for me. ;-) This is implemented via the _NET_WM_Sn selection which alre

[awesome bugs] #964 - Unmaximizing in git/master

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#964 - Unmaximizing in git/master User who did this - Uli Schlachter (psychon) -- Here is what happens: When you do "c.maximized_vertical = true", awesome's C code emits "request::maximized_verti

Re: Shadows below the titlebar

2012-02-29 Thread Uli Schlachter
On 28.02.2012 23:24, Julien Danjou wrote: > On Tue, Feb 28 2012, dodo wrote: > >> Some time ago I implemented titlebars for git/master, using them ever since. >> >> https://github.com/dodo/uzful/blob/master/widget/titlebar.lua >> >> If somebody is interested I can clean up the code a little bit fu

Re: gradients in master

2012-02-29 Thread Uli Schlachter
On 26.02.2012 05:26, Anurag Priyam wrote: > On Sun, Feb 26, 2012 at 9:31 AM, Anurag Priyam > wrote: >> On Fri, Feb 17, 2012 at 10:24 PM, Uli Schlachter wrote: >>> You might be interested in the following commit: >>> >>> commit 2216b6a341ddb840200ea85207f8a59a5b3d61a6 >>> Author: Uli Schlachter

Re: gradients in master

2012-02-29 Thread Uli Schlachter
On 26.02.2012 05:01, Anurag Priyam wrote: > [- CC: awes...@naquadah.org] > [+CC: awesome-devel@naquadah.org] > > > On Fri, Feb 17, 2012 at 10:24 PM, Uli Schlachter wrote: >> You might be interested in the following commit: >> >> commit 2216b6a341ddb840200ea85207f8a59a5b3d61a6 >> Author: Uli Schl

Re: keygrabber api

2012-02-29 Thread Uli Schlachter
On 21.02.2012 16:59, Anurag Priyam wrote: > On Tue, Feb 21, 2012 at 9:25 PM, Uli Schlachter wrote: >> I was going to complain that this breaks awful, however a closer look >> revealed >> that everything in there only ever does 'return true'. > > Yeah, I checked that actually :). > >> Still, how