| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-05-16 | make a new autoRaiseDelay value take effect without having to restart | Dana Jansens | |
| 2002-05-16 | fix for slit direction menu not reconfiguring properly | Dana Jansens | |
| 2002-05-14 | compile with -Wall -W -pendantic when --enable-debug is set. | Dana Jansens | |
| 2002-05-12 | removed all 'using namespace std;' calls. | Dana Jansens | |
| 2002-05-10 | fixes for using ostrstream in gcc3. have to unfreeze the string more. annoying. | Dana Jansens | |
| save workspace names/count properly | |||
| 2002-05-10 | better gcc3 compat. using ostrstream again. and using namespace std; | Dana Jansens | |
| some focus changes. workspace contains a focused window instead of openbox class. this fixes a seg | |||
| 2002-05-07 | gcc 3 compatibility, converted strstreams to stringstreams | Dana Jansens | |
| 2002-04-27 | removed debugging couts | Dana Jansens | |
| 2002-04-27 | add std:: to the vector typedef in Basemenu | Dana Jansens | |
| converted slit to use a std::list instead of LinkedList | |||
| 2002-04-21 | changed external window interface to only have an area(), no size() and ↵ | Dana Jansens | |
| origin(), since all of their values are also in area() changed toolbar external inteface to have an area, no more getX/Y/Width/Height | |||
| 2002-04-21 | specify the std:: namespace for the ostrstreams. | Dana Jansens | |
| 2002-04-20 | on reconfigure, if an option isn't specified in the rc file, then it will ↵ | Dana Jansens | |
| revert to its default value instead of staying at its current value. | |||
| 2002-04-19 | temprary fix for the memleaks in ::load() and ::set* when using ostrstreams. ↵ | Dana Jansens | |
| Need to find a better solution for strings than std::string and ostrstream, or else put up with memory leaks all over the place. | |||
| 2002-04-17 | menus 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-17 | configuration 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-17 | Toolbar saves its settings as their changed | Dana Jansens | |
| Main config's Hide Toolbar option is also saved when it is changed Removed 2 debug couts from Slit | |||
| 2002-04-16 | Slit loads its own settings and saves them as they are changed | Dana Jansens | |
| added an assert in Resource | |||
| 2002-04-14 | Slit has an area Rect now, and returns Rect, Size, and Points instead of ↵ | Dana Jansens | |
| getX/Y and getWidth/Height. | |||
| 2002-04-14 | BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeight | Dana Jansens | |
| 2002-04-14 | using some references instead of pointers where possible in Screen, ↵ | Dana Jansens | |
| ScreenInfo, Slit, Toolbar, and Netizen | |||
| 2002-04-14 | Using some references instead of pointers for the menus. | Dana Jansens | |
| 2002-04-11 | Initial revision | Dana Jansens | |
