aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-01-20Fix A.Gridselect image links (thanks dobblego)Adam Vogt1-2/+2
2011-01-06H.ICCCMFocus had atom_WM_TAKE_FOCUS incorrectly removedAdam Vogt1-1/+7
2011-01-06Remove accidental atom_WM_TAKE_FOCUS from H.ICCCMFocusAdam Vogt1-7/+1
2011-01-05Java swing application focus patchhaskell1-0/+57
2010-12-23fix X.L.Gaps documentation, thanks to Carl Mueller for the reportBrent Yorgey1-2/+2
2010-12-12Fix A.OnScreen example code typoAdam Vogt1-1/+1
2010-12-12fix up funny unicode whitespace in FullscreenBrent Yorgey1-34/+34
2010-11-16Add X.L.FullscreenAudun Skaugen audunskaugen@gmail.com1-0/+223
2010-11-16Close the display correctly after counting the number of screensquesel1-1/+2
2010-11-16Compatibility with mtl-1 and mtl-2Adam Vogt2-2/+2
2010-11-16Rename state in A.Gridselect to avoid name shadowing (mtl-2)Adam Vogt1-23/+22
2010-11-02Substring search support for X.A.GridSelect. As keymaps get more complicated ...Clemens Fruhwirth1-78/+181
2010-10-16Make substring search case insensitiveClemens Fruhwirth1-1/+3
2010-10-16Introduce grayoutAllElements in X.A.GridSelectClemens Fruhwirth1-1/+13
2010-10-16Add substring filter to td_elementmapClemens Fruhwirth1-2/+5
2010-10-16Refactor for ad-hoc element and position matching turning td_elementmap into ...Clemens Fruhwirth1-4/+11
2010-10-16Remove nub from diamondLayer in X.A.GridSelectClemens Fruhwirth1-5/+7
2010-10-16Convert access of td_elementmap from field styled to function call styled in ...Clemens Fruhwirth1-8/+9