| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ShowWName flash window background color | Rohan Jain | 2012-03-06 | 1 | -1/+1 |
* | ShowWName: Fix flash location by screen rectangle | crodjer | 2012-03-05 | 1 | -3/+3 |
* | Fix typo in tabbed layout link for font utils docs | crodjer | 2012-02-29 | 1 | -1/+1 |
* | L.WorkspaceDir: cleanup redundant {definitions,imports} | Steffen Schuldenzucker | 2012-02-29 | 1 | -5/+0 |
* | fix L.WorkspaceDir special char handling: remove "echo -n" processing | Steffen Schuldenzucker | 2012-02-27 | 1 | -2/+1 |
* | Add BorderUrgencyHook to XMonad.Hooks.UrgencyHook | allbery.b | 2012-02-25 | 1 | -0/+26 |
* | Adding use case for namedScratchpad. | nicolas.dudebout | 2012-01-23 | 1 | -1/+19 |
* | Actions.WindowGo: typo fix - trim 's' per cub.uanic https://code.google.com/p... | gwern0 | 2012-01-16 | 1 | -1/+1 |
* | XMonad.Actions.PhysicalScreens: fix typo spotted by Chris Pick <haskell@chris... | gwern0 | 2012-01-15 | 1 | -2/+1 |
* | roll back previous incorrect fix | Daniel Wagner | 2012-01-11 | 1 | -1/+1 |
* | Extending: fix http://code.google.com/p/xmonad/issues/detail?idI0 | gwern0 | 2012-01-11 | 1 | -1/+1 |
* | another documentation patch: XMonadContrib.UpdatePointer -> XMonad.Actions.Up... | Daniel Wagner | 2012-01-11 | 1 | -1/+1 |
* | documentation patch, fixes issue 490 | Daniel Wagner | 2012-01-11 | 1 | -1/+1 |
* | X.H.EwmhDesktops note that fullscreenEventHook is not included in ewmh | Adam Vogt | 2012-01-02 | 1 | -1/+4 |
* | X.H.EwmhDesktops haddock formatting. | Adam Vogt | 2012-01-02 | 1 | -1/+1 |
* | X.A.Navigation2D | Norbert Zeh | 2011-12-08 | 2 | -0/+779 |
* | documentation patch: mention PostfixOperators | Daniel Wagner | 2011-12-11 | 1 | -0/+9 |
* | P.Shell documentation and add missing unsafePrompt export | Adam Vogt | 2011-12-07 | 1 | -3/+11 |
* | 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 |
* | 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 |