awesome/lib/wibox/widget
Uli Schlachter 01e6e2a07b imagebox: Refuse invalid images
This makes the imagebox widget refuse images which have a zero or negative width
or height. A zero size causes problems where a division by zero results in inf
which makes various stuff fail in weird ways later on.

Additionally, cairo's "error surfaces" have a negative size. Displaying those
would cause all sorts of weird problems, too, so we better reject those.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-03-04 22:03:42 +01:00
..
background.lua.in wibox.widget.background: Use draw_widget() 2010-10-06 18:45:13 +02:00
base.lua.in wibox.widget.base: Use assert() instead of error() 2010-10-22 14:50:45 +02:00
imagebox.lua.in imagebox: Refuse invalid images 2011-03-04 22:03:42 +01:00
init.lua.in Import lib/wibox/, a new widget system in lua 2010-10-06 12:42:56 +02:00
systray.lua.in Systray: Configure background color via beautiful 2010-10-17 09:24:59 +02:00
textbox.lua.in add pango alignment to wibox.widget.textbox 2011-02-28 10:02:09 +01:00