index
:
xmonad
master
mirror of http://code.haskell.org/xmonad
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move special case 'view' code into 'windows'.
Spencer Janssen
2007-05-21
1
-9
/
+16
*
Experimental support for a beefier restart.
Spencer Janssen
2007-05-21
3
-10
/
+24
*
Catch the exception rather than explicitly checking the PATH
Spencer Janssen
2007-05-21
1
-6
/
+2
*
Put restart in the X monad
Spencer Janssen
2007-05-21
2
-3
/
+3
*
Show instances for WorkspaceId and ScreenId
Spencer Janssen
2007-05-21
1
-2
/
+2
*
Read instance for StackSet
Spencer Janssen
2007-05-21
1
-4
/
+4
*
Remove redundant fromIntegrals
Spencer Janssen
2007-05-21
1
-1
/
+1
*
Use Position for dimensions
Spencer Janssen
2007-05-21
1
-4
/
+4
*
Make screen info dynamic: first step to supporting randr
Spencer Janssen
2007-05-21
3
-10
/
+10
*
modify
Don Stewart
2007-05-21
1
-1
/
+2
*
Move xinerama current/visible/hidden workspace logic into StackSet directly.
Don Stewart
2007-05-21
3
-126
/
+120
*
s/workspace/windowset/
Jason Creighton
2007-05-21
3
-8
/
+8
*
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
*
only hide old workspace on view if the old workspace is not visible (Xinerama)
Jason Creighton
2007-05-21
1
-1
/
+3
*
Fix mod-j/k bindings
Spencer Janssen
2007-05-21
1
-3
/
+3
*
Be explicit about suspicious System.Mem import
Spencer Janssen
2007-05-20
1
-1
/
+1
*
HEADS UP: Rewrite StackSet as a Zipper
Don Stewart
2007-05-20
7
-757
/
+1107
*
Read is not needed for StackSet
Spencer Janssen
2007-05-16
1
-1
/
+1
*
variable number of windows in master area
Jason Creighton
2007-05-16
3
-13
/
+25
*
Use camelCase, please.
Spencer Janssen
2007-05-16
1
-10
/
+10
*
beautify tile
David Roundy
2007-05-15
2
-14
/
+21
*
put doLayout in the X monad.
David Roundy
2007-05-12
2
-5
/
+7
*
setsid() before exec. Intended to fix issue #7
Spencer Janssen
2007-05-14
1
-2
/
+2
*
keep focus stack.
David Roundy
2007-05-10
2
-24
/
+35
*
bump LOC limit to 550
Jason Creighton
2007-05-10
1
-1
/
+1
*
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
*
Remove unsafe fromJust
Spencer Janssen
2007-05-08
1
-1
/
+1
*
Add the initial Catch testing framework for StackSet
Neil Mitchell http://www.cs.york.ac.uk/~ndm/
2007-05-08
1
-0
/
+60
*
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
*
Make tests typecheck
Spencer Janssen
2007-05-08
1
-1
/
+1
*
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
2
-7
/
+7
*
Use 'drop 1' rather than tail, skip equality check.
Spencer Janssen
2007-05-08
1
-4
/
+5
*
Redundant parens
Spencer Janssen
2007-05-08
1
-1
/
+1
*
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
*
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
2
-2
/
+7
*
make Properties.hs exit with failure on test failure
Jason Creighton
2007-05-05
1
-7
/
+8
*
since we just ignore type errors, no need to derive Show
Don Stewart
2007-05-04
2
-2
/
+2
*
Constrain layout messages to be members of a Message class
Don Stewart
2007-05-04
3
-32
/
+54
*
Handle empty layout lists
Spencer Janssen
2007-05-04
3
-10
/
+13
*
refactoring, style, comments on new layout code
Don Stewart
2007-05-04
2
-40
/
+61
*
use anyKey constant instead of magic number
Jason Creighton
2007-05-04
1
-1
/
+1
*
added mirrorLayout to mirror arbitrary layouts
Jason Creighton
2007-05-04
2
-18
/
+11
*
Fix layout switching order
Spencer Janssen
2007-05-04
1
-2
/
+1
[next]