Re: [Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-06 Thread Julien Danjou
At 1241678268 time_t, Julien Danjou wrote: > At 1241653923 time_t, koniu wrote: > > Also is there a way to have margins around imagebox? > > Na, that would be handled by widget layouts. So if you want to argue that textbox have margin, then I'll answer: we should delete margin from textboxes and

Re: [Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-06 Thread Julien Danjou
At 1241653923 time_t, koniu wrote: > If you look at the diff it's actually: > textbox:margin({ ..., bottom = 2 * margin }). > > For some reason if I do > textbox:margin({ ..., top = margin, bottom = margin }) > > The widget gets the right size, but the text is, in vertical axis, > aligned to th

Re: [Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-06 Thread Julien Danjou
At 1241653923 time_t, koniu wrote: > Also is there a way to have margins around imagebox? Na, that would be handled by widget layouts. -- Julien Danjou // ᐰhttp://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc Des

Re: [Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-06 Thread koniu
> Good work Gregor, thank you very very much. Ditto. Haven't had any issues with this so far. > I'm glad to announce this 2 patches are inaugurating the next branch, > for 3.4. :-) And to celebrate, I would like to propose a couple more patches to naughty which I pushed here: http://git.mercenar

Re: [Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-06 Thread Julien Danjou
At 1241549129 time_t, Gregor Best wrote: > I finally found some time to hack around awesome again, so here i present a > backport of :extents() from the widget-layouts branch to the master branch and > a little addition to naughty which makes it behave much more friendly to > screen > space by aut

Re: [Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-05 Thread Frank Blendinger
Hi. On Tue 2009-05-05 20:45, Gregor Best proclaimed: > I finally found some time to hack around awesome again, so here i present a > backport of :extents() from the widget-layouts branch to the master branch and > a little addition to naughty which makes it behave much more friendly to > screen

Re: [Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-05 Thread koniu
Seems to be working nice so far, well done mate! :) k -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-05 Thread Gregor Best
Hi people, I finally found some time to hack around awesome again, so here i present a backport of :extents() from the widget-layouts branch to the master branch and a little addition to naughty which makes it behave much more friendly to screen space by automagically resizing naughtyfications so