summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-05-21focusWindow: always view the containing workspace firstJason Creighton
2007-05-21explicit export list for StackSetDon Stewart
2007-05-20comment onlyDon Stewart
2007-05-21only hide old workspace on view if the old workspace is not visible (Xinerama)Jason Creighton
2007-05-21Fix mod-j/k bindingsSpencer Janssen
2007-05-20Be explicit about suspicious System.Mem importSpencer Janssen
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart
2007-05-16Read is not needed for StackSetSpencer Janssen
2007-05-16variable number of windows in master areaJason Creighton
2007-05-16Use camelCase, please.Spencer Janssen
2007-05-15beautify tileDavid Roundy
2007-05-12put doLayout in the X monad.David Roundy
2007-05-14setsid() before exec. Intended to fix issue #7Spencer Janssen
2007-05-10keep focus stack.David Roundy
2007-05-10bump LOC limit to 550Jason Creighton
2007-05-08Remove broken prop_promoterotate, replace it with prop_promote_raise_idSpencer Janssen
2007-05-08Disable shift_reversible until focus issues are decided.Spencer Janssen
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