aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart2007-05-213-126/+120
* s/workspace/windowset/Jason Creighton2007-05-213-8/+8
* focusWindow: always view the containing workspace firstJason Creighton2007-05-211-9/+4
* explicit export list for StackSetDon Stewart2007-05-211-1/+5
* comment onlyDon Stewart2007-05-201-4/+4
* only hide old workspace on view if the old workspace is not visible (Xinerama)Jason Creighton2007-05-211-1/+3
* Fix mod-j/k bindingsSpencer Janssen2007-05-211-3/+3
* Be explicit about suspicious System.Mem importSpencer Janssen2007-05-201-1/+1
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-207-757/+1107
* Read is not needed for StackSetSpencer Janssen2007-05-161-1/+1
* variable number of windows in master areaJason Creighton2007-05-163-13/+25
* Use camelCase, please.Spencer Janssen2007-05-161-10/+10
* beautify tileDavid Roundy2007-05-152-14/+21
* put doLayout in the X monad.David Roundy2007-05-122-5/+7
* setsid() before exec. Intended to fix issue #7Spencer Janssen2007-05-141-2/+2
* keep focus stack.David Roundy2007-05-102-24/+35
* bump LOC limit to 550Jason Creighton2007-05-101-1/+1
* Remove broken prop_promoterotate, replace it with prop_promote_raise_idSpencer Janssen2007-05-081-4/+7
* Disable shift_reversible until focus issues are decided.Spencer Janssen2007-05-081-1/+5
* Disable delete.push until focus issues are decidedSpencer Janssen2007-05-081-1/+5
* Remove unsafe fromJustSpencer Janssen2007-05-081-1/+1
* Add the initial Catch testing framework for StackSetNeil Mitchell http://www.cs.york.ac.uk/~ndm/2007-05-081-0/+60
* Work around the fact that Yhc gets defaulting a bit wrongNeil Mitchell http://www.cs.york.ac.uk/~ndm/2007-05-081-1/+3
* Make tests typecheckSpencer Janssen2007-05-081-1/+1
* 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