| Commit message (Expand) | Author | Files | Lines |
2007-06-04 | whitespace | Don Stewart | 1 | -3/+3 |
2007-06-04 | -Wall | Don Stewart | 1 | -1/+0 |
2007-06-04 | do not cache atom values within Xmonad, instead let Xlib worry about caching ... | Stefan O'Rear | 1 | -3/+11 |
2007-06-01 | Rename withWorkspace to withWindowSet. | glasser | 1 | -4/+4 |
2007-05-30 | Minor style change. | Spencer Janssen | 1 | -1/+1 |
2007-05-30 | log errors on executeFile in restart | nickburlett | 1 | -1/+1 |
2007-05-28 | support per-screen gap settings. you can have different gaps on individual sc... | Don Stewart | 1 | -1/+1 |
2007-05-28 | Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen | Don Stewart | 1 | -14/+11 |
2007-05-27 | mod-b, toggle on or off the status bar gap | Don Stewart | 1 | -0/+1 |
2007-05-27 | dead code | Don Stewart | 1 | -1/+0 |
2007-05-22 | restart: don't preserve old args | Spencer Janssen | 1 | -4/+3 |
2007-05-22 | Generalize withDisplay's type | Spencer Janssen | 1 | -1/+1 |
2007-05-22 | List --resume args first | Spencer Janssen | 1 | -1/+1 |
2007-05-21 | Experimental support for a beefier restart. | Spencer Janssen | 1 | -7/+15 |
2007-05-21 | Catch the exception rather than explicitly checking the PATH | Spencer Janssen | 1 | -6/+2 |
2007-05-21 | Put restart in the X monad | Spencer Janssen | 1 | -2/+2 |
2007-05-21 | Show instances for WorkspaceId and ScreenId | Spencer Janssen | 1 | -2/+2 |
2007-05-21 | Use Position for dimensions | Spencer Janssen | 1 | -4/+4 |
2007-05-21 | Make screen info dynamic: first step to supporting randr | Spencer Janssen | 1 | -3/+3 |
2007-05-21 | s/workspace/windowset/ | Jason Creighton | 1 | -2/+2 |
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 |