aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* shrink 'rotate' a littleDon Stewart2007-04-301-4/+2
* move size into Properties.hsDon Stewart2007-04-301-4/+1
* don't need 'size' operation on StackSetDon Stewart2007-04-301-5/+6
* move fromList into Properties.hs, -17 locDon Stewart2007-04-291-20/+3
* Remove toListSpencer Janssen2007-04-261-9/+2
* add 8 new QC tests, including tests of the layout algorithmDon Stewart2007-04-191-2/+6
* Remove useless pragmaSpencer Janssen2007-04-191-1/+0
* Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart2007-04-191-45/+43
* tweak loc count to match count_lines scriptDon Stewart2007-04-191-5/+5
* Promote now swaps focused window with master windowDon Stewart2007-04-191-4/+27
* and the tests still runDon Stewart2007-04-111-14/+5
* Change semantics of 'promote'.Don Stewart2007-04-111-6/+15
* merge with toList/fromList patchDon Stewart2007-04-111-10/+12
* Statically distinguish Workspace and Screen indicesDon Stewart2007-04-111-32/+45
* fromList/toList have # of screens + another QC propertyJason Creighton2007-04-111-9/+10
* Xinerama screen switching bugfixJason Creighton2007-04-111-1/+1
* moved screen <-> workspace mapping from XMonad to StackSetJason Creighton2007-04-101-17/+45
* Remove trailing spaces, no content changedAlec Berryman2007-04-011-2/+2
* formatting onlyDon Stewart2007-04-011-3/+8
* allow mouse to change current workspacedaniel2007-03-281-2/+2
* Add promoteSpencer Janssen2007-03-221-0/+6
* Add raiseFocus.Spencer Janssen2007-03-201-0/+7
* Decouple the concepts of focus and window order. First step to tiling!Spencer Janssen2007-03-201-9/+24