aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
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
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