summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-10-24Grab the xmonad.cabal version for putting into the manpageAdam Vogt
2009-10-24Correct formatting in manpageAdam Vogt
2009-10-24depend on X11 >= 1.4.6.1, for conformity with XMCDon Stewart
2009-05-16Fix for Tall documentationKhudyakov Alexey
2009-07-27correct a commentDaniel Wagner
2009-10-23man/xmonad.hs is in data-files, remove it from extra-source-filesSpencer Janssen
2009-10-22Add the template config as distributed file.Adam Vogt
2009-09-01Note in manpage that 'exec xmonad' should be usedAdam Vogt
2009-09-01Manual page spelling: maximise -> maximize, utilising -> utilizingAdam Vogt
2009-09-01Describe modular configuration in the manual pageAdam Vogt
2009-09-18Remove redundant parensSpencer Janssen
2009-03-20man_xmonad.hs: import Data.Monoid for mempty, keybinding editswirtwolff
2009-05-04Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt
2009-03-22Add lib to ghc searchpath with recompilation checkAdam Vogt
2009-07-10Remove tabs from ManageHook.hsAdam Vogt
2009-07-10Set infix 0 --> to reduce parentheses in ManageHooksAdam Vogt
2009-03-22Pester the user with one (not two) xmessages on config errorsAdam Vogt
2009-05-03Minor bugfix in the creation of new StackSets.Wouter Swierstra
2009-03-19Avoid deadly cycle in man/xmonad.hsSpencer Janssen
2009-02-09X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff
2009-02-22Use records to document Tall's argumentsSpencer Janssen
2009-01-06Fix possible head []Joachim Breitner
2009-02-19ManageHook.doShift: use shiftWin instead of shiftSpencer Janssen
2009-02-18Express shift in terms of shiftWinSpencer Janssen
2009-02-08Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart
2009-02-03Support for custom event hooksDaniel Schoepe
2009-01-28Make X an instance of TypeableDaniel Schoepe
2009-01-22Add uninstallSignalHandlers, use in spawnSpencer Janssen
2009-01-22Create a new session for forked processesSpencer Janssen
2009-01-17Close stdin in spawned processesSpencer Janssen
2009-01-17Document spawnPIDSpencer Janssen
2009-01-17Asynchronously recompile/restart xmonad on mod-qSpencer Janssen
2009-01-17Add --restart, a command line flag to cause a running xmonad process to restartSpencer Janssen
2009-01-16Bump version to 0.8.1Spencer Janssen
2009-01-16Remove doubleFork, handle SIGCHLDSpencer Janssen
2008-12-07Main.hs: escape / in Haddocksgwern0
2009-01-10More flexible userCode functionDaniel Schoepe
2008-12-10Call logHook as the very last action in windowsSpencer Janssen
2008-12-05Accept inferior crossing events. This patch enables fmouse-focus-follows-screenSpencer Janssen
2008-11-18Tile all windows at onceSpencer Janssen
2008-11-18Factor rational rect scaling into a separate functionSpencer Janssen
2008-11-06Change screen focus by clicking on the root window.Spencer Janssen
2008-10-22Fix #192.Spencer Janssen
2008-10-13select base < 4 for building on ghc 6.10Adam Vogt
2008-10-05add killWindow functionJoachim Breitner
2008-09-28add'l documentationDevin Mullins
2008-10-07Regression: ungrab buttons on *non* root windowsSpencer Janssen
2008-10-07Partial fix for #40Spencer Janssen
2008-10-07Track mouse position via events receivedSpencer Janssen
2008-10-07Fix haddockSpencer Janssen