aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-28X.Actions.DynamicWorkspaceGroups: export new function addRawWSGroupBrent Yorgey1-1/+9
2013-07-30XMonad.Actions.UpdatePointer: generalise updatePointerLiyang HU1-45/+39
2013-07-30XMonad.Actions.UpdatePointer: document TowardsCentreLiyang HU1-1/+6
2013-05-28Fix haddock parse error in X.A.LinkWorkspacesAdam Vogt1-0/+1
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner11-46/+65
2013-05-28eliminate references to defaultConfigDaniel Wagner11-19/+19
2013-05-14Remove trailing whitespace in X.A.LinkWorkspacesAdam Vogt1-8/+8
2011-03-28Update documentation of LinkWorkspaces Modulequesel1-1/+1
2011-02-10Added a module for linking workspacesquesel1-0/+168
2013-01-14SpawnOn modification for issue 523Adam Vogt1-6/+11
2013-01-09Make X.A.CycleWS not rely on hidden WS orderDmitri Iouchtchenko1-9/+18
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-31X.A.Workscreen make the whole module description show up for haddockAdam Vogt1-1/+1
2012-12-31Note that an alternative to XMonad.Actions.ShowText is X.U.DzenAdam Vogt1-1/+2
2012-12-27Add X.A.DynamicWorkspaces.renameWorkspaceByName.Dmitri Iouchtchenko1-5/+8
2012-12-26Change type of X.A.ShowText.handleTimerEvent so example code typechecks.Adam Vogt1-2/+4
2012-12-26Describe arguments for X.A.ShowText.flashTextAdam Vogt1-2/+5
2012-12-25Add XMonad.Actions.ShowTextpastorelli.mario1-0/+110
2012-12-15Removes unused function spawnWithActions and redundant imports in XMonad.Acti...c.lopez1-30/+8
2012-12-15A.Launcher markup identifiers for haddock linksAdam Vogt1-2/+2
2012-12-14Removes LocateMode and LocateRegexMode from XMonad.Actions.Launcherc.lopez1-52/+18
2012-11-09Remove trailing whitespace.Adam Vogt4-24/+24
2012-11-09Use Control.Exception.catch explitly to avoid warningsAdam Vogt1-3/+2
2012-11-09Rename variables "state" to avoid warnings about shadowingAdam Vogt1-2/+2
2012-08-26Improves haddock documentationc.lopez1-3/+4
2012-08-11Fixes typos in Actions.Launcher haddock documentationc.lopez1-21/+22
2012-06-28Removes warnings, adds a browser value for LauncherConfig in haddock commentsc.lopez1-4/+4
2012-06-28Changes on XPrompt:c.lopez1-0/+177
2012-07-06A workscreen permits to display a set of workspaces on severalkedals01-0/+109
2012-05-01Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shownJesper Reenberg1-6/+34
2012-04-28Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrderAdam Vogt1-1/+1
2012-04-07add 'withNthWorkspace' to DynamicWorkspaceOrder.jakob1-1/+14
2012-03-12GroupNavigation: fix import typo in usageJens Petersen1-1/+1
2012-03-12add sendToEmptyWorkspace to FindEmptyWorkspaceJens Petersen1-1/+6
2012-01-16Actions.WindowGo: typo fix - trim 's' per cub.uanic https://code.google.com/p...gwern01-1/+1
2012-01-15XMonad.Actions.PhysicalScreens: fix typo spotted by Chris Pick <haskell@chris...gwern01-2/+1
2011-12-08X.A.Navigation2DNorbert Zeh1-0/+778
2011-11-18Export types to improve haddock links.Adam Vogt1-1/+4
2010-10-23Export types to reduce haddock warnings.Adam Vogt8-18/+21
2011-11-15get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner1-2/+2
2011-09-20Remove X.A.GroupNavigation.currentWindowNorbert Zeh1-7/+2
2011-09-08X.A.CycleWS Refactor and add toggleWS' that excludes listed tagsWirt Wolff1-9/+19
2011-09-05X.A.FlexibleManipulate: Set expected fixities for Pnt math operatorsWirt Wolff1-0/+3
2011-07-31GHC 7 compatDaniel Wagner2-7/+12
2011-05-15ungrab-keyboard-before-actionBen Boeckel1-1/+2
2011-05-15add-movenext-moveprev-bindingsBen Boeckel1-17/+23
2011-06-07Export X.A.CycleWS.screenBy (issue 439)Adam Vogt1-0/+13
2011-05-27Documentation fix (issue 445)Adam Vogt1-1/+2
2011-05-15Extend GridSelect navigationIlya Portnov1-1/+26