| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | do not cache atom values within Xmonad, instead let Xlib worry about caching ... | Stefan O'Rear | 2007-06-04 | 3 | -8/+13 |
* | Honor configure requests from unmanaged windows | Spencer Janssen | 2007-06-04 | 1 | -4/+4 |
* | -Wall police | Spencer Janssen | 2007-06-03 | 1 | -4/+3 |
* | Correctly handle resize requests (-12 +22) | Stefan O'Rear | 2007-06-03 | 1 | -12/+22 |
* | comments only | Don Stewart | 2007-06-03 | 1 | -4/+13 |
* | Polish core layout code. Lifts limitation on nmaster > 1. it may be 0 now | Don Stewart | 2007-06-03 | 1 | -41/+41 |
* | heads up: polish config.hs. moves tiling-local values into lexical scope. rem... | Don Stewart | 2007-06-03 | 2 | -28/+61 |
* | set build-depends base> | Don Stewart | 2007-06-03 | 1 | -2/+2 |
* | Fix out-of-date comment in Config.hs. | Chris Mears | 2007-06-02 | 1 | -1/+1 |
* | only grab button{1,2,3} for click-to-focus (scrollwheel shouldn't focus) | Jason Creighton | 2007-06-02 | 1 | -2/+3 |
* | make mouse bindings configurable | Jason Creighton | 2007-06-02 | 4 | -54/+69 |
* | commented out implementation state logging. if someone has a client, we can e... | Don Stewart | 2007-06-01 | 1 | -1/+2 |
* | ignore numlock/capslock on mouse bindings | Jason Creighton | 2007-06-01 | 3 | -8/+12 |
* | now we handle transients properly, and restack windows, refresh from focus is ok | Don Stewart | 2007-06-01 | 1 | -1/+1 |
* | Rename withWorkspace to withWindowSet. | glasser | 2007-06-01 | 2 | -10/+10 |
* | Revert accidental change to border color | Spencer Janssen | 2007-05-31 | 1 | -1/+1 |
* | comments on why fullscreen tiling doesn't work with `implicit' floating | Don Stewart | 2007-05-31 | 1 | -0/+10 |
* | clean up mouse code a bit | Don Stewart | 2007-05-31 | 4 | -46/+72 |
* | first shot at a floating layer | Jason Creighton | 2007-05-31 | 5 | -36/+128 |
* | remove LOC cap (but still print count after tests) | Jason Creighton | 2007-05-31 | 1 | -1/+0 |
* | Remove 0.2 TODOs | Spencer Janssen | 2007-05-31 | 1 | -4/+0 |
* | Bump version to 0.2 | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | Minor style change. | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | log errors on executeFile in restart | nickburlett | 2007-05-30 | 1 | -1/+1 |
* | Depend on X11-extras > | Spencer Janssen | 2007-05-30 | 2 | -2/+2 |
* | Require X11 > | Spencer Janssen | 2007-05-30 | 2 | -4/+2 |
* | point out restart is used to propagate changes | Don Stewart | 2007-05-30 | 1 | -1/+1 |
* | Really change restart keybinding this time | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | UNDO: HEADS UP: Change restart keybinding to mod-q | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | HEADS UP: Change restart keybinding to mod-q | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | Fix 'refresh' doc string | Spencer Janssen | 2007-05-29 | 1 | -1/+1 |
* | Give link to bugtracker in "BUGS" section of manpage | Jason Creighton | 2007-05-29 | 1 | -1/+1 |
* | make 'tall' layout the default on startup. more useful for new users | Don Stewart | 2007-05-29 | 1 | -3/+3 |
* | notes about which dependant packages already come with ghc | Don Stewart | 2007-05-29 | 1 | -1/+4 |
* | forgot to set focus in 'focus'. this restores the old behaviour | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | don't refresh on focus events | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | ensure !! won't go out of bounds in modifyGap | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | mention .xinitrc | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | update readme | Don Stewart | 2007-05-28 | 1 | -31/+60 |
* | Add the HTML manpage | Spencer Janssen | 2007-05-28 | 1 | -1/+1 |
* | Fix manpage generator | Spencer Janssen | 2007-05-28 | 1 | -1/+1 |
* | apply gap to each screen | Don Stewart | 2007-05-28 | 1 | -10/+8 |
* | move gapcalc.c | Don Stewart | 2007-05-28 | 1 | -70/+0 |
* | Remove gapcalc.c from the sdist, add generated manpage | Spencer Janssen | 2007-05-28 | 1 | -1/+1 |
* | help man script | Don Stewart | 2007-05-28 | 1 | -2/+1 |
* | done with gap | Don Stewart | 2007-05-28 | 1 | -3/+1 |
* | Document mod-n | Spencer Janssen | 2007-05-28 | 1 | -1/+1 |
* | be sure to reset the gap list on rescreen | Don Stewart | 2007-05-28 | 2 | -3/+4 |
* | support per-screen gap settings. you can have different gaps on individual sc... | Don Stewart | 2007-05-28 | 4 | -11/+19 |
* | Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen | Don Stewart | 2007-05-28 | 4 | -23/+28 |