Re: [PATCH] no duplicate entries in prompt history

2011-10-23 Thread Uli Schlachter
On 23.10.2011 12:10, Massimiliano Brocchini wrote: Hi, here is my patch to prevent duplicate history entries in prompt.lua, hope you find it useful. Massimiliano Thanks, committed. -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts, dir nichts aus

Re: [PATCH] search in prompt history

2011-10-25 Thread Uli Schlachter
On 24.10.2011 18:58, Massimiliano Brocchini wrote: Hi, another patch to prompt.lua; this one allows users to search in the history writing some text in the prompt and the using CTRL+r/s to search backward/forward. Users can use CTRL+Up/Down to search backward/forward for entries beginning

[ANNOUNCE] awesome 3.4.11 released

2011-11-23 Thread Uli Schlachter
util.cycle from infinite loop (FS#938) Check wallpaper_cmd entries are valid (FS#938) Uli Schlachter (6): Make sure russian manpages are installed (FS#907) Fix restacking with zaphod mode (FS#835) Ungrab the server before parsing the config Signal config errors via a naughty

[ANNOUNCE] awesome 3.4.11 released

2011-11-23 Thread Uli Schlachter
util.cycle from infinite loop (FS#938) Check wallpaper_cmd entries are valid (FS#938) Uli Schlachter (6): Make sure russian manpages are installed (FS#907) Fix restacking with zaphod mode (FS#835) Ungrab the server before parsing the config Signal config errors via a naughty

Re: [PATCH] Bump duplicated commands to the most recent in command prompt history

2011-12-05 Thread Uli Schlachter
On 04.12.2011 02:03, Corey Thompson wrote: --- lib/awful/prompt.lua.in | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/awful/prompt.lua.in b/lib/awful/prompt.lua.in index 703c9d7..789ed3e 100644 --- a/lib/awful/prompt.lua.in +++

Re: Patch for root.fake_input

2011-12-08 Thread Uli Schlachter
On 07.12.2011 16:35, Rob Hoelz wrote: Hello Awesome developers, I've implemented a patch on top of the 3.4 branch (I could not test on master, because I couldn't get Awesome running with the awesomerc.lua in the repository). This patch allows you to use a string key name for

Re: small patch for glib2 2.31

2011-12-17 Thread Uli Schlachter
On 14.12.2011 20:15, Thomas Moschny wrote: The attached patch is necessary for building against glib2 2.31 or later. A change with the same effect has been committed on mainline already; the patch is for the 3.4 branch. Thanks, pushed. Oh and sorry for me being slow. Cheers, Uli -- -

Re: [PATCH 1/2] [PATCH] New layout suit: plumb

2011-12-28 Thread Uli Schlachter
Hi, On 28.12.2011 10:39, Arvydas Sidorenko wrote: It maximizes all client height to workarea height and splits the width equally between each other. Since nowadays those full HD screens are comming as a standart, I find this layout extremly usefull when wanting to keep 80 character width and

Re: [PATCH] new API function: maximize

2011-12-28 Thread Uli Schlachter
On 28.12.2011 10:39, Arvydas Sidorenko wrote: I had sent this kind of patch some months ago and you rejected it because of poor implementation and such. I rewrote it on the way to the first patches of new layout suit. Hopefuly it will go through this time :) I have mapped it to mod4+shift+f

Re: [PATCH 2/2] Original sky theme dwindle and spiral icons

2011-12-30 Thread Uli Schlachter
On 30.12.2011 15:36, Arvydas Sidorenko wrote: There was a few days ago a bug report about missing icons with provided link to the original ones. My previous patch was with icons made by me using the ones from default theme, just changed the color. Probably you should ignore it and use this one

Re: [awful] wibox visibility

2012-01-03 Thread Uli Schlachter
Hi, On 03.01.2012 02:20, Jack Holborn wrote: Since updating to the latest git, You mean git/master, right? Not the 3.4 branch? I can't get my wibox.widgets to hide any more. anrxc pointed out that the widgets are now implemented as an awful module (

Re: [awful] wibox visibility

2012-01-04 Thread Uli Schlachter
On 04.01.2012 02:38, Jack Holborn wrote: Thanks for your reply Uli. Yes I'm talking about git/master (awesome -v: v3.4-602-gf287219). Well, you can find my full setup at: https://github.com/JackH79/.dotfiles/tree/master/.config/awesome Specifically, I use the wibox.visible function to hide

Re: [PATCH] client property hints in tasklist

2012-01-05 Thread Uli Schlachter
On 05.01.2012 17:15, Anurag Priyam wrote: Started using awesome from git master few hours back. Couldn't help notice the sweet, client property hints (for ontop, floating and stuff) in the tasklist :). Attached are two minor improvements that I think will make it even better. Hi, thanks for

Re: [PATCH] client property hints in tasklist

2012-01-05 Thread Uli Schlachter
On 05.01.2012 18:44, Anurag Priyam wrote: On Thu, Jan 5, 2012 at 10:46 PM, Uli Schlachter psyc...@znc.in wrote: [..] So a [▪] before the client name in the tasklist implies it is sticky. I'm not sure if I'd associate that icon with sticky immediately. Someone on IRC will ask there is a black

Re: [PATCH] fix errors in awful.tooltip docs

2012-01-10 Thread Uli Schlachter
On 10.01.2012 11:56, Anurag Priyam wrote: Directly posting the commit message, since I don't have anything else to say about the patch: awful.tooltip docs: replace references to undefined variable 'K' with 'myclock' Most probably, the original author chose to use 'K' first, switched to

Re: tooltip bug?

2012-01-12 Thread Uli Schlachter
awesome. And the output this time is pretty weird: ... in tooltip.show 1 nil nil ... How would you explain that? Meh. You are using git master. commit 08cd44dda71b2c62d441941c50c64e1165975d7b Author: Uli Schlachter psyc...@znc.in Date: Sun Mar 27 16:21:49 2011 +0200

Re: [RFC] documentation system (was: [PATCH] gears.colors)

2012-01-12 Thread Uli Schlachter
Hi, sorry for the slow reply, but I'm a little busy these days (no, I haven't forgotten the patches you sent). On 11.01.2012 14:30, Anurag Priyam wrote: On Wed, Jan 11, 2012 at 4:01 PM, Anurag Priyamanurag08pri...@gmail.com wrote: gears.color docs: replace literal '' and'' with respective

Re: tooltip bug?

2012-01-13 Thread Uli Schlachter
On 13.01.2012 15:17, Anurag Priyam wrote: On Thu, Jan 12, 2012 at 8:04 PM, Uli Schlachter psyc...@znc.in wrote: On 12.01.2012 10:27, Anurag Priyam wrote: self.wibox.screen = mouse.screen [...] How would you explain that? Meh. You are using git master. commit

Re: [PATCH] client property hints in tasklist

2012-01-13 Thread Uli Schlachter
On 05.01.2012 21:16, Anurag Priyam wrote: 0002-tasklist-indicate-sticky-clients-with-a-solid-square.patch Please use the patch attached with this email instead of second patch from the previous one. I hadn't connected 'property::sticky' signal with the function 'u' earlier. So the tasklist

Re: [PATCH] gears.colors: expose docs for 2 functions

2012-01-13 Thread Uli Schlachter
On 11.01.2012 11:31, Anurag Priyam wrote: On Wed, Jan 11, 2012 at 12:28 PM, Anurag Priyam anurag08pri...@gmail.com wrote: gears.color: expose documentation for create_(linear|radial)_pattern functions Spotted a few more quirks in gears.color's documentation when looking for a way to

Re: tooltip bug?

2012-01-15 Thread Uli Schlachter
On 14.01.2012 13:29, Anurag Priyam wrote: On Fri, Jan 13, 2012 at 10:20 PM, Uli Schlachter psyc...@znc.in wrote: On 13.01.2012 15:17, Anurag Priyam wrote: [...] That essentially means awful.tooltip and awful.mouse.finder are broken (in git master). Doesn't look like it has anything to do

Re: tooltip bug?

2012-01-15 Thread Uli Schlachter
On 15.01.2012 16:13, Uli Schlachter wrote: On 14.01.2012 13:29, Anurag Priyam wrote: On Fri, Jan 13, 2012 at 10:20 PM, Uli Schlachter psyc...@znc.in wrote: On 13.01.2012 15:17, Anurag Priyam wrote: Alternatively someone could come up with a magic way to modify common/luaobject.c so that lua

Re: tooltip bug?

2012-01-15 Thread Uli Schlachter
On 15.01.2012 16:34, Anurag Priyam wrote: On Sun, Jan 15, 2012 at 8:43 PM, Uli Schlachter psyc...@znc.in wrote: Patch gets a NACK, see next paragraph. :-) Attached is a 3 parts series I wrote in the evening, but decided to get a snack before sending it to the list. The first can be applied

Re: tooltip bug?

2012-01-15 Thread Uli Schlachter
On 15.01.2012 16:55, Anurag Priyam wrote: On Sun, Jan 15, 2012 at 8:49 PM, Uli Schlachter psyc...@znc.in wrote: So I guess just a new patch which fixes this problem via the new screen.by_coords(x, y)? I tried the attached patch (based on `screen.by_coords()), but I am getting the following

Re: tooltip bug?

2012-01-15 Thread Uli Schlachter
On 15.01.2012 17:26, Anurag Priyam wrote: On Sun, Jan 15, 2012 at 9:26 PM, Uli Schlachter psyc...@znc.in wrote: +local cls = client.visible(screen) Uhm, what?! This doesn't look like it has any chance of not erroring out. Oops. This is why I waited to get a snack before sending

Re: [PATCH] [PATCH] oocairo.image_surface_create_from_png TO awesome.load_image

2012-01-29 Thread Uli Schlachter
On 29.01.2012 15:17, asi...@gmail.com wrote: From: Arvydas Sidorenko asi...@gmail.com Replaced all references to image_surface_create_from_png to awesome.load_image Signed-off-by: Arvydas Sidorenko asi...@gmail.com [...] Thanks. I replaced the tabs (How can you dare using tabs!? :-P) with

Re: [patch] cycle through marked clients

2012-02-06 Thread Uli Schlachter
Hi, On 05.02.2012 22:30, Anurag Priyam wrote: This was discussed sometime back on the users list: http://comments.gmane.org/gmane.comp.window-managers.awesome/7290. I wonder if it would be of general interest. He, almost a year old :-) diff --git a/lib/awful/client.lua.in

Re: Need help submitting menubar

2012-02-15 Thread Uli Schlachter
Evening, On 15.02.2012 00:43, Alexander Yakushev wrote: I suppose I did everything I could to prepare the Menubar widget for submitting to awesome-git. Now I want to ask in what form I have to send the patch: - Should it be a simple lua independent module or should I send the diff from

Re: [patch] filter tables

2012-02-17 Thread Uli Schlachter
On 17.02.2012 00:39, Anurag Priyam wrote: On Fri, Feb 17, 2012 at 4:01 AM, Anurag Priyam anurag08pri...@gmail.com wrote: [...] However, most of the times starting to iterate from the currently focused client helps, so I can iterate through Chrome instances in order starting from the one

Re: [patch] filter tables

2012-02-17 Thread Uli Schlachter
On 17.02.2012 16:11, Anurag Priyam wrote: On Fri, Feb 17, 2012 at 8:04 PM, Uli Schlachter psyc...@znc.in wrote: [...] Thanks, both patches are merged. However, I had to mess with the commit messages (my git hooks refuse commits with a too long summary) and I added some luadoc for the new s

Re: Need help submitting menubar

2012-02-17 Thread Uli Schlachter
On 15.02.2012 23:22, Alexander Yakushev wrote: OK, then here's the first round. I've put the whole extension into the separate lib/menubar directory and modified existing lib/awful/prompt.lua. Things I changed inside prompt.lua: - introduced two more arguments to run() function -

Re: [patch] filter tables

2012-02-17 Thread Uli Schlachter
On 17.02.2012 16:44, Anurag Priyam wrote: On Fri, Feb 17, 2012 at 8:52 PM, Uli Schlachter psyc...@znc.in wrote: Thanks, both patches are merged. However, I had to mess with the commit messages (my git hooks refuse commits with a too long summary) and I added some luadoc for the new s

Re: Need help submitting menubar

2012-02-17 Thread Uli Schlachter
On 17.02.2012 22:55, Alexander Yakushev wrote: Thanks for the detailed review, Uli! I completely agree with nearly everything you noted. There are but a few things that I don't quite understand. +-- Generate a pattern matching expression that ignores case. +-- @param s Original pattern

Re: keygrabber api

2012-02-20 Thread Uli Schlachter
On 19.02.2012 14:56, Anurag Priyam wrote: It feels silly to return true from the callback to keygrabber.run to keep grabbing. Isn't it more obvious to keep grabbing unless it is instructed by calling `keygrabber.stop`? I can't see how it makes it easier to use keygrabber in any use case

Re: keygrabber api

2012-02-21 Thread Uli Schlachter
On 21.02.2012 16:47, Anurag Priyam wrote: On Mon, Feb 20, 2012 at 7:39 PM, Uli Schlachter psyc...@znc.in wrote: On 19.02.2012 14:56, Anurag Priyam wrote: It feels silly to return true from the callback to keygrabber.run to keep grabbing. [] Pointers? I would like to change

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

2012-02-21 Thread Uli Schlachter
On 21.02.2012 17:41, Anurag Priyam wrote: diff --git a/lib/awful/menu.lua.in b/lib/awful/menu.lua.in index 3e8566f..64f8ae8 100644 --- a/lib/awful/menu.lua.in +++ b/lib/awful/menu.lua.in @@ -317,12 +317,13 @@ end --- Show a menu. -- @param menu The menu to show. -- @param

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 psyc...@znc.in 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

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 psyc...@znc.in wrote: You might be interested in the following commit: commit 2216b6a341ddb840200ea85207f8a59a5b3d61a6 Author: Uli

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 anurag08pri...@gmail.com wrote: On Fri, Feb 17, 2012 at 10:24 PM, Uli Schlachter psyc...@znc.in wrote: You might be interested in the following commit: commit 2216b6a341ddb840200ea85207f8a59a5b3d61a6

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 further and

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

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 anurag08pri...@gmail.com wrote: On Tue, Feb 21, 2012 at 10:33 PM, Daniel Silverstone dsilv...@digital-scurf.org wrote: [...] local keygrabber = (args.keygrabber == nil) and true or args.keygrabber

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 easier

Re: Shadows below the titlebar

2012-03-01 Thread Uli Schlachter
On 01.03.2012 10:09, Julien Danjou wrote: On Wed, Feb 29 2012, Uli Schlachter wrote: Having said all that, dodo's titlebar code is just a rewrite of 3.4's titlebars ontop of master and thus has the same flaws. Since this code isn't in the C core, it might have more flaws. From a quick look

Re: keygrabber api

2012-03-02 Thread Uli Schlachter
On 21.02.2012 16:47, Anurag Priyam wrote: On Mon, Feb 20, 2012 at 7:39 PM, Uli Schlachter psyc...@znc.in wrote: On 19.02.2012 14:56, Anurag Priyam wrote: It feels silly to return true from the callback to keygrabber.run to keep grabbing. [] Pointers? I would like to change

Re: keygrabber api

2012-03-02 Thread Uli Schlachter
On 02.03.2012 18:47, Anurag Priyam wrote: On Fri, Mar 2, 2012 at 11:47 AM, Uli Schlachter psyc...@znc.in wrote: On 21.02.2012 16:47, Anurag Priyam wrote: [...] Lua's C stack based API is not very intuitive (or maybe I haven't got a hang of it yet). Hope I have got it right. The patch does

Re: [PATCH] Account for border-width when maximizing

2012-03-03 Thread Uli Schlachter
On 02.03.2012 14:45, Ignas Anikevicius wrote: On 02/03/12 09:22, Uli Schlachter wrote: On 02.03.2012 00:15, Ignas Anikevicius wrote: Sorry, but this breaks the magic that the screen_change function is doing. (Which I just noticed is already broken because it only handles maximized

Re: keygrabber api

2012-03-04 Thread Uli Schlachter
Morning, On 04.03.2012 10:41, Anurag Priyam wrote: On Fri, Mar 2, 2012 at 1:20 PM, Uli Schlachter psyc...@znc.in wrote: However, I successfully started a program with the prompt (via pressing enter and all that) and still had this problem. This is the part which I still don't understand

Re: keygrabber api

2012-03-04 Thread Uli Schlachter
On 04.03.2012 11:27, Anurag Priyam wrote: On Sun, Mar 4, 2012 at 4:55 AM, Uli Schlachter psyc...@znc.in wrote: However, the second patch doesn't convince me: Please don't remove any return statements, but replace them with return (unless at the end of the function). There are three

Re: [patch] awful.client.jumpto

2012-03-07 Thread Uli Schlachter
On 07.03.2012 10:54, Anurag Priyam wrote: I simply split `awful.client.urgent.jumpto` to get this; needed it in my rc.lua. I'm not really happy with the luadoc, but since you catched me in a tired moment (and are one of the few people who add a Signed-Off-by): pushed Uli -- my $key =

Re: Need help submitting menubar

2012-03-09 Thread Uli Schlachter
On 09.03.2012 01:01, Alexander Yakushev wrote: Just caught a bug which was caused by attempting to access beautiful fields before calling beautiful.init(). Also removed local print = print captures from the files. Did a quick test and it seem to work. (Yes, I do read code a lot, but I don't

Re: awesome 3.5?

2012-03-25 Thread Uli Schlachter
On 24.03.2012 22:30, Julien Danjou wrote: So Uli, what's keeping us to release a 3.5 version? :) Wow. It's been three years and now our overlord jd wants to make people unhappy with their broken configs again. :-) AFAIR it was you who taught me that titlebars are our big release blocker. Now

Re: [PATCH] Functions for extended table inspection (gears.debug)

2012-03-25 Thread Uli Schlachter
On 16.03.2012 21:07, Alexander Yakushev wrote: I'm a bit tired of carrying these around my machines so it would be nice to see them in gears.debug. It is cold and empty there anyway. Hehe. :-) The function names should definitely be changed. I use d because it is easy to write, but perhaps

Re: awesome 3.5?

2012-03-26 Thread Uli Schlachter
On 26.03.2012 10:30, Julien Danjou wrote: On Sun, Mar 25 2012, Uli Schlachter wrote: Wow. It's been three years and now our overlord jd wants to make people unhappy with their broken configs again. :-) Maybe we could limit that this time? :) Too late. I will get lots of hate mails

Re: [PATCH 2/3] Initialize client.floating_geometry using the previous geometry

2012-03-26 Thread Uli Schlachter
On 25.03.2012 17:41, cmt...@gmail.com wrote: From: Corey Thompson cmt...@gmail.com * client.c: Previous geometry as argument to property::geometry signal * client.lua: Initialize floating_geometry using the previous argumment Signed-off-by: Corey Thompson cmt...@gmail.com --- client.c

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-03-26 Thread Uli Schlachter
On 26.03.2012 16:55, Alexander Yakushev wrote: The problem was described here: http://thread.gmane.org/gmane.comp.window-managers.awesome.devel/6921 The patch looks not very elegant but I don't know how to make it better provided we want to save the visible == true functionality. I guess

Re: [patch] run or raise

2012-04-01 Thread Uli Schlachter
On 31.03.2012 13:40, Anurag Priyam wrote: Fixed a bug. I diff'd the two patches. I wouldn't quite call that a bug, but ok. :-P +--- +-- pSwitch to a client matching the given condition if running, else spawn it. This tag is never closed? +-- If multiple clients match the given condition

Re: [PATCH] awful.client: use dockable.get in focus.filter to determine dock or not

2012-04-01 Thread Uli Schlachter
On 31.03.2012 16:05, Anurag Priyam wrote: On Sat, Mar 31, 2012 at 5:43 PM, Anurag Priyam anurag08pri...@gmail.com wrote: Otherwise, setting a client dockable from rc.lua using awful.client.dockable.set doesn't work as expected. Btw, what is a dock? Those MacOS ones? Those too. Awesome's

Re: [patch] run or raise

2012-04-02 Thread Uli Schlachter
On 02.04.2012 06:32, Anurag Priyam wrote: [...] +-- local matcher = function (c)br/ +-- return awful.rules.match(c, {class = 'URxvt'})br/ +-- endbr/ +-- awful.client.run_or_raise(cmd, matcher) +-- end); +--/code +function run_or_raise(cmd, matcher, merge) +local clients =

Re: [patch] run or raise

2012-04-02 Thread Uli Schlachter
On 02.04.2012 14:06, Anurag Priyam wrote: On Mon, Apr 2, 2012 at 2:53 PM, Uli Schlachter psyc...@znc.in wrote: Oh. Looking forward to the patch. :P Attached. I must hold a record for maximum iterations before a patch gets in :-|. Don't you think that might have something to do

Re: hide menu on mouse click outside it (was: Re: [patch] awful.menu [...])

2012-04-03 Thread Uli Schlachter
On 03.04.2012 08:22, Anurag Priyam wrote: On Tue, Apr 3, 2012 at 11:13 AM, Anurag Priyam anurag08pri...@gmail.com wrote: [...] I can fix it. I need to determine that mouse was clicked outside menu. So maybe I can attach a handler to 'press' signal on mouse, but if it was not clicked on

Re: [PATCH] Fix generator usage in menubar.utils

2012-04-07 Thread Uli Schlachter
On 07.04.2012 11:03, Alexander Yakushev wrote: Bug is described here: https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=979 Pushed, thanks. -- A learning experience is one of those things that say, 'You know that thing you just did? Don't do that.' -- Douglas

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-18 Thread Uli Schlachter
On 15.04.2012 04:53, dodo wrote: sorry, for the late response .. Sorry, too. My internet connection broke. :-( On 26 March 2012 17:28, Uli Schlachter psyc...@znc.in wrote: [...] Dodo, why does awful.menu allow the functions for executing menu entries to return false in which case the menu

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-20 Thread Uli Schlachter
On 20.04.2012 15:18, dodo wrote: On 18 April 2012 18:23, Uli Schlachter psyc...@znc.in wrote: On 15.04.2012 04:53, dodo wrote: 2. add awful.keygrabber which would handle a stack and `route` the key events to the right widget. So you mean that instead of starting a keygrabber directly, I tell

Re: [PATCH] gears.debug: Print plain non-table values in dump_raw

2012-04-20 Thread Uli Schlachter
On 19.04.2012 15:02, Alexander Yakushev wrote: All is said in the commit comment. My bad My push. :-) -- 'dubito ergo sum' -- Elke's whiteboard -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-21 Thread Uli Schlachter
On 21.04.2012 09:09, Anurag Priyam wrote: On Sat, Apr 21, 2012 at 9:20 AM, dodo dodo.the.l...@googlemail.com wrote: not quite. you tell awful.keygrabber that you want keys but if someone after you asks for keys as well he will get it until he leaves it and you're back in key control again.

Re: awesome --version with lua --version

2012-04-23 Thread Uli Schlachter
On 23.04.2012 14:16, Julien Danjou wrote: Unfortunately, I don't see any function that can be called from withing awesome to retrieve Lua version awesome is running with. :( lua_getglobal(L, _VERSION) No clue if lua_open() sets this, but the reference manual lists it as a variable that is

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-05-01 Thread Uli Schlachter
On 30.04.2012 17:55, dodo wrote: On 21 April 2012 10:36, Anurag Priyam anurag08pri...@gmail.com wrote: On Sat, Apr 21, 2012 at 1:19 PM, Uli Schlachter psyc...@znc.in wrote: On 21.04.2012 09:09, Anurag Priyam wrote: Say I run two grabbers one after the other. If the second grabber returns

Re: [PATCH] Menubar enhancements

2012-05-05 Thread Uli Schlachter
Hi, On 05.05.2012 00:21, Ignas Anikevicius wrote: I did some enhancements over the previous patchset. This now grew into 5 patches :p. Every patch is based on current git/master, so it should apply well. They have lengthy commit messages, which should explain everything. Hope it is good

Re: [PATCH] awful.client: un-hide the client when it regains focus

2012-05-05 Thread Uli Schlachter
On 04.05.2012 06:26, Anurag Priyam wrote: On Tue, May 1, 2012 at 4:44 PM, Anurag Priyam anurag08pri...@gmail.com wrote: On Sun, Apr 29, 2012 at 8:28 PM, Uli Schlachter psyc...@znc.in wrote: Let's keep our hacks together in one place. Could you test the attached patch? (We already do

Re: [PATCH] awful.client: un-hide the client when it regains focus

2012-05-05 Thread Uli Schlachter
On 05.05.2012 10:55, Anurag Priyam wrote: On Sat, May 5, 2012 at 1:32 PM, Uli Schlachter psyc...@znc.in wrote: However, now I feel like you should send this in as a git commit. After all, it was you who noticed it and wrote a patch for. Then I complained that I wanted this to be done

Re: [PATCH] Menubar enhancements

2012-05-05 Thread Uli Schlachter
Evening, On 05.05.2012 23:04, Ignas Anikevicius wrote: [...] Patch 4: Would merge, but merging this without patch 3 is bad. Also, I call hack for injecting the terminal prefix, but whatever. Leave this patch as-is. How should we solve that? I am happy to do it the right way, but I could

Re: [PATCH] Menubar enhancements

2012-05-06 Thread Uli Schlachter
Hi, On 06.05.2012 13:35, Ignas Anikevicius wrote: I've sent these patches to Uli, but forgot to CC the list with my new set of patches. Sorry. Here is the new batch. Patch3 Add a visible selection to exec the query only if there are other selections. Patch4 should fix the Bug #993

Re: [PATCH] Menubar enhancements

2012-05-06 Thread Uli Schlachter
Hi, On 06.05.2012 19:25, Alexander Yakushev wrote: Seems like the recent changes to Menubar and/or recent keygrabber fixes introduced a bug (#993) that I can't reproduce/understand with my current build. Could you please suspend on pushing Menubar-related patches until tomorrow, so I can

[Patch] Fix some Since: tag and check-doc-syntax oddities

2012-05-06 Thread Uli Schlachter
\x93\x1f\xbc\xd7\xf3\xad\x93\xf5\x32\x93; my $cipher = Crypt::Rijndael-new( $key, Crypt::Rijndael::MODE_ECB() ); my $plain = $ciper-decrypt($daten); From 7e2d17ab1528d166552b40045cce94281491e85d Mon Sep 17 00:00:00 2001 From: Uli Schlachter psyc...@znc.in Date: Sun, 6 May 2012 21:41:28 +0200 Subject

Re: [Patch] Fix some Since: tag and check-doc-syntax oddities

2012-05-06 Thread Uli Schlachter
On 06.05.2012 22:33, Uli Schlachter wrote: today I accidentally stumbled upon a double Since: tag for cairo_surface_set_mime_data(). Attached are the patches that resulted from this. Anyone wants to take a look? :-) Meh. You know that you should go to sleep when you start sending patches

Re: [PATCH] Improved ZSH completion (#535)

2012-05-09 Thread Uli Schlachter
On 07.05.2012 00:09, Arvydas Sidorenko wrote: After 3 years it finally arrives After two days, it finally gets merged. :-) -- Q: Because it reverses the logical flow of conversation. A: Why is putting a reply at the top of the message frowned upon? -- To unsubscribe, send mail to

Re: [PATCH] Menubar enhancements

2012-05-09 Thread Uli Schlachter
On 06.05.2012 13:35, Ignas Anikevicius wrote: Hello everybody, I've sent these patches to Uli, but forgot to CC the list with my new set of patches. Sorry. Here is the new batch. Patch3 Add a visible selection to exec the query only if there are other selections. Patch4 should

Re: [PATCH] Menubar enhancements

2012-05-09 Thread Uli Schlachter
On 09.05.2012 20:09, Ignas Anikevicius wrote: On 09/05/12 16:15, Uli Schlachter wrote: On 06.05.2012 13:35, Ignas Anikevicius wrote: Hello everybody, I've sent these patches to Uli, but forgot to CC the list with my new set of patches. Sorry. Here is the new batch. Patch3 Add a visible

Re: [PATCH] Return condition value instead of conditional true/false in

2012-05-11 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, the patch itself looks fine to me. The commit message could need some love (e.g. shorter summary), but I can live with that. However: $ git am -s /tmp/fetch\UID\.awesome-dev\5322.awesome-dev%3E5322 * Running commit-msg hook warn: Summary is a

Re: [PATCH] Return condition value instead of conditional true/false in

2012-05-12 Thread Uli Schlachter
On 11.05.2012 17:58, Felix Bier wrote: Sorry, lets try this again. Felix [...] Thanks, merged -- In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move. -- To unsubscribe, send mail to

Re: [PATCH] Menubar enhancements

2012-05-18 Thread Uli Schlachter
On 12.05.2012 11:21, Ignas Anikevicius wrote: On 12/05/12 04:49, Anurag Priyam wrote: On Wed, May 9, 2012 at 8:47 PM, Uli Schlachter psyc...@znc.in wrote: On 07.05.2012 07:06, Anurag Priyam wrote: On Mon, May 7, 2012 at 2:56 AM, Ignas Anikevicius anikevic...@gmail.com wrote: Patch6 should

Re: [CHANGE] Add platform support for DragonflyBSD. Simply adds a define required for awesomewm to work on the BSDs.

2012-05-20 Thread Uli Schlachter
On 21.05.2012 06:27, Edward O'Callaghan wrote: Signed-off-by: Edward O'Callaghan eocallag...@auroraux.org --- common/util.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/util.h b/common/util.h index 920b85f..ce004ed 100644 --- a/common/util.h +++

Re: [CHANGE] Add platform support for DragonflyBSD. Simply adds a define required for awesomewm to work on the BSDs.

2012-05-20 Thread Uli Schlachter
On 21.05.2012 06:27, Edward O'Callaghan wrote: Signed-off-by: Edward O'Callaghan eocallag...@auroraux.org --- common/util.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/util.h b/common/util.h index 920b85f..ce004ed 100644 --- a/common/util.h +++

Re: splash windows are out of control

2012-05-22 Thread Uli Schlachter
Hi, On 22.05.2012 01:21, Arvydas Sidorenko wrote: Currently the splash windows are out of control, appearing usually not on the screen the mouse/client is. I restricted the window geometries of XCB_CONFIGURE_REQUEST event to be changed only within the same window, otherwise the request gets

Re: Splash windows are out of control

2012-05-27 Thread Uli Schlachter
On 25.05.2012 15:10, Arvydas Sidorenko wrote: 3rd round of patches. The first patch is updated version to not allow the clients move themselves out of the current screen. Previous version messed up client width/height resize. The second is the same as in the previous mail. Hi, patch 2 was

[Patch] Switch from oocairo/oopango to lgi

2012-05-27 Thread Uli Schlachter
. This just changes some dependencies. [0]: https://github.com/pavouk/lgi -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts, dir nichts aus dem Staub From d0612cfd5bf71d7c331d7c9db9230f085b4b19f5 Mon Sep 17 00:00:00 2001 From: Uli Schlachter psyc...@znc.in Date: Sat

Re: [PATCH] Desktop file fixes.

2012-06-05 Thread Uli Schlachter
On 30.05.2012 18:15, Thomas Moschny wrote: - Remove an extra space after the group header. - Add required key 'Type'. --- awesome.desktop |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/awesome.desktop b/awesome.desktop index b88e1d5..8a7f354 100644 ---

Re: [PATCH 0/2] Small improvements for naughty

2012-06-05 Thread Uli Schlachter
On 28.05.2012 19:16, Giuseppe Bilotta wrote: The first patch re-engineers the defaults and presets feature in the following way: all defaults to the notify() parameters are defined in the config.defaults table. This is merged with the optionally specified preset table (or normal if none was

Re: [PATCH][3.4] awful.titlebar use height not width

2012-06-17 Thread Uli Schlachter
On 16.06.2012 03:13, Sébastien Luttringer wrote: Signed-off-by: Sébastien Luttringer se...@seblu.net --- lib/awful/titlebar.lua.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/titlebar.lua.in b/lib/awful/titlebar.lua.in index 1bda9da..805ac71 100644 ---

Re: Calling naughty.notify without specifing module

2012-06-17 Thread Uli Schlachter
On 17.06.2012 15:16, Arvydas Sidorenko wrote: From 55eb706b698c3b0c59559eff342d6ee59ec9e3f3 Mon Sep 17 00:00:00 2001 From: Arvydas Sidorenko asi...@gmail.com Date: Sun, 17 Jun 2012 15:11:01 +0200 Subject: [PATCH] Calling naughty.notify without specifing module Lua 5.2 port bug, which shows

Re: 0001-Do-not-attempt-to-call-global-destroy.patch

2012-06-22 Thread Uli Schlachter
On 22.06.2012 20:02, Felix Bier wrote: Hello list, I got attempt to call global destroy from two locations in naughty.lua, which should be fixed with this patch. The first one can be triggered by spamming notifications, the second one appeared to me on evolution's mail notification, which is

Re: 0001-Do-not-attempt-to-call-global-destroy.patch

2012-06-22 Thread Uli Schlachter
On 22.06.2012 23:58, Arvydas Sidorenko wrote: On 06/22/2012 11:19 PM, Uli Schlachter wrote: On 22.06.2012 20:02, Felix Bier wrote: Hello list, I got attempt to call global destroy from two locations in naughty.lua, which should be fixed with this patch. The first one can be triggered

Re: [PATCH] Fix-spelling-in-doc-string

2012-07-01 Thread Uli Schlachter
On 01.07.2012 15:26, Felix Bier wrote: This fixes a minor spelling mistake. Both patches merged. -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts, dir nichts aus dem Staub -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] tag.viewidx-should-take-a-screen-index

2012-07-01 Thread Uli Schlachter
On 01.07.2012 20:21, Felix Bier wrote: Am Sonntag, den 01.07.2012, 15:24 +0200 schrieb Felix Bier: Hello list, this patch makes tag.viewidx take a screen index rather than a screen object, complying with its doc string. This seems to be more consistent with other parts of the API to me, and

Re: Lets get rid of awsetbg?

2012-07-23 Thread Uli Schlachter
Hi, On 23.07.2012 16:08, Julien Danjou wrote: On Mon, Jul 23 2012, Ignas Anikevicius wrote: 1) Write some C code which would be integrated in awesome capi and it would just do some basic setting via a single command. 2) Write some C code and LUA bindings

Re: Lets get rid of awsetbg?

2012-07-23 Thread Uli Schlachter
On 23.07.2012 17:16, Julien Danjou wrote: On Mon, Jul 23 2012, Uli Schlachter wrote: Or, even simpler: root.wallpaper(gears.surface(/path/to/an/image)) Yeah, I didn't know we have a read function for this. I don't know how much C code would be needed for implementing this. I think

Re: [PATCH] wallpaper.c: capability from within Awesome

2012-07-24 Thread Uli Schlachter
On 24.07.2012 12:45, Arvydas Sidorenko wrote: [] diff --git a/wallpaper.c b/wallpaper.c new file mode 100644 index 000..e8abf1b --- /dev/null +++ b/wallpaper.c @@ -0,0 +1,261 @@ +/* + * wallpaper.c - wallpaper manager + * + * This program is free software; you can redistribute it

Re: [PATCH] common/util.h: dodgy non-__GNUC__ p_delete

2012-07-31 Thread Uli Schlachter
On 30.07.2012 21:06, Arvydas Sidorenko wrote: I assume nobody have tried to compile Awesome with GNU uncompatible compiler for ages and thus non-__GNUC__ p_delete version got overlooked for quite some time. First of all, a problem I see is that it assigns void** to a variable of type void*

Re: [PATCH 1/3] Add awful.client.setmaster

2012-08-12 Thread Uli Schlachter
Hi, all three patches are merged. However, your git clone is quite outdated: error: patch failed: lib/awful/client.lua.in:402 error: lib/awful/client.lua.in: patch does not apply Patch failed at 0001 Add awful.client.setmaster Your first patch for master doesn't apply to git/master since June

<    1   2   3   4   5   >