summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2002-05-23added XAtom class, and it all now compiles.Dana Jansens
2002-05-16added the X classes to the build process though they aren't sued by anything ↵Dana Jansens
else yet. They now compile too.
2002-05-12LinkedList->STL conversion completed. LinkedList is no longer use and it has ↵Dana Jansens
been removed from the source tree.
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