summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
AgeCommit message (Expand)Author
2007-06-29Move screen details into StackSetSpencer Janssen
2007-06-26comment for (dubious?) integrate'Don Stewart
2007-06-26fix empty case in 'filter', and note differences in semantics wrt. focus to '...Don Stewart
2007-06-26clean up 'StackSet.filter' for styleDon Stewart
2007-06-17-Wall police, and turn on -fno-warn-orphansDon Stewart
2007-06-14make workspace tag not need to be a Num.David Roundy
2007-06-14haddock tuning for StackSet.hsAndrea Rossato
2007-06-12make focus, up and down complete functions.David Roundy
2007-06-12add differentiate function to StackSet to go [a] -> Stack a.David Roundy
2007-06-12Make 'view' a total functionSpencer Janssen
2007-06-11-Wall policeSpencer Janssen
2007-06-11Add StackSet.filterSpencer Janssen
2007-06-10haddock compatibilityAndrea Rossato
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart
2007-06-05whitespace onlyDon Stewart
2007-06-04-Wall policeSpencer Janssen
2007-06-04realign guardl.mai
2007-06-04swapUp/Down are also mirroredSpencer Janssen
2007-06-04Remove redundant cases in swapUp/DownSpencer Janssen
2007-06-04focusUp/Down are the same, in reversed orderSpencer Janssen
2007-06-04Simplify focusUp/DownSpencer Janssen
2007-06-04Integral implies EqSpencer Janssen
2007-06-04Comment typo.Spencer Janssen
2007-06-04Use the new integrate functionSpencer Janssen
2007-06-04Add integrateSpencer Janssen
2007-05-31clean up mouse code a bitDon Stewart
2007-05-31first shot at a floating layerJason Creighton
2007-05-26HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart
2007-05-26type sig for abort.Don Stewart
2007-05-24Add an abort function, called for deliberate and intentional errorsNeil Mitchell
2007-05-25Deleting a window should not affect focusRob
2007-05-22add swapLeft and swapRightbobstopper
2007-05-21Read instance for StackSetSpencer Janssen
2007-05-21modifyDon Stewart
2007-05-21Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart
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-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart
2007-05-16Read is not needed for StackSetSpencer Janssen
2007-05-10keep focus stack.David Roundy
2007-05-08Remove unsafe fromJustSpencer Janssen
2007-05-08Work around the fact that Yhc gets defaulting a bit wrongNeil Mitchell http://www.cs.york.ac.uk/~ndm/
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-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-05make quickcheck tests friendlier to read.David Roundy
2007-05-03Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymoreSpencer Janssen