summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
AgeCommit message (Expand)Author
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
2007-05-02First steps to adding floating layerSpencer Janssen
2007-04-30remove redundant call to 'delete' in 'shift'Don Stewart
2007-04-30clean 'delete' a littleDon Stewart
2007-04-30shrink 'swap'Don Stewart
2007-04-30shrink 'rotate' a littleDon Stewart
2007-04-30move size into Properties.hsDon Stewart
2007-04-30don't need 'size' operation on StackSetDon Stewart
2007-04-29move fromList into Properties.hs, -17 locDon Stewart
2007-04-26Remove toListSpencer Janssen
2007-04-19add 8 new QC tests, including tests of the layout algorithmDon Stewart
2007-04-19Remove useless pragmaSpencer Janssen
2007-04-19Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart
2007-04-19tweak loc count to match count_lines scriptDon Stewart
2007-04-19Promote now swaps focused window with master windowDon Stewart
2007-04-11and the tests still runDon Stewart
2007-04-11Change semantics of 'promote'.Don Stewart
2007-04-11merge with toList/fromList patchDon Stewart
2007-04-11Statically distinguish Workspace and Screen indicesDon Stewart
2007-04-11fromList/toList have # of screens + another QC propertyJason Creighton
2007-04-11Xinerama screen switching bugfixJason Creighton
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton
2007-04-01Remove trailing spaces, no content changedAlec Berryman
2007-04-01formatting onlyDon Stewart
2007-03-28allow mouse to change current workspacedaniel
2007-03-22Add promoteSpencer Janssen
2007-03-20Add raiseFocus.Spencer Janssen
2007-03-20Decouple the concepts of focus and window order. First step to tiling!Spencer Janssen
2007-03-18basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)Jason Creighton
2007-03-09unnec. export listDon Stewart
2007-03-09unnec. `nub'Don Stewart