[ANNOUNCE] awesome 3.0-rc6 released

2008-09-04 Thread Julien Danjou
version from now. We're almost there buddies! About this version: no big changes. Systray is quite good and almost fixed (recent problem with QT4 and pidgin has been fixed), some documentation update and very minor fixes. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info

Re: [patch] Allow ; and friends to be used for keybindings

2008-09-18 Thread Julien Danjou
At 1221725318 time_t, Julien Danjou wrote: Err, your len 1 makes no sense to me: it break keycode style. I've pushed a slightly modified version of your patch. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: awesome3-git problem

2008-10-04 Thread Julien Danjou
-util from git. That's weird. I've pushed a small patch in c8640013c2fa89c9a774eafb738d1e1bc03349d0. Does that help? -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Compilation errors related to imlib2

2008-10-08 Thread Julien Danjou
imlib2 1.4.0 and 1.4.1 from source, but neither has worked. What am I missing? git clean -xdf ? Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Centered vs. not-centered floating dialogs

2008-10-08 Thread Julien Danjou
At 1223486516 time_t, dante4d wrote: I want all popup clients centered... Then, center them? You can easily identify popup windows in git by checking client 'type' attribute. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE

Re: [PATCH] Added swapbydirection to client.lua.in in awful.

2008-10-09 Thread Julien Danjou
a patch adding with something like swap.bydirection and backward compatibility with client.swap. (hint: use a metatable and __call) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital

Re: [PATCH] awful.titlebar: Pull in missing dependencies and grab theme details

2008-10-09 Thread Julien Danjou
At 1223562457 time_t, [EMAIL PROTECTED] wrote: Pushed, thanks. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [patch] potential bug

2008-10-11 Thread Julien Danjou
set to have it crash? -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [patch] potential bug

2008-10-11 Thread Julien Danjou
At 1223719744 time_t, Konstantin wrote: I must apologize. Don't, no one died in the process. ;) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] Fine tuned 'fairh' and 'fairv' layouts.

2008-10-13 Thread Julien Danjou
At 1223904164 time_t, Gwenhael Le Moine wrote: Okay, it seems in fact not consistent but more user friendly, I agree. Could you resend your patch as attached? It seems that your MUA screwed it up by splitting lines. The important part was attached. (not inlined :) -- Julien Danjou // ᐰ

Re: [PATCH] Fine tuned 'fairh' and 'fairv' layouts.

2008-10-14 Thread Julien Danjou
At 1223942855 time_t, Gwenhael Le Moine wrote: Ah yeah, like this ^_^ Well, it did not apply for an unknown reason but I've done it by hand. Should be pushed by now. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: naughty - popup notifications for awesome3

2008-10-14 Thread Julien Danjou
should open bugs to keep track on that if you don't want to patch awesome yourself. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] make invaders.lua use beautiful

2008-10-14 Thread Julien Danjou
and then check if it's not nil. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] make invaders.lua use beautiful

2008-10-14 Thread Julien Danjou
beautiful which is nil. You lose. You need to user what awful.beautiful.get() and not try to be smarter! :) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] make invaders.lua use beautiful

2008-10-14 Thread Julien Danjou
At 1224018852 time_t, Gregor Best wrote: I have now fixed the code and tested it on a minimal rc.lua without beautiful. The updates are at git://git.mercenariesguild.net/awesome.git invaders Merged. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9

Re: invaders.lua bug report

2008-10-15 Thread Julien Danjou
wallpaper. For sprites, it does not seems like garbage, it seems that you've set a wallpaper with 2 differents tools and awesome uses the wrong one to simulate transparency. Never put a pink wallpaper? :) And please check if you've got anything on stderr. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED

Re: invaders.lua bug report

2008-10-15 Thread Julien Danjou
. If no real screen background is set, maybe Awesome tries to grab the root windows background but receives garbage. No, it don't take garbage, it just ignore alpha. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: invaders.lua bug report

2008-10-15 Thread Julien Danjou
before. I think awesome should draw a black rectangle if it fails to copy background image (widget.c:widget_render()). Anyone want to test my assumption, I'm in the middle of something else right now? -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974

Re: invaders.lua bug report

2008-10-17 Thread Julien Danjou
. Yup. But I don't know (yet) how to get root window color. :-/ drawing a wibox as a background for the whole game would solve that but i think it has issues of its own. Sounds like a plan. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974

Re: segfaults with new tag/tasklist

2008-10-21 Thread Julien Danjou
pushed a fix in a5640330d95ed1ca0393844563f75a79d5368fbf which may, or may not fix that bug. Could you give it a try? Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] graph/progressbar: restore to NULL when not found

2008-10-22 Thread Julien Danjou
At 1224663171 time_t, Marco Candrian wrote: Better fix pushed, but thanks for the tip Marco. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: keygrabbing issues with awesome

2008-10-30 Thread Julien Danjou
locale or with any keyboard mapping. Well, there is no serious issue AFAIK. If you're using some sort of Xkb weird options, XCB does not support them, and so is awesome. If not, please try to give me some hint on how to reproduce that. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http

Re: keygrabbing issues with awesome

2008-10-30 Thread Julien Danjou
us) makes everything function fine. Is this reproducable? Yes, and this is a bug I never had. Maybe because I've tested switching us/uk/de/fr and some keys are too identical to trigger the bug. If you can open a bug in the BTS I'd be glad to fix it then. ;) -- Julien Danjou // ᐰ [EMAIL PROTECTED

Re: some patches

2008-11-03 Thread Julien Danjou
At 1225659457 time_t, Maarten Maathuis wrote: Here are some patches that fix some of the issues with the magnifier layout. Thanks Maarten, pushed. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

Re: [PATCH] more consistent beheaviour for title bars

2008-11-04 Thread Julien Danjou
At 1225847356 time_t, Maarten Maathuis wrote: My only idea would be to add mouse_enter, mouse_leave and button functions to wibox (since the titlebar is a wibox), any better ideas? You add the same bindings on client with yourwidget:buttons() on each titlebar widget ? -- Julien Danjou // ᐰ

Re: lua titlebar patch for more consistent beheaviour

2008-11-05 Thread Julien Danjou
At 1225898677 time_t, Maarten Maathuis wrote: Better? Yeah, pushed. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: make error in 3.1rc

2008-11-09 Thread Julien Danjou
that. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] better attempt at not unmapping windows upon hide

2008-11-13 Thread Julien Danjou
(), choose your pick. I'll prefer none. Maybe, and I say maybe, you should not drop resize request but honor them. Only drop move request (while registering them). So everything will be at good size when unbanning. What do you think? -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info

Re: awesome install_manifest

2008-11-14 Thread Julien Danjou
At 1226601803 time_t, Alex Cornejo wrote: cmake -DPREFIX=/usr . That's why. You're not supposed to build inside the source dir. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital

Re: Taglist icon resizing customization

2008-11-15 Thread Julien Danjou
message.) Thanks Norbert. Pushed. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] awful.prompt: add trail space in prompt_text_with_cursor()

2008-11-19 Thread Julien Danjou
At 1227099883 time_t, koniu wrote: Pushed. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] awsetbg: Add montage(1) support

2008-11-19 Thread Julien Danjou
At 1227100598 time_t, Julien Danjou wrote: Merged in next. s/next/master/. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] add awful.prompt.run() 'selectall'' argument

2008-11-19 Thread Julien Danjou
At 1227092752 time_t, koniu wrote: JD, would you like to merge this? Allows easy deletion of prefilled text emulating editbox 'selectall' on focus. Yeah, merged. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: [PATCH] awsetbg: Add montage(1) support

2008-11-19 Thread Julien Danjou
At 1227097259 time_t, Sébastien Gross wrote: Merged in next. Thanks Seb. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Fair layout

2008-11-19 Thread Julien Danjou
, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: patch series for next

2008-11-20 Thread Julien Danjou
the titlebar of the window which is on tag 2 is on top of Firefox titlebar. [1] http://naquadah.org/~jd/screenshots/move-win-patch-titlebar-bug.jpg Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description

Re: patch series for next

2008-11-20 Thread Julien Danjou
At 1227198277 time_t, Maarten Maathuis wrote: I'm quite sure titlebars work here, just to be sure, the titlebars all stay visible on their original position? Depends on what you call original position? -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6

[ANNOUNCE] awesome 3.1-rc3 released

2008-11-21 Thread Julien Danjou
important. I encourage testing and documentation proof reading, that which we always need. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD awesome version 3.1-rc3 has been released. It is available from: tar.gz

Re: patch series for next

2008-11-21 Thread Julien Danjou
At 1227215675 time_t, Maarten Maathuis wrote: This hopefully fixes your issues. Titlebars were not explicitly removed at exit. Seems good. I'll keep your patch in the next branch for now. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C

Re: patches for next

2008-11-21 Thread Julien Danjou
). I agree. I pushed it but would it be possible, in your opinion to not set the mode upon each unban, since it should _never_ change. Doing it un manage()? -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

[EMAIL PROTECTED]: Bug#506803: awesome: naughty's notify should return 'notification']

2008-11-25 Thread Julien Danjou
(notifications[screen][notification.position],notification) + +return notification end -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80 -- 1.5.6.5 - End forwarded message - -- Julien Danjou .''`. Debian Developer

Unfocus handling in move-not-unmap patch

2008-11-25 Thread Julien Danjou
tag, that latest window focused stil has the focus and still receive keys event. :) Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Tiling Layout in next

2008-11-26 Thread Julien Danjou
some free space on the screen which should be occupied by slave windows. Well done buddy. Merged in my previous commit. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital

Re: [PATCH] naughty: introducing urgency levels and presets

2008-11-27 Thread Julien Danjou
At 1227706721 time_t, Leon Winter wrote: I just fixed a minor issue. Please use the url to receive the latest patch ;) Pushed. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital

Re: spawn+tag switch bug

2008-11-27 Thread Julien Danjou
this workin each time. Maybe if you use ALWAYS menu, prompt, etc it may be doable. But then, you'll have the same problem when, for example, opening a second Firefox window from Firefox. Sorry. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974

Re: spawn+tag switch bug

2008-11-27 Thread Julien Danjou
to change the active desktop. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Lua layouts in next

2008-11-27 Thread Julien Danjou
the lua layouts. That's size hints. Someone is looking into this, right? :) Yes, the port is not complete at all. Gregor send me a patch to fix that. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

Re: Commenting a bug which is closed

2008-11-28 Thread Julien Danjou
to register) Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Lua layouts in next

2008-11-29 Thread Julien Danjou
At 1227901844 time_t, Gregor Best wrote: Stupidity caught me once again, i forgot to include the actual floating layout function in the patch. Sorry for the inconvenience :) Everything merged, thanks much Gregor. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info

Re: Lua layouts in next

2008-12-01 Thread Julien Danjou
At 1228072421 time_t, Gregor Best wrote: I forgot to attach patch #2 which makes the fair layout use the clients border width. Once again (as often) sorry for the inconvenience. My hero. Pushed. :) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974

Re: config file maintenance

2008-12-01 Thread Julien Danjou
, but that's at least true for me, don't know for sure about the other devs here. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: PATCHES for next

2008-12-01 Thread Julien Danjou
misread your code, it's right. Good point, i have to get rid of this idea that iterating over clients is hugely expensive. At least, it's probably less expensive than asking the X server over the « network ». ;-) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9

Re: config file maintenance

2008-12-01 Thread Julien Danjou
a upper-level module, above C and awful APIs, and if it's correct and proven useful. If users think that's useful and use it, I may even be happy to merge it. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: [PATCH] let's put an end to awsetbg nuisance

2008-12-01 Thread Julien Danjou
At 1228155025 time_t, koniu wrote: The patch sets the background to solid bg_focus color from default theme. Merged. Cheers -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: patches for next

2008-12-01 Thread Julien Danjou
GetProperty instead of copying client's directly tags. That makes useless (low) X requests, that you don't need. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Strange bug with capi.mouse.screen ?

2008-12-02 Thread Julien Danjou
section in xorg.conf looks like this: No clue how that would be revelant. xcb-util is not used, we just use libxcb directly here. I've attached a enhanced version, please give it another try. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C

Re: config file maintenance

2008-12-02 Thread Julien Danjou
, what you want is more Lua module to load more static configuration file. And I'm not against it, really. Now, what I'll have to write is probably a guideline toward external module inclusion in awesome if people start writing many of them. :-) Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED

Re: Tabulous broken, losing windows

2008-12-03 Thread Julien Danjou
was heavily using it and multiple bugs have been reported, without anyone kind enough to go and fix them. And if no one still decides to fix it, it may probably even been removed from master. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974

Re: [IDEA+partial PATCH] New behaviour for maximized windows

2008-12-03 Thread Julien Danjou
with the mouse (like any minimized window i suppose). In fact, what you want is just that if you press Mod4+m it switch to max layout, and repressing reswitch to previous layout ? So why don't you just write that ? ;-) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D

Re: [Patch] object_under_pointer

2008-12-03 Thread Julien Danjou
is also returning a wibox in object_under_pointer when returning a widget. Squashed, rewritten a bit and merged. ;) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] awful.widget.taglist: check whether a tag should be displayed at all

2008-12-04 Thread Julien Danjou
it. Merged with the previous bugged patch. Please, double check in case I've done something wrong. :) Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: some patches for next

2008-12-08 Thread Julien Danjou
personal choice. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] Fixed alignment

2008-12-08 Thread Julien Danjou
is necessary to have a mixed tag and tasklist. Pushed. Even if I really think all this align stuff and widget placement will have to be rewritten someday. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

Re: some patches for next

2008-12-08 Thread Julien Danjou
your wiboxes are too large or small when the workarea changes. Do you have steps to reproduce this? Subject: [PATCH] client: Also check for struts on client_{ban,unban} Nice, merged. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C

Re: [Patch] fix awful.client.movetoscreen for different screen sizes

2008-12-08 Thread Julien Danjou
, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: naughty: feedback for further D-BUS support

2008-12-08 Thread Julien Danjou
could also filter by application name of sender. I'd like to hear your feedback. b) seems very fine. Just KISS. :) Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Awesome 3.1 is unstable on FreeBSD 7

2008-12-09 Thread Julien Danjou
, if it's the only application with such a problem. Can you try to enable something like electric fence or duma? It sometimes make it crash sooner, which help. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: [Patch] Drag'n'Dropping clients on tags

2008-12-09 Thread Julien Danjou
screen were different. The attached patch fixes both of these issues. Merged. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] Do not swap clients in tabulous.display

2008-12-09 Thread Julien Danjou
At 1228835035 time_t, Maxime COSTE wrote: Here is a patch that should fix this behaviour. Feedbacks welcome. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] Do not swap clients in tabulous.display

2008-12-10 Thread Julien Danjou
the instability was all from the lost windows, since it all seems to be working fine now. Since it can't be worst, I've pushed the patch into master. ;) Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description

Re: [PATCH] naughty: support for categories via mapping

2008-12-11 Thread Julien Danjou
a pairs() loop. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [Patch] add awful.mouse.wibox.move()

2008-12-11 Thread Julien Danjou
(). If the user drags the wibox to one side of the screen and it is not floating, its position is changed instead. Very nice, pushed. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital

Re: More patches

2008-12-11 Thread Julien Danjou
is then probably related to ban). However, I really like the idea. I'd rather s/geometry_inside/geometries.internal/g maybe. Kudos for doing such an ungrateful job, Maarten. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E

Re: [PATCH] naughty: support for categories via mapping

2008-12-12 Thread Julien Danjou
to talk about that please catch him ;) Pushed. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] Check for io.popen failure

2008-12-12 Thread Julien Danjou
At 1229030213 time_t, Maarten Maathuis wrote: See title. Pushed. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [take this PATCH] Re: More patches

2008-12-12 Thread Julien Danjou
At 1229036712 time_t, Maarten Maathuis wrote: Discovered one extra issue, this is the corrected patch. Seems ok, I pushed it. I only re-added the XXX part in mouse.lua, that helps to keep the corner really fixed with size hints. -- Julien Danjou // ᐰ jul...@danjou.info http

Re: [PATCH] naughty: avoid nil global 'tostring'

2008-12-12 Thread Julien Danjou
At 1229082957 time_t, Maarten Maathuis wrote: Why this is needed all of the sudden, i do not know. Because Leon send untested patches. ;) Thanks. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

[ANNOUNCE] awesome 3.1 released

2008-12-12 Thread Julien Danjou
to everyone who helped. It has been wonderful. Happy hacking, and be awesome! [1] I never announced a release data. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD awesome version 3.1 has been released. It is available

Re: [Patch] Drag'n'Dropping clients on tags

2008-12-15 Thread Julien Danjou
the client over a screen border. Merged. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] awful.layout.set for non active tag

2008-12-15 Thread Julien Danjou
At 1229272026 time_t, Leon Winter wrote: Gregor beated me, so here is a better patch :D Merged. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] netwm

2008-12-15 Thread Julien Danjou
. Cheeres, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] netwm

2008-12-15 Thread Julien Danjou
At 1229284001 time_t, Arnaud VALLAT wrote: please find along with this email a patch for awesome 3.1 (git version) which handles _NET_ACTIVE_WINDOW to ewmh_process_client_message. Pushed, thanks. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42

Re: [PATCH] netwm

2008-12-15 Thread Julien Danjou
At 1229331863 time_t, Julien Danjou wrote: No, because I guess such request are sent by pager. Ah, re-reading the spec, it maybe a good idea after all. The thing is that spec does not specify if the workspace should be switched or if the window should change its workspace. -- Julien Danjou

Re: [PATCH] awful.menu: use bg_image instead of imagebox

2008-12-15 Thread Julien Danjou
At 1229325688 time_t, Leon Winter wrote: +if icon.width tonumber(data.h) then +icon = icon:crop_and_scale(0,0,icon.height,icon.width,data.h,data.h) Pictures may not be square. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6

Re: [Patches] some enhancements for naughty

2008-12-18 Thread Julien Danjou
At 1229533204 time_t, Leon Winter wrote: i added callbacks to presets that will be called if naughty gets beaten via DBUS. this way we could update a textbox with the current song playing if our music player gives us the information via DBUS. Pushed. Cheers, -- Julien Danjou // ᐰ jul

Re: [PATCH] awesomerc: raise client when awful.client.focus.history.previous() is called

2008-12-18 Thread Julien Danjou
At 1229593842 time_t, Damien LEONE wrote: Small patch to fix the mod4+Tab behaviour. Pushed. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] [completion.lua.in]: remove keywords global variable

2008-12-18 Thread Julien Danjou
At 1229602687 time_t, Sébastien Gross wrote: Pushed. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: awful.menu general concept issue

2008-12-18 Thread Julien Danjou
; +wibox-mouse_over = NULL; + simplewindow_wipe(wibox-sw); for(int i = 0; i globalconf.screens[wibox-screen].wiboxes.len; i++) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description

Re: [PATCH] Fixed DBus version string

2008-12-19 Thread Julien Danjou
with Python 3k then. ;) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [Patches] naughty: fix version and announce GetServerInfo over DBUS

2008-12-19 Thread Julien Danjou
. ... into an int. Well this is not really our problem, but why is a v in the version string anyway? This is because it's the git tag which is used. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

Re: [Patch] naughty/GetServerInfo: act according spec

2008-12-19 Thread Julien Danjou
At 1229682082 time_t, Leon Winter wrote: Patch attached. I also applied a :match(), to just return a string like 1.4; this will make gajim happy. Applied. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: Support for OOo Impress Presenter Console

2008-12-23 Thread Julien Danjou
on the other. It doesn't work in Awesome 3.1-r1. If I can do anything to debug it let me know. (Or point me to a wiki page or something). You at least need to provide what does not work means precisely. A link to the plugin would be lovely also so we can try to debug. Cheers, -- Julien

Re: Need help with XCB and events

2008-12-25 Thread Julien Danjou
the XCB buffer Since you do not create enough request for 1), you need to make 2) happen. :-) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] awful.completion: escape spaces

2008-12-29 Thread Julien Danjou
At 1230227859 time_t, Maxime COSTE wrote: This patch add a bash_escape function for bash completion, at the moment it only escape spaces, other escaping may easily be added Pushed. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E

Re: Support for OOo Impress Presenter Console

2008-12-29 Thread Julien Danjou
a real problem for this case. I've removed this code from the core side, and moved it into rc.lua instead. That allow to filter and not move this window (they have dock as type, so I just ignore this kind of windows, plus some others like splash or desktop). Cheers, -- Julien Danjou // ᐰ jul

Re: [PATCH] fixed warn() style

2008-12-29 Thread Julien Danjou
, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] awesomerc: fix floating state handling

2009-01-06 Thread Julien Danjou
At 1231241733 time_t, MATSUU Takuto wrote: Thanks, pushed. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] awesomerc: open clients menu only once

2009-01-08 Thread Julien Danjou
At 1231420035 time_t, Leon Winter wrote: I guess nobody wants that ;) Patch attached. Did you test it? -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] awesomerc: open clients menu only once

2009-01-08 Thread Julien Danjou
At 1231420742 time_t, Leon Winter wrote: Twice. Ok, pushed then. ;-) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] use pkg-config to find lua instead of CMake FindLua51

2009-01-08 Thread Julien Danjou
. And it may even be lua51 on some system. commit e74286b50b970c879067d447e6832cd40a06d5a4 seems to be the one that changes to use CMake internal system. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

  1   2   3   4   5   6   7   8   >