aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Export types to reduce haddock warnings.Adam Vogt2010-10-2365-58/+125
* documentation patch: note the drawbacks of X.U.DmenuDaniel Wagner2011-11-151-0/+5
* get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner2011-11-153-4/+4
* Correct completions of utf8-named file in X.P.ShellAdam Vogt2011-11-111-4/+5
* Small bugfix to XMonad.Layout.FullscreenAudun Skaugen2011-10-231-8/+10
* documentation patch: add a bit more context to the code snippets in X.L.Indep...Daniel Wagner2011-10-111-6/+10
* U.EZConfig allow removing more than one mouse binding.Adam Vogt2011-09-231-1/+1
* Remove X.A.GroupNavigation.currentWindowNorbert Zeh2011-09-201-7/+2
* Fix typo in NoBorders example code.Adam Vogt2011-08-141-1/+1
* Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfigDaniel Schoepe2011-09-171-0/+2
* documentation patch to XMonad.Doc.ExtendingDaniel Wagner2011-09-161-8/+10
* fix warnings in X.U.EZConfigBrent Yorgey2011-09-081-4/+4
* X.A.CycleWS Refactor and add toggleWS' that excludes listed tagsWirt Wolff2011-09-081-9/+19
* X.A.FlexibleManipulate: Set expected fixities for Pnt math operatorsWirt Wolff2011-09-051-0/+3
* GHC 7 compatDaniel Wagner2011-07-3110-18/+61
* Correct H.DynamicLog.dynamicLogXinerama comment. Wuzzeb's patch at issue 466.Adam Vogt2011-07-151-4/+9
* ungrab-keyboard-before-actionBen Boeckel2011-05-151-1/+2
* add-movenext-moveprev-bindingsBen Boeckel2011-05-151-17/+23
* X.L.LayoutHints: refresh only if hints are not satisfiedTomas Janousek2011-06-151-3/+13
* L.Spacing use imported fiAdam Vogt2011-06-121-1/+1
* Use a phantom type instead of undefined in L.LayoutBuilderPAdam Vogt2011-06-091-4/+7
* Add more L.LayoutBuilderP documentationAdam Vogt2011-06-091-2/+14
* Correct L.LayoutBuilderP module name in haddock.Adam Vogt2011-06-091-1/+1
* Cleanup in X.L.LayoutBuilderP.Ilya Portnov2011-05-141-7/+2
* Move tests from ManageDocks to tests/Adam Vogt2011-06-091-13/+12
* Export X.A.CycleWS.screenBy (issue 439)Adam Vogt2011-06-071-0/+13
* X.H.FloatNext: export X.H.ToggleHook.runLogHookTomas Janousek2011-05-281-1/+2
* Documentation fix (issue 445)Adam Vogt2011-05-271-1/+2
* X.A.AppendFile documentation fix.Adam Vogt2011-05-271-3/+5
* add-willhook-functionBen Boeckel2011-05-151-0/+5
* use-map-in-toggle-hookBen Boeckel2011-05-151-20/+9
* Extend GridSelect navigationIlya Portnov2011-05-151-1/+26
* Generalize X.L.AutoMaster modifierIlya Portnov2011-05-141-4/+4
* Aesthetics on FlexiblemanipulateMats Rauhala2011-05-061-14/+24
* Add new layout combinator: LayoutBuilderP.Ilya Portnov2011-05-111-0/+200
* Compile with ghc7Mats Rauhala2011-05-046-38/+21
* Action search autocomplete based on whole lineMats Rauhala2011-05-041-1/+3
* documentation: tell where to find a few auxiliary functions that might be use...Daniel Wagner2011-04-161-1/+7
* XMonad.Hooks.FadeWindows: A generalized window fading hookBrandon S Allbery KF8NH2011-02-261-0/+221
* XMonad/Hooks/DebugKeyEvents - debug helper to see what keys xmonad seesBrandon S Allbery KF8NH2011-02-241-0/+107
* Prevent non-default XUtils windows from being compositedBrandon S Allbery KF8NH2011-02-241-0/+5
* XMonad.Hooks.FloatNext: issue #406, make FloatNext use ToggleHookgwern02011-04-121-46/+13
* issue #406: ben boeckel <mathstuf@gmail.com> +XMonad.Hooks.ToggleHookgwern02011-04-121-0/+175
* Fix xinerama workspace swapping with A.CopyWindow.killAllOtherCopiesAdam Vogt2011-03-011-1/+3
* XMonad.Util.Run: resolve issue #441gwern02011-04-111-11/+11
* AppendFile: additional example of usagegwern02011-01-261-0/+9
* Fix A.Gridselect image links (thanks dobblego)Adam Vogt2011-01-201-2/+2
* H.ICCCMFocus had atom_WM_TAKE_FOCUS incorrectly removedAdam Vogt2011-01-061-1/+7
* Remove accidental atom_WM_TAKE_FOCUS from H.ICCCMFocusAdam Vogt2011-01-061-7/+1
* Java swing application focus patchhaskell2011-01-051-0/+57