summaryrefslogtreecommitdiff
path: root/src/Screen.cc
AgeCommit message (Expand)Author
2002-05-12couple of LinkedLists converted to STL lists in BScreenDana Jansens
2002-05-11use screen instead of its ImageControl to get/set the image dither valueDana Jansens
2002-05-11make image dithering value load correctlyDana Jansens
2002-05-10fixes for using ostrstream in gcc3. have to unfreeze the string more. annoying.Dana Jansens
2002-05-10better gcc3 compat. using ostrstream again. and using namespace std;Dana Jansens
2002-05-07gcc 3 compatibility, converted strstreams to stringstreamsDana Jansens
2002-05-01BScreen::resource.root_command wasnt being initializedDana Jansens
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
2002-04-26more dithering fix.Dana Jansens
2002-04-26that segfaulted. oops. added a workaround so setImageDither doesnt reconfig w...Dana Jansens
2002-04-26when Image Dither is changed in the menu, make ob reconfigure so it uses the ...Dana Jansens
2002-04-21specify the std:: namespace for the ostrstreams.Dana Jansens
2002-04-20on reconfigure, if an option isn't specified in the rc file, then it will rev...Dana Jansens
2002-04-20comment typo and function spacing fixDana Jansens
2002-04-20fixed memory leaks for strftime_format and rootcommandScott Moynes
2002-04-19fixed memory leak in screen::load()Dana Jansens
2002-04-19temprary fix for the memleaks in ::load() and ::set* when using ostrstreams. ...Dana Jansens
2002-04-18fix 2 bus errors on osx:Dana Jansens
2002-04-18now yuo can change styles again! (oops) wasnt saving teh nwe style file to th...Dana Jansens
2002-04-18maps/unmaps the toolbar when its resource setting is loaded from the file so ...Dana Jansens
2002-04-18accidently removed a line somehow. OpaqueMove is now read from the rc file.Dana Jansens
2002-04-17menus update their values when they are reconfigure()d.Dana Jansens
2002-04-17configuration changes "done"!!Dana Jansens
2002-04-17Toolbar saves its settings as their changedDana Jansens
2002-04-16Slit loads its own settings and saves them as they are changedDana Jansens
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
2002-04-16get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use ch...Dana Jansens
2002-04-14BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeightDana Jansens
2002-04-14Added Util.h, which contains only an ASSERT macro for nowDana Jansens
2002-04-14using references instead of pointers if possible in ImageDana Jansens
2002-04-14using a Screen reference instead of pointer in WorkspaceDana Jansens
2002-04-14using a reference for Openbox instead of a pointerDana Jansens
2002-04-14using some references instead of pointers where possible in Screen, ScreenInf...Dana Jansens
2002-04-14Using some references instead of pointers for the menus.Dana Jansens
2002-04-13removed all Xrm database calls from Screen.cc (style loading).Dana Jansens
2002-04-11load_rc(BScreen *) now uses the obResource class to load its configurationDana Jansens
2002-04-11Initial revisionDana Jansens