| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-10-31 | rename, remove bullshit. ya | Dana Jansens | |
| 2002-10-17 | Fix XFT redraw of text. Still needs slight work for the shadow in Basemenu | Scott Moynes | |
| 2002-09-14 | added a configure flag for enabling/disabling bitmap buttons | Scott Moynes | |
| 2002-09-14 | Some bitmap bugfixes | Scott Moynes | |
| Fixed parameters to XFillRectangle, remoced old debug code. | |||
| 2002-09-14 | merged bitmap buttons | Scott Moynes | |
| 2002-08-07 | sync with blackbox | Dana Jansens | |
| 2002-07-14 | properly handle workspace names, and changes to them. | Dana Jansens | |
| 2002-07-14 | make arrows larger, match th size of the other bullets. make all bullets' ↵ | Dana Jansens | |
| sizes quickly/easily adustable | |||
| 2002-07-10 | sync with bb cvs | Dana Jansens | |
| 2002-07-07 | don't cast char*'s to string's needlessly | Dana Jansens | |
| 2002-07-07 | sync with bb-cvs | Dana Jansens | |
| 2002-07-05 | make iconified windows uniconify on an XMapRequestEvent. | Dana Jansens | |
| sync with blackbox cvs. | |||
| 2002-07-04 | make the styles' doJustify methods stop returning the string length as this ↵ | Dana Jansens | |
| is no longer needed with the BFont class | |||
| 2002-07-03 | add BFont class, with Xft support | Dana Jansens | |
| 2002-06-28 | use the _NET_WM_DESKTOP_NAMES root property | Dana Jansens | |
| 2002-06-21 | merge from netwm-merge2 to netwm-merge3. Basically, all of netwm that we ↵ | Dana Jansens | |
| intend to support is 'supported'. Just need to squash bugs now. | |||
| 2002-06-21 | sync with blackbox-cvs | Dana Jansens | |
| 2002-05-27 | added "Hide Toolbar" option. | Dana Jansens | |
| 2002-05-26 | add Configuration class for generic configuration data load/save-ing. | Dana Jansens | |
| use Configuration class throughout code. no longer save rc file on exit, save when any options are changed. | |||
| 2002-05-25 | import from bb-cvs | Dana Jansens | |
| added slit and enable-clobber defines back in Makefile.am | |||
| 2002-05-16 | new i18n class using overloaded operator() instead of getMessage() | Dana Jansens | |
| 2002-05-16 | make a new autoRaiseDelay value take effect without having to restart | Dana Jansens | |
| 2002-05-14 | compile with -Wall -W -pendantic when --enable-debug is set. | Dana Jansens | |
| 2002-05-13 | fix segfaut from uninitialized focused_screen pointer | Dana Jansens | |
| 2002-05-13 | focus code updates | Dana Jansens | |
| 2002-05-12 | removed all 'using namespace std;' calls. | Dana Jansens | |
| 2002-05-12 | converted all of the openbox class LinkedLists to STL objects | Dana Jansens | |
| 2002-05-12 | couple of LinkedLists converted to STL lists in BScreen | Dana Jansens | |
| changed teh calls to XSetInputFocus. Using the root window as the fallback when there is nothing to focus instead of the toolbar. Also, always using 'RevertToPointerRoot' instead of sometimes 'RevertToParent' | |||
| 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-05-01 | better toolbar strftime size/padding fix | Dana Jansens | |
| 2002-05-01 | BScreen::resource.root_command wasnt being initialized | Dana Jansens | |
| 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 | fixed HAVE_STRING_H introduced from some parrallel development. blast | Scott Moynes | |
| 2002-04-16 | Added a runtime option for hiding the toolbar totally. Will be cleaner | Scott Moynes | |
| later. Stay tuned. | |||
| 2002-04-16 | removed unneeded #include <X11/Xutil.h> | Dana Jansens | |
| 2002-04-16 | get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use ↵ | Dana Jansens | |
| checks for individual headers instead | |||
| 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 | only add one extra space to pad the clock in the toolbar | Dana Jansens | |
| 2002-04-14 | Using some references instead of pointers for the menus. | Dana Jansens | |
| 2002-04-14 | changing the fix for fonts clipping in the titlebar. broken fonts (e.g. ↵ | Dana Jansens | |
| gelly caused problems in the old method. | |||
| 2002-04-12 | save_rc() using the obResource class to save blackbox's configuration. | Dana Jansens | |
| renamed BScreen::getCount to BScreen::getWorkspaceCount. | |||
