| Commit message (Expand) | Author | Age | Files | Lines |
* | add XF86AudioMicMute to EZConfig (#582) | Adam Vogt | 2014-12-22 | 1 | -0/+2 |
* | remove unused imports | Adam Vogt | 2014-08-15 | 2 | -2/+2 |
* | fix build with ghc-6.12 | Adam Vogt | 2014-08-15 | 1 | -1/+2 |
* | Implement proper handling of dynamically changing hostname | Anton Vorontsov | 2014-09-01 | 1 | -0/+90 |
* | use Data.Map instead of Data.Map.Strict to support containers < 0.5 | Adam Vogt | 2014-08-15 | 1 | -1/+1 |
* | debug-debug | allbery.b | 2014-08-03 | 1 | -12/+46 |
* | derive Applicative instances to suppress AMP warning | Adam Vogt | 2014-07-10 | 2 | -3/+5 |
* | XSelection: getSelection: fix connection exhaustion bug (issue #573); include... | gwern | 2014-06-01 | 1 | -4/+10 |
* | warning police | Daniel Wagner | 2014-03-16 | 1 | -3/+1 |
* | New module: XMonad.Util.WindowState | Dmitry Bogatov | 2014-02-18 | 1 | -0/+92 |
* | SpawnNamedPipe hlint cleanup | cwills.dev | 2014-02-02 | 1 | -2/+2 |
* | document and cleanup SpawnNamedPipe | cwills.dev | 2014-02-02 | 1 | -6/+40 |
* | Added SpawnNamedPipe | cwills.dev | 2014-02-02 | 1 | -0/+42 |
* | use Data.Default wherever possible, and deprecate the things it replaces | Daniel Wagner | 2013-05-28 | 3 | -119/+118 |
* | eliminate references to defaultConfig | Daniel Wagner | 2013-05-28 | 6 | -17/+17 |
* | Note in U.NameActions that xmonad core can list default keys now | Adam Vogt | 2013-02-18 | 1 | -0/+3 |
* | Export U.NamedActions.addDescrKeys per evaryont's request. | Adam Vogt | 2013-02-18 | 1 | -0/+1 |
* | order-unindexed-ws-last | matthewhague | 2012-07-04 | 1 | -1/+9 |
* | Address warnings from Debug modules | Adam Vogt | 2012-12-15 | 1 | -3/+3 |
* | debug-hooks | allbery.b | 2012-08-14 | 1 | -0/+140 |
* | Remove trailing whitespace. | Adam Vogt | 2012-11-09 | 4 | -6/+6 |
* | Use Control.Exception.catch explitly to avoid warnings | Adam Vogt | 2012-11-09 | 3 | -11/+8 |
* | strip newlines from dmenu's returns to be compatible with the newest version ... | longpoke | 2012-07-23 | 1 | -1/+1 |
* | Paste.hs: rm noModMask, shifted definition to X11 binding (see previous email) | gwern0 | 2011-12-03 | 1 | -6/+0 |
* | Fix typo in tabbed layout link for font utils docs | crodjer | 2012-02-29 | 1 | -1/+1 |
* | Adding use case for namedScratchpad. | nicolas.dudebout | 2012-01-23 | 1 | -1/+19 |
* | documentation patch: mention PostfixOperators | Daniel Wagner | 2011-12-11 | 1 | -0/+9 |
* | Paste: 3 more escaped characters from alistra | gwern0 | 2011-11-29 | 1 | -1/+1 |
* | unfuck X.U.Paste | Daniel Wagner | 2011-11-29 | 1 | -1/+1 |
* | XMonad.Util.Paste: +alistra's patch for fixing his pasting of things like ema... | gwern0 | 2011-11-28 | 1 | -2/+2 |
* | XMonad.Util.Paste: rm myself from maintainer field; I don't know how to fix a... | gwern0 | 2011-11-28 | 1 | -1/+1 |
* | Fix spelling 'prefered' -> 'preferred'. | Erik de Castro Lopo | 2011-11-25 | 1 | -2/+2 |
* | Support for scratchpad applications with multiple windows | Norbert Zeh | 2011-04-06 | 1 | -20/+27 |
* | Be consistent with core utf8-string usage. | Adam Vogt | 2011-11-18 | 1 | -4/+7 |
* | Export types to reduce haddock warnings. | Adam Vogt | 2010-10-23 | 2 | -3/+4 |
* | documentation patch: note the drawbacks of X.U.Dmenu | Daniel Wagner | 2011-11-15 | 1 | -0/+5 |
* | U.EZConfig allow removing more than one mouse binding. | Adam Vogt | 2011-09-23 | 1 | -1/+1 |
* | Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfig | Daniel Schoepe | 2011-09-17 | 1 | -0/+2 |
* | fix warnings in X.U.EZConfig | Brent Yorgey | 2011-09-08 | 1 | -4/+4 |
* | GHC 7 compat | Daniel Wagner | 2011-07-31 | 2 | -3/+13 |
* | Compile with ghc7 | Mats Rauhala | 2011-05-04 | 1 | -2/+2 |
* | Prevent non-default XUtils windows from being composited | Brandon S Allbery KF8NH | 2011-02-24 | 1 | -0/+5 |
* | XMonad.Util.Run: resolve issue #441 | gwern0 | 2011-04-11 | 1 | -11/+11 |
* | Compatibility with mtl-1 and mtl-2 | Adam Vogt | 2010-11-16 | 1 | -1/+1 |
* | Minor documentation fixes in X.U.ExtensibleState | Daniel Schoepe | 2010-10-04 | 1 | -7/+9 |
* | Orphan my modules | moserq | 2010-10-01 | 1 | -1/+1 |
* | Remove last excess definition of `fi' (fromIntegral) | Adam Vogt | 2010-09-14 | 2 | -8/+2 |
* | XMonad.Util.Run: improve linking and rearrange docs | gwern0 | 2010-06-20 | 1 | -5/+6 |
* | XMonad.Util.Run: correct broken example | gwern0 | 2010-06-20 | 1 | -1/+1 |
* | XMonad.Util.Run: fix unicode char | gwern0 | 2010-06-20 | 1 | -1/+1 |