summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-09-25fix bug where ReleaseResources wasn't getting sent to all layouts.David Roundy
2007-09-25Simplify readLayout, comment on surprising behaviorSpencer Janssen
2007-09-25fix bug in reading of SomeLayouts.David Roundy
2007-09-25add support for parseable layouts not in the default.David Roundy
2007-09-25rename modifyLayout to handleMessage.David Roundy
2007-09-25make it easier to define pure layouts.David Roundy
2007-09-24Make a String description part of each Layout.David Roundy
2007-09-24broadcast a ReleaseResources before restartingAndrea Rossato
2007-09-24Added LayoutMessagesAndrea Rossato
2007-09-24update screens for new kind of StackSet.David Roundy
2007-09-23create default modifyLayout that ignores messages.David Roundy
2007-09-21add layout selection back into core xmonad using LayoutSelection.David Roundy
2007-09-21make layouts preserved over restartDavid Roundy
2007-09-21move Layout into StackSet.David Roundy
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