]> icculus.org git repositories - mikachu/openbox.git/history - src/Screen.cc
fixed the geometry window not getting the proper pixmap. This was caused by using...
[mikachu/openbox.git] / src / Screen.cc
2002-05-25 Dana Jansensfixed the geometry window not getting the proper pixmap...
2002-05-25 Dana Jansensuse openbox/ dir for rc file and menu file. turn menu...
2002-05-25 Dana Jansensimport from bb-cvs
2002-05-23 Dana Jansensfix compliling with --disable-slit
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-15 Dana Jansensmoved menu from a rc file option to a command line...
2002-05-14 Dana Jansenscompile with -Wall -W -pendantic when --enable-debug...
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 Jansensremoved all 'using namespace std;' calls.
2002-05-12 Dana Jansensconverted all of the openbox class LinkedLists to STL...
2002-05-12 Dana Jansensconverted the remaining LinkedLists in Screen to STL...
2002-05-12 Dana Jansensnot initializing a pointer to NULL
2002-05-12 Dana Jansenscouple of LinkedLists converted to STL lists in BScreen
2002-05-11 Dana Jansensuse screen instead of its ImageControl to get/set the...
2002-05-11 Dana Jansensmake image dithering value load correctly
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 JansensBScreen::resource.root_command wasnt being initialized
2002-04-28 Dana Jansensadded ClickMouse window placement policy
2002-04-28 Dana Jansensadded UnderMouse windwo placement.
2002-04-27 Dana Jansensadded BScreen::availableArea() which returns a rect...
2002-04-26 Dana Jansensmore dithering fix.
2002-04-26 Dana Jansensthat segfaulted. oops. added a workaround so setImageDi...
2002-04-26 Dana Jansenswhen Image Dither is changed in the menu, make ob recon...
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-20 Dana Jansenscomment typo and function spacing fix
2002-04-20 Scott Moynesfixed memory leaks for strftime_format and rootcommand
2002-04-19 Dana Jansensfixed memory leak in screen::load()
2002-04-19 Dana Jansenstemprary fix for the memleaks in ::load() and ::set...
2002-04-18 Dana Jansensfix 2 bus errors on osx:
2002-04-18 Dana Jansensnow yuo can change styles again! (oops) wasnt saving...
2002-04-18 Dana Jansensmaps/unmaps the toolbar when its resource setting is...
2002-04-18 Dana Jansensaccidently removed a line somehow. OpaqueMove is now...
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 Dana Jansensrenamed the obResource class to Resource.
2002-04-16 Scott MoynesAdded a runtime option for hiding the toolbar totally...
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 JansensAdded Util.h, which contains only an ASSERT macro for now
2002-04-14 Dana Jansensusing references instead of pointers if possible in...
2002-04-14 Dana Jansensusing a Screen reference instead of pointer in Workspace
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-13 Dana Jansensremoved all Xrm database calls from Screen.cc (style...
2002-04-11 Dana Jansensload_rc(BScreen *) now uses the obResource class to...
2002-04-11 Dana JansensInitial revision