Age | Commit message (Expand) | Author |
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 |
2007-05-27 | Update extra-source-files | Spencer Janssen |
2007-05-27 | Note the manpage move in xmonad.cabal | Spencer Janssen |
2007-05-27 | refactor only | Don Stewart |
2007-05-27 | comments on alternative gap movement policies | Don Stewart |
2007-05-27 | when focus is called from an event, better refresh too, since it might have s... | Don Stewart |
2007-05-27 | only set gap on current physical screen | Don Stewart |
2007-05-27 | gap | Don Stewart |
2007-05-27 | todo | Don Stewart |
2007-05-27 | revert raiseWindow in focus. Leads to some funny races with pop ups. Harmless... | Don Stewart |
2007-05-27 | mod-b, toggle on or off the status bar gap | Don Stewart |
2007-05-27 | Add new config value, defaultMenuGap, for specifying a gap for a status bar | Don Stewart |
2007-05-27 | raiseWindow when settings focus. The focused window should always be raised, ... | Don Stewart |
2007-05-27 | Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bug | Don Stewart |
2007-05-27 | dead code | Don Stewart |
2007-05-27 | refactor code smell in Operation.hs | Don Stewart |
2007-05-27 | clean Main.hs slightly | Don Stewart |
2007-05-27 | todo | Don Stewart |