summaryrefslogtreecommitdiff
path: root/src/Geometry.h
AgeCommit message (Collapse)Author
2002-04-18added Inflate, Deflate, and Translate to the Rect geometry classDana Jansens
2002-04-14Slit has an area Rect now, and returns Rect, Size, and Points instead of ↵Dana Jansens
getX/Y and getWidth/Height.
2002-04-14BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeightDana Jansens
2002-04-14added first revision of the BestFit placement type.Dana Jansens
moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions.
2002-04-13adding Geometry classes: Point, Size, and RectDana Jansens