| Age | Commit message (Collapse) | Author |
|
|
|
converted slit to use a std::list instead of LinkedList
|
|
origin(), since all of their values are also in area()
changed toolbar external inteface to have an area, no more getX/Y/Width/Height
|
|
|
|
revert to its default value instead of staying at its current value.
|
|
Need to find a better solution for strings than std::string and ostrstream, or else put up with memory leaks all over the place.
|
|
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.
|
|
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.
|
|
Main config's Hide Toolbar option is also saved when it is changed
Removed 2 debug couts from Slit
|
|
added an assert in Resource
|
|
getX/Y and getWidth/Height.
|
|
|
|
ScreenInfo, Slit, Toolbar, and Netizen
|
|
|
|
|