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-06-11
-Wall police
Spencer Janssen
2007-06-11
Add StackSet.filter
Spencer Janssen
2007-06-10
haddock compatibility
Andrea Rossato
2007-06-09
HEADS UP: (logging format change). use a custom pretty printer, for an easier...
Don Stewart
2007-06-05
whitespace only
Don Stewart
2007-06-04
-Wall police
Spencer Janssen
2007-06-04
realign guard
l.mai
2007-06-04
swapUp/Down are also mirrored
Spencer Janssen
2007-06-04
Remove redundant cases in swapUp/Down
Spencer Janssen
2007-06-04
focusUp/Down are the same, in reversed order
Spencer Janssen
2007-06-04
Simplify focusUp/Down
Spencer Janssen
2007-06-04
Integral implies Eq
Spencer Janssen
2007-06-04
Comment typo.
Spencer Janssen
2007-06-04
Use the new integrate function
Spencer Janssen
2007-06-04
Add integrate
Spencer Janssen
2007-05-31
clean up mouse code a bit
Don Stewart
2007-05-31
first shot at a floating layer
Jason Creighton
2007-05-26
HEADS UP: change key binding for swapLeft/Right and IncMaster
Don Stewart
2007-05-26
type sig for abort.
Don Stewart
2007-05-24
Add an abort function, called for deliberate and intentional errors
Neil Mitchell
2007-05-25
Deleting a window should not affect focus
Rob
2007-05-22
add swapLeft and swapRight
bobstopper
2007-05-21
Read instance for StackSet
Spencer Janssen
2007-05-21
modify
Don Stewart
2007-05-21
Move xinerama current/visible/hidden workspace logic into StackSet directly.
Don Stewart
2007-05-21
focusWindow: always view the containing workspace first
Jason Creighton
2007-05-21
explicit export list for StackSet
Don Stewart
2007-05-20
comment only
Don Stewart
2007-05-20
HEADS UP: Rewrite StackSet as a Zipper
Don Stewart
2007-05-16
Read is not needed for StackSet
Spencer Janssen
2007-05-10
keep focus stack.
David Roundy
2007-05-08
Remove unsafe fromJust
Spencer Janssen
2007-05-08
Work around the fact that Yhc gets defaulting a bit wrong
Neil Mitchell http://www.cs.york.ac.uk/~ndm/
2007-05-08
Remove unsafe use of head
Spencer Janssen
2007-05-08
Make 'index' return Nothing, rather than error
Spencer Janssen
2007-05-08
Use 'drop 1' rather than tail, skip equality check.
Spencer Janssen
2007-05-08
StackSet.view: ignore invalid indices
Spencer Janssen
2007-05-08
Change the swap function so its Haskell 98, by using list-comps instead of pa...
Neil Mitchell http://www.cs.york.ac.uk/~ndm/
2007-05-05
make quickcheck tests friendlier to read.
David Roundy
2007-05-03
Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymore
Spencer Janssen
2007-05-02
First steps to adding floating layer
Spencer Janssen
2007-04-30
remove redundant call to 'delete' in 'shift'
Don Stewart
2007-04-30
clean 'delete' a little
Don Stewart
2007-04-30
shrink 'swap'
Don Stewart
2007-04-30
shrink 'rotate' a little
Don Stewart
2007-04-30
move size into Properties.hs
Don Stewart
2007-04-30
don't need 'size' operation on StackSet
Don Stewart
2007-04-29
move fromList into Properties.hs, -17 loc
Don Stewart
2007-04-26
Remove toList
Spencer Janssen
2007-04-19
add 8 new QC tests, including tests of the layout algorithm
Don Stewart
[next]