aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix X.L.Gaps documentation, thanks to Carl Mueller for the reportBrent Yorgey2010-12-231-2/+2
* Fix A.OnScreen example code typoAdam Vogt2010-12-121-1/+1
* fix up funny unicode whitespace in FullscreenBrent Yorgey2010-12-121-34/+34
* Add X.L.FullscreenAudun Skaugen audunskaugen@gmail.com2010-11-161-0/+223
* Close the display correctly after counting the number of screensquesel2010-11-161-1/+2
* Compatibility with mtl-1 and mtl-2Adam Vogt2010-11-162-2/+2
* Rename state in A.Gridselect to avoid name shadowing (mtl-2)Adam Vogt2010-11-161-23/+22
* Substring search support for X.A.GridSelect. As keymaps get more complicated ...Clemens Fruhwirth2010-11-021-78/+181
* Make substring search case insensitiveClemens Fruhwirth2010-10-161-1/+3
* Introduce grayoutAllElements in X.A.GridSelectClemens Fruhwirth2010-10-161-1/+13
* Add substring filter to td_elementmapClemens Fruhwirth2010-10-161-2/+5
* Refactor for ad-hoc element and position matching turning td_elementmap into ...Clemens Fruhwirth2010-10-161-4/+11
* Remove nub from diamondLayer in X.A.GridSelectClemens Fruhwirth2010-10-161-5/+7
* Convert access of td_elementmap from field styled to function call styled in ...Clemens Fruhwirth2010-10-161-8/+9