summaryrefslogtreecommitdiff
path: root/src/Window.h
AgeCommit message (Collapse)Author
2002-05-25import from bb-cvsDana Jansens
added slit and enable-clobber defines back in Makefile.am
2002-05-14compile with -Wall -W -pendantic when --enable-debug is set.Dana Jansens
2002-05-13focus code updatesDana Jansens
2002-04-30make sure that the only time Click-to-place kicks in is when initially ↵Dana Jansens
placing/mapping the window
2002-04-28don't click-to-place windows when they specify a positionDana Jansens
2002-04-28moved the 'moving window' logic into separate functions "startMove" "doMove" ↵Dana Jansens
and "endMove"
2002-04-21changed external window interface to only have an area(), no size() and ↵Dana Jansens
origin(), since all of their values are also in area() changed toolbar external inteface to have an area, no more getX/Y/Width/Height
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-14using a reference for Openbox instead of a pointerDana Jansens
2002-04-14made shaded windows snap properly at their bottom, using their shaded height.Dana Jansens
window.getHeight() now returns the different/correct value when a window is shaded.
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-11Initial revisionDana Jansens