| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | -Wall police | Don Stewart | 2007-08-16 | 1 | -1/+1 |
* | Comment only | Spencer Janssen | 2007-08-16 | 1 | -1/+1 |
* | simplify code in StackSet. | David Roundy | 2007-08-14 | 1 | -1/+1 |
* | change workspaces to [WorkspaceId] | David Roundy | 2007-08-14 | 3 | -6/+6 |
* | Operations.windows: minor refactor | Spencer Janssen | 2007-08-15 | 1 | -3/+2 |
* | Cleanup | Spencer Janssen | 2007-08-10 | 2 | -13/+16 |
* | move event loop out of mouseDrag. | David Roundy | 2007-08-07 | 3 | -22/+44 |
* | only display any given window once. | David Roundy | 2007-07-24 | 1 | -1/+5 |