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 |
Daniel Hahler
|
aeab2a70e9
|
Fix whitespace warnings reported by luacheck (#1229)
|
2016-11-21 22:38:23 +01:00 |
Emmanuel Lepage Vallee
|
75764108e1
|
awful.placement: Make all functions return the geometry
|
2016-04-30 04:27:33 -04:00 |
Emmanuel Lepage Vallee
|
fe8beaeaac
|
placement: Fix incorect use of the border_width
The code and tests assumed the border was equaly applied around
the geometry while the {x,y} pair of the geometry include the
border.
|
2016-04-18 23:56:23 -04:00 |
Emmanuel Lepage Vallee
|
61d143fe98
|
tests: Test `awful.placement.closest_corner`
The output image look fine, some `assert()` could be added.
|
2016-03-31 05:04:24 -04:00 |