summaryrefslogtreecommitdiff
path: root/src/Makefile.in
AgeCommit message (Collapse)Author
2002-05-16removing auto-generated stuff from cvsDana Jansens
2002-05-16*** empty log message ***Dana Jansens
2002-05-12LinkedList->STL conversion completed. LinkedList is no longer use and it has ↵Dana Jansens
been removed from the source tree.
2002-05-07gcc 3 compatibility, converted strstreams to stringstreamsDana Jansens
2002-04-18added new bsetbg manpageScott Moynes
2002-04-15apparently there were compiling problems with automake/autoconf. This should ↵Dana Jansens
make those go away.
2002-04-14Added Util.h, which contains only an ASSERT macro for nowDana 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-12save_rc() using the obResource class to save blackbox's configuration.Dana Jansens
renamed BScreen::getCount to BScreen::getWorkspaceCount.
2002-04-11load_rc(BScreen *) now uses the obResource class to load its configurationDana Jansens
added a few consts in BScreen to be compatible with the new code. reordered the compilation in src/ so that Resource.cc is in alphabetical order
2002-04-11added the obResource class which handles Xresouce database files in a sane ↵Dana Jansens
manner.
2002-04-11Initial revisionDana Jansens