aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/CopyWindow.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
2011-03-01Fix xinerama workspace swapping with A.CopyWindow.killAllOtherCopiesAdam Vogt1-1/+3
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-1/+0
2009-10-22Refer to modm as the current modMaskAdam Vogt1-5/+5
2009-07-03X.A.CopyWindow: add wsContainingCopies, doc cleanupwirtwolff1-14/+45
2009-07-02Remove code duplication in X.A.CopyWindowDaniel Schoepe1-9/+5
2009-02-06XMonad.Actions.CopyWindow: fmt & qualify stackset importgwern01-26/+25
2008-06-02XMonad.Actions.CopyWindow runOrCopylan3ny1-4/+26
2008-09-21cleanup - use currentTagDevin Mullins1-2/+2
2008-04-09remove myself as maintainer of CopyWindow.David Roundy1-1/+1
2008-04-08Generalize copyWindow, minor style changeSpencer Janssen1-4/+4
2008-04-08XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functionsIvan N. Veselov1-4/+35
2007-12-30Use LANGUAGE pragma.Joachim Fasting1-1/+1
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-3/+1
2007-11-25CopyWindow: fixed docsAndrea Rossato1-3/+8
2007-11-24Haddock docs: modMask --> modMask xBrent Yorgey1-2/+2
2007-11-23CopyWindow: haddock updatesBrent Yorgey1-14/+9
2007-11-23make CopyWindow export a fancy copy-window-anywhere function.David Roundy1-7/+16
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki1-1/+1
2007-11-01HierarchifySpencer Janssen1-4/+4
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-10-15fix float bug in CopyWindow.David Roundy1-1/+1
2007-10-13CopyWindow.hs: type signature for copyAndrea Rossato1-0/+1
2007-10-05fix problem found by Heffalump in CopyWindow.David Roundy1-2/+1
2007-09-19CopyWindow.hs: -Wall police.Joachim Fasting1-3/+3
2007-09-19CopyWindow.copy: remove seemingly unnecessary parameter from helper func.Joachim Fasting1-4/+4
2007-08-23clean up CopyWindow.David Roundy1-28/+7
2007-09-05Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky1-0/+11
2007-08-21CopyWindow: update usage infoSpencer Janssen1-1/+1
2007-08-01fix CopyWindow to not require Integral WorkspaceId.David Roundy1-1/+1
2007-06-30More ScreenDetails fixesSpencer Janssen1-3/+3
2007-06-24add CopyWindow module, to support sticky/tagged windows.David Roundy1-0/+89