summaryrefslogtreecommitdiff
path: root/src/Geometry.cc
AgeCommit message (Collapse)Author
2002-05-25import from bb-cvsDana Jansens
added slit and enable-clobber defines back in Makefile.am
2002-05-02windows at positions x<0 or y<0 are no longer ignored in the placing codeDana Jansens
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-14changed OpenboxWindow to not have getFrameX/getWidth/etc functions, and to ↵Dana Jansens
return Origins and Sizes and Rects, in fuctions like size(), origin(), and area().
2002-04-13adding Geometry classes: Point, Size, and RectDana Jansens