]> icculus.org git repositories - mikachu/openbox.git/history - src/Workspace.cc
if user is moving a window and switches workspaces, stop moving that window
[mikachu/openbox.git] / src / Workspace.cc
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