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
|
9d69448ac1
|
tests: Test mouse.move on odd sized clients.
Close #1039
|
2016-08-12 17:02:33 -04:00 |
The Personal Things
|
df5ecd4c6f
|
tests: test-resize: use math.ceil to handle uneven screen width (#882)
See https://github.com/awesomeWM/awesome/issues/848#issuecomment-217361136.
This is actually a leftover from 612756f and is meant to fix the failure
at https://github.com/awesomeWM/awesome/pull/870.
|
2016-05-08 19:00:59 +02:00 |
Jajauma
|
612756ff0e
|
tests: test-resize: use math.ceil to handle uneven screen height
See https://github.com/awesomeWM/awesome/issues/848#issuecomment-216052517.
Closes https://github.com/awesomeWM/awesome/pull/869.
|
2016-05-02 01:43:11 +02:00 |
Emmanuel Lepage Vallee
|
e41853a47a
|
tests: Test floating client move, snap and resize
|
2016-04-30 04:27:34 -04:00 |