| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unsafe fromJust | Spencer Janssen | 2007-05-08 | 1 | -1/+1 |
* | Work around the fact that Yhc gets defaulting a bit wrong | Neil Mitchell http://www.cs.york.ac.uk/~ndm/ | 2007-05-08 | 1 | -1/+3 |
* | Remove unsafe use of head | Spencer Janssen | 2007-05-08 | 1 | -1/+2 |
* | Make 'index' return Nothing, rather than error | Spencer Janssen | 2007-05-08 | 1 | -4/+4 |
* | Use 'drop 1' rather than tail, skip equality check. | Spencer Janssen | 2007-05-08 | 1 | -4/+5 |
* | StackSet.view: ignore invalid indices | Spencer Janssen | 2007-05-08 | 1 | -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-08 | 1 | -7/+4 |
* | make quickcheck tests friendlier to read. | David Roundy | 2007-05-05 | 1 | -1/+1 |
* | Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymore | Spencer Janssen | 2007-05-03 | 1 | -0/+2 |
* | First steps to adding floating layer | Spencer Janssen | 2007-05-02 | 1 | -14/+17 |
* | remove redundant call to 'delete' in 'shift' | Don Stewart | 2007-04-30 | 1 | -1/+1 |
* | clean 'delete' a little | Don Stewart | 2007-04-30 | 1 | -7/+5 |
* | shrink 'swap' | Don Stewart | 2007-04-30 | 1 | -8/+5 |
* | shrink 'rotate' a little | Don Stewart | 2007-04-30 | 1 | -4/+2 |
* | move size into Properties.hs | Don Stewart | 2007-04-30 | 1 | -4/+1 |
* | don't need 'size' operation on StackSet | Don Stewart | 2007-04-30 | 1 | -5/+6 |
* | move fromList into Properties.hs, -17 loc | Don Stewart | 2007-04-29 | 1 | -20/+3 |
* | Remove toList | Spencer Janssen | 2007-04-26 | 1 | -9/+2 |
* | add 8 new QC tests, including tests of the layout algorithm | Don Stewart | 2007-04-19 | 1 | -2/+6 |
* | Remove useless pragma | Spencer Janssen | 2007-04-19 | 1 | -1/+0 |
* | Parameterise StackSet by two index types, rather than breaking abstraction | Don Stewart | 2007-04-19 | 1 | -45/+43 |
* | tweak loc count to match count_lines script | Don Stewart | 2007-04-19 | 1 | -5/+5 |
* | Promote now swaps focused window with master window | Don Stewart | 2007-04-19 | 1 | -4/+27 |
* | and the tests still run | Don Stewart | 2007-04-11 | 1 | -14/+5 |
* | Change semantics of 'promote'. | Don Stewart | 2007-04-11 | 1 | -6/+15 |
* | merge with toList/fromList patch | Don Stewart | 2007-04-11 | 1 | -10/+12 |
* | Statically distinguish Workspace and Screen indices | Don Stewart | 2007-04-11 | 1 | -32/+45 |
* | fromList/toList have # of screens + another QC property | Jason Creighton | 2007-04-11 | 1 | -9/+10 |
* | Xinerama screen switching bugfix | Jason Creighton | 2007-04-11 | 1 | -1/+1 |
* | moved screen <-> workspace mapping from XMonad to StackSet | Jason Creighton | 2007-04-10 | 1 | -17/+45 |
* | Remove trailing spaces, no content changed | Alec Berryman | 2007-04-01 | 1 | -2/+2 |
* | formatting only | Don Stewart | 2007-04-01 | 1 | -3/+8 |
* | allow mouse to change current workspace | daniel | 2007-03-28 | 1 | -2/+2 |
* | Add promote | Spencer Janssen | 2007-03-22 | 1 | -0/+6 |
* | Add raiseFocus. | Spencer Janssen | 2007-03-20 | 1 | -0/+7 |
* | Decouple the concepts of focus and window order. First step to tiling! | Spencer Janssen | 2007-03-20 | 1 | -9/+24 |
* | basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras) | Jason Creighton | 2007-03-18 | 1 | -0/+4 |
* | unnec. export list | Don Stewart | 2007-03-09 | 1 | -24/+1 |
* | unnec. `nub' | Don Stewart | 2007-03-09 | 1 | -2/+2 |
* | just use Map, not int map. strict updates don't seem to help btw. | Don Stewart | 2007-03-09 | 1 | -13/+12 |
* | comments on whether we lose space due to lazy updates of the stack set | Don Stewart | 2007-03-09 | 1 | -0/+5 |
* | explicit interface on StackSet. maybe it should be a seperate package ... ? | Don Stewart | 2007-03-09 | 1 | -1/+24 |
* | simpler type (no need to cache size, we *could* grow new stacks on demand now) | Don Stewart | 2007-03-09 | 1 | -53/+21 |
* | replace Seq [a] with IntMap [a], hopefully gets 6.4 support | Don Stewart | 2007-03-09 | 1 | -19/+19 |
* | simplify StackSet api even further (-15 loc) | Don Stewart | 2007-03-09 | 1 | -54/+23 |
* | shrink StackSet api | Don Stewart | 2007-03-09 | 1 | -40/+25 |
* | comments | Don Stewart | 2007-03-09 | 1 | -1/+6 |
* | move tests into subdir | Don Stewart | 2007-03-08 | 1 | -171/+4 |
* | Switch to using abstract StackSet data type. Most workspace logic moved into ... | Don Stewart | 2007-03-08 | 1 | -0/+383 |