summaryrefslogtreecommitdiff
path: root/src/Rootmenu.cc
AgeCommit message (Collapse)Author
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-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-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-16get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use ↵Dana Jansens
checks for individual headers instead
2002-04-14using some references instead of pointers where possible in Screen, ↵Dana Jansens
ScreenInfo, Slit, Toolbar, and Netizen
2002-04-14Using some references instead of pointers for the menus.Dana Jansens
2002-04-11Initial revisionDana Jansens