aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-10-16Make use of field names when constructing TwoDState in X.A.GridSelectClemens Fruhwirth1-8/+7
2010-11-13Pointfree and -XRank2Types don't mix in X.L.Groups.HelpersAdam Vogt1-2/+2
2010-10-30X.L.TrackFloating docs and help nested layoutsAdam Vogt1-14/+44
2010-10-30X.L.Maximize: Make layout forget maximized window when it is closedNorbert Zeh1-1/+3
2010-10-30Fix bug in L.TrackFloatingAdam Vogt1-15/+18
2010-09-05windowbringer-menu-choicemathstuf1-11/+45
2010-10-16Add X.L.TrackFloating for tiled-floating focus issues (#4)Adam Vogt1-0/+83
2010-10-07minor documentation fixesDaniel Wagner2-2/+10
2010-10-04Minor documentation fixes in X.U.ExtensibleStateDaniel Schoepe1-7/+9
2010-10-02Clarify the note on -XRank2Types in L.GroupsAdam Vogt1-3/+4
2010-01-17Mention X.L.Groups.ModifySpec's rank-2 type in the docquentin.moser1-0/+4
2010-10-01Orphan my modulesmoserq8-11/+8
2010-10-01Split X.L.Groups.Examplesmoserq5-314/+396
2010-01-20X.L.G.Examples: improve the tabs of tiledTabsmoserq1-4/+6
2010-01-20X.L.G.Examples: improve the tabs of wmiiLikemoserq1-2/+5
2010-01-18X.L.Groups: Always keep one group, even if empty.quentin.moser1-37/+46
2010-01-17Do not duplicate layouts in X.L.Groupsquentin.moser1-8/+8
2010-09-30Add missing module re-export (issue 366)Adam Vogt1-0/+3
2010-07-06X.H.ManageDocks: event hook to refresh on new docksTomas Janousek1-0/+15
2010-05-18This patch adds support for multiple master windows to X.L.Masterquesel1-16/+47
2010-07-06X.L.LayoutHints: event hook to refresh on hints changeTomas Janousek1-1/+20
2010-09-14Remove last excess definition of `fi' (fromIntegral)Adam Vogt3-10/+3
2010-09-14Explain fields added for "XMonad.Layout.ImageButtonDecoration"Adam Vogt1-2/+4
2010-08-03Adjust X.C.Desktop documentation content.Adam Vogt1-9/+7
2010-07-28Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger6-14/+17