]> Dogcows Code - chaz/openbox/history - src/Screen.cc
extend the style format to use xft.(font|size|flags) to specify an xft font
[chaz/openbox] / src / Screen.cc
2002-07-08  Dana Jansensextend the style format to use xft.(font|size|flags...
2002-07-07  Dana Jansensallow style options in the rc file to override those...
2002-07-07  Dana Jansensdont need to XrmInit outside of the Config class. fix...
2002-07-07  Dana Jansensdon't cast char*'s to string's needlessly
2002-07-05  Dana Jansensmake iconified windows uniconify on an XMapRequestEvent.
2002-07-03  Dana Jansensadd BFont class, with Xft support
2002-07-03  Dana Jansenssome memory bugs from woodblock (thanks!)
2002-07-02  Dana Jansensbacking out all changes to make mouse button mapping...
2002-06-29  Dana JansensConfigureable button mappings!
2002-06-28  Dana Jansensmake desktop windows get lowered properly
2002-06-28  Dana Jansensuse the _NET_WM_DESKTOP_NAMES root property
2002-06-22  Dana Jansensadd the functionality for window-window snapping
2002-06-21  Dana Jansensmerge from netwm-merge2 to netwm-merge3. Basically...
2002-06-21  Dana Jansenssync with blackbox-cvs
2002-06-07  Dana Jansenschange to match blackbox
2002-06-07  Dana Jansensfix off-by-ones in window-to-window snapping. move...
2002-06-05  Dana Jansenssynched with bb-cvs. couple bug fixes.
2002-06-01  Dana Jansenssync with bb-cvs
2002-06-01  Dana Jansenson reconfigure, save all of the open submenus instead...
2002-05-30  Dana Jansensfix bug from merging last netwm stuff
2002-05-30  Dana Jansensmerge in netwm branch at tag netwm-merge2
2002-05-29  Dana Jansenssave the right number of workspaces to the rc when...
2002-05-28  Dana Jansensmerging in netwm changes at merge point "netwm-merge1...
2002-05-28  Dana Jansenssync with bb-cvs
2002-05-27  Dana Jansensadded "Hide Toolbar" option.
2002-05-27  Dana Jansensmouse wheel support
2002-05-26  Dana Jansenssave workspace names properly with the new Configuratio...
2002-05-26  Dana Jansensadd Configuration class for generic configuration data...
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
This page took 0.337668 seconds and 90 git commands to generate.