Age | Commit message (Expand) | Author |
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 |
2007-05-27 | Generate keybindings section in manpage from Config.hs | Jason Creighton |
2007-05-27 | specify --user, spotted by fasta | Don Stewart |
2007-05-26 | HEADS UP: change key binding for swapLeft/Right and IncMaster | Don Stewart |
2007-05-26 | type sig for abort. | Don Stewart |
2007-05-24 | Add an abort function, called for deliberate and intentional errors | Neil Mitchell |
2007-05-24 | Delete the Catch wrapper, no longer required by the latest version of Catch | Neil Mitchell |
2007-05-26 | start on TODO list needed for 0.2 to be tagged | Don Stewart |
2007-05-25 | Add a test that the size field of StackSet is correct to QuickCheck invariant. | glasser |
2007-05-25 | Formatting only | Spencer Janssen |
2007-05-25 | Quickcheck property to check that delete / focus behaviour | Rob |