summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
AgeCommit message (Expand)Author
2007-04-01Remove trailing spaces, no content changedAlec Berryman
2007-04-01formatting onlyDon Stewart
2007-03-28allow mouse to change current workspacedaniel
2007-03-22Add promoteSpencer Janssen
2007-03-20Add raiseFocus.Spencer Janssen
2007-03-20Decouple the concepts of focus and window order. First step to tiling!Spencer Janssen
2007-03-18basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)Jason Creighton
2007-03-09unnec. export listDon Stewart
2007-03-09unnec. `nub'Don Stewart
2007-03-09just use Map, not int map. strict updates don't seem to help btw.Don Stewart
2007-03-09comments on whether we lose space due to lazy updates of the stack setDon Stewart
2007-03-09explicit interface on StackSet. maybe it should be a seperate package ... ?Don Stewart
2007-03-09simpler type (no need to cache size, we *could* grow new stacks on demand now)Don Stewart
2007-03-09replace Seq [a] with IntMap [a], hopefully gets 6.4 supportDon Stewart
2007-03-09simplify StackSet api even further (-15 loc)Don Stewart
2007-03-09shrink StackSet apiDon Stewart
2007-03-09commentsDon Stewart
2007-03-08move tests into subdirDon Stewart
2007-03-08Switch to using abstract StackSet data type. Most workspace logic moved into ...Don Stewart