aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-10haddock compatibilityAndrea Rossato1-68/+81
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart1-1/+0
2007-06-05whitespace onlyDon Stewart1-8/+7
2007-06-04-Wall policeSpencer Janssen1-5/+8
2007-06-04realign guardl.mai1-1/+1
2007-06-04swapUp/Down are also mirroredSpencer Janssen1-6/+5
2007-06-04Remove redundant cases in swapUp/DownSpencer Janssen1-2/+0
2007-06-04focusUp/Down are the same, in reversed orderSpencer Janssen1-6/+9
2007-06-04Simplify focusUp/DownSpencer Janssen1-4/+2
2007-06-04Integral implies EqSpencer Janssen1-1/+1
2007-06-04Comment typo.Spencer Janssen1-3/+0
2007-06-04Use the new integrate functionSpencer Janssen1-1/+1
2007-06-04Add integrateSpencer Janssen1-1/+8
2007-05-31clean up mouse code a bitDon Stewart1-5/+8
2007-05-31first shot at a floating layerJason Creighton1-10/+20
2007-05-26HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart1-43/+48
2007-05-26type sig for abort.Don Stewart1-2/+3
2007-05-24Add an abort function, called for deliberate and intentional errorsNeil Mitchell1-2/+6
2007-05-25Deleting a window should not affect focusRob1-2/+5
2007-05-22add swapLeft and swapRightbobstopper1-7/+24
2007-05-21Read instance for StackSetSpencer Janssen1-4/+4
2007-05-21modifyDon Stewart1-1/+2
2007-05-21Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart1-46/+55
2007-05-21focusWindow: always view the containing workspace firstJason Creighton1-9/+4
2007-05-21explicit export list for StackSetDon Stewart1-1/+5
2007-05-20comment onlyDon Stewart1-4/+4
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart1-211/+337
2007-05-16Read is not needed for StackSetSpencer Janssen1-1/+1
2007-05-10keep focus stack.David Roundy1-15/+23
2007-05-08Remove unsafe fromJustSpencer Janssen1-1/+1
2007-05-08Work around the fact that Yhc gets defaulting a bit wrongNeil Mitchell http://www.cs.york.ac.uk/~ndm/1-1/+3
2007-05-08Remove unsafe use of headSpencer Janssen1-1/+2
2007-05-08Make 'index' return Nothing, rather than errorSpencer Janssen1-4/+4
2007-05-08Use 'drop 1' rather than tail, skip equality check.Spencer Janssen1-4/+5
2007-05-08StackSet.view: ignore invalid indicesSpencer Janssen1-3/+3
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/1-7/+4
2007-05-05make quickcheck tests friendlier to read.David Roundy1-1/+1
2007-05-03Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymoreSpencer Janssen1-0/+2
2007-05-02First steps to adding floating layerSpencer Janssen1-14/+17
2007-04-30remove redundant call to 'delete' in 'shift'Don Stewart1-1/+1
2007-04-30clean 'delete' a littleDon Stewart1-7/+5
2007-04-30shrink 'swap'Don Stewart1-8/+5
2007-04-30shrink 'rotate' a littleDon Stewart1-4/+2
2007-04-30move size into Properties.hsDon Stewart1-4/+1
2007-04-30don't need 'size' operation on StackSetDon Stewart1-5/+6
2007-04-29move fromList into Properties.hs, -17 locDon Stewart1-20/+3
2007-04-26Remove toListSpencer Janssen1-9/+2
2007-04-19add 8 new QC tests, including tests of the layout algorithmDon Stewart1-2/+6
2007-04-19Remove useless pragmaSpencer Janssen1-1/+0
2007-04-19Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart1-45/+43