aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unsafe use of headSpencer Janssen2007-05-081-1/+2
* Make 'index' return Nothing, rather than errorSpencer Janssen2007-05-082-7/+7
* Use 'drop 1' rather than tail, skip equality check.Spencer Janssen2007-05-081-4/+5
* Redundant parensSpencer Janssen2007-05-081-1/+1
* StackSet.view: ignore invalid indicesSpencer Janssen2007-05-081-3/+3
* Change 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-081-7/+4
* Arbitrary instance for StackSet must set random focus on each workspaceDon Stewart2007-05-081-7/+33
* make quickcheck tests friendlier to read.David Roundy2007-05-052-2/+7
* make Properties.hs exit with failure on test failureJason Creighton2007-05-051-7/+8
* since we just ignore type errors, no need to derive ShowDon Stewart2007-05-042-2/+2
* Constrain layout messages to be members of a Message classDon Stewart2007-05-043-32/+54
* Handle empty layout listsSpencer Janssen2007-05-043-10/+13
* refactoring, style, comments on new layout codeDon Stewart2007-05-042-40/+61
* use anyKey constant instead of magic numberJason Creighton2007-05-041-1/+1
* added mirrorLayout to mirror arbitrary layoutsJason Creighton2007-05-042-18/+11
* Fix layout switching orderSpencer Janssen2007-05-041-2/+1
* More Config.hs bugsSpencer Janssen2007-05-041-3/+3
* Revert accidental change to Config.hsSpencer Janssen2007-05-041-1/+1
* Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymoreSpencer Janssen2007-05-031-0/+2
* Avoid the unsafe pattern match, in case Config.hs has no layoutsSpencer Janssen2007-05-031-1/+1
* add support for extensible layouts.David Roundy2007-05-035-44/+43
* comments. and stop tracing events to stderrDon Stewart2007-05-032-6/+15
* -Wall policeDon Stewart2007-05-031-0/+2
* elaborate documentation in Config.hsDon Stewart2007-05-031-15/+38
* Use updated refreshKeyboardMapping. Requires latest X11-extrasSpencer Janssen2007-05-031-4/+1
* Add 'mod-n': refreshes current layoutSpencer Janssen2007-05-031-0/+3
* Fix tests after StackSet changesSpencer Janssen2007-05-021-2/+3
* First steps to adding floating layerSpencer Janssen2007-05-022-15/+18
* update motivational text using xmonad.orgDon Stewart2007-05-021-13/+33
* Sort dependencies in installation orderSpencer Janssen2007-05-011-1/+1
* Recommend X11-extras 0.1Spencer Janssen2007-05-011-1/+1
* elaborate description in .cabalDon Stewart2007-05-011-1/+11
* use -fasm by default. Much fasterDon Stewart2007-05-011-1/+1
* check we never generate invalid stack setsDon Stewart2007-04-301-1/+18
* Make border width configurableSpencer Janssen2007-04-303-1/+7
* Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen2007-04-305-8/+9
* Comment onlySpencer Janssen2007-04-301-12/+12
* Comment onlySpencer Janssen2007-04-301-1/+1
* view n . shift n . view i . shift i) xDon Stewart2007-04-301-4/+8
* add rotate all and view idempotency testsDon Stewart2007-04-301-3/+19
* push is idempotentDon Stewart2007-04-301-1/+3
* add two properties relating to empty window managersDon Stewart2007-04-301-1/+13
* new QC property: opening a window only affects the current screenDon Stewart2007-04-301-0/+8
* Add XConf for values that don't change.Spencer Janssen2007-04-303-25/+35
* Control.Arrow is suspicious, add an explicit importSpencer Janssen2007-04-301-1/+1
* configurable border colorsJason Creighton2007-04-304-7/+17
* a bit more precise about building non-empty stacksets for one testDon Stewart2007-04-301-1/+1
* remove redundant call to 'delete' in 'shift'Don Stewart2007-04-301-1/+1
* clean 'delete' a littleDon Stewart2007-04-301-7/+5
* shrink 'swap'Don Stewart2007-04-301-8/+5