summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2002-11-03gettext is ready to rock and rollDana Jansens
2002-11-01add gettextDana Jansens
change CXXFLAGS back to CPPFLAGS in the .am's
2002-11-01make compile againDana Jansens
2002-11-01add a cvsignore for otk.Dana Jansens
make sexier automake shit
2002-11-01moved files into otkMarius Nita
2002-10-31big fat commit..Dana Jansens
2002-10-31compiles now. uses xft2Dana Jansens
remove the nls remainders
2002-08-16change default style to mbdtexDana Jansens
2002-07-03add BFont class, with Xft supportDana Jansens
2002-07-03removing old Makefile.in, rolling back Makefile.am to before the mappable ↵Dana Jansens
muse button bindings
2002-07-02backing out all changes to make mouse button mapping's configurableDana Jansens
2002-06-29Configureable button mappings!Dana Jansens
2002-06-21merge from netwm-merge2 to netwm-merge3. Basically, all of netwm that we ↵Dana Jansens
intend to support is 'supported'. Just need to squash bugs now.
2002-06-05syching with bb-cvs. rm .\#* on make dist-clean. nls updates.Dana Jansens
2002-05-28merging in netwm changes at merge point "netwm-merge1". This add the XAtom ↵Dana Jansens
class, and sets the net_supported_wm_check related atoms.
2002-05-28use config.h for configuration options instead of a bunch of -D's on the ↵Dana Jansens
compile command lines
2002-05-26add Configuration class for generic configuration data load/save-ing.Dana Jansens
use Configuration class throughout code. no longer save rc file on exit, save when any options are changed.
2002-05-25build a 'openbox' binaryDana Jansens
2002-05-25use our default styleDana Jansens
2002-05-25import from bb-cvsDana Jansens
added slit and enable-clobber defines back in Makefile.am
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