summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-05-08Disable delete.push until focus issues are decidedSpencer Janssen
2007-05-08Remove unsafe fromJustSpencer Janssen
2007-05-08Add the initial Catch testing framework for StackSetNeil Mitchell http://www.cs.york.ac.uk/~ndm/
2007-05-08Work around the fact that Yhc gets defaulting a bit wrongNeil Mitchell http://www.cs.york.ac.uk/~ndm/
2007-05-08Make tests typecheckSpencer Janssen
2007-05-08Remove unsafe use of headSpencer Janssen
2007-05-08Make 'index' return Nothing, rather than errorSpencer Janssen
2007-05-08Use 'drop 1' rather than tail, skip equality check.Spencer Janssen
2007-05-08Redundant parensSpencer Janssen
2007-05-08StackSet.view: ignore invalid indicesSpencer Janssen
2007-05-08Change the swap function so its Haskell 98, by using list-comps instead of pa...Neil Mitchell http://www.cs.york.ac.uk/~ndm/
2007-05-08Arbitrary instance for StackSet must set random focus on each workspaceDon Stewart
2007-05-05make quickcheck tests friendlier to read.David Roundy
2007-05-05make Properties.hs exit with failure on test failureJason Creighton
2007-05-04since we just ignore type errors, no need to derive ShowDon Stewart
2007-05-04Constrain layout messages to be members of a Message classDon Stewart
2007-05-04Handle empty layout listsSpencer Janssen
2007-05-04refactoring, style, comments on new layout codeDon Stewart
2007-05-04use anyKey constant instead of magic numberJason Creighton
2007-05-04added mirrorLayout to mirror arbitrary layoutsJason Creighton
2007-05-04Fix layout switching orderSpencer Janssen
2007-05-04More Config.hs bugsSpencer Janssen
2007-05-04Revert accidental change to Config.hsSpencer Janssen
2007-05-03Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymoreSpencer Janssen
2007-05-03Avoid the unsafe pattern match, in case Config.hs has no layoutsSpencer Janssen
2007-05-03add support for extensible layouts.David Roundy
2007-05-03comments. and stop tracing events to stderrDon Stewart
2007-05-03-Wall policeDon Stewart
2007-05-03elaborate documentation in Config.hsDon Stewart
2007-05-03Use updated refreshKeyboardMapping. Requires latest X11-extrasSpencer Janssen
2007-05-03Add 'mod-n': refreshes current layoutSpencer Janssen
2007-05-02Fix tests after StackSet changesSpencer Janssen
2007-05-02First steps to adding floating layerSpencer Janssen
2007-05-02update motivational text using xmonad.orgDon Stewart
2007-05-01Sort dependencies in installation orderSpencer Janssen
2007-05-01Recommend X11-extras 0.1Spencer Janssen
2007-05-01elaborate description in .cabalDon Stewart
2007-05-01use -fasm by default. Much fasterDon Stewart
2007-04-30check we never generate invalid stack setsDon Stewart
2007-04-30Make border width configurableSpencer Janssen
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen
2007-04-30Comment onlySpencer Janssen
2007-04-30Comment onlySpencer Janssen
2007-04-30view n . shift n . view i . shift i) x == x --> shift + view is invertibleDon Stewart
2007-04-30add rotate all and view idempotency testsDon Stewart
2007-04-30push is idempotentDon Stewart
2007-04-30add two properties relating to empty window managersDon Stewart
2007-04-30new QC property: opening a window only affects the current screenDon Stewart
2007-04-30Add XConf for values that don't change.Spencer Janssen
2007-04-30Control.Arrow is suspicious, add an explicit importSpencer Janssen