aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/CycleWS.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make X.A.CycleWS not rely on hidden WS orderDmitri Iouchtchenko2013-01-091-9/+18
* X.A.CycleWS Refactor and add toggleWS' that excludes listed tagsWirt Wolff2011-09-081-9/+19
* Export X.A.CycleWS.screenBy (issue 439)Adam Vogt2011-06-071-0/+13
* X.A.CycleWS: export generalized 'doTo' function for performing an action on a...Brent Yorgey2009-12-301-2/+8
* X.A.CycleWS cycle by tag groupAnders Engstrom2009-11-151-0/+7
* Refer to modm as the current modMaskAdam Vogt2009-10-221-13/+13
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-7/+5
* A.CycleWS: add toggleOrView fns, fix doc, prevent head exceptionWirt Wolff2009-08-171-3/+48
* X.A.CycleWS: convert tabs to spaces (closes #266)Roman Cheplyaka2009-01-271-2/+2
* Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWSJoachim Breitner2008-10-061-2/+3
* Add straightforward HiddenWS to WSTypeJoachim Breitner2008-10-061-0/+3
* cleanup - use currentTagDevin Mullins2008-09-211-1/+1
* add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy2008-03-081-0/+3
* add swapScreen to CycleWSits.sec2008-02-061-0/+17
* CycleWS: change example binding for toggleWS from mod-t to mod-z. example bi...Brent Yorgey2008-02-011-1/+1
* REMOVE RotView: use CycleWS instead.Brent Yorgey2008-02-011-13/+8
* CycleWS: add more general functionality that now subsumes the functionality o...Brent Yorgey2008-02-011-26/+167
* shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail2007-12-311-1/+20
* -Wall policeSpencer Janssen2007-12-281-1/+1
* Add support for cycling through screens to CycleWSmail2007-12-271-8/+33
* Factor workspace sorting into a separate moduleSpencer Janssen2007-12-221-8/+4
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Remove redundant importsSpencer Janssen2007-12-081-2/+0
* Haddock docs: modMask --> modMask xBrent Yorgey2007-11-241-7/+7
* CycleWS: haddock updatesBrent Yorgey2007-11-231-8/+3
* HierarchifySpencer Janssen2007-11-011-0/+102