try make bootstrap work in one pass for other people..
[mikachu/openbox.git] / src / Screen.cc
2002-07-29 Dana Jansensmake root scrolling customizable
2002-07-29 Dana Jansensbetter sticky windows.
2002-07-28 Dana Jansenssync with bb-cvs (fixes the java bug, plus menu prasing...
2002-07-27 Dana Jansensfixes to make sticky windows work better. they appear...
2002-07-26 Dana Jansenssync with bb-cvs
2002-07-26 Dana Jansenssync with bb-cvs
2002-07-23 Dana Jansensmake modal dialogs unmodal before reassigning focus...
2002-07-23 Dana Jansensadd rc option for workspaceWarping
2002-07-23 Dana Jansensmodal transients wouldnt throw their focus up to their...
2002-07-22 Dana Jansenscheck to make sure the workspaces is > 0 not != 0
2002-07-22 Dana Jansensadd a xinerama support menu
2002-07-22 Dana Jansensdont snap windows to rects they arent in for the screen...
2002-07-22 Dana Jansensmove an assert to its proper place
2002-07-22 Dana Jansensxinerama support for window placement
2002-07-22 Dana Jansensget the right rects for the xinerama regions
2002-07-21 Dana Jansensacquire and provide Xinerama information for the window...
2002-07-21 Dana Jansenssync with bb-cvs.
2002-07-20 Dana Jansensmove the Strut struct from Screen.hh to Util.hh
2002-07-19 Dana Jansensadd ifdefs for config.h
2002-07-19 Dana Jansenschanging the number of workspaces in the rc does someth...
2002-07-19 Dana Jansensdont reconfigure during startup. thats a waste and...
2002-07-18 Dana Jansensmove the checkmarks to the opposite side of the bullets...
2002-07-17 Dana Jansenschange the color used for the checkmark. match the...
2002-07-16 Dana Jansensmuch awesome support for special windows like panels...
2002-07-16 Dana JansensClick Mouse Placement is BACK!#!#
2002-07-16 Dana Jansensdont let focus fall back to strange windows like panels...
2002-07-16 Dana Jansensadd options for ignoring shaded windows and full-maxed...
2002-07-14 Dana Jansensproperly handle workspace names, and changes to them.
2002-07-13 Dana Jansensproperly lower windows and keep desktop windows on...
2002-07-11 Dana Jansensclean up the systray and desktop lists
2002-07-10 Dana Jansenssync with bb cvs
2002-07-09 Dana Jansenssynch with bb-cvs.
2002-07-09 Dana Jansenskeep iconified windows' workspace set to BSENTINEL...
2002-07-09 Dana Jansenswhen a window is iconified, set its workspace to 'all...
2002-07-08 Dana Jansensadd option to the rc file to use/not use AA for Xft...
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...
next