| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | eliminate a few Eq a constraints in StackSet. | David Roundy | 2007-09-20 | 1 | -4/+5 |
* | Pointfree Mirror and SomeLayout instances | Spencer Janssen | 2007-09-20 | 2 | -6/+4 |
* | Use derived Show and Read instances for Mirror | Spencer Janssen | 2007-09-20 | 1 | -7/+1 |
* | define readLayout to create a SomeLayout based on a set of possible layout ty... | David Roundy | 2007-09-20 | 1 | -1/+7 |
* | add Read instance to Layout. | David Roundy | 2007-09-20 | 2 | -6/+13 |
* | add Show instance to Layout | David Roundy | 2007-09-20 | 2 | -3/+7 |
* | eliminate ugly OldLayout. | David Roundy | 2007-09-20 | 4 | -33/+26 |
* | move Layout stuff into class (hokey first cut). | David Roundy | 2007-09-14 | 4 | -22/+39 |
* | add prop for 'differentiate' | Don Stewart | 2007-09-28 | 1 | -0/+5 |
* | document shiftWin | Karsten Schoelzel | 2007-09-27 | 1 | -0/+6 |
* | new QC properties: floating a window is reversible, screens includes current ... | Don Stewart | 2007-09-28 | 1 | -0/+18 |
* | Add 3 QC properties for focusMaster: local, idempotent, preserves invariant | Don Stewart | 2007-09-27 | 1 | -2/+19 |
* | no regents in xmonad license | Don Stewart | 2007-09-27 | 1 | -1/+1 |
* | note that we use pattern guards in the .cabal file | Don Stewart | 2007-09-27 | 1 | -1/+1 |
* | Add StackSet.focusMaster (mod-m) to move focus to master | Don Stewart | 2007-09-27 | 2 | -7/+16 |
* | use hPrint instead of hPutStrLn | Don Stewart | 2007-09-27 | 1 | -1/+1 |
* | Split float up | Spencer Janssen | 2007-09-24 | 1 | -8/+17 |
* | Use the new StackSet.screens in windows | Spencer Janssen | 2007-09-24 | 1 | -1/+1 |
* | Add StackSet.screens | Spencer Janssen | 2007-09-24 | 1 | -0/+5 |
* | fmt, and tiny comment seeking clarification | Don Stewart | 2007-09-18 | 1 | -2/+3 |
* | Eliminate Operations.sink too | Spencer Janssen | 2007-09-17 | 2 | -5/+1 |
* | Remove Operations functions which have StackSet equivalents, just use 'window... | Spencer Janssen | 2007-09-17 | 2 | -27/+11 |
* | Change manpage token @@ to %! to avoid conflicts with Haddock (xmonad) | Alex Tarkovsky | 2007-09-17 | 2 | -30/+30 |
* | Haddockify delete' comments | Spencer Janssen | 2007-09-17 | 1 | -1/+1 |
* | Fix float behaviour, add shiftWin. | Karsten Schoelzel | 2007-09-10 | 4 | -17/+44 |
* | Add delete' for use in shift | Karsten Schoelzel | 2007-09-10 | 2 | -10/+11 |
* | update description field of cabal file | Don Stewart | 2007-09-16 | 1 | -10/+9 |
* | pointfree looks nicer here | Don Stewart | 2007-09-11 | 1 | -1/+1 |
* | Remove redundant reveal | Spencer Janssen | 2007-09-10 | 1 | -1/+1 |
* | Add missing insert markers for generate-configs.sh in Config.hs | Alex Tarkovsky | 2007-09-07 | 1 | -4/+9 |
* | Move lower boundary check into applySizeHints, because all users of applySize... | Karsten Schoelzel | 2007-09-05 | 1 | -4/+8 |
* | export getAtom from XMonad. | Ivan Tarasov | 2007-08-25 | 1 | -1/+1 |
* | Use show rather than string hacks | Spencer Janssen | 2007-09-05 | 1 | -1/+1 |
* | switch WorkspaceId to String. | David Roundy | 2007-08-20 | 2 | -3/+3 |
* | Alex Tarkovsky's docstring patch updated for conflicts | Spencer Janssen | 2007-09-05 | 1 | -2/+10 |
* | tasks done | Don Stewart | 2007-09-05 | 1 | -8/+1 |
* | README: spelling | Spencer Janssen | 2007-09-04 | 1 | -1/+1 |
* | Bump version to 0.3 | Spencer Janssen | 2007-09-04 | 1 | -1/+1 |
* | Add a link to XMonadContrib | Spencer Janssen | 2007-09-04 | 1 | -0/+12 |
* | Point to X11-extras-0.3 in the README | Spencer Janssen | 2007-09-04 | 1 | -1/+1 |
* | Depend on X11-extras > | Spencer Janssen | 2007-09-03 | 1 | -1/+1 |
* | Add location of X11-extras to README | Spencer Janssen | 2007-08-24 | 1 | -0/+2 |
* | Add docstrings for mouse controls | Spencer Janssen | 2007-08-24 | 1 | -0/+3 |
* | todos | Don Stewart | 2007-08-22 | 1 | -0/+9 |
* | comment only: example of 2 monitor gaps | Don Stewart | 2007-08-21 | 1 | -0/+5 |
* | don't refresh when setting focus to already focussed window. | David Roundy | 2007-08-20 | 1 | -1/+1 |
* | clear out motion events when processing one motion event. | David Roundy | 2007-08-20 | 1 | -6/+9 |
* | remove unneeded do. | David Roundy | 2007-08-13 | 1 | -3/+2 |
* | make splitHorizontallyBy accept any RealFrac. | David Roundy | 2007-08-13 | 1 | -1/+1 |
* | Fix new bug in screen switching | Spencer Janssen | 2007-08-16 | 1 | -1/+2 |