| Commit message (Expand) | Author | Age | Files | Lines |
* | Another TODO bites the dust | Spencer Janssen | 2007-04-18 | 1 | -2/+0 |
* | Update propaganda. | Spencer Janssen | 2007-04-18 | 2 | -2/+2 |
* | define test to ensure LOC doesn't jump above 400. | David Roundy | 2007-04-18 | 1 | -0/+15 |
* | Update TODO: all the Xinerama issues I've encountered are fixed | Alec Berryman | 2007-04-18 | 1 | -9/+0 |
* | test for xmonad in path first, before restarting | Don Stewart | 2007-04-16 | 1 | -3/+7 |
* | added comment about windows key (mod4Mask) | Jason Creighton | 2007-04-16 | 1 | -2/+3 |
* | remove unused sizeDelta setting | Jason Creighton | 2007-04-16 | 1 | -4/+0 |
* | Note we must fix mod-shift-c before 0.1 can go out | Don Stewart | 2007-04-16 | 1 | -0/+3 |
* | fix typo. | David Roundy | 2007-04-15 | 1 | -1/+1 |
* | added warning re: xmonad in path to mod-shift-q docs | Jason Creighton | 2007-04-14 | 1 | -1/+1 |
* | Clear up documentation on mod-h/l | Spencer Janssen | 2007-04-14 | 1 | -2/+2 |
* | Ignore window entries while moving windows. This should fix all the focus pr... | Spencer Janssen | 2007-04-13 | 1 | -0/+11 |
* | Update TODO | Spencer Janssen | 2007-04-13 | 1 | -2/+3 |
* | mod-wer for Xinerama was inadvertently changed | Alec Berryman | 2007-04-12 | 1 | -1/+1 |
* | and the tests still run | Don Stewart | 2007-04-11 | 2 | -19/+11 |
* | add license headers to two missing files | Don Stewart | 2007-04-11 | 2 | -0/+24 |
* | clean up tiling code a teensy bit, and comment on the interaction between foc... | Don Stewart | 2007-04-11 | 2 | -8/+17 |
* | explain what mod-return now does. it cycles | Don Stewart | 2007-04-11 | 1 | -1/+1 |
* | Change semantics of 'promote'. | Don Stewart | 2007-04-11 | 3 | -14/+19 |
* | clean up only | Don Stewart | 2007-04-11 | 1 | -22/+29 |
* | merge with toList/fromList patch | Don Stewart | 2007-04-11 | 1 | -10/+12 |
* | Statically distinguish Workspace and Screen indices | Don Stewart | 2007-04-11 | 4 | -115/+122 |
* | fromList/toList have # of screens + another QC property | Jason Creighton | 2007-04-11 | 2 | -10/+19 |
* | Xinerama screen switching bugfix | Jason Creighton | 2007-04-11 | 1 | -1/+1 |
* | removed xinerama-enabled dmenu action | Jason Creighton | 2007-04-11 | 1 | -10/+0 |
* | Move workspace fetching logic from Config.hs to Operations.hs | Spencer Janssen | 2007-04-10 | 2 | -1/+5 |
* | moved screen <-> workspace mapping from XMonad to StackSet | Jason Creighton | 2007-04-10 | 6 | -59/+79 |
* | Add notes about StackSet redesign | Spencer Janssen | 2007-04-10 | 1 | -1/+13 |
* | Simplify rot | Spencer Janssen | 2007-04-10 | 1 | -2/+2 |
* | Rearrange TODO | Spencer Janssen | 2007-04-09 | 1 | -15/+16 |
* | Also done | Spencer Janssen | 2007-04-09 | 1 | -1/+0 |
* | Tile algorithm has been improved | Spencer Janssen | 2007-04-09 | 1 | -3/+0 |
* | Vertical tiling done | Spencer Janssen | 2007-04-09 | 1 | -2/+0 |
* | Remove redundant parens | Spencer Janssen | 2007-04-09 | 1 | -1/+1 |
* | Remove unused 'screen' field | Spencer Janssen | 2007-04-09 | 2 | -2/+0 |
* | Document XState fields | Spencer Janssen | 2007-04-09 | 1 | -13/+11 |
* | Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code. | Don Stewart | 2007-04-09 | 2 | -12/+14 |
* | Remove redundant setFocus, setFocus is called by refresh which is called by w... | Spencer Janssen | 2007-04-05 | 1 | -3/+0 |
* | -Wall police | Don Stewart | 2007-04-05 | 1 | -3/+3 |
* | take window borders into account when resizing (requires latest X11-extras) | Jason Creighton | 2007-04-04 | 1 | -1/+10 |
* | summarise key bindings in a table in Config.hs | Don Stewart | 2007-04-04 | 1 | -20/+52 |
* | replace multiple gets with a single get and record bind | Don Stewart | 2007-04-04 | 2 | -18/+10 |
* | Use Tall and Wide for split screen layouts. This should be less confusing. | Spencer Janssen | 2007-04-03 | 3 | -11/+8 |
* | Abusing TODO as a bug tracker: note about overlapping | Alec Berryman | 2007-04-03 | 1 | -0/+2 |
* | Comment typo: more -> move | Alec Berryman | 2007-04-03 | 1 | -1/+1 |
* | Note the Xinerama bugs I've experienced in the TODO | Alec Berryman | 2007-04-02 | 1 | -0/+9 |
* | vertical (master area on top) tiling | Jason Creighton | 2007-04-03 | 2 | -4/+10 |
* | Comment typo. | Spencer Janssen | 2007-04-02 | 1 | -1/+1 |
* | Comment only. | Spencer Janssen | 2007-04-02 | 1 | -0/+5 |
* | Revert to the old layout code. | Spencer Janssen | 2007-04-02 | 4 | -155/+44 |