awesome/lib/wibox/layout
Uli Schlachter bcc1751fca fit_widget(): Sanitize the result of :fit()
After this change, fit_widget() enforces that a widget cannot ask for more space
than was offered to it. This also fixes a rounding issue in the flex layout
where its fit function would return too small numbers.

Thanks to this, lots of "XXX" comments in spec/ disappear.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-08-23 17:08:44 +02:00
..
align.lua wibox.layout.align: Correctly size second widget 2015-08-23 17:07:45 +02:00
base.lua fit_widget(): Sanitize the result of :fit() 2015-08-23 17:08:44 +02:00
constraint.lua Widgets: Also add a context argument to :fit() 2015-08-12 11:19:48 +02:00
fixed.lua Widgets: Also add a context argument to :fit() 2015-08-12 11:19:48 +02:00
flex.lua fit_widget(): Sanitize the result of :fit() 2015-08-23 17:08:44 +02:00
init.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
margin.lua Widgets: Also add a context argument to :fit() 2015-08-12 11:19:48 +02:00
mirror.lua Widgets: Also add a context argument to :fit() 2015-08-12 11:19:48 +02:00
rotate.lua Widgets: Also add a context argument to :fit() 2015-08-12 11:19:48 +02:00