| Commit message (Expand) | Author | Files | Lines |
2009-05-24 | Simplyify L.Mosaic interface, and support resizing specific windows | Adam Vogt | 1 | -107/+112 |
2009-05-19 | L.ResizableTile document ResizableTall parameters with records | Adam Vogt | 1 | -1/+14 |
2009-05-19 | L.LayoutHints, add layoutHintsToCentre | Adam Vogt | 1 | -11/+162 |
2009-05-19 | Remove excess whitespace from L.LayoutHints | Adam Vogt | 1 | -3/+3 |
2009-05-14 | new layout module X.L.Spacing, put blank space around each window | Brent Yorgey | 1 | -0/+54 |
2009-05-09 | X.L.LayoutBuilder doc fix and cleaning | Anders Engstrom | 1 | -17/+44 |
2009-05-09 | X.L.LayoutBuilder custom layouts | Anders Engstrom | 1 | -0/+250 |
2009-05-08 | Fix typo in L.Mosaic hints | Adam Vogt | 1 | -1/+1 |
2009-05-03 | ThreeCol - Update docs to match reality | Anders Engstrom | 1 | -9/+10 |
2009-04-25 | Export ThreeColMid from L.ThreeColumnsMiddle | Adam Vogt | 1 | -0/+4 |
2009-04-14 | ThreeColumns support middle column, with more backwards compatiblity | Adam Vogt | 1 | -10/+18 |
2009-04-11 | X.L.ThreeColumnsMiddle merged into X.L.ThreeColumns with some new features | Anders Engstrom | 2 | -117/+42 |
2009-05-03 | nameTail - Remove the first word of a layout description | Anders Engstrom | 1 | -2/+15 |
2009-05-02 | Add changeMaster function to L.Mosaic | Adam Vogt | 1 | -4/+8 |
2009-04-29 | Remove -XScopedTypeVariables requirement with L.SubLayouts | Adam Vogt | 1 | -10/+15 |
2009-04-23 | Add SubLayouts: a layout combinator for nesting layouts. | Adam Vogt | 1 | -0/+445 |
2009-04-06 | Document and extend BoringWindows to support multiple sources of boring. | Adam Vogt | 1 | -31/+90 |
2009-03-03 | Add Apply message to L.WindowNavigation | Adam Vogt | 1 | -1/+7 |
2009-03-22 | Add promoteWarp event to L.MagicFocus | Adam Vogt | 1 | -8/+44 |
2009-02-24 | Combo fix ReleaseResources when no windows are available, new fix | Anders Engstrom | 1 | -6/+5 |
2009-02-21 | OneBig_resize.dpatch | portnov84 | 1 | -0/+8 |
2009-02-20 | OneBig_layout.dpatch | portnov84 | 1 | -0/+125 |
2009-04-15 | ComboP | konstantin.sobolev | 1 | -0/+180 |
2009-03-25 | More configurability for Layout.NoBorders (typeclass method) | Adam Vogt | 1 | -32/+122 |
2009-03-11 | More predictable aspect ratio in GridVariants.Grid | Norbert Zeh | 1 | -2/+12 |
2009-03-01 | X.L.Master: fix number of windows | Ismael Carnales | 1 | -1/+1 |
2009-02-19 | Cleanup X.L.Mosaic, without breaking it | Adam Vogt | 1 | -5/+4 |
2009-02-10 | X.L.Mosaic: prevent users from causing non-termination with negative elements | Adam Vogt | 1 | -5/+7 |
2009-03-14 | better Layout.NoBorders.smartBorders behavior on xinerama | Adam Vogt | 1 | -1/+4 |
2009-02-22 | L.Cross: clarify documentation | wirtwolff | 1 | -22/+19 |
2009-02-22 | documentation for IndependentScreens | daniel | 1 | -6/+64 |
2009-02-22 | eliminate a haddock warning in BoringWindows | daniel | 1 | -2/+0 |
2009-02-22 | merge IndependentScreens | daniel | 1 | -1/+16 |
2009-02-22 | add type information for IndependentScreens | daniel | 1 | -21/+29 |
2009-02-22 | add some boilerplate comments at the top of IndependentScreens | Brent Yorgey | 1 | -0/+15 |
2009-02-21 | IndependentScreens, v0.0 | daniel | 1 | -0/+8 |
2009-02-21 | change Cross data declaration into a record so that Haddock will parse the pe... | Brent Yorgey | 1 | -4/+5 |
2009-02-13 | X.L.Master: turn it to a Layout modifier and update the code | Ismael Carnales | 1 | -74/+50 |
2009-02-09 | Add Cross Layout | Luis Cabellos zhen.sydow@gmail.com | 1 | -0/+114 |
2009-02-08 | cleanup and make X.L.Mosaic behavior more intuitive wrt. areas | Adam Vogt | 1 | -18/+36 |
2009-01-29 | Added GridVariants.SplitGrid | Norbert Zeh | 1 | -31/+79 |
2009-01-30 | FixedColumn: added missing nmaster to the usage doc | Ismael Carnales | 1 | -1/+1 |
2009-01-26 | placement patch to XMonad.Layout.LayoutHints | quentin.moser | 1 | -6/+35 |
2009-01-26 | Mosaic picks the middle aspect layout, unless overriden | Adam Vogt | 1 | -15/+12 |
2009-01-25 | Mosaic: stop preventing access to the widest layouts | Adam Vogt | 1 | -1/+1 |
2009-01-25 | X.L.Mosaic add documentation, update interface and aspect ratio behavior | Adam Vogt | 1 | -25/+63 |
2009-01-25 | X.L.Mosaic: haddock fix | Roman Cheplyaka | 1 | -4/+5 |
2009-01-24 | A mosaic layout based on MosaicAlt | Adam Vogt | 1 | -0/+141 |
2009-01-14 | add a bit of documentation to HintedTile | Brent Yorgey | 1 | -3/+4 |
2009-01-11 | CenteredMaster | portnov84 | 1 | -0/+110 |