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