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
/
tests
/
Properties.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HEADS UP: change key binding for swapLeft/Right and IncMaster
Don Stewart
2007-05-26
1
-46
/
+46
*
Add a test that the size field of StackSet is correct to QuickCheck invariant.
glasser
2007-05-25
1
-0
/
+3
*
Quickcheck property to check that delete / focus behaviour
Rob
2007-05-25
1
-0
/
+4
*
Fix bug in noDuplicate invariant
Rob
2007-05-25
1
-3
/
+3
*
add swapLeft and swapRight
bobstopper
2007-05-22
1
-23
/
+46
*
Move xinerama current/visible/hidden workspace logic into StackSet directly.
Don Stewart
2007-05-21
1
-70
/
+53
*
HEADS UP: Rewrite StackSet as a Zipper
Don Stewart
2007-05-20
1
-276
/
+537
*
variable number of windows in master area
Jason Creighton
2007-05-16
1
-2
/
+2
*
beautify tile
David Roundy
2007-05-15
1
-3
/
+3
*
keep focus stack.
David Roundy
2007-05-10
1
-9
/
+12
*
Remove broken prop_promoterotate, replace it with prop_promote_raise_id
Spencer Janssen
2007-05-08
1
-4
/
+7
*
Disable shift_reversible until focus issues are decided.
Spencer Janssen
2007-05-08
1
-1
/
+5
*
Disable delete.push until focus issues are decided
Spencer Janssen
2007-05-08
1
-1
/
+5
*
Make tests typecheck
Spencer Janssen
2007-05-08
1
-1
/
+1
*
Arbitrary instance for StackSet must set random focus on each workspace
Don Stewart
2007-05-08
1
-7
/
+33
*
make quickcheck tests friendlier to read.
David Roundy
2007-05-05
1
-1
/
+6
*
make Properties.hs exit with failure on test failure
Jason Creighton
2007-05-05
1
-7
/
+8
*
added mirrorLayout to mirror arbitrary layouts
Jason Creighton
2007-05-04
1
-8
/
+2
*
-Wall police
Don Stewart
2007-05-03
1
-0
/
+2
*
Fix tests after StackSet changes
Spencer Janssen
2007-05-02
1
-2
/
+3
*
First steps to adding floating layer
Spencer Janssen
2007-05-02
1
-1
/
+1
*
check we never generate invalid stack sets
Don Stewart
2007-04-30
1
-1
/
+18
*
view n . shift n . view i . shift i) x
Don Stewart
2007-04-30
1
-4
/
+8
*
add rotate all and view idempotency tests
Don Stewart
2007-04-30
1
-3
/
+19
*
push is idempotent
Don Stewart
2007-04-30
1
-1
/
+3
*
add two properties relating to empty window managers
Don Stewart
2007-04-30
1
-1
/
+13
*
new QC property: opening a window only affects the current screen
Don Stewart
2007-04-30
1
-0
/
+8
*
a bit more precise about building non-empty stacksets for one test
Don Stewart
2007-04-30
1
-1
/
+1
*
move size into Properties.hs
Don Stewart
2007-04-30
1
-0
/
+5
*
add fromList to Properties.hs
Don Stewart
2007-04-29
1
-1
/
+20
*
Remove toList
Spencer Janssen
2007-04-26
1
-6
/
+1
*
Arbitrary Word64 for running tests on amd64
Alec Berryman
2007-04-19
1
-0
/
+8
*
add 8 new QC tests, including tests of the layout algorithm
Don Stewart
2007-04-19
1
-2
/
+125
*
Parameterise StackSet by two index types, rather than breaking abstraction
Don Stewart
2007-04-19
1
-3
/
+3
*
2 more properties for promote.
Don Stewart
2007-04-19
1
-2
/
+17
*
Promote now swaps focused window with master window
Don Stewart
2007-04-19
1
-1
/
+9
*
and the tests still run
Don Stewart
2007-04-11
1
-5
/
+6
*
fromList/toList have # of screens + another QC property
Jason Creighton
2007-04-11
1
-1
/
+9
*
moved screen <-> workspace mapping from XMonad to StackSet
Jason Creighton
2007-04-10
1
-7
/
+19
*
added a quickcheck property
daniel
2007-03-28
1
-0
/
+7
*
more QC properties on StackSets
Don Stewart
2007-03-09
1
-7
/
+42
*
simpler type (no need to cache size, we *could* grow new stacks on demand now)
Don Stewart
2007-03-09
1
-4
/
+2
*
simplify StackSet api even further (-15 loc)
Don Stewart
2007-03-09
1
-3
/
+1
*
smaller api, less tests
Don Stewart
2007-03-09
1
-37
/
+5
*
forgot to add Properties.hs
Don Stewart
2007-03-08
1
-0
/
+166