summaryrefslogtreecommitdiff
path: root/src/Window.h
AgeCommit message (Collapse)Author
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