| Commit message (Expand) | Author | Age | Files | Lines |
* | XMonad.Util.Paste: rm myself from maintainer field; I don't know how to fix a... | gwern0 | 2011-11-28 | 1 | -1/+1 |
* | XMonad.Prompt.Shell: improve 'env' documentation to cover goodgrue's problem | gwern0 | 2011-11-28 | 1 | -1/+3 |
* | Fix spelling 'prefered' -> 'preferred'. | Erik de Castro Lopo | 2011-11-25 | 1 | -2/+2 |
* | Restore TrackFloating behavior to an earlier version. | Adam Vogt | 2011-11-20 | 1 | -2/+2 |
* | Explicitly list test files in .cabal | Adam Vogt | 2011-11-19 | 1 | -2/+6 |
* | Export types to improve haddock links. | Adam Vogt | 2011-11-18 | 2 | -1/+6 |
* | Better control over GridVariants geometry | nzeh | 2011-09-07 | 1 | -13/+40 |
* | Support for scratchpad applications with multiple windows | Norbert Zeh | 2011-04-06 | 1 | -20/+27 |
* | Additional messages for SplitGrid layout | Norbert Zeh | 2009-12-15 | 1 | -0/+6 |
* | Be consistent with core utf8-string usage. | Adam Vogt | 2011-11-18 | 2 | -7/+10 |
* | Export types to reduce haddock warnings. | Adam Vogt | 2010-10-23 | 65 | -58/+125 |
* | documentation patch: note the drawbacks of X.U.Dmenu | Daniel Wagner | 2011-11-15 | 1 | -0/+5 |
* | get ready for GHC 7.4: Num a no longer implies (Eq a, Show a) | Daniel Wagner | 2011-11-15 | 3 | -4/+4 |
* | Correct completions of utf8-named file in X.P.Shell | Adam Vogt | 2011-11-11 | 1 | -4/+5 |
* | Expose X.L.Groups.Helpers and Groups.Wmii in xmonad-contrib.cabal | Wirt Wolff | 2011-11-04 | 1 | -2/+2 |
* | Small bugfix to XMonad.Layout.Fullscreen | Audun Skaugen | 2011-10-23 | 1 | -8/+10 |
* | documentation patch: add a bit more context to the code snippets in X.L.Indep... | Daniel Wagner | 2011-10-11 | 1 | -6/+10 |
* | U.EZConfig allow removing more than one mouse binding. | Adam Vogt | 2011-09-23 | 1 | -1/+1 |
* | Remove X.A.GroupNavigation.currentWindow | Norbert Zeh | 2011-09-20 | 1 | -7/+2 |
* | Fix typo in NoBorders example code. | Adam Vogt | 2011-08-14 | 1 | -1/+1 |
* | Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfig | Daniel Schoepe | 2011-09-17 | 1 | -0/+2 |
* | documentation patch to XMonad.Doc.Extending | Daniel Wagner | 2011-09-16 | 1 | -8/+10 |
* | fix warnings in X.U.EZConfig | Brent Yorgey | 2011-09-08 | 1 | -4/+4 |
* | X.A.CycleWS Refactor and add toggleWS' that excludes listed tags | Wirt Wolff | 2011-09-08 | 1 | -9/+19 |
* | X.A.FlexibleManipulate: Set expected fixities for Pnt math operators | Wirt Wolff | 2011-09-05 | 1 | -0/+3 |
* | GHC 7 compat | Daniel Wagner | 2011-07-31 | 10 | -18/+61 |
* | Correct H.DynamicLog.dynamicLogXinerama comment. Wuzzeb's patch at issue 466. | Adam Vogt | 2011-07-15 | 1 | -4/+9 |
* | ungrab-keyboard-before-action | Ben Boeckel | 2011-05-15 | 1 | -1/+2 |
* | add-movenext-moveprev-bindings | Ben Boeckel | 2011-05-15 | 1 | -17/+23 |
* | X.L.LayoutHints: refresh only if hints are not satisfied | Tomas Janousek | 2011-06-15 | 1 | -3/+13 |
* | L.Spacing use imported fi | Adam Vogt | 2011-06-12 | 1 | -1/+1 |
* | Use a phantom type instead of undefined in L.LayoutBuilderP | Adam Vogt | 2011-06-09 | 1 | -4/+7 |
* | Add more L.LayoutBuilderP documentation | Adam Vogt | 2011-06-09 | 1 | -2/+14 |
* | Correct L.LayoutBuilderP module name in haddock. | Adam Vogt | 2011-06-09 | 1 | -1/+1 |
* | Cleanup in X.L.LayoutBuilderP. | Ilya Portnov | 2011-05-14 | 1 | -7/+2 |
* | Extend script for generating the code which runs tests | Adam Vogt | 2011-06-09 | 1 | -4/+18 |
* | Move tests from ManageDocks to tests/ | Adam Vogt | 2011-06-09 | 2 | -13/+33 |
* | Export X.A.CycleWS.screenBy (issue 439) | Adam Vogt | 2011-06-07 | 1 | -0/+13 |
* | X.H.FloatNext: export X.H.ToggleHook.runLogHook | Tomas Janousek | 2011-05-28 | 1 | -1/+2 |
* | Documentation fix (issue 445) | Adam Vogt | 2011-05-27 | 1 | -1/+2 |
* | X.A.AppendFile documentation fix. | Adam Vogt | 2011-05-27 | 1 | -3/+5 |
* | add-willhook-function | Ben Boeckel | 2011-05-15 | 1 | -0/+5 |
* | use-map-in-toggle-hook | Ben Boeckel | 2011-05-15 | 1 | -20/+9 |
* | Extend GridSelect navigation | Ilya Portnov | 2011-05-15 | 1 | -1/+26 |
* | Generalize X.L.AutoMaster modifier | Ilya Portnov | 2011-05-14 | 1 | -4/+4 |
* | Aesthetics on Flexiblemanipulate | Mats Rauhala | 2011-05-06 | 1 | -14/+24 |
* | Add new layout combinator: LayoutBuilderP. | Ilya Portnov | 2011-05-11 | 2 | -0/+201 |
* | Compile with ghc7 | Mats Rauhala | 2011-05-04 | 6 | -38/+21 |
* | Action search autocomplete based on whole line | Mats Rauhala | 2011-05-04 | 1 | -1/+3 |
* | documentation: tell where to find a few auxiliary functions that might be use... | Daniel Wagner | 2011-04-16 | 1 | -1/+7 |