aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make X an instance of TypeableDaniel Schoepe2009-01-281-1/+1
* Add uninstallSignalHandlers, use in spawnSpencer Janssen2009-01-221-2/+8
* Create a new session for forked processesSpencer Janssen2009-01-221-2/+3
* Close stdin in spawned processesSpencer Janssen2009-01-171-2/+9
* Document spawnPIDSpencer Janssen2009-01-171-0/+1
* Asynchronously recompile/restart xmonad on mod-qSpencer Janssen2009-01-172-2/+2
* Add --restart, a command line flag to cause a running xmonad process to restartSpencer Janssen2009-01-173-0/+21
* Bump version to 0.8.1Spencer Janssen2009-01-161-1/+1
* Remove doubleFork, handle SIGCHLDSpencer Janssen2009-01-163-19/+32
* Main.hs: escape / in Haddocksgwern02008-12-071-3/+3
* More flexible userCode functionDaniel Schoepe2009-01-103-8/+14
* Call logHook as the very last action in windowsSpencer Janssen2008-12-101-4/+4
* Accept inferior crossing events. This patch enables fmouse-focus-follows-screenSpencer Janssen2008-12-051-1/+0
* Tile all windows at onceSpencer Janssen2008-11-181-9/+11
* Factor rational rect scaling into a separate functionSpencer Janssen2008-11-181-5/+8
* Change screen focus by clicking on the root window.Spencer Janssen2008-11-061-3/+5