awesome/lib/wibox
Uli Schlachter a3e690d191 imagebox: Redraw in :set_image()
If someone modifies a cairo surface and then sets the resulting object as the
image of an imagebox, the imagebox needs to redraw. Thus, since surfaces are
modifiable, we cannot assume that nothing changed when the same image is set
multiple times on an imagebox.

However, the dimensions of a surface cannot be changed and thus this does not
need to emit widget::layout_changed.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-09-29 00:28:26 +02:00
..
layout Merge pull request #458 from psychon/explicit_widget_deps 2015-09-21 21:12:39 +02:00
widget imagebox: Redraw in :set_image() 2015-09-29 00:28:26 +02:00
drawable.lua Add and use wibox.hierarchy:update() 2015-09-23 20:57:41 +02:00
hierarchy.lua Add and use wibox.hierarchy:update() 2015-09-23 20:57:41 +02:00
init.lua Add a widget hierarchy implementation 2015-09-05 14:28:52 +02:00