summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-05-21Catch the exception rather than explicitly checking the PATHSpencer Janssen
2007-05-21Put restart in the X monadSpencer Janssen
2007-05-21Show instances for WorkspaceId and ScreenIdSpencer Janssen
2007-05-21Read instance for StackSetSpencer Janssen
2007-05-21Remove redundant fromIntegralsSpencer Janssen
2007-05-21Use Position for dimensionsSpencer Janssen
2007-05-21Make screen info dynamic: first step to supporting randrSpencer Janssen
2007-05-21modifyDon Stewart
2007-05-21Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart
2007-05-21s/workspace/windowset/Jason Creighton
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