]> icculus.org git repositories - mikachu/openbox.git/history - src/openbox.cc
update to cleaned up otk api
[mikachu/openbox.git] / src / openbox.cc
2002-12-20 Dana Jansensupdate to cleaned up otk api
2002-12-20 Dana Jansensbe a little more typesafe
2002-12-19 Dana Jansenspython has begun!
2002-12-04 Dana Jansenssome cleanups
2002-12-04 Dana Jansensbutton press/releases WORK
2002-12-04 Dana Jansenserase from the map more efficiently
2002-12-04 Dana Jansensadd a skeletal OBActions class for user actions
2002-12-04 Dana Jansensput a header where it belongs
2002-12-04 Dana Jansensmap and unmap work great now yay
2002-12-04 Dana Jansenshandle configure requests
2002-12-02 Dana Jansenshandle map requests with the root window class
2002-12-02 Dana Jansenshandle map events with the Openbox class
2002-12-01 Dana Jansenswindow decorations use "unmanaged" widgets now.
2002-11-11 Dana Jansenswatch for when screens cant be managed
2002-11-11 Dana JansensHRM manageExisting() isnt working!
2002-11-11 Dana Jansensmanage and unmanage windows in OBScreen
2002-11-11 Dana Jansensnot using any old blackbox classes anymore!
2002-11-10 Dana Jansenscleanups.
2002-11-10 Dana Jansensadd \n's to the signal printfs
2002-11-10 Dana Jansensposition the client inside the frame correctly.
2002-11-06 Dana Jansensfix compiling with the new strut (new namespace)
2002-11-05 Dana Jansensfinish conversion to the new otk::OBProperty class...
2002-11-04 Dana Jansensinitialize the _doshutdown member
2002-11-04 Dana Jansensxeventhandler can handle everything except client messa...
2002-11-04 Dana Jansensdocumenting classes!
2002-11-03 Dana Jansensmake it shutdown on signals
2002-11-03 Dana Jansensnew timers, timer manager
2002-11-03 Dana JansensWE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^...
2002-05-25 Dana Jansensimport from bb-cvs
2002-05-23 Dana Jansensadded XAtom class, and it all now compiles.
2002-05-23 Dana Jansensmerge the sticky window fix from 1.2.
2002-05-16 Dana Jansensnew i18n class using overloaded operator() instead...
2002-05-16 Dana Jansensmake auto-raise value load.
2002-05-15 Dana Jansensmoved menu from a rc file option to a command line...
2002-05-14 Dana Jansensupdate changelog.
2002-05-14 Dana Jansensnew version of bsetroot ported from blackbox cvs
2002-05-14 Dana Jansensnew focus code! working better than ever!
2002-05-13 Dana Jansensfix segfaut from uninitialized focused_screen pointer
2002-05-13 Dana Jansensfocus code updates
2002-05-12 Dana Jansensconverted all of the openbox class LinkedLists to STL...
2002-05-10 Dana Jansensbetter gcc3 compat. using ostrstream again. and using...
2002-04-30 Dana Jansensbug #1 from click placement fixed. was catching more...
2002-04-30 Dana Jansenssave the titlebarLayout in the default config
2002-04-28 Dana Jansensproperly handle placing a window while another window...
2002-04-28 Dana Jansensadded ClickMouse window placement policy
2002-04-20 Dana Jansenscompile fix for --disable-slit
2002-04-20 Dana Jansenson reconfigure, if an option isn't specified in the...
2002-04-20 Scott Moynesfixed a memory leak for resource.titlebar_layout
2002-04-19 Dana Jansensstarting openbox without an rc file now works. it makes...
2002-04-18 Dana Jansensnow yuo can change styles again! (oops) wasnt saving...
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 Dana JansensSlit loads its own settings and saves them as they...
2002-04-16 Scott MoynesAdded a runtime option for hiding the toolbar totally...
2002-04-16 Dana Jansensreversed tehmouse wheel buttons on the root window...
2002-04-16 Dana Jansensget rid of the STDC_HEADERS check... this failed on...
2002-04-16 Dana Jansensremoved the code to make the .blackboxrc symlink to...
2002-04-14 Dana JansensBScreen (ScreenInfo) now contains a size() instead...
2002-04-14 Dana JansensAdded Util.h, which contains only an ASSERT macro for now
2002-04-14 Dana Jansensusing a reference for Openbox instead of a pointer
2002-04-14 Dana Jansensusing some references instead of pointers where possibl...
2002-04-14 Dana JansensUsing some references instead of pointers for the menus.
2002-04-14 Dana Jansensadded first revision of the BestFit placement type.
2002-04-13 Dana Jansensremoved all Xrm database calls from Screen.cc (style...
2002-04-13 Scott Moynesadded symlinking. needs a little work.
2002-04-12 Dana Jansensreal_reconfigure now using obResource instead of teh...
2002-04-12 Dana Jansenssave_rc() using the obResource class to save blackbox...
2002-04-11 Dana Jansenschanged the default edge-snap distance from 0 to 4...
2002-04-11 Dana Jansensload_rc(BScreen *) now uses the obResource class to...
2002-04-11 Dana Jansensload_rc() now uses the obResource class to load its...
2002-04-11 Dana JansensInitial revision