aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-22Refer to modm as the current modMaskAdam Vogt79-246/+248
2009-10-22Resolve conflicts between Justin Bogner's C.Desktop patch and latest head.Daniel Schoepe1-3/+4
2009-10-11Move EWMH support initialization to a startupHookJustin Bogner4-28/+19
2009-10-22C.Desktop fix bad escaping and typoWirt Wolff1-7/+7
2009-10-22C.Desktop doc explaining common desktop config customizationsWirt Wolff4-2/+148
2009-10-22Clean keymask in GridSelect(solves issue 318)Daniel Schoepe1-2/+4
2009-10-20Share one StdGen between RGB channels in A.RandomBackgroundAdam Vogt1-2/+2
2009-10-20Document A.RandomBackgroundAdam Vogt1-5/+26
2009-10-20C.Gnome combine with instead of replace Desktop startupHookWirt Wolff1-2/+2
2009-10-20Remove H.SetCursor: U.Cursor is preferredAdam Vogt1-47/+0
2009-10-20Add some haddock formatting in U.CursorAdam Vogt1-3/+7
2009-09-15XMonadContrib: set the default cursor to left_ptr for the Desktop configAndres Salomon1-0/+2
2009-09-15XMonadContrib: add a utility module to set the default cursorAndres Salomon2-0/+44
2009-10-16More docs formatting in A.GridSelectAdam Vogt1-2/+2
2009-10-16In A.GridSelect correct haddocksAdam Vogt1-20/+26
2009-10-16Describe parameters to subLayouts moreAdam Vogt1-5/+11
2009-10-16Refer to modMask as modm in L.SubLayouts sample keybindsAdam Vogt1-10/+10
2009-10-16Format L.SubLayout TODOAdam Vogt1-3/+5
2009-10-16Add more links in L.SubLayout documentationAdam Vogt1-5/+7
2009-10-16Link a screenshot in L.SubLayouts from the haskellwikiAdam Vogt1-0/+9
2009-10-16Added focusMaster to BoringWindowsJan Vornberger1-4/+18
2009-10-15Remove NamedFieldPuns from L.LimitWindowsAdam Vogt1-14/+14
2009-10-14Note L.Minimize in L.LimitWindows haddocks.Adam Vogt1-0/+1
2009-10-14Move limitSelect into L.LimitWindowsMax Rabkin2-123/+63
2009-10-02added haddocks for L.SelectiveMax Rabkin1-1/+36
2009-09-29Support IncMasterN in SelectiveMax Rabkin1-0/+9
2009-09-29removed commented-out codeMax Rabkin1-24/+0
2009-09-29Test that update preserves invariants of SelectionMax Rabkin1-1/+1
2009-09-29Add "Selective" layout modifierMax Rabkin1-0/+98
2009-10-12Filter extra modifier bits some layouts set in XMonad.PromptDaniel Schoepe1-2/+3
2009-10-12Cleanup L.BorderResizeAdam Vogt1-52/+46
2009-10-12Layout modifier to resize windows by dragging their borders with the mouseJan Vornberger1-0/+170
2009-10-12Add U.Replace which implements a --replace behavior.Adam Vogt1-0/+116
2009-10-12Update D.Extending module lists with help of a script (also added)Adam Vogt1-191/+582
2009-10-12Correct erroneous haddock link in U.XSelectionAdam Vogt1-1/+1
2009-10-12Make L.Mosaic explicit imports compatible with haskell-src-extsAdam Vogt1-3/+3
2009-10-12Put screenshots inline for L.ThreeColumns and L.RoledexAdam Vogt2-5/+13
2009-10-12Use LANGUAGE pragma instead of -fglasgow-exts in L.MinimizeAdam Vogt1-1/+1
2009-10-12Add a description to L.LayoutScreensAdam Vogt1-0/+1
2009-10-12Add Portability and Stability boilerplate for a couple modules.Adam Vogt6-0/+12
2009-10-12Correct hyperlink in A.DeManageAdam Vogt1-1/+1
2009-10-12NoFrillsDecoration - most basic version of decoration for windowsJan Vornberger1-0/+48
2009-10-12Split A.TopicSpace documentation into sectionsAdam Vogt1-42/+52
2009-10-08Use hyperlinks in WorkspaceCursors documentation.Adam Vogt1-2/+2
2009-10-08Minor haddock formatting correction in L.TabbedAdam Vogt1-1/+1
2009-10-05Hyperlink the reference to ResizableTile in MouseResizableTileAdam Vogt1-1/+1
2009-10-05Finish a sentence in H.ManageDocks haddocks.Adam Vogt1-1/+1
2009-10-05Add a SetStruts message to H.ManageDocks.Adam Vogt2-14/+46
2009-10-05Derive Enum for U.Types.Direction2DAdam Vogt1-1/+1
2009-10-05Rearrange the GSCONFIG class in A.GridselectAdam Vogt1-28/+93