| Age | Commit message (Collapse) | Author |
|
maximize uses this same logic to not maximize over the toolbar *and the slit*
|
|
- it's std::string doesnt like being set to NULL.
- in Window.cc, caught someone using a membr variable after calling 'delete this'. bad.
|
|
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
|
|
checks for individual headers instead
|
|
|
|
return Origins and Sizes and Rects, in fuctions like size(), origin(), and area().
|
|
|
|
ScreenInfo, Slit, Toolbar, and Netizen
|
|
|
|
window.getHeight() now returns the different/correct value when a window is shaded.
|
|
renamed BScreen::getCount to BScreen::getWorkspaceCount.
|
|
|