Re: [Patch] Some fixes

2009-06-06 Thread Julien Danjou
ewritting them in Lua make them: - better documented; - more maintainable; - more evolutive; - more error proof. And remove various code duplication, actual and coming. > I actually meant the C code would be much faster compared to lua, Probably under extreme condition you are right.

Re: [ANNOUNCE] awesome 3.3 released

2009-06-06 Thread Julien Danjou
fortable with it actually. > Congrats for the 3.3 release, hope to find debs for it soon to upgrade > from my 3.2. Already in. :) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc Description: Digital signature

Re: [Patch] Add a scale option to awful.widget.graph

2009-06-07 Thread Julien Danjou
) This seems useless, and potentially dangerous if scale is not set. No? -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Life is life. Lalalalala. signature.asc Description: Digital signature

Re: Segfault with 3.3

2009-06-07 Thread Julien Danjou
At 1244379479 time_t, ElkMonster wrote: > If there's something I can do to find out more, please give some advice. I'm > not > very experienced with manual program tracing, gdb, etc. Try that: http://awesome.naquadah.org/wiki/Debugging -- Julien Danjou // ᐰhttp://julien.

Re: [Patch] Add a scale option to awful.widget.graph

2009-06-08 Thread Julien Danjou
;s probably some case where you do not know what the maximum value. I.e. you can know for a network interface or CPU usage, but that makes no sense if you monitor the number of TCP socket opened. Probably a first patch would be to fix such a limitation, and then add scale, which can deal with both ideas.

Re: awesome crashing after drawing the cursor

2009-06-08 Thread Julien Danjou
d signal SIGILL, Illegal instruction. > 0xb7bfd333 in ev_timer_start () from /usr/lib/libev.so.3 Brrr. Seems weird, but I think that's not related to awesome directly. I'd rather bet a problem on libev but no one never brought that to us. Can you try to recompile with more debug sym

Re: Full moon bringgs trouble down in Brighton

2009-06-08 Thread Julien Danjou
reply to list ('l' in mutt) anyway. :) Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // When I get sad, I stop being sad and be awesome instead. True story. signature.asc Description: Digital signature

Re: [Patch] Add a scale option to awful.widget.graph

2009-06-09 Thread Julien Danjou
At 1244483306 time_t, Uli Schlachter wrote: > Both patches attached. :) Both pushed. Thanks! Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Life is life. Lalalalala. signature.asc Description: Digital signature

Re: [Patch] minor simplification

2009-06-10 Thread Julien Danjou
, since any > compiler should be intelligent enough to "inline" local const variables. Pushed. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Trust no one. signature.asc Description: Digital signature

Re: Run Prompt Rewrite Ideas

2009-06-10 Thread Julien Danjou
have now is reusable to some degree though. awful's prompt stuff is easily reusable. Anybody can write a new module to write something GNOME Do style. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Trust no one. signature.asc Description: Digital signature

Re: [Patch] "High impact" variable removal ;)

2009-06-11 Thread Julien Danjou
At 1244717252 time_t, Uli Schlachter wrote: > I somehow noticed that draw_context's depth member is unused and can be > removed. Hum this patch is a bit invasive, but anyway, let's be mad! Pushed! Thanks for spotting this. Cheers, -- Julien Danjou // ᐰhttp://julien.dan

Re: Segfault with 3.3

2009-06-12 Thread Julien Danjou
much as information as you can, there's always a chance that someone will come with something that will ring a bell. :) Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // This is the end of my signature. signature.asc Descrip

Re: [PATCH] unbash awesome-client

2009-06-12 Thread Julien Danjou
At 1244790869 time_t, Paweł Zuzelski wrote: > One "-r" is enough. Sorry. I've attached a new version to this > e-maill. Thanks, applied. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // My root passwo

Re: Segfault with 3.3

2009-06-12 Thread Julien Danjou
At 1244816834 time_t, Uli Schlachter wrote: > So this must be in some C function from awesome. Sadly they are all marked > static and thus don't emit any symbol, anyone got an idea how we could further > narrow this down? Recompile with -O0 -fno-inline might help. -- Julien Danjo

Re: [Patch RFC] Move some code for setting certain clients "above = true" from C into lua

2009-06-12 Thread Julien Danjou
h and is > it > a good idea to move this into the default rc.lua or should this go into awful? Good idea to remove that from C. I think it should go to awful by default, with a not-local function so anyone can unregister it if he wants to. Cheers, -- Julien Danjou // ᐰhttp://julien.da

Re: [Patch RFC] Move some code for setting certain clients "above = true" from C into lua

2009-06-12 Thread Julien Danjou
is has been added by cf163797782038562fed70de52f65298ba87226c without any reason for EWMH compliance. I suggest to give a couple of test in other WM, and simply drop this code if we are conforming to everyone behaviour. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C

Re: [Patch RFC] Move some code for setting certain clients "above = true" from C into lua

2009-06-14 Thread Julien Danjou
patch. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Tomorrow I was nothing, yesterday I'll be. signature.asc Description: Digital signature

Re: lua pixmap drawing api in preparation for arbitrary shaped wiboxes

2009-06-15 Thread Julien Danjou
en, let's add a pixmap library to draw 1 bit pixmap. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // This is the end of my signature. signature.asc Description: Digital signature

Re: [Patch] Another highly disruptive change ;)

2009-06-15 Thread Julien Danjou
At 1245075560 time_t, Uli Schlachter wrote: > I'll let the patch speak for itself... Pushed. :) Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // When I get sad, I stop being sad and be awesome instead. Tr

Re: [PATCH] dbus: Use org.naquadah.awesome instead of org.awesome.

2009-06-15 Thread Julien Danjou
on D-Bus somedays. But well, since everything has been moved to awful I'm less relectutant to this change, so I've applied it. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Anna Molly! Anna Molly! Anna Molly! signat

Re: [Patch] Another high-impact patch ;)

2009-06-17 Thread Julien Danjou
of memory. ;) Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // In the Sixth Sense, Bruce Willis is dead. signature.asc Description: Digital signature

Re: [PATCH] removed WidgetList, name_func_link_t and related function

2009-06-17 Thread Julien Danjou
related function and use > tokenize.gperf instead. Good work, merged. Thanks! Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Trust me. signature.asc Description: Digital signature

[ANNOUNCE] awesome 3.3.1 released

2009-06-18 Thread Julien Danjou
Hi folks, A small update to fix a couple of bugs we found lately. It should fix the crash some people got with Gimp. Also fix a bad bug when trying to spawn " " with the prompt and others. And another little bug in text rendering. Cheers, -- Julien Danjou // ᐰhttp://julien.d

Re: [Patch] Yes, another Really Important Thingie (tm)

2009-06-19 Thread Julien Danjou
At 1245351455 time_t, Uli Schlachter wrote: > JD: I'm not sure about the ev_ref()/ev_unref() stuff, is this necessary? Did I > get it right? Seems OK to me. Pushed. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: [Patch] Yes, another Really Important Thingie (tm)

2009-06-19 Thread Julien Danjou
At 1245345332 time_t, Uli Schlachter wrote: > I can't live without submiting a patch, the result of this OCD is attached. Pushed. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signa

[fili...@debian.org: Bug#533749: awesome: naughty doesn't show notifications when timeout <= timer delay]

2009-06-20 Thread Julien Danjou
ion > ii libxcb-xtest0 1.3-2 X C Binding, xtest extension > ii libxcb1 1.3-2 X C Binding > ii libxdg-basedir1 1.0.1-1implementation of the XDG Base > Dir > ii menu 2.1.41 generates p

Re: Fighting memleaks with valgrind - making awesome crash via lua_close()

2009-06-20 Thread Julien Danjou
as broken, you bastard. :) I think this is more a sight effect than a real fix, since there's still a couple of things that are not handled properly, like button and keys arrays. I do not think I'm going to fix that as it is, I'll rather try to add my new container class and fix th

Re: [Patch] SHAPE stuff *again*

2009-06-23 Thread Julien Danjou
") > +-- 6 > +img:draw_circle(corner, height - 1 - corner, corner, corner, true, > "#00") > +-- 7 > +img:draw_circle(width - 1 - corner, height - 1 - corner, corner, corner, > true, "#00") > + > +return img > +end I

Re: [Patch] SHAPE stuff *again*

2009-06-23 Thread Julien Danjou
t; area and the bounding shape the border area and the content area together. > > If this still doesn't make this clear, I'll have to start doing some > screenshots > with examples which I could then add to the wiki as a start of documenting > this. Would be a wonde

Re: [Patch] SHAPE stuff *again*

2009-06-23 Thread Julien Danjou
At 1245763661 time_t, Julien Danjou wrote: > Or do I miss something? Yes, I think the miss the point that you need to merge this small rectangle in the big one. Forget about me. :) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD //

Re: [Patch] SHAPE stuff *again*

2009-06-23 Thread Julien Danjou
regular I guess. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Life is life. Lalalalala. signature.asc Description: Digital signature

Re: [Obvious] ?

2009-06-23 Thread Julien Danjou
a ten thousand of users and some hundreds of mails by day on this list, and... No. Wait. Obvious you said? I read the Linux Kernel! No problem of course. ;) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Life is life. Lalalalala. s

Re: [Obvious] CONTRIBUTING Guide Pull Request

2009-06-23 Thread Julien Danjou
f forgotten patches. ;) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc Description: Digital signature

Re: [Patch] Make window_hasproto non-blocking (was: [awesome bugs] #543 - Split window_hasproto)

2009-06-25 Thread Julien Danjou
:-( > +{ > +if(c->protocols) > +xcb_get_wm_protocols_reply_wipe(c->protocols); > +else > +c->protocols = p_new(xcb_get_wm_protocols_reply_t, 1); > + > +memcpy(c->protocols, &protocols, sizeof(protocols)); Why do you p_new() ? Can't y

Re: lua+pgrep

2009-06-25 Thread Julien Danjou
s find a process. Weird huh? Any ideas on why this is or how > to fix it? No but this seems like a question for awesome mailing list, or even lua-l. :) Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Tomorrow I was nothing,

Re: [Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-25 Thread Julien Danjou
ou can done with awesome. :) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Trust no one. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-06-25 Thread Julien Danjou
, you start to submit some small patches from your branch so we can start reviewing them. :) Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // I'm no superman. signature.asc Description: Digital signature

Re: [Patch] Make window_hasproto non-blocking

2009-06-25 Thread Julien Danjou
k, I can implement > it, but I didn't really feel comfortable with it. I'd say always wipe+p_clear before updating. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // I'm no superman. signature.asc Description: Digital signature

Re: [Patch] Make window_hasproto non-blocking

2009-06-25 Thread Julien Danjou
At 1245919316 time_t, Uli Schlachter wrote: > So it doesn't really forbid it. ;) > Should I use 'protocols->_reply != NULL' as a check when to > xcb_get_wm_protocols_reply_wipe()? Yes. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 897

Re: [Draft] Introduction of Widget Layouts

2009-06-25 Thread Julien Danjou
widgets->len; i++) > if(widgets->tab[i].widget->isvisible) > { > -widgets->tab[i].geometry.y = 0; > widgets->tab[i].widget->draw(widgets->tab[i].widget, > ctx, widgets->tab[i].geometry, > wibox); >

Re: [Draft] Introduction of Widget Layouts

2009-06-25 Thread Julien Danjou
b/lib/awful/widget/tasklist.lua.in > @@ -42,7 +42,7 @@ end > -- @param label Label function to use. > -- @param buttons A table with buttons binding to set. > function new(label, buttons) > -local w = {} > +local w = { } > local widgets = { } > widgets.imagebox

Re: [Patch] Make window_hasproto non-blocking

2009-06-25 Thread Julien Danjou
At 1245920036 time_t, Uli Schlachter wrote: > Attached are the new patches and a diff between the first version and this > one. > (Ignore the lib/awful/widget/progressbar.lua.in hunk, the new version was > rebased on master while the old one wasnt) Pushed. Thanks so much. Cheers

Re: [Draft] Introduction of Widget Layouts

2009-06-25 Thread Julien Danjou
At 1245936340 time_t, Gregor Best wrote: > Nope, because ipairs stops when it encounters a nil value. The following > table would be iterated over completely: I got that, but why would you have nil value? -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95

Re: [Draft] Introduction of Widget Layouts

2009-06-25 Thread Julien Danjou
first patch series? I'd propose to merge this stuff > > with > > the patches which added this code > > > > Agreed, these patches are my current working branch, so expect some > splitting and reordering. > > > I hope I didn't annoy you too much. > > >

Re: lua+pgrep

2009-06-25 Thread Julien Danjou
ng awesome for example). This is trivially implemented in > bash, but I wanted to do it in lua. os.execute("exec pgrep...") -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // This is the end of my signature. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-06-25 Thread Julien Danjou
At 1245952537 time_t, Uli Schlachter wrote: > You could cast the height to (void*) and... *duck* Please, recall me, where did you say you were living already? -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Don't

Re: [Draft] Introduction of Widget Layouts

2009-06-26 Thread Julien Danjou
ng to take this road, you need to define a rule on how to order keys. table.sort() on non-numeric keys would be enough and will return always the same result (of course) so it's safe. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51

C API documentation generator

2009-06-30 Thread Julien Danjou
lot of manual parsing. I though about gtk-doc, but it seems very GTK+ oriented. So ideas, suggestions or proof-of-concept are welcome. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // In the Sixth Sense, Bruce Willis is dead. signature.asc Description: Digital signature

Re: Awesome systray support in Java

2009-06-30 Thread Julien Danjou
t be possible that it's fixed this 1.7. I heard that the reparenting problem is also fixed in this version, but I did not test. >3. *I can use some other way to obtain SystemTray instance...* Probably. In fact, if the check would return true, you probably get the SystemTray. 4. Stop usi

Re: Awesome systray support in Java

2009-07-01 Thread Julien Danjou
otted. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // There is nothing under this line. signature.asc Description: Digital signature

Re: awful.client.swap.bydirection() calls mouse focus hook

2009-07-01 Thread Julien Danjou
his, it's on top of my TODO. Enter and leave events are not ignored when moving windows. I think it'd be easy to fix, but I'm working on other things right now. I'll be done for 3.4 anyway. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C

Re: Crash when launching anything from the menu

2009-07-01 Thread Julien Danjou
At 1246499597 time_t, Mike Kelly wrote: > Whenever I try to click on anything in the launcher menu, awesome goes > down hard. On my console, I see this message: Mind testing with 3.3.1? Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51

Re: Crash when launching anything from the menu

2009-07-02 Thread Julien Danjou
At 1246585301 time_t, Mike Kelly wrote: > awesome: > /var/tmp/paludis/build/x11-wm-awesome-3.3.1/work/awesome-3.3.1/wibox.h:104: > wibox_push: Assertion `item->refs.len' failed. Definitively a bug. I took a look but I can't see where it fails. -- Juli

Re: [PATCH] Make awful.widget.graph work with zero values

2009-07-06 Thread Julien Danjou
At 1246635250 time_t, Uli Schlachter wrote: > Today I *finally* noticed that one of my graphs broke. The graph displays the > disk I/O and it looked like my disk was rather busy. Instead of fixing my disk > usage, I wrote a patch for awesome. Pushed. Thanks. Cheers, -- Julien Da

Re: [Draft] Introduction of Widget Layouts

2009-07-07 Thread Julien Danjou
be removed ASAP, but probably later. I did not review the rest of patch 11 since I guess it's the same things. > Subject: [PATCH 11/15] awesomerc.lua: add support for widget layouts OK. > Subject: [PATCH 12/15] naughty: add support for widget layouts OK, maybe koniu would mind reviewing it? > Subject: [PATCH 13/15] awful.menu: add support for widget layouts OK. (I hope someone will remove all that wiboxes and use really layout later. ;-) > Subject: [PATCH 14/15] invaders: add support for widget layouts OK. > Subject: [PATCH 15/15] titlebar: add widget layout support OK. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // There is nothing under this line. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-07-07 Thread Julien Danjou
*); I merged patches 1, 2, 6, 7, 8 and 9. 1 was amended without the + line of the diff above. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // My root password is signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-07-07 Thread Julien Danjou
etter. No? :) Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Life is life. Lalalalala. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-07-09 Thread Julien Danjou
boxes, and frankly, I have no idea > how we could replace that. I think the best idea would be to have things > settle down and then take a closer look at it. I agree. > Would be very nice :) This bastard does not sounds interested. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Don't give up. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-07-09 Thread Julien Danjou
ets: get rid of align attribute OK. > Subject: [PATCH 3/9] systray: don't crap up on odd-sized windows OK. > Subject: [PATCH 4/9] awful.widget: add layouts OK. > Subject: [PATCH 5/9] awesomerc.lua: add support for widget layouts OK. > Subject: [PATCH 6/9] naughty: add support fo

Re: [Draft] Introduction of Widget Layouts

2009-07-09 Thread Julien Danjou
At 1247134192 time_t, Uli Schlachter wrote: > I guess the flex layout needs the bounds and since one can nest layouts, the > other ones have to keep that bounds table up-to-date, too... I guess Make sense. I take back what I said. It's fine finally. :) -- Julien Danjou /

Re: [Draft] Introduction of Widget Layouts

2009-07-09 Thread Julien Danjou
At 1247130536 time_t, Julien Danjou wrote: > > --- a/widgets/graph.c > > +++ b/widgets/graph.c > > @@ -148,13 +148,13 @@ graph_plot_get(graph_data_t *d, const char *title) > > } > > > > static area_t > > -graph_geometry(widget_t *widget, s

Re: [Draft] Introduction of Widget Layouts

2009-07-09 Thread Julien Danjou
in Clearly. Somehow I wonder if luaA_isloop() is even worth keeping around. If you do bad stuff, you're screwed. We're not going to check everything the use does in Lua. We're not a sand box. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C

Re: [Draft] Introduction of Widget Layouts

2009-07-09 Thread Julien Danjou
aste too much > brainpower on that. I agree, but the solution is to also set a .height property. :-) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Tomorrow I was nothing, yesterday I'll be. signature.asc Description: Digital signature

Re: Request for icons (was: Spiral Layout)

2009-07-13 Thread Julien Danjou
anent basis on my toolbar. In general, the Sky > layout icons seemed to be better quality. We could just use those as > default -- thoughts? I think I agree. :) I'm ok for a patch deleting sky and using its icons instead of current defauts's ones. Cheers, -- Julien Danjou // ᐰhttp:

Re: [Patch] awful.layout: also arrange on client tag change

2009-07-13 Thread Julien Danjou
At 1247440481 time_t, Gregor Best wrote: > Pardon me, that patch had some debug stuff left in it. I attached a > version without that cruft. Pushed. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Tomorrow I was n

Re: [Draft] Introduction of Widget Layouts

2009-07-13 Thread Julien Danjou
clear?), this seems like a potential designe problem. To me, it seems the layout should be set inside mytasklist[s]. Same thing for taglist. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // There is nothing under this line. signature.asc Description: Digital signature

Re: Request for icons (was: Spiral Layout)

2009-07-13 Thread Julien Danjou
At 1247423742 time_t, Uli Schlachter wrote: > attached is the patch, have fun. ;) Pushed. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Trust no one. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-07-13 Thread Julien Danjou
f you specify mytaglist.layout = flex, then inside, they are all aligned to left with the same space (this is what flex is about). But the whole element (i.e. all the tag text/iconboxes) are aligned to the right (which has only sense if there's another widget at the same level of mytaglist), sin

Re: [Draft] Introduction of Widget Layouts

2009-07-14 Thread Julien Danjou
ring and used when a layout does not find a subtable layout. And, as you said, widget like task and taglists should set flex by default. User can still change it then, anyway. I think it's not a big change and worth doing it right now rather than having problem later. What do you think, Grego

Re: [Draft] Introduction of Widget Layouts

2009-07-15 Thread Julien Danjou
At 1247594728 time_t, Uli Schlachter wrote: > That way that whole IMHO ugly 1:1 association between different tables goes > away.. Ugliness does not win on ugliness! -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Don

Re: [Patch] awful.layout: also arrange on client tag change

2009-07-15 Thread Julien Danjou
At 1247594493 time_t, Gregor Best wrote: > I just noticed I made a quite huge mistake (thanks to jayzer in #awesome > for telling me). The call to :isvisible() failed because the capi. part > was missing. A fix is attached. Me break, me fix or something :) Pushed, thanks. Cheers, -

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Julien Danjou
At 1247610233 time_t, Andrei Thorp wrote: > [5fb091f] Run Prompt: Used Obvious timer hook instead of awful You gonna love my new timer (from next branch). :) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so m

Re: [Patch] call properties hook on wfact change

2009-07-15 Thread Julien Danjou
At 1247597688 time_t, Gregor Best wrote: > The attached patch fixes a little issue with incwfact and setwfact. Both > didn't call the property hook, which resulted in wfact updates being > delayed. Pushed. Thanks. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Julien Danjou
At 1247663299 time_t, Andrei Thorp wrote: > Also, I'm curious as to why this was implemented in C and not awful? Because the hooks (and the timer one) are meant to die. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD //

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Julien Danjou
At 1247665395 time_t, Andrei Thorp wrote: > Okay, and I guess you need the hooks in C too, so you can't just > implement it in Lua. Understood. No, but there's no way to wake up awesome every N seconds in pure-Lua. Or you show me how. ;) -- Julien Danjou // ᐰhttp://ju

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Julien Danjou
s not work that way. ;) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // When I get sad, I stop being sad and be awesome instead. True story. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-07-16 Thread Julien Danjou
dget.layout.default and the C code doing the same thing? (I ask because I can't think a way right now). Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-07-17 Thread Julien Danjou
set. Congrats, and much thanks for this huge works. See you next weeks fellows, Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // This is the end of my signature. signature.asc Description: Digital signature

Re: [Draft] Introduction of Widget Layouts

2009-07-27 Thread Julien Danjou
also writing a patch for konius problem atm, I'll send > that later That one pushed. You did not finished the other one, it seems? Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc Description: Digital signature

Re: Fullscreen behaviour

2009-07-27 Thread Julien Danjou
At 1248204799 time_t, Andrei Thorp wrote: > Sorry if this has been fixed in a newer version already, but if it > hasn't... what do you folks think? Seems ok. Patch welcome, or at least a bug report so we do not lose track on this. Cheers, -- Julien Danjou // ᐰhttp://julien.

Re: wibox' geometry weirdness

2009-07-27 Thread Julien Danjou
At 1248523037 time_t, Uli Schlachter wrote: > The question is now, which of these is the correct behavior? Geometry should include border, like clients I'd say. This should be fixed in 'next' I guess, since there will be only one entry point for the same property. Cheers, --

Re: [RFC Patches] SHAPE extension support for lua

2009-07-27 Thread Julien Danjou
that. You just set wibox property, and it will do nothing, that's all. Does not seems like a big problem, further more if you consider than everyone have XShape nowadays anyway. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B5

Re: [RFC Patches] SHAPE extension support for lua

2009-07-27 Thread Julien Danjou
> } Suggestion: is there a way you can create one and only one GC for all painting, definiting it static in that .c file? This would avoid some X requests. The rest seems ok to me. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // I'm no superman. signature.asc Description: Digital signature

Re: [PATCH] Fix doxygen generation warnings.

2009-07-27 Thread Julien Danjou
At 1248669214 time_t, Brian Gianforcaro wrote: > The attached patch fixes all warnings when generating Doxygen > documentation. It also removes the use of a deprecated Doxygen > option from "awesome.doxygen.in". Wahoo, good job, many thanks. Pushed. Cheers, -- Julien

Re: [RFC Patches] SHAPE extension support for lua

2009-07-27 Thread Julien Danjou
now*, will do this afternoon. If it's ok for you (and me), I'll merge them. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // The more we fly, the more we climb, the more we know that heaven is a lie. signature.asc Description: Digital signature

Re: [RFC Patches] SHAPE extension support for lua

2009-07-27 Thread Julien Danjou
At 1248526738 time_t, Uli Schlachter wrote: Pushed. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Anna Molly! Anna Molly! Anna Molly! signature.asc Description: Digital signature

[ANNOUNCE] awesome 3.3.2 released

2009-07-27 Thread Julien Danjou
Hi, A small update of stable branch, fixing a couple of bugs, nothing really important. Except if you restart D-Bus frequently. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD awesome version 3.3.2 has been released. It is

Re: [Patch] Fix naughty's margin calculation

2009-07-29 Thread Julien Danjou
At 1248871268 time_t, Uli Schlachter wrote: > no idea when this break, but the attached patch fixes it (for me). > Tested with notify-sent, with and without an icon. Pushed. Thanks Uli. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51

Re: [Patch] Some more naughty fixage

2009-07-29 Thread Julien Danjou
At 1248871623 time_t, Uli Schlachter wrote: > Damn, that went faster than I had expected > > Commit message should say it all, read it! Nice, pushed. Thanks again Uli! Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Julien Danjou
hell they want. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // My root password is signature.asc Description: Digital signature

Re: [patches] two small fixes for the titlebar

2009-08-05 Thread Julien Danjou
ser ml (a coding error, which led to titlebar.lua > failing). Thanks Gregor! Both merged. Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc Description: Digital signature

Release plan for awesome 3.4

2009-08-05 Thread Julien Danjou
and hack on awesome, please note there's work on the C and on the Lua side, and on almost every part. And that we're always happy to help beginners to understand how things work. :-) Cheers, -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Ferns will rule the world. signature.asc Description: Digital signature

Re: [Patch] Place new client's on their direct transient_for's screen, not the "top-level" one

2009-08-08 Thread Julien Danjou
;d vote for total removal. C does not need to think more than Lua does. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // The more we fly, the more we climb, the more we know that heaven is a lie. signature.asc Description: Digital signature

Re: [PATCH] naughty: fix size/position messup on re-arrange

2009-08-08 Thread Julien Danjou
At 1249679878 time_t, koniu wrote: > Here is an event for ya'll - I'm somewhat alive (got a new laptop and > sorting stuff out). > Chapter one brings a fix for a stupid bug in naughty exposed by recent > commits. Thanks, pushed. Cheers, -- Julien Danjou // ᐰhtt

Re: [PATCH] awful.completion: sort matches

2009-08-09 Thread Julien Danjou
f cycling) "gajim". I think we need to sort the table. Pushed. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // I'm no superman. signature.asc Description: Digital signature

Re: [Patch] Let graph and progressbar return their own widget in :set_* functions

2009-08-09 Thread Julien Danjou
At 1249739632 time_t, Uli Schlachter wrote: > I hate it when this happens. Attached is a fixed version of the patch. Pushed. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // This is the end of my signature. signature.asc Descript

Re: [PATCH] build: XCB_MOD_MASK_ANY in client.c is provided by >=libxcb-1.2.

2009-08-12 Thread Julien Danjou
At 1250032046 time_t, MATSUU Takuto wrote: This patch is not good actually. XCB auto generates its file based on xcb-proto. And actually it needs that xcb has been compiled using xcb-proto 1.5. So such a check should be made: pkg-config --variable=xcbproto_version xcb 1.5 Cheers, -- Julien

awesome survey 2009

2009-08-14 Thread Julien Danjou
Hi, I've created a small survey[1] about awesome, and I'd like to get feedback from you, awesome users. If you have 5 minutes of spare time, please use it to fill in the form. [1] http://www.survs.com/survey?id=8BVEV3FO&channel=BH07CQ040D Cheers, -- Julien Danjo

Re: [Patch] Re: [awesome bugs] #578 - spurious mouse_enter events when hovering

2009-08-15 Thread Julien Danjou
et, so we need to redraw and that position may change. So I think your patch works in this specific case but has drawbacks in a more general way. :) -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // I'm no superman. signature.asc Description: Digital signature

Re: [Patch] [awesome bugs] #578 - spurious mouse_enter events when hovering

2009-08-15 Thread Julien Danjou
get under the > mouse changed. Would this help and fix this? Want me to write and submit this? Yeah, actually wibox_need_update() should do a little more than doing ->mouse_over = NULL I guess. It should send something like mouse_leave maybe. I've no idea right now. Propose. :) -- Julie

<    2   3   4   5   6   7   8   9   10   11   >