index
:
metatile
master
A fork of XMonad
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
StackSet.hs
Age
Commit message (
Expand
)
Author
2007-04-19
Parameterise StackSet by two index types, rather than breaking abstraction
Don Stewart
2007-04-19
tweak loc count to match count_lines script
Don Stewart
2007-04-19
Promote now swaps focused window with master window
Don Stewart
2007-04-11
and the tests still run
Don Stewart
2007-04-11
Change semantics of 'promote'.
Don Stewart
2007-04-11
merge with toList/fromList patch
Don Stewart
2007-04-11
Statically distinguish Workspace and Screen indices
Don Stewart
2007-04-11
fromList/toList have # of screens + another QC property
Jason Creighton
2007-04-11
Xinerama screen switching bugfix
Jason Creighton
2007-04-10
moved screen <-> workspace mapping from XMonad to StackSet
Jason Creighton
2007-04-01
Remove trailing spaces, no content changed
Alec Berryman
2007-04-01
formatting only
Don Stewart
2007-03-28
allow mouse to change current workspace
daniel
2007-03-22
Add promote
Spencer Janssen
2007-03-20
Add raiseFocus.
Spencer Janssen
2007-03-20
Decouple the concepts of focus and window order. First step to tiling!
Spencer Janssen
2007-03-18
basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)
Jason Creighton
2007-03-09
unnec. export list
Don Stewart
2007-03-09
unnec. `nub'
Don Stewart
2007-03-09
just use Map, not int map. strict updates don't seem to help btw.
Don Stewart
2007-03-09
comments on whether we lose space due to lazy updates of the stack set
Don Stewart
2007-03-09
explicit interface on StackSet. maybe it should be a seperate package ... ?
Don Stewart
2007-03-09
simpler type (no need to cache size, we *could* grow new stacks on demand now)
Don Stewart
2007-03-09
replace Seq [a] with IntMap [a], hopefully gets 6.4 support
Don Stewart
2007-03-09
simplify StackSet api even further (-15 loc)
Don Stewart
2007-03-09
shrink StackSet api
Don Stewart
2007-03-09
comments
Don Stewart
2007-03-08
move tests into subdir
Don Stewart
2007-03-08
Switch to using abstract StackSet data type. Most workspace logic moved into ...
Don Stewart