aboutsummaryrefslogtreecommitdiffstats
path: root/StackSet.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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