| Commit message (Expand) | Author | Files | Lines |
2007-03-28 | first shot at allowing click to focus windows | daniel | 1 | -4/+0 |
2007-03-26 | Workspace-specific layouts | hughes | 1 | -3/+15 |
2007-03-21 | Allow dynamic width in tiling mode | daniel | 1 | -0/+2 |
2007-03-20 | Initial tiling support. | Spencer Janssen | 1 | -2/+6 |
2007-03-20 | changed type of getScreenInfo in Graphics.X11.Xinerama | Jason Creighton | 1 | -3/+1 |
2007-03-18 | basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras) | Jason Creighton | 1 | -1/+8 |
2007-03-16 | -Wall police | Spencer Janssen | 1 | -1/+0 |
2007-03-14 | Actually fix the zombie issue. | Spencer Janssen | 1 | -3/+8 |
2007-03-13 | Sloppy typos in spawn. | Spencer Janssen | 1 | -2/+4 |
2007-03-13 | Fix forking issues, add unix dependency. | Spencer Janssen | 1 | -3/+2 |
2007-03-12 | catch exceptions in spawn, so failing to fork won't kill the wm | Don Stewart | 1 | -1/+3 |
2007-03-12 | comments, move isRoot into XMonad | Don Stewart | 1 | -2/+12 |
2007-03-11 | general refactor, and call xerrorhandler to ignore certain undetectable issues | Don Stewart | 1 | -3/+6 |
2007-03-10 | XMonad | Don Stewart | 1 | -19/+19 |
2007-03-10 | refactor, trying to seperate out IO from W stuff, in order to QC the handler ... | Don Stewart | 1 | -2/+2 |
2007-03-09 | fmt only | Don Stewart | 1 | -2/+1 |
2007-03-09 | sneaky inline | Don Stewart | 1 | -0/+1 |
2007-03-09 | little bit of strictness, based on -prof output | Don Stewart | 1 | -1/+1 |
2007-03-09 | -12 lines, refactor | Don Stewart | 1 | -12/+3 |
2007-03-09 | refactor, -10 or so loc | Don Stewart | 1 | -29/+17 |
2007-03-09 | use new StackSet api | Don Stewart | 1 | -8/+3 |
2007-03-08 | refactoring. heads up: depends on withServer in X11-extras | Don Stewart | 1 | -0/+12 |
2007-03-08 | comments | Don Stewart | 1 | -3/+4 |
2007-03-08 | move W -> WMonad | Don Stewart | 1 | -1/+1 |
2007-03-08 | Switch to using abstract StackSet data type. Most workspace logic moved into ... | Don Stewart | 1 | -37/+28 |
2007-03-07 | Add support for multiple workspaces | Don Stewart | 1 | -21/+14 |
2007-03-07 | -Wall police. and strip the binary | Don Stewart | 1 | -0/+1 |
2007-03-07 | fmt. and use a Map for keycode lookup | Don Stewart | 1 | -2/+2 |
2007-03-07 | dead code | Don Stewart | 1 | -5/+0 |
2007-03-07 | focus left and right (mod-j/mod-k) | Don Stewart | 1 | -3/+28 |
2007-03-07 | derive MonadState, removes most accessors | Don Stewart | 1 | -23/+3 |
2007-03-07 | refactoring. less code | Don Stewart | 1 | -28/+21 |
2007-03-07 | just use [Window] | Don Stewart | 1 | -7/+8 |
2007-03-07 | refactoring | Don Stewart | 1 | -1/+8 |
2007-03-07 | Wm -> W, all good monads have single capital letter names. comment the W.hs file | Don Stewart | 1 | -0/+98 |