aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/CycleWS.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-09Make X.A.CycleWS not rely on hidden WS orderDmitri Iouchtchenko1-9/+18
2011-09-08X.A.CycleWS Refactor and add toggleWS' that excludes listed tagsWirt Wolff1-9/+19
2011-06-07Export X.A.CycleWS.screenBy (issue 439)Adam Vogt1-0/+13
2009-12-30X.A.CycleWS: export generalized 'doTo' function for performing an action on a...Brent Yorgey1-2/+8
2009-11-15X.A.CycleWS cycle by tag groupAnders Engstrom1-0/+7
2009-10-22Refer to modm as the current modMaskAdam Vogt1-13/+13
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-7/+5
2009-08-17A.CycleWS: add toggleOrView fns, fix doc, prevent head exceptionWirt Wolff1-3/+48
2009-01-27X.A.CycleWS: convert tabs to spaces (closes #266)Roman Cheplyaka1-2/+2
2008-10-06Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWSJoachim Breitner1-2/+3
2008-10-06Add straightforward HiddenWS to WSTypeJoachim Breitner1-0/+3
2008-09-21cleanup - use currentTagDevin Mullins1-1/+1
2008-03-08add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy1-0/+3
2008-02-06add swapScreen to CycleWSits.sec1-0/+17
2008-02-01CycleWS: change example binding for toggleWS from mod-t to mod-z. example bi...Brent Yorgey1-1/+1
2008-02-01REMOVE RotView: use CycleWS instead.Brent Yorgey1-13/+8
2008-02-01CycleWS: add more general functionality that now subsumes the functionality o...Brent Yorgey1-26/+167
2007-12-31shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail1-1/+20
2007-12-28-Wall policeSpencer Janssen1-1/+1
2007-12-27Add support for cycling through screens to CycleWSmail1-8/+33
2007-12-22Factor workspace sorting into a separate moduleSpencer Janssen1-8/+4
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-2/+0
2007-11-24Haddock docs: modMask --> modMask xBrent Yorgey1-7/+7
2007-11-23CycleWS: haddock updatesBrent Yorgey1-8/+3
2007-11-01HierarchifySpencer Janssen1-4/+4
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-11-01Port CycleWSSpencer Janssen1-5/+7
2007-11-01NO TABSSpencer Janssen1-2/+2
2007-10-27ViewPrev.hs: deletedValery V. Vorotyntsev1-1/+2
2007-10-26CycleWS: StackSet.findIndex is now findTagAndrea Rossato1-1/+1
2007-10-19CycleWS.hs (toggleWS): new functionValery V. Vorotyntsev1-18/+18
2007-10-13Fix more config docstringsAlex Tarkovsky1-2/+2
2007-10-13CycleWS: typoAndrea Rossato1-2/+2
2007-10-07Move my NextWorkspace functionality into CycleWSmail1-33/+81
2007-09-17Match 'Remove Operations functions which have StackSet equivalents' from the ...Spencer Janssen1-2/+2
2007-08-21CycleWS: a couple of simple functions to cycle between workspacesAndrea Rossato1-0/+51