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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-06-26
fix empty case in 'filter', and note differences in semantics wrt. focus to '...
Don Stewart
1
-4
/
+9
2007-06-26
clean up 'StackSet.filter' for style
Don Stewart
1
-4
/
+4
2007-06-17
-Wall police, and turn on -fno-warn-orphans
Don Stewart
1
-6
/
+1
2007-06-14
make workspace tag not need to be a Num.
David Roundy
1
-15
/
+33
2007-06-14
haddock tuning for StackSet.hs
Andrea Rossato
1
-28
/
+45
2007-06-12
make focus, up and down complete functions.
David Roundy
1
-51
/
+57
2007-06-12
add differentiate function to StackSet to go [a] -> Stack a.
David Roundy
1
-1
/
+8
2007-06-12
Make 'view' a total function
Spencer Janssen
1
-1
/
+1
2007-06-11
-Wall police
Spencer Janssen
1
-1
/
+1
2007-06-11
Add StackSet.filter
Spencer Janssen
1
-2
/
+15
2007-06-10
haddock compatibility
Andrea Rossato
1
-68
/
+81
2007-06-09
HEADS UP: (logging format change). use a custom pretty printer, for an easier...
Don Stewart
1
-1
/
+0
2007-06-05
whitespace only
Don Stewart
1
-8
/
+7
2007-06-04
-Wall police
Spencer Janssen
1
-5
/
+8
2007-06-04
realign guard
l.mai
1
-1
/
+1
2007-06-04
swapUp/Down are also mirrored
Spencer Janssen
1
-6
/
+5
2007-06-04
Remove redundant cases in swapUp/Down
Spencer Janssen
1
-2
/
+0
2007-06-04
focusUp/Down are the same, in reversed order
Spencer Janssen
1
-6
/
+9
2007-06-04
Simplify focusUp/Down
Spencer Janssen
1
-4
/
+2
2007-06-04
Integral implies Eq
Spencer Janssen
1
-1
/
+1
2007-06-04
Comment typo.
Spencer Janssen
1
-3
/
+0
2007-06-04
Use the new integrate function
Spencer Janssen
1
-1
/
+1
2007-06-04
Add integrate
Spencer Janssen
1
-1
/
+8
2007-05-31
clean up mouse code a bit
Don Stewart
1
-5
/
+8
2007-05-31
first shot at a floating layer
Jason Creighton
1
-10
/
+20
2007-05-26
HEADS UP: change key binding for swapLeft/Right and IncMaster
Don Stewart
1
-43
/
+48
2007-05-26
type sig for abort.
Don Stewart
1
-2
/
+3
2007-05-24
Add an abort function, called for deliberate and intentional errors
Neil Mitchell
1
-2
/
+6
2007-05-25
Deleting a window should not affect focus
Rob
1
-2
/
+5
2007-05-22
add swapLeft and swapRight
bobstopper
1
-7
/
+24
2007-05-21
Read instance for StackSet
Spencer Janssen
1
-4
/
+4
2007-05-21
modify
Don Stewart
1
-1
/
+2
2007-05-21
Move xinerama current/visible/hidden workspace logic into StackSet directly.
Don Stewart
1
-46
/
+55
2007-05-21
focusWindow: always view the containing workspace first
Jason Creighton
1
-9
/
+4
2007-05-21
explicit export list for StackSet
Don Stewart
1
-1
/
+5
2007-05-20
comment only
Don Stewart
1
-4
/
+4
2007-05-20
HEADS UP: Rewrite StackSet as a Zipper
Don Stewart
1
-211
/
+337
2007-05-16
Read is not needed for StackSet
Spencer Janssen
1
-1
/
+1
2007-05-10
keep focus stack.
David Roundy
1
-15
/
+23
2007-05-08
Remove unsafe fromJust
Spencer Janssen
1
-1
/
+1
2007-05-08
Work around the fact that Yhc gets defaulting a bit wrong
Neil Mitchell http://www.cs.york.ac.uk/~ndm/
1
-1
/
+3
2007-05-08
Remove unsafe use of head
Spencer Janssen
1
-1
/
+2
2007-05-08
Make 'index' return Nothing, rather than error
Spencer Janssen
1
-4
/
+4
2007-05-08
Use 'drop 1' rather than tail, skip equality check.
Spencer Janssen
1
-4
/
+5
2007-05-08
StackSet.view: ignore invalid indices
Spencer Janssen
1
-3
/
+3
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/
1
-7
/
+4
2007-05-05
make quickcheck tests friendlier to read.
David Roundy
1
-1
/
+1
2007-05-03
Add -fglasgow-exts for pattern guards. Properties.hs doesn't complain anymore
Spencer Janssen
1
-0
/
+2
2007-05-02
First steps to adding floating layer
Spencer Janssen
1
-14
/
+17
2007-04-30
remove redundant call to 'delete' in 'shift'
Don Stewart
1
-1
/
+1
[prev]
[next]