index
:
xmonad
master
mirror of http://code.haskell.org/xmonad
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
StackSet.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing spaces, no content changed
Alec Berryman
2007-04-01
1
-2
/
+2
*
formatting only
Don Stewart
2007-04-01
1
-3
/
+8
*
allow mouse to change current workspace
daniel
2007-03-28
1
-2
/
+2
*
Add promote
Spencer Janssen
2007-03-22
1
-0
/
+6
*
Add raiseFocus.
Spencer Janssen
2007-03-20
1
-0
/
+7
*
Decouple the concepts of focus and window order. First step to tiling!
Spencer Janssen
2007-03-20
1
-9
/
+24
*
basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)
Jason Creighton
2007-03-18
1
-0
/
+4
*
unnec. export list
Don Stewart
2007-03-09
1
-24
/
+1
*
unnec. `nub'
Don Stewart
2007-03-09
1
-2
/
+2
*
just use Map, not int map. strict updates don't seem to help btw.
Don Stewart
2007-03-09
1
-13
/
+12
*
comments on whether we lose space due to lazy updates of the stack set
Don Stewart
2007-03-09
1
-0
/
+5
*
explicit interface on StackSet. maybe it should be a seperate package ... ?
Don Stewart
2007-03-09
1
-1
/
+24
*
simpler type (no need to cache size, we *could* grow new stacks on demand now)
Don Stewart
2007-03-09
1
-53
/
+21
*
replace Seq [a] with IntMap [a], hopefully gets 6.4 support
Don Stewart
2007-03-09
1
-19
/
+19
*
simplify StackSet api even further (-15 loc)
Don Stewart
2007-03-09
1
-54
/
+23
*
shrink StackSet api
Don Stewart
2007-03-09
1
-40
/
+25
*
comments
Don Stewart
2007-03-09
1
-1
/
+6
*
move tests into subdir
Don Stewart
2007-03-08
1
-171
/
+4
*
Switch to using abstract StackSet data type. Most workspace logic moved into ...
Don Stewart
2007-03-08
1
-0
/
+383