aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make use of field names when constructing TwoDState in X.A.GridSelectClemens Fruhwirth2010-10-161-8/+7
* Pointfree and -XRank2Types don't mix in X.L.Groups.HelpersAdam Vogt2010-11-131-2/+2
* X.L.TrackFloating docs and help nested layoutsAdam Vogt2010-10-301-14/+44
* X.L.Maximize: Make layout forget maximized window when it is closedNorbert Zeh2010-10-301-1/+3
* Fix bug in L.TrackFloatingAdam Vogt2010-10-301-15/+18
* windowbringer-menu-choicemathstuf2010-09-051-11/+45
* Add X.L.TrackFloating for tiled-floating focus issues (#4)Adam Vogt2010-10-161-0/+83
* minor documentation fixesDaniel Wagner2010-10-072-2/+10
* Minor documentation fixes in X.U.ExtensibleStateDaniel Schoepe2010-10-041-7/+9
* Clarify the note on -XRank2Types in L.GroupsAdam Vogt2010-10-021-3/+4
* Mention X.L.Groups.ModifySpec's rank-2 type in the docquentin.moser2010-01-171-0/+4
* Orphan my modulesmoserq2010-10-018-11/+8
* Split X.L.Groups.Examplesmoserq2010-10-015-314/+396
* X.L.G.Examples: improve the tabs of tiledTabsmoserq2010-01-201-4/+6
* X.L.G.Examples: improve the tabs of wmiiLikemoserq2010-01-201-2/+5
* X.L.Groups: Always keep one group, even if empty.quentin.moser2010-01-181-37/+46
* Do not duplicate layouts in X.L.Groupsquentin.moser2010-01-171-8/+8
* Add missing module re-export (issue 366)Adam Vogt2010-09-301-0/+3
* X.H.ManageDocks: event hook to refresh on new docksTomas Janousek2010-07-061-0/+15