aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/DynamicWorkspaces.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-19Generalize new workspace addition functions to support arbitrary insertion.nrujac1-8/+32
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-5/+5
2012-12-31Allow removing arbitrary workspacesDmitri Iouchtchenko1-0/+1
2012-12-31Remove first-hidden restriction from X.A.DynamicWorkspaces.removeWorkspace'Dmitri Iouchtchenko1-7/+11
2012-12-27Add X.A.DynamicWorkspaces.renameWorkspaceByName.Dmitri Iouchtchenko1-5/+8
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-7/+2
2011-05-27Documentation fix (issue 445)Adam Vogt1-1/+2
2011-05-04Compile with ghc7Mats Rauhala1-5/+0
2011-04-16documentation: tell where to find a few auxiliary functions that might be use...Daniel Wagner1-1/+7
2010-03-14DynamicWorkspaces.hs: rm whitespacegwern01-1/+1
2009-11-15Minor style changes in DynamicWorkspacesAdam Vogt1-18/+15
2009-11-14X.A.DynamicWorkspaces fix doc and add behaviourAnders Engstrom1-9/+51
2009-11-12X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another...Brent Yorgey1-5/+11
2009-11-08X.A.DynamicWorkspaces: new 'addWorkspacePrompt' methodBrent Yorgey1-1/+5
2009-10-22Refer to modm as the current modMaskAdam Vogt1-7/+7
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-06-08Exporting addHiddenWorkspace, it's needed by the new ScratchpadBraden Shepherdson1-0/+3
2008-02-29in Prompt.Workspace sort by official workspace order.David Roundy1-5/+7
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-3/+1
2007-11-27DynamicWorkspaces: haddock updatesBrent Yorgey1-7/+15
2007-11-09add a few docs (very sparse) to DynamicWorkspaces.David Roundy1-2/+4
2007-11-09add withWorkspace prompt, which automatically creates workspace if nonexistent.David Roundy1-18/+29
2007-11-01fix selectWorkspace to work with new config.David Roundy1-7/+9
2007-11-01HierarchifySpencer Janssen1-5/+5
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-10-18add function to rename workspaces.David Roundy1-1/+9
2007-10-17code cleanup in selectWorkspace.David Roundy1-4/+3
2007-10-17allow users to go to dynamically-added workspaces with mod-n.David Roundy1-2/+23
2007-10-17add modules to deal with Workspaces (select, etc) by name using XPrompt.David Roundy1-3/+13
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-1/+1
2007-09-29some renaming of classes and data types.David Roundy1-2/+2
2007-09-26fix DynamicWorkspaces.David Roundy1-15/+11
2007-09-17Match 'Remove Operations functions which have StackSet equivalents' from the ...Spencer Janssen1-4/+3
2007-08-20make Contrib use WorkspaceIdDavid Roundy1-2/+5
2007-08-14clean up DynamicWorkspaces to handle layouts properly.David Roundy1-12/+16
2007-08-14make DynamicWorkspace more thorough.David Roundy1-13/+28
2007-08-14new module DynamicWorkspaces to add and remove workspaces.David Roundy1-0/+52