try make bootstrap work in one pass for other people..
[mikachu/openbox.git] / src / Toolbar.cc
2002-07-14 Dana Jansensproperly handle workspace names, and changes to them.
2002-07-14 Dana Jansensmake arrows larger, match th size of the other bullets...
2002-07-10 Dana Jansenssync with bb cvs
2002-07-07 Dana Jansensdon't cast char*'s to string's needlessly
2002-07-07 Dana Jansenssync with bb-cvs
2002-07-05 Dana Jansensmake iconified windows uniconify on an XMapRequestEvent.
2002-07-04 Dana Jansensmake the styles' doJustify methods stop returning the...
2002-07-03 Dana Jansensadd BFont class, with Xft support
2002-06-28 Dana Jansensuse the _NET_WM_DESKTOP_NAMES root property
2002-06-21 Dana Jansensmerge from netwm-merge2 to netwm-merge3. Basically...
2002-06-21 Dana Jansenssync with blackbox-cvs
2002-05-27 Dana Jansensadded "Hide Toolbar" option.
2002-05-26 Dana Jansensadd Configuration class for generic configuration data...
2002-05-25 Dana Jansensimport from bb-cvs
2002-05-16 Dana Jansensnew i18n class using overloaded operator() instead...
2002-05-16 Dana Jansensmake a new autoRaiseDelay value take effect without...
2002-05-14 Dana Jansenscompile with -Wall -W -pendantic when --enable-debug...
2002-05-13 Dana Jansensfix segfaut from uninitialized focused_screen pointer
2002-05-13 Dana Jansensfocus code updates
2002-05-12 Dana Jansensremoved all 'using namespace std;' calls.
2002-05-12 Dana Jansensconverted all of the openbox class LinkedLists to STL...
2002-05-12 Dana Jansenscouple of LinkedLists converted to STL lists in BScreen
2002-05-10 Dana Jansensfixes for using ostrstream in gcc3. have to unfreeze...
2002-05-10 Dana Jansensbetter gcc3 compat. using ostrstream again. and using...
2002-05-07 Dana Jansensgcc 3 compatibility, converted strstreams to stringstreams
2002-05-01 Dana Jansensbetter toolbar strftime size/padding fix
2002-05-01 Dana JansensBScreen::resource.root_command wasnt being initialized
2002-04-21 Dana Jansenschanged external window interface to only have an area...
2002-04-21 Dana Jansensspecify the std:: namespace for the ostrstreams.
2002-04-20 Dana Jansenson reconfigure, if an option isn't specified in the...
2002-04-19 Dana Jansenstemprary fix for the memleaks in ::load() and ::set...
2002-04-17 Dana Jansensmenus update their values when they are reconfigure()d.
2002-04-17 Dana Jansensconfiguration changes "done"!!
2002-04-17 Dana JansensToolbar saves its settings as their changed
2002-04-16 Scott Moynesfixed HAVE_STRING_H introduced from some parrallel...
2002-04-16 Scott MoynesAdded a runtime option for hiding the toolbar totally...
2002-04-16 Dana Jansensremoved unneeded #include <X11/Xutil.h>
2002-04-16 Dana Jansensget rid of the STDC_HEADERS check... this failed on...
2002-04-14 Dana JansensBScreen (ScreenInfo) now contains a size() instead...
2002-04-14 Dana Jansensusing some references instead of pointers where possibl...
2002-04-14 Dana Jansensonly add one extra space to pad the clock in the toolbar
2002-04-14 Dana JansensUsing some references instead of pointers for the menus.
2002-04-14 Dana Jansenschanging the fix for fonts clipping in the titlebar...
2002-04-12 Dana Jansenssave_rc() using the obResource class to save blackbox...
2002-04-11 Dana JansensInitial revision