summaryrefslogtreecommitdiff
path: root/src/Slit.h
AgeCommit message (Collapse)Author
2002-05-25import from bb-cvsDana Jansens
added slit and enable-clobber defines back in Makefile.am
2002-04-27add std:: to the vector typedef in BasemenuDana Jansens
converted slit to use a std::list instead of LinkedList
2002-04-22posible fix for maximizing when slit is auto-hiddenDana Jansens
2002-04-17menus update their values when they are reconfigure()d.Dana Jansens
the screen, toolbar and slit rc values are reloaded in BScreen::reconfigure() before the menus. the toolbar and slit rc values are explicitly loaded in their constructors, as is BScreen's.
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-16Slit loads its own settings and saves them as they are changedDana Jansens
added an assert in Resource
2002-04-14Slit has an area Rect now, and returns Rect, Size, and Points instead of ↵Dana Jansens
getX/Y and getWidth/Height.
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