summaryrefslogtreecommitdiff
path: root/src/openbox.h
AgeCommit message (Collapse)Author
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-15moved menu from a rc file option to a command line optionDana Jansens
2002-05-14new focus code! working better than ever!Dana Jansens
2002-05-12converted all of the openbox class LinkedLists to STL objectsDana 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-30when a window begins moving, make sure another window is not moving already, ↵Dana Jansens
and if it is, end its move
2002-04-18now yuo can change styles again! (oops) wasnt saving teh nwe style file to ↵Dana Jansens
the Resource class when it changed.
2002-04-17configuration changes "done"!!Dana Jansens
on start, the config file is read entirely off the disc, and missing values are assigned defaults. the config file is immediately written back to the disk to populate missing defaults in the file. any time a config option is changed the control, the config file is re-written with the change. choosing reconfig will reload the current config file on the disc. on shutdown, nothing is written to the config file.
2002-04-16renamed the obResource class to Resource.Dana Jansens
2002-04-16removed the code to make the .blackboxrc symlink to openbox's rc file (it ↵Dana Jansens
cored anyways)
2002-04-13added symlinking. needs a little work.Scott Moynes
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() now uses the obResource class to load its configurationDana Jansens
2002-04-11Initial revisionDana Jansens