Brent Yorgey
1f53383e2e
XMonad.Layout.LayoutModifier: add a metric crapload of documentation
2008-03-25 20:50:06 +00:00
Andrea Rossato
3ca4966b06
LayoutModifier: reimplement ModifiedLayout using runLayout and more
...
- change modifyLayout type to get the Workspace
- updated ResizeScreen and ManageDocks accordingly.
2008-02-23 07:56:10 +00:00
Andrea Rossato
6912227914
LayoutModifier: add modifyDescription for completely override the modified layout description
2008-01-28 16:06:14 +00:00
Andrea Rossato
0f0a99e355
LayoutModifier add a modifyLayout
...
Many layouts are written as layout modifiers because they need to
change the stack of the rectangle before executing doLayout.
This is a major source of bugs. all layout modifiers should be using the
LayoutModifier class. This method (modifyLayout) can be used to
manipulate the rectangle and the stack before running doLayout by the
layout modifier.
2008-01-27 14:02:19 +00:00
Andrea Rossato
e9f0f05217
LayoutModifier: add emptyLayoutMod for dealing with empty workspaces
2008-01-24 01:56:05 +00:00
Andrea Rossato
efc4ad95b8
LayoutModifier: add pureMess and pureModifier to the LayoutModifier class
2008-01-22 11:13:19 +00:00
Spencer Janssen
dc11825588
Remove redundant imports
2007-12-07 23:38:27 +00:00
Andrea Rossato
ec0d5129a3
LayouModifier: haddock docs
2007-11-23 14:25:19 +00:00
Spencer Janssen
cd1884466a
Hierarchify
2007-11-01 20:10:59 +00:00