Commit graph

62 commits

Author SHA1 Message Date
Dana Jansens
897a9711d6 applied Ruhi's cleanup patch. moves colSmartPlacement into its own function
using Geomtry objects instead of integer pairs in all of the placeWindow code now
2002-04-16 01:10:53 +00:00
Scott Moynes
adcdf31702 added some consts to the cascade code 2002-04-15 15:45:11 +00:00
Scott Moynes
df9d0c891a Added a fallback for Best Fit to cascade. Also, moved cascade to its own
function. May not be needed.
2002-04-15 02:37:18 +00:00
Dana Jansens
25cbe08cb6 Slit has an area Rect now, and returns Rect, Size, and Points instead of getX/Y and getWidth/Height. 2002-04-14 19:30:38 +00:00
Dana Jansens
44e3582d5e BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeight 2002-04-14 18:48:32 +00:00
Dana Jansens
bea6e5f78d changed OpenboxWindow to not have getFrameX/getWidth/etc functions, and to return Origins and Sizes and Rects, in fuctions like size(), origin(), and area(). 2002-04-14 18:28:11 +00:00
Dana Jansens
3dcebcf56c Added Util.h, which contains only an ASSERT macro for now 2002-04-14 15:57:07 +00:00
Dana Jansens
9bf23ee332 using a Screen reference instead of pointer in Workspace 2002-04-14 14:20:02 +00:00
Dana Jansens
72af8cea6a using some references instead of pointers where possible in Screen, ScreenInfo, Slit, Toolbar, and Netizen 2002-04-14 13:58:17 +00:00
Dana Jansens
351f1d0331 Using some references instead of pointers for the menus. 2002-04-14 11:37:22 +00:00
Dana Jansens
424d476f7c added first revision of the BestFit placement type.
moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions.
2002-04-14 01:11:51 +00:00
Dana Jansens
dfc5f03458 Initial revision 2002-04-11 03:20:38 +00:00