summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-02-13Make the --replace docs consistentSpencer Janssen
2009-12-20Add --replace flag with documentation (issue 99).Adam Vogt
2010-02-11Fix compile error when using base-3 (thanks bogner).Adam Vogt
2010-01-13Broadcast PropertyChange events (needed for layouts with decoration)Daniel Schoepe
2010-01-18Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt
2010-01-18Correct warnings with ghc-6.12Adam Vogt
2009-12-23Add xfork: a forkProcess that works around process global stateSpencer Janssen
2009-12-17extra-source-files for the new manpageSpencer Janssen
2009-12-17Bump to 0.9.1Spencer Janssen
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