]> icculus.org git repositories - mikachu/openbox.git/history - src/Toolbar.cc
confine the mouse to the window for button grabs so that alt-click-drag on a window...
[mikachu/openbox.git] / src / Toolbar.cc
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