| Commit message (Expand) | Author | Files | Lines |
2008-03-31 | Remove broken link to screenshot. | Roman Cheplyaka | 1 | -4/+1 |
2008-03-31 | MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common in... | Brent Yorgey | 2 | -25/+66 |
2008-03-30 | XMonad.Layout.Grid: fix indentation | Lukas Mai | 1 | -20/+20 |
2008-03-31 | move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo... | Brent Yorgey | 1 | -1/+2 |
2008-03-26 | PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou... | Brent Yorgey | 1 | -6/+33 |
2008-03-30 | Remove stale status gaps code | Spencer Janssen | 2 | -5/+4 |
2008-03-29 | Fix haddock error | Spencer Janssen | 1 | -1/+1 |
2008-03-28 | XMonad.Layout.MultiToggle: let runLayout modify the base layout if no transfo... | Lukas Mai | 1 | -1/+5 |
2008-03-28 | Spiral: add documentation | Brent Yorgey | 1 | -3/+11 |
2008-03-27 | corrected version of make workspaceDir work even in workspaces with no windows. | David Roundy | 1 | -4/+4 |
2008-03-26 | cleanup in Tabbed (make 'loc' be actual location). | David Roundy | 1 | -3/+3 |
2008-03-26 | UNDO: make workspaceDir work even in workspaces with no windows. | David Roundy | 1 | -3/+3 |
2008-03-26 | make workspaceDir work even in workspaces with no windows. | David Roundy | 1 | -3/+3 |
2008-03-26 | XMonad.Layout.NoBorders: fix floating fullscreen logic | Lukas Mai | 1 | -1/+1 |
2008-03-26 | Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head! | Spencer Janssen | 2 | -2/+2 |
2008-03-25 | fix bug in TabBarDecoration leading to gaps in corner. | David Roundy | 1 | -5/+4 |
2008-03-25 | fix bug leading to gaps in tabs at the corner of the screen. | David Roundy | 1 | -11/+7 |
2008-03-25 | XMonad.Layout.LayoutModifier: add a metric crapload of documentation | Brent Yorgey | 1 | -10/+205 |
2008-03-25 | XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ... | Brent Yorgey | 1 | -2/+2 |
2008-03-25 | XMonad.Layout.HintedTile: make alignment of shrunk windows configurable | Lukas Mai | 1 | -16/+32 |
2008-03-24 | XMonad.Layout.Magnifier: add documentation | Brent Yorgey | 1 | -0/+12 |
2008-03-22 | XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid... | Lukas Mai | 1 | -1/+1 |
2008-03-22 | cut Anneal and Mosaic. | David Roundy | 1 | -487/+0 |
2008-03-11 | fix WorkspaceDir to work when there are multiple screens. | David Roundy | 1 | -3/+7 |
2008-03-22 | fix various compilation errors | Lukas Mai | 1 | -1/+1 |
2008-03-21 | XMonad.Layout.NoBorders: first attempt at documenting smartBorders | Lukas Mai | 1 | -4/+8 |
2008-03-21 | allow magnifier to toggle whether it's active | daniel | 1 | -1/+3 |
2008-03-21 | a magnifier that defaults to not magnifying any windows | daniel | 1 | -0/+5 |
2008-03-20 | XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentation | Lukas Mai | 1 | -7/+3 |
2008-03-20 | mark Mosaic as broken. use MosaicAlt | Don Stewart | 1 | -0/+2 |
2008-03-17 | tabs | Don Stewart | 1 | -2/+2 |
2008-03-18 | Move window properties to a separate Util module | Roman Cheplyaka | 1 | -22/+1 |
2008-03-17 | XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even wh... | Lukas Mai | 1 | -4/+2 |
2008-03-17 | MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass ... | Brent Yorgey | 1 | -14/+13 |
2008-03-16 | LayoutCombinators: improve documentation (closes ticket #136) | Brent Yorgey | 1 | -15/+78 |
2008-03-16 | Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windo... | Lukas Mai | 1 | -11/+19 |
2008-03-11 | ScratchWorkspace: update to work with runLayout changes | Brent Yorgey | 1 | -1/+1 |
2008-03-11 | MagicFocus: update to work with runLayout changes | Brent Yorgey | 1 | -3/+3 |
2008-03-11 | LayoutScreens: update to work with runLayout changes | Brent Yorgey | 1 | -1/+1 |
2008-03-11 | Combo: update to work with runLayout changes | Brent Yorgey | 1 | -7/+7 |
2008-03-11 | MultiToggle: fix to work with runLayout changes to core | Brent Yorgey | 1 | -5/+3 |
2008-02-23 | PerWorksapce: use a safer False as default | Andrea Rossato | 1 | -2/+2 |
2008-02-22 | PerWorkspace: reimplemented using runLayout | Andrea Rossato | 1 | -73/+27 |
2008-02-23 | ToggleLayouts: reimplemented with runLayout | Andrea Rossato | 1 | -8/+6 |
2008-02-23 | LayoutCombinators: NewSelect reimplemented with runLayout | Andrea Rossato | 1 | -8/+6 |
2008-02-23 | LayoutModifier: reimplement ModifiedLayout using runLayout and more | Andrea Rossato | 2 | -18/+14 |
2008-02-22 | Combo: updated to latest runLayout changes | Andrea Rossato | 1 | -3/+3 |
2008-03-08 | make smartBorders ignore screens with no dimensions. | David Roundy | 1 | -1/+3 |
2008-03-08 | rewrite ScratchWorkspace to make scratch always visible, but not always on sc... | David Roundy | 1 | -56/+73 |
2008-03-07 | Fix ThreeColumns doc. | Roman Cheplyaka | 1 | -3/+1 |