aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Wall police, and turn on -fno-warn-orphansDon Stewart2007-06-171-6/+1
* make workspace tag not need to be a Num.David Roundy2007-06-141-15/+33
* haddock tuning for StackSet.hsAndrea Rossato2007-06-141-28/+45
* make focus, up and down complete functions.David Roundy2007-06-121-51/+57
* add differentiate function to StackSet to go [a] -> Stack a.David Roundy2007-06-121-1/+8
* Make 'view' a total functionSpencer Janssen2007-06-121-1/+1
* -Wall policeSpencer Janssen2007-06-111-1/+1
* Add StackSet.filterSpencer Janssen2007-06-111-2/+15
* haddock compatibilityAndrea Rossato2007-06-101-68/+81
* HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart2007-06-091-1/+0
* whitespace onlyDon Stewart2007-06-051-8/+7
* -Wall policeSpencer Janssen2007-06-041-5/+8
* realign guardl.mai2007-06-041-1/+1
* swapUp/Down are also mirroredSpencer Janssen2007-06-041-6/+5
* Remove redundant cases in swapUp/DownSpencer Janssen2007-06-041-2/+0
* focusUp/Down are the same, in reversed orderSpencer Janssen2007-06-041-6/+9
* Simplify focusUp/DownSpencer Janssen2007-06-041-4/+2
* Integral implies EqSpencer Janssen2007-06-041-1/+1
* Comment typo.Spencer Janssen2007-06-041-3/+0
* Use the new integrate functionSpencer Janssen2007-06-041-1/+1
* Add integrateSpencer Janssen2007-06-041-1/+8
* clean up mouse code a bitDon Stewart2007-05-311-5/+8
* first shot at a floating layerJason Creighton2007-05-311-10/+20
* HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart2007-05-261-43/+48
* type sig for abort.Don Stewart2007-05-261-2/+3
* Add an abort function, called for deliberate and intentional errorsNeil Mitchell2007-05-241-2/+6
* Deleting a window should not affect focusRob2007-05-251-2/+5
* add swapLeft and swapRightbobstopper2007-05-221-7/+24
* Read instance for StackSetSpencer Janssen2007-05-211-4/+4
* modifyDon Stewart2007-05-211-1/+2
* Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart2007-05-211-46/+55
* 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
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-211/+337
* Read is not needed for StackSetSpencer Janssen2007-05-161-1/+1
* keep focus stack.David Roundy2007-05-101-15/+23
* Remove unsafe fromJustSpencer Janssen2007-05-081-1/+1
* Work around the fact that Yhc gets defaulting a bit wrongNeil Mitchell http://www.cs.york.ac.uk/~ndm/2007-05-081-1/+3
* Remove unsafe use of headSpencer Janssen2007-05-081-1/+2
* Make 'index' return Nothing, rather than errorSpencer Janssen2007-05-081-4/+4
* Use 'drop 1' rather than tail, skip equality check.Spencer Janssen2007-05-081-4/+5
* 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
* make quickcheck tests friendlier to read.David Roundy2007-05-051-1/+1
* Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymoreSpencer Janssen2007-05-031-0/+2
* First steps to adding floating layerSpencer Janssen2007-05-021-14/+17
* 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