awesome/lib
Uli Schlachter c4eb4b1f23 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-11 13:31:10 +02:00
..
awful awful.widget.button: Override :set_image() to do the right thing 2014-09-15 14:01:54 +02:00
gears gears.surface: Handle the cache more intelligently 2014-04-09 21:57:30 +02:00
menubar FS#1278 - Menubar should check all standard directories 2014-08-24 13:29:32 +02:00
wibox wibox.layout.base.rect_to_device_geometry: Fix for "weird" rotations 2014-10-11 13:31:10 +02:00
beautiful.lua.in Expand '~' in the path for beautiful.init 2014-03-24 09:40:11 +01:00
naughty.lua.in naughty: Don't use the cache when loading icons (FS#1253) 2014-04-09 21:50:12 +02:00