aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)Jason Creighton2007-03-181-0/+4
* unnec. export listDon Stewart2007-03-091-24/+1
* unnec. `nub'Don Stewart2007-03-091-2/+2
* just use Map, not int map. strict updates don't seem to help btw.Don Stewart2007-03-091-13/+12
* comments on whether we lose space due to lazy updates of the stack setDon Stewart2007-03-091-0/+5
* explicit interface on StackSet. maybe it should be a seperate package ... ?Don Stewart2007-03-091-1/+24
* simpler type (no need to cache size, we *could* grow new stacks on demand now)Don Stewart2007-03-091-53/+21
* replace Seq [a] with IntMap [a], hopefully gets 6.4 supportDon Stewart2007-03-091-19/+19
* simplify StackSet api even further (-15 loc)Don Stewart2007-03-091-54/+23
* shrink StackSet apiDon Stewart2007-03-091-40/+25
* commentsDon Stewart2007-03-091-1/+6
* move tests into subdirDon Stewart2007-03-081-171/+4
* Switch to using abstract StackSet data type. Most workspace logic moved into ...Don Stewart2007-03-081-0/+383