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-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
2007-04-30
clean 'delete' a little
Don Stewart
1
-7
/
+5
2007-04-30
shrink 'swap'
Don Stewart
1
-8
/
+5
2007-04-30
shrink 'rotate' a little
Don Stewart
1
-4
/
+2
2007-04-30
move size into Properties.hs
Don Stewart
1
-4
/
+1
2007-04-30
don't need 'size' operation on StackSet
Don Stewart
1
-5
/
+6
2007-04-29
move fromList into Properties.hs, -17 loc
Don Stewart
1
-20
/
+3
2007-04-26
Remove toList
Spencer Janssen
1
-9
/
+2
2007-04-19
add 8 new QC tests, including tests of the layout algorithm
Don Stewart
1
-2
/
+6
2007-04-19
Remove useless pragma
Spencer Janssen
1
-1
/
+0
2007-04-19
Parameterise StackSet by two index types, rather than breaking abstraction
Don Stewart
1
-45
/
+43
2007-04-19
tweak loc count to match count_lines script
Don Stewart
1
-5
/
+5
2007-04-19
Promote now swaps focused window with master window
Don Stewart
1
-4
/
+27
2007-04-11
and the tests still run
Don Stewart
1
-14
/
+5
2007-04-11
Change semantics of 'promote'.
Don Stewart
1
-6
/
+15
2007-04-11
merge with toList/fromList patch
Don Stewart
1
-10
/
+12
2007-04-11
Statically distinguish Workspace and Screen indices
Don Stewart
1
-32
/
+45
2007-04-11
fromList/toList have # of screens + another QC property
Jason Creighton
1
-9
/
+10
2007-04-11
Xinerama screen switching bugfix
Jason Creighton
1
-1
/
+1
2007-04-10
moved screen <-> workspace mapping from XMonad to StackSet
Jason Creighton
1
-17
/
+45
2007-04-01
Remove trailing spaces, no content changed
Alec Berryman
1
-2
/
+2
2007-04-01
formatting only
Don Stewart
1
-3
/
+8
2007-03-28
allow mouse to change current workspace
daniel
1
-2
/
+2
2007-03-22
Add promote
Spencer Janssen
1
-0
/
+6
2007-03-20
Add raiseFocus.
Spencer Janssen
1
-0
/
+7
2007-03-20
Decouple the concepts of focus and window order. First step to tiling!
Spencer Janssen
1
-9
/
+24
2007-03-18
basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)
Jason Creighton
1
-0
/
+4
[next]