summaryrefslogtreecommitdiff
path: root/src/Screen.h
AgeCommit message (Collapse)Author
2002-04-28added ClickMouse window placement policyDana Jansens
2002-04-28added UnderMouse windwo placement.Dana Jansens
2002-04-27added BScreen::availableArea() which returns a rect specifying where windows ↵Dana Jansens
can be placed on the screen, and what area they can fill when maximized
2002-04-26that segfaulted. oops. added a workaround so setImageDither doesnt reconfig ↵Dana Jansens
when saving off all the rc values
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-17Toolbar saves its settings as their changedDana Jansens
Main config's Hide Toolbar option is also saved when it is changed Removed 2 debug couts from Slit
2002-04-16Slit loads its own settings and saves them as they are changedDana Jansens
added an assert in Resource
2002-04-16renamed the obResource class to Resource.Dana Jansens
2002-04-16Added a runtime option for hiding the toolbar totally. Will be cleanerScott Moynes
later. Stay tuned.
2002-04-14using some references instead of pointers where possible in Screen, ↵Dana Jansens
ScreenInfo, Slit, Toolbar, and Netizen
2002-04-14added first revision of the BestFit placement type.Dana Jansens
moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions.
2002-04-13removed all Xrm database calls from Screen.cc (style loading).Dana Jansens
This completes the conversion to using the obResource class, there are no class to Xrm* except in Resource.cc/h
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(BScreen *) now uses the obResource class to load its configurationDana Jansens
added a few consts in BScreen to be compatible with the new code. reordered the compilation in src/ so that Resource.cc is in alphabetical order
2002-04-11Initial revisionDana Jansens