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