awesome/lib
Uli Schlachter 983d094c76 wibox.layout.base.rect_to_device_geometry: Fix for "weird" rotations
The old code transformed the top-left and bottom-right corner of the rectangle
to device space and calculated a rectangle based on these two points. However,
if you rotate a rectangle by 45°, these two points will be directly above each
other and thus the old code would calculate a width of 0.

Fix this by transforming all four corners of the rectangle into device space and
calculating a rectangle based on this.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2014-10-05 10:47:39 +02:00
..
awful awful.widget.button: Override :set_image() to do the right thing 2014-09-15 13:55:21 +02:00
gears gears.color: Use proper references in the doc comments 2014-09-13 14:20:59 +02:00
menubar menubar: skip comments in .desktop files 2014-09-25 02:47:40 +02:00
wibox wibox.layout.base.rect_to_device_geometry: Fix for "weird" rotations 2014-10-05 10:47:39 +02:00
beautiful.lua.in Expand '~' in the path for beautiful.init 2014-03-24 01:10:45 +01:00
naughty.lua.in Fix some random ldoc warnings 2014-04-13 18:06:49 +02:00