aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-07Better control over GridVariants geometrynzeh1-13/+40
2011-04-06Support for scratchpad applications with multiple windowsNorbert Zeh1-20/+27
2009-12-15Additional messages for SplitGrid layoutNorbert Zeh1-0/+6
2011-11-18Be consistent with core utf8-string usage.Adam Vogt2-7/+10
2010-10-23Export types to reduce haddock warnings.Adam Vogt65-58/+125
2011-11-15documentation patch: note the drawbacks of X.U.DmenuDaniel Wagner1-0/+5
2011-11-15get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner3-4/+4
2011-11-11Correct completions of utf8-named file in X.P.ShellAdam Vogt1-4/+5
2011-10-23Small bugfix to XMonad.Layout.FullscreenAudun Skaugen1-8/+10
2011-10-11documentation patch: add a bit more context to the code snippets in X.L.Indep...Daniel Wagner1-6/+10
2011-09-23U.EZConfig allow removing more than one mouse binding.Adam Vogt1-1/+1
2011-09-20Remove X.A.GroupNavigation.currentWindowNorbert Zeh1-7/+2
2011-08-14Fix typo in NoBorders example code.Adam Vogt1-1/+1
2011-09-17Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfigDaniel Schoepe1-0/+2
2011-09-16documentation patch to XMonad.Doc.ExtendingDaniel Wagner1-8/+10
2011-09-08fix warnings in X.U.EZConfigBrent Yorgey1-4/+4
2011-09-08X.A.CycleWS Refactor and add toggleWS' that excludes listed tagsWirt Wolff1-9/+19
2011-09-05X.A.FlexibleManipulate: Set expected fixities for Pnt math operatorsWirt Wolff1-0/+3
2011-07-31GHC 7 compatDaniel Wagner10-18/+61
2011-07-15Correct H.DynamicLog.dynamicLogXinerama comment. Wuzzeb's patch at issue 466.Adam Vogt1-4/+9
2011-05-15ungrab-keyboard-before-actionBen Boeckel1-1/+2
2011-05-15add-movenext-moveprev-bindingsBen Boeckel1-17/+23
2011-06-15X.L.LayoutHints: refresh only if hints are not satisfiedTomas Janousek1-3/+13
2011-06-12L.Spacing use imported fiAdam Vogt1-1/+1
2011-06-09Use a phantom type instead of undefined in L.LayoutBuilderPAdam Vogt1-4/+7
2011-06-09Add more L.LayoutBuilderP documentationAdam Vogt1-2/+14
2011-06-09Correct L.LayoutBuilderP module name in haddock.Adam Vogt1-1/+1
2011-05-14Cleanup in X.L.LayoutBuilderP.Ilya Portnov1-7/+2
2011-06-09Move tests from ManageDocks to tests/Adam Vogt1-13/+12
2011-06-07Export X.A.CycleWS.screenBy (issue 439)Adam Vogt1-0/+13
2011-05-28X.H.FloatNext: export X.H.ToggleHook.runLogHookTomas Janousek1-1/+2
2011-05-27Documentation fix (issue 445)Adam Vogt1-1/+2
2011-05-27X.A.AppendFile documentation fix.Adam Vogt1-3/+5
2011-05-15add-willhook-functionBen Boeckel1-0/+5
2011-05-15use-map-in-toggle-hookBen Boeckel1-20/+9
2011-05-15Extend GridSelect navigationIlya Portnov1-1/+26
2011-05-14Generalize X.L.AutoMaster modifierIlya Portnov1-4/+4
2011-05-06Aesthetics on FlexiblemanipulateMats Rauhala1-14/+24
2011-05-11Add new layout combinator: LayoutBuilderP.Ilya Portnov1-0/+200
2011-05-04Compile with ghc7Mats Rauhala6-38/+21
2011-05-04Action search autocomplete based on whole lineMats Rauhala1-1/+3
2011-04-16documentation: tell where to find a few auxiliary functions that might be use...Daniel Wagner1-1/+7
2011-02-26XMonad.Hooks.FadeWindows: A generalized window fading hookBrandon S Allbery KF8NH1-0/+221
2011-02-24XMonad/Hooks/DebugKeyEvents - debug helper to see what keys xmonad seesBrandon S Allbery KF8NH1-0/+107
2011-02-24Prevent non-default XUtils windows from being compositedBrandon S Allbery KF8NH1-0/+5
2011-04-12XMonad.Hooks.FloatNext: issue #406, make FloatNext use ToggleHookgwern01-46/+13
2011-04-12issue #406: ben boeckel <mathstuf@gmail.com> +XMonad.Hooks.ToggleHookgwern01-0/+175
2011-03-01Fix xinerama workspace swapping with A.CopyWindow.killAllOtherCopiesAdam Vogt1-1/+3
2011-04-11XMonad.Util.Run: resolve issue #441gwern01-11/+11
2011-01-26AppendFile: additional example of usagegwern01-0/+9