summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen
2009-12-16Update for X11 1.5.0.0Spencer Janssen
2009-12-16Safer X11 version dependencySpencer Janssen
2009-11-26man/xmonad.hs: remove reference to deprecated 'dynamicLogDzen' functionBrent Yorgey
2009-12-08A few tweaks to --verbose-versionSpencer Janssen
2009-12-06Generalize the type of (<+>). It can be used for keybindings too.Adam Vogt
2009-11-28Main.hs +--verbose-version flaggwern0
2009-11-19Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen
2009-11-11Add GPL warning to GenerateManpageSpencer Janssen
2009-10-28Add a basic header to the html manpage outputAdam Vogt
2009-10-28Use pandoc to convert a markdown manpage tranlation to html and man.Adam Vogt
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe
2009-11-06Set SIGPIPE to default in forked processesSpencer Janssen
2009-10-26Bump version to 0.9Spencer Janssen
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