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
/
tests
Age
Commit message (
Expand
)
Author
2007-04-30
a bit more precise about building non-empty stacksets for one test
Don Stewart
2007-04-30
move size into Properties.hs
Don Stewart
2007-04-29
add fromList to Properties.hs
Don Stewart
2007-04-26
Remove toList
Spencer Janssen
2007-04-19
Arbitrary Word64 for running tests on amd64
Alec Berryman
2007-04-19
add 8 new QC tests, including tests of the layout algorithm
Don Stewart
2007-04-19
Parameterise StackSet by two index types, rather than breaking abstraction
Don Stewart
2007-04-19
2 more properties for promote.
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-18
Update propaganda.
Spencer Janssen
2007-04-18
define test to ensure LOC doesn't jump above 400.
David Roundy
2007-04-11
and the tests still run
Don Stewart
2007-04-11
fromList/toList have # of screens + another QC property
Jason Creighton
2007-04-10
moved screen <-> workspace mapping from XMonad to StackSet
Jason Creighton
2007-03-28
added a quickcheck property
daniel
2007-03-09
more QC properties on StackSets
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
simplify StackSet api even further (-15 loc)
Don Stewart
2007-03-09
smaller api, less tests
Don Stewart
2007-03-08
forgot to add Properties.hs
Don Stewart