summaryrefslogtreecommitdiff
path: root/src/Workspace.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-14new focus code! working better than ever!Dana Jansens
2002-05-12move some typedefs into class scopeDana Jansens
2002-05-12converted the remaining LinkedLists in Screen to STL objects.Dana Jansens
2002-05-11converted from LinkedList to STL vector and listDana Jansens
2002-05-10better gcc3 compat. using ostrstream again. and using namespace std;Dana Jansens
some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg
2002-04-28added UnderMouse windwo placement.Dana Jansens
2002-04-27better cascadePlacement. uses screen.availableArea().Dana Jansens
2002-04-16applied Ruhi's cleanup patch. moves colSmartPlacement into its own functionDana Jansens
using Geomtry objects instead of integer pairs in all of the placeWindow code now
2002-04-15added some consts to the cascade codeScott Moynes
2002-04-15Added a fallback for Best Fit to cascade. Also, moved cascade to its ownScott Moynes
function. May not be needed.
2002-04-14using a Screen reference instead of pointer in WorkspaceDana 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-11Initial revisionDana Jansens