aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-04-19tweak loc count to match count_lines scriptDon Stewart1-5/+5
2007-04-19Promote now swaps focused window with master windowDon Stewart1-4/+27
2007-04-11and the tests still runDon Stewart1-14/+5
2007-04-11Change semantics of 'promote'.Don Stewart1-6/+15
2007-04-11merge with toList/fromList patchDon Stewart1-10/+12
2007-04-11Statically distinguish Workspace and Screen indicesDon Stewart1-32/+45
2007-04-11fromList/toList have # of screens + another QC propertyJason Creighton1-9/+10
2007-04-11Xinerama screen switching bugfixJason Creighton1-1/+1
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton1-17/+45
2007-04-01Remove trailing spaces, no content changedAlec Berryman1-2/+2
2007-04-01formatting onlyDon Stewart1-3/+8
2007-03-28allow mouse to change current workspacedaniel1-2/+2
2007-03-22Add promoteSpencer Janssen1-0/+6
2007-03-20Add raiseFocus.Spencer Janssen1-0/+7
2007-03-20Decouple the concepts of focus and window order. First step to tiling!Spencer Janssen1-9/+24