awesome/lib/wibox/layout
Uli Schlachter b40b69d379 Fix the mirror layout
Issues involve:
- :layout() had the wrong signature and expected a cr argument that was left
  from when this was still the :draw() function.
- horizontal and vertical reflection were mixed up (I guess it has always been
  this way?)
- The return value should be a table of widget placements. Instead it was just a
  single widget placement.

This is broken since commit 85ab3f045b.

Fixes: https://github.com/awesomeWM/awesome/issues/718
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-02-29 22:50:47 +01:00
..
align.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00
constraint.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00
fixed.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00
flex.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00
init.lua wibox.layout: Add the new 'ratio' layout 2016-02-10 21:40:40 -05:00
margin.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00
mirror.lua Fix the mirror layout 2016-02-29 22:50:47 +01:00
ratio.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00
rotate.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00
scroll.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00
stack.lua Sanitize argument handling for wibox.layout.stack constructor 2016-02-16 19:42:35 +01:00