| Commit message (Expand) | Author | Files | Lines |
2007-05-20 | HEADS UP: Rewrite StackSet as a Zipper | Don Stewart | 1 | -4/+31 |
2007-05-12 | put doLayout in the X monad. | David Roundy | 1 | -1/+1 |
2007-05-14 | setsid() before exec. Intended to fix issue #7 | Spencer Janssen | 1 | -2/+2 |
2007-05-04 | since we just ignore type errors, no need to derive Show | Don Stewart | 1 | -1/+1 |
2007-05-04 | Constrain layout messages to be members of a Message class | Don Stewart | 1 | -10/+28 |
2007-05-04 | Handle empty layout lists | Spencer Janssen | 1 | -1/+2 |
2007-05-04 | refactoring, style, comments on new layout code | Don Stewart | 1 | -1/+3 |
2007-05-03 | add support for extensible layouts. | David Roundy | 1 | -11/+5 |
2007-05-03 | comments. and stop tracing events to stderr | Don Stewart | 1 | -2/+6 |
2007-04-30 | Add Config.hs-boot, remove defaultLayoutDesc from XConf | Spencer Janssen | 1 | -1/+0 |
2007-04-30 | Comment only | Spencer Janssen | 1 | -12/+12 |
2007-04-30 | Comment only | Spencer Janssen | 1 | -1/+1 |
2007-04-30 | Add XConf for values that don't change. | Spencer Janssen | 1 | -10/+14 |
2007-04-30 | configurable border colors | Jason Creighton | 1 | -0/+2 |
2007-04-19 | add 8 new QC tests, including tests of the layout algorithm | Don Stewart | 1 | -0/+1 |
2007-04-19 | WindowSet is better than WorkSpace | Spencer Janssen | 1 | -3/+3 |
2007-04-19 | Parameterise StackSet by two index types, rather than breaking abstraction | Don Stewart | 1 | -5/+10 |
2007-04-11 | clean up tiling code a teensy bit, and comment on the interaction between foc... | Don Stewart | 1 | -3/+3 |
2007-04-11 | clean up only | Don Stewart | 1 | -22/+29 |
2007-04-11 | Statically distinguish Workspace and Screen indices | Don Stewart | 1 | -5/+2 |
2007-04-10 | moved screen <-> workspace mapping from XMonad to StackSet | Jason Creighton | 1 | -1/+0 |
2007-04-10 | Simplify rot | Spencer Janssen | 1 | -2/+2 |
2007-04-09 | Remove unused 'screen' field | Spencer Janssen | 1 | -1/+0 |
2007-04-09 | Document XState fields | Spencer Janssen | 1 | -13/+11 |
2007-04-09 | Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code. | Don Stewart | 1 | -11/+13 |
2007-04-03 | Use Tall and Wide for split screen layouts. This should be less confusing. | Spencer Janssen | 1 | -1/+1 |
2007-04-03 | vertical (master area on top) tiling | Jason Creighton | 1 | -1/+1 |
2007-04-02 | Comment typo. | Spencer Janssen | 1 | -1/+1 |
2007-04-02 | Revert to the old layout code. | Spencer Janssen | 1 | -39/+7 |
2007-04-01 | Remove trailing spaces, no content changed | Alec Berryman | 1 | -1/+1 |
2007-04-01 | Merged things together with dons changes. | hughes | 1 | -6/+7 |
2007-04-01 | Vertical/horizontal split, and resizability. | hughes | 1 | -6/+36 |
2007-04-01 | formatting fixes. the style is getting a bit dodgy in some places... | Don Stewart | 1 | -1/+6 |
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 |