]> icculus.org git repositories - mikachu/openbox.git/history - src/Workspace.cc
sync with blackbox-cvs
[mikachu/openbox.git] / src / Workspace.cc
2002-06-21 Dana Jansenssync with blackbox-cvs
2002-06-05 Dana Jansenssynched with bb-cvs. couple bug fixes.
2002-06-01 Dana Jansenssync with bb-cvs
2002-05-30 Dana Jansenssync with bb cvs
2002-05-28 Dana Jansensre-added UnderMouse Placement
2002-05-26 Dana Jansenssave workspace names properly with the new Configuratio...
2002-05-25 Dana Jansensimport from bb-cvs
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-14 Dana Jansenscompile with -Wall -W -pendantic when --enable-debug...
2002-05-14 Dana Jansensnew focus code! working better than ever!
2002-05-14 Dana Jansensfix for changing window buttons order. destroy them...
2002-05-13 Dana Jansensfocus code updates
2002-05-12 Dana Jansensconverted the remaining LinkedLists in Screen to STL...
2002-05-12 Dana Jansenscouple of LinkedLists converted to STL lists in BScreen
2002-05-11 Dana Jansensconverted from LinkedList to STL vector and list
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-02 Dana Jansenswindows at positions x<0 or y<0 are no longer ignored...
2002-04-29 Dana Jansensfixed col placement
2002-04-28 Dana Jansensadded ClickMouse window placement policy
2002-04-28 Dana Jansensnew row/col Smart Placement from colophon
2002-04-28 Dana Jansensadded UnderMouse windwo placement.
2002-04-27 Dana Jansensbetter cascadePlacement. uses screen.availableArea().
2002-04-27 Dana Jansensadded BScreen::availableArea() which returns a rect...
2002-04-23 Dana JansensRolled back to the old row and column smart placement...
2002-04-22 Dana Jansenseven more fixes for maximizing/placement with hidden...
2002-04-22 Dana Jansensmaximize and placeWindow now behave properly when the...
2002-04-21 Dana Jansenschanged external window interface to only have an area...
2002-04-21 Dana Jansenssome placement fixes from colophon.
2002-04-21 Dana Jansensnew row and column placement, using a modified bestfit...
2002-04-21 Dana Jansenseven better bestfit placement. way to go colophon!
2002-04-21 Dana Jansensbestfit placement now honors the left->right and top...
2002-04-20 Dana Jansensbetter logic to not place windows over the slit and...
2002-04-20 Dana Jansenschanges to bestfit from ruhi. takes windows sizes into...
2002-04-18 Dana Jansensoptimized the finding-the-slit-position code in positio...
2002-04-18 Dana Jansensremove debugging couts
2002-04-18 Dana Jansenstemporary solution to avoid placing windows over the...
2002-04-17 Dana Jansensconfiguration changes "done"!!
2002-04-16 Dana Jansensget rid of the STDC_HEADERS check... this failed on...
2002-04-16 Dana Jansensapplied Ruhi's cleanup patch. moves colSmartPlacement...
2002-04-15 Scott Moynesadded some consts to the cascade code
2002-04-15 Scott MoynesAdded a fallback for Best Fit to cascade. Also, moved...
2002-04-14 Dana JansensSlit has an area Rect now, and returns Rect, Size,...
2002-04-14 Dana JansensBScreen (ScreenInfo) now contains a size() instead...
2002-04-14 Dana Jansenschanged OpenboxWindow to not have getFrameX/getWidth...
2002-04-14 Dana JansensAdded Util.h, which contains only an ASSERT macro for now
2002-04-14 Dana Jansensusing a Screen reference instead of pointer in Workspace
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-11 Dana JansensInitial revision