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