awesome/lib/wibox/widget
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
..
background.lua Explicitly track dependencies between widgets 2015-09-17 18:17:05 +02:00
base.lua leak test: Make the layoutbox test pass 2015-09-27 14:42:39 +02:00
imagebox.lua imagebox: Redraw in :set_image() 2015-09-29 00:28:26 +02:00
init.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
systray.lua Convert the systray widget to the new widget system 2015-09-05 14:28:53 +02:00
textbox.lua Merge pull request #384 from blueyed/more-robust-errors 2015-09-23 20:59:35 +02:00