Daniel Hahler
|
68de588f21
|
tests: fix indenting/style (#1303)
Basically:
> for f in **/*.lua; do vim '+set sw=4' '+norm gg=G' '+wq' "$f"; done
|
2016-12-27 21:39:08 +01:00 |
Emmanuel Lepage Vallee
|
46f6d28bdf
|
tests: Test recursive signals on mouse events.
|
2016-08-20 15:41:12 -04:00 |
Emmanuel Lepage Vallee
|
c62ca6c665
|
imagebox: Enable the property system
And add the missing documentation
|
2016-05-30 23:10:02 -04:00 |
Emmanuel Lepage Vallee
|
d85588babe
|
wibox: Create a container module
Previously, the "containers" were placed in layout or widget.
They all have similar APIs and usage, so lets bring them together.
|
2016-05-30 17:51:19 -04:00 |
Emmanuel Lepage Vallee
|
df1cc6d008
|
tests: Add awful.widget.button mouse release
|
2016-05-10 16:06:46 -04:00 |