| Commit message (Expand) | Author | Age | Files | Lines |
* | WindowNavigation: extract navigable function | Devin Mullins | 2008-04-22 | 1 | -5/+8 |
* | HintedTile: Fix mistake in documentation. | lithis | 2008-05-08 | 1 | -4/+4 |
* | HintedTile: Improve documentation. | lithis | 2008-05-08 | 1 | -4/+17 |
* | Missing pragmas | Don Stewart | 2008-05-06 | 1 | -4/+4 |
* | Add full documentation | Don Stewart | 2008-05-05 | 2 | -1/+17 |
* | Fix issue #179 by handling events correctly | Andrea Rossato | 2008-05-01 | 1 | -2/+2 |
* | Remove redundant type signature | Spencer Janssen | 2008-04-30 | 1 | -1/+1 |
* | new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like Simp... | joamaki | 2008-04-25 | 1 | -0/+64 |
* | stricitfy some gap fields | Don Stewart | 2008-04-27 | 1 | -3/+3 |
* | Error fix for Tabbed when tabbar always shown | Ivan.Miljenovic | 2008-04-24 | 1 | -1/+2 |
* | tweaks to docs for SimpleDecoration | Don Stewart | 2008-04-18 | 1 | -1/+3 |
* | Allow tabbar to always be shown. | Ivan.Miljenovic | 2008-04-15 | 1 | -25/+76 |
* | polish | Don Stewart | 2008-04-18 | 1 | -2/+3 |
* | Fix to IM modifier. | Roman Cheplyaka | 2008-04-15 | 1 | -2/+3 |
* | IM layout converted to LayoutModifier, which can be applied to any layout | Ivan N. Veselov | 2008-04-13 | 1 | -15/+53 |
* | strictify some fields | Don Stewart | 2008-04-13 | 1 | -4/+4 |
* | XMonad.Layout.Master: initial import | Lukas Mai | 2008-04-05 | 1 | -0/+110 |
* | update contrib for applySizeHints changes | Lukas Mai | 2008-04-05 | 3 | -40/+15 |
* | MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragma | Brent Yorgey | 2008-04-04 | 1 | -1/+1 |
* | some bang patterns | Don Stewart | 2008-04-03 | 1 | -1/+1 |
* | HintedGrid: guesstimate window flexibility and layout rigid windows first | Lukas Mai | 2008-04-02 | 1 | -3/+5 |
* | HintedGrid: try both bottom-up/top-down window placement to minimize unused s... | Lukas Mai | 2008-04-02 | 1 | -4/+9 |
* | Grid/HintedGrid: use an ncolumns formula inspired by dwm's "optimal" mode | Lukas Mai | 2008-04-02 | 2 | -5/+2 |
* | XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas... | Brent Yorgey | 2008-04-02 | 1 | -0/+148 |
* | XMonad.Layout.HintedGrid: initial import | Lukas Mai | 2008-04-02 | 1 | -0/+117 |
* | Documentation improvement. | Roman Cheplyaka | 2008-04-01 | 1 | -2/+4 |
* | Remove broken link to screenshot. | Roman Cheplyaka | 2008-03-31 | 1 | -4/+1 |
* | MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common in... | Brent Yorgey | 2008-03-31 | 2 | -25/+66 |
* | XMonad.Layout.Grid: fix indentation | Lukas Mai | 2008-03-30 | 1 | -20/+20 |
* | move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo... | Brent Yorgey | 2008-03-31 | 1 | -1/+2 |
* | PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou... | Brent Yorgey | 2008-03-26 | 1 | -6/+33 |
* | Remove stale status gaps code | Spencer Janssen | 2008-03-30 | 2 | -5/+4 |
* | Fix haddock error | Spencer Janssen | 2008-03-29 | 1 | -1/+1 |
* | XMonad.Layout.MultiToggle: let runLayout modify the base layout if no transfo... | Lukas Mai | 2008-03-28 | 1 | -1/+5 |
* | Spiral: add documentation | Brent Yorgey | 2008-03-28 | 1 | -3/+11 |
* | corrected version of make workspaceDir work even in workspaces with no windows. | David Roundy | 2008-03-27 | 1 | -4/+4 |
* | cleanup in Tabbed (make 'loc' be actual location). | David Roundy | 2008-03-26 | 1 | -3/+3 |
* | UNDO: make workspaceDir work even in workspaces with no windows. | David Roundy | 2008-03-26 | 1 | -3/+3 |
* | make workspaceDir work even in workspaces with no windows. | David Roundy | 2008-03-26 | 1 | -3/+3 |
* | XMonad.Layout.NoBorders: fix floating fullscreen logic | Lukas Mai | 2008-03-26 | 1 | -1/+1 |
* | Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head! | Spencer Janssen | 2008-03-26 | 2 | -2/+2 |
* | fix bug in TabBarDecoration leading to gaps in corner. | David Roundy | 2008-03-25 | 1 | -5/+4 |
* | fix bug leading to gaps in tabs at the corner of the screen. | David Roundy | 2008-03-25 | 1 | -11/+7 |
* | XMonad.Layout.LayoutModifier: add a metric crapload of documentation | Brent Yorgey | 2008-03-25 | 1 | -10/+205 |
* | XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ... | Brent Yorgey | 2008-03-25 | 1 | -2/+2 |
* | XMonad.Layout.HintedTile: make alignment of shrunk windows configurable | Lukas Mai | 2008-03-25 | 1 | -16/+32 |
* | XMonad.Layout.Magnifier: add documentation | Brent Yorgey | 2008-03-24 | 1 | -0/+12 |
* | XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid... | Lukas Mai | 2008-03-22 | 1 | -1/+1 |
* | cut Anneal and Mosaic. | David Roundy | 2008-03-22 | 1 | -487/+0 |
* | fix WorkspaceDir to work when there are multiple screens. | David Roundy | 2008-03-11 | 1 | -3/+7 |