aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/DynamicWorkspaces.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Generalize new workspace addition functions to support arbitrary insertion.nrujac2014-12-191-8/+32
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-5/+5
* Allow removing arbitrary workspacesDmitri Iouchtchenko2012-12-311-0/+1
* Remove first-hidden restriction from X.A.DynamicWorkspaces.removeWorkspace'Dmitri Iouchtchenko2012-12-311-7/+11
* Add X.A.DynamicWorkspaces.renameWorkspaceByName.Dmitri Iouchtchenko2012-12-271-5/+8
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-7/+2
* Documentation fix (issue 445)Adam Vogt2011-05-271-1/+2
* Compile with ghc7Mats Rauhala2011-05-041-5/+0
* documentation: tell where to find a few auxiliary functions that might be use...Daniel Wagner2011-04-161-1/+7
* DynamicWorkspaces.hs: rm whitespacegwern02010-03-141-1/+1
* Minor style changes in DynamicWorkspacesAdam Vogt2009-11-151-18/+15
* X.A.DynamicWorkspaces fix doc and add behaviourAnders Engstrom2009-11-141-9/+51
* X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another...Brent Yorgey2009-11-121-5/+11
* X.A.DynamicWorkspaces: new 'addWorkspacePrompt' methodBrent Yorgey2009-11-081-1/+5
* Refer to modm as the current modMaskAdam Vogt2009-10-221-7/+7
* remove myself as maintainer from modules I don't maintain or use.David Roundy2008-08-281-1/+1
* Exporting addHiddenWorkspace, it's needed by the new ScratchpadBraden Shepherdson2008-06-081-0/+3
* in Prompt.Workspace sort by official workspace order.David Roundy2008-02-291-5/+7
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Remove redundant importsSpencer Janssen2007-12-081-3/+1
* DynamicWorkspaces: haddock updatesBrent Yorgey2007-11-271-7/+15
* add a few docs (very sparse) to DynamicWorkspaces.David Roundy2007-11-091-2/+4
* add withWorkspace prompt, which automatically creates workspace if nonexistent.David Roundy2007-11-091-18/+29
* fix selectWorkspace to work with new config.David Roundy2007-11-011-7/+9
* HierarchifySpencer Janssen2007-11-011-0/+107