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