summaryrefslogtreecommitdiff
path: root/src/core/boxes.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-02boxes: Actually check for rectangle containmentPablo Barciela1-1/+1
Fixes condition duplicated: /* If a contains b, just remove b */ if (meta_rectangle_contains_rect (a, b)) { delete_me = other; } /* If b contains a, just remove a */ else if (meta_rectangle_contains_rect (a, b)) { delete_me = compare; }
2014-10-27Rework tiling code based off Consortiuminfirit1-91/+32
Taken from https://github.com/SolusOS-discontinued/consortium/commit/b463e03f5bdeab307ceee6b969c681f29537c76d
2012-11-20Fix deprecations and compile warnings. Clean compileScott Balneaves1-2/+0
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1926