aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Various clean-ups suggested by HLintSpencer Janssen2010-02-145-21/+20
* Make the --replace docs consistentSpencer Janssen2010-02-132-2/+2
* Add --replace flag with documentation (issue 99).Adam Vogt2009-12-203-1/+42
* Fix compile error when using base-3 (thanks bogner).Adam Vogt2010-02-111-1/+1
* Broadcast PropertyChange events (needed for layouts with decoration)Daniel Schoepe2010-01-131-2/+3
* Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt2010-01-183-5/+5
* Correct warnings with ghc-6.12Adam Vogt2010-01-186-22/+31
* Add xfork: a forkProcess that works around process global stateSpencer Janssen2009-12-231-3/+7
* extra-source-files for the new manpageSpencer Janssen2009-12-171-1/+1
* Bump to 0.9.1Spencer Janssen2009-12-171-1/+1
* Determine numlockMask automatically, fixes #120Spencer Janssen2009-12-165-39/+23
* Update for X11 1.5.0.0Spencer Janssen2009-12-162-2/+2
* Safer X11 version dependencySpencer Janssen2009-12-161-1/+1
* man/xmonad.hs: remove reference to deprecated 'dynamicLogDzen' functionBrent Yorgey2009-11-261-5/+1
* A few tweaks to --verbose-versionSpencer Janssen2009-12-082-3/+12
* Generalize the type of (<+>). It can be used for keybindings too.Adam Vogt2009-12-061-2/+2
* Main.hs +--verbose-version flaggwern02009-11-281-0/+2
* Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen2009-11-191-3/+3
* Add GPL warning to GenerateManpageSpencer Janssen2009-11-111-0/+3
* Add a basic header to the html manpage outputAdam Vogt2009-10-281-3/+9
* Use pandoc to convert a markdown manpage tranlation to html and man.Adam Vogt2009-10-283-64/+131
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-065-18/+61
* Set SIGPIPE to default in forked processesSpencer Janssen2009-11-061-0/+1
* Bump version to 0.9Spencer Janssen2009-10-261-1/+1
* Grab the xmonad.cabal version for putting into the manpageAdam Vogt2009-10-242-2/+14
* Correct formatting in manpageAdam Vogt2009-10-241-1/+4
* depend on X11 >Don Stewart2009-10-241-1/+1
* Fix for Tall documentationKhudyakov Alexey2009-05-161-2/+2
* correct a commentDaniel Wagner2009-07-271-1/+1
* man/xmonad.hs is in data-files, remove it from extra-source-filesSpencer Janssen2009-10-231-1/+1
* Add the template config as distributed file.Adam Vogt2009-10-221-0/+2
* Note in manpage that 'exec xmonad' should be usedAdam Vogt2009-09-011-1/+1
* Manual page spelling: maximise -> maximize, utilising -> utilizingAdam Vogt2009-09-011-3/+3
* Describe modular configuration in the manual pageAdam Vogt2009-09-011-0/+8
* Remove redundant parensSpencer Janssen2009-09-181-1/+1
* man_xmonad.hs: import Data.Monoid for mempty, keybinding editswirtwolff2009-03-201-32/+36
* Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt2009-05-041-1/+2
* Add lib to ghc searchpath with recompilation checkAdam Vogt2009-03-222-5/+14
* Remove tabs from ManageHook.hsAdam Vogt2009-07-101-1/+1
* Set infix 0 --> to reduce parentheses in ManageHooksAdam Vogt2009-07-101-0/+2
* Pester the user with one (not two) xmessages on config errorsAdam Vogt2009-03-222-2/+4
* Minor bugfix in the creation of new StackSets.Wouter Swierstra2009-05-031-1/+2
* Avoid deadly cycle in man/xmonad.hsSpencer Janssen2009-03-191-1/+1
* X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff2009-02-092-7/+19
* Use records to document Tall's argumentsSpencer Janssen2009-02-221-3/+3
* Fix possible head []Joachim Breitner2009-01-061-1/+2
* ManageHook.doShift: use shiftWin instead of shiftSpencer Janssen2009-02-191-1/+1
* Express shift in terms of shiftWinSpencer Janssen2009-02-181-14/+10
* Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart2009-02-081-1/+1
* Support for custom event hooksDaniel Schoepe2009-02-033-3/+27