summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-09-20add (unused) Layout to StackSet.David Roundy
2007-09-20remove unneeded Ord constraint.David Roundy
2007-09-20eliminate a few Eq a constraints in StackSet.David Roundy
2007-09-20Pointfree Mirror and SomeLayout instancesSpencer Janssen
2007-09-20Use derived Show and Read instances for MirrorSpencer Janssen
2007-09-20define readLayout to create a SomeLayout based on a set of possible layout ty...David Roundy
2007-09-20add Read instance to Layout.David Roundy
2007-09-20add Show instance to LayoutDavid Roundy
2007-09-20eliminate ugly OldLayout.David Roundy
2007-09-14move Layout stuff into class (hokey first cut).David Roundy
2007-09-28add prop for 'differentiate'Don Stewart
2007-09-27document shiftWinKarsten Schoelzel
2007-09-28new QC properties: floating a window is reversible, screens includes current ...Don Stewart
2007-09-27Add 3 QC properties for focusMaster: local, idempotent, preserves invariantDon Stewart
2007-09-27no regents in xmonad licenseDon Stewart
2007-09-27note that we use pattern guards in the .cabal fileDon Stewart
2007-09-27Add StackSet.focusMaster (mod-m) to move focus to masterDon Stewart
2007-09-27use hPrint instead of hPutStrLnDon Stewart
2007-09-24Split float upSpencer Janssen
2007-09-24Use the new StackSet.screens in windowsSpencer Janssen
2007-09-24Add StackSet.screensSpencer Janssen
2007-09-18fmt, and tiny comment seeking clarificationDon Stewart
2007-09-17Eliminate Operations.sink tooSpencer Janssen
2007-09-17Remove Operations functions which have StackSet equivalents, just use 'window...Spencer Janssen
2007-09-17Change manpage token @@ to %! to avoid conflicts with Haddock (xmonad)Alex Tarkovsky
2007-09-17Haddockify delete' commentsSpencer Janssen
2007-09-10Fix float behaviour, add shiftWin.Karsten Schoelzel
2007-09-10Add delete' for use in shiftKarsten Schoelzel
2007-09-16update description field of cabal fileDon Stewart
2007-09-11pointfree looks nicer hereDon Stewart
2007-09-10Remove redundant revealSpencer Janssen
2007-09-07Add missing insert markers for generate-configs.sh in Config.hsAlex Tarkovsky
2007-09-05Move lower boundary check into applySizeHints, because all users of applySize...Karsten Schoelzel
2007-08-25export getAtom from XMonad.Ivan Tarasov
2007-09-05Use show rather than string hacksSpencer Janssen
2007-08-20switch WorkspaceId to String.David Roundy
2007-09-05Alex Tarkovsky's docstring patch updated for conflictsSpencer Janssen
2007-09-05tasks doneDon Stewart
2007-09-04README: spellingSpencer Janssen
2007-09-04Bump version to 0.3Spencer Janssen
2007-09-04Add a link to XMonadContribSpencer Janssen
2007-09-04Point to X11-extras-0.3 in the READMESpencer Janssen
2007-09-03Depend on X11-extras >= 0.3Spencer Janssen
2007-08-24Add location of X11-extras to READMESpencer Janssen
2007-08-24Add docstrings for mouse controlsSpencer Janssen
2007-08-22todosDon Stewart
2007-08-21comment only: example of 2 monitor gapsDon Stewart
2007-08-20don't refresh when setting focus to already focussed window.David Roundy
2007-08-20clear out motion events when processing one motion event.David Roundy
2007-08-13remove unneeded do.David Roundy