aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Portability and Stability boilerplate for a couple modules.Adam Vogt2009-10-121-0/+2
* Correct hyperlink in A.DeManageAdam Vogt2009-10-121-1/+1
* Split A.TopicSpace documentation into sectionsAdam Vogt2009-10-121-42/+52
* Use hyperlinks in WorkspaceCursors documentation.Adam Vogt2009-10-081-2/+2
* Add a SetStruts message to H.ManageDocks.Adam Vogt2009-10-051-1/+3
* Rearrange the GSCONFIG class in A.GridselectAdam Vogt2009-10-051-28/+93
* Add a GSCONFIG class to overload defaultGSConfig.Adam Vogt2009-10-032-22/+31
* Add a screenshots section in the A.GridSelect haddocksAdam Vogt2009-10-041-4/+13
* A.CycleWindows update docs, use lib fn second instead of custom lambdaWirt Wolff2009-09-261-5/+14
* Group functions in GridSelect haddock, add an inline screenshot.Adam Vogt2009-10-031-4/+14
* Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt2009-10-031-3/+3
* Mention X.L.Maximize and X.L.Minimize in WindowMenu documentationJan Vornberger2009-10-031-0/+4
* Use U.XUtils.fi to make WindowMenu clearerAdam Vogt2009-10-021-12/+11
* Extended GridSelectJan Vornberger2009-09-301-9/+24
* WindowMenu based on GridSelect that displays actions for the focused window (...Jan Vornberger2009-09-301-0/+75
* Note that ManageDocks is preferred to A.DeManageAdam Vogt2009-09-301-1/+2
* Remove redundant ($) in A.CommandsAdam Vogt2009-09-301-5/+5
* Only use search history for completion in X.A.SearchDaniel Schoepe2009-09-211-2/+3
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-195-35/+35
* Remove excess broadcastMessage ReleaseResources from A.CommandsAdam Vogt2009-09-041-3/+2
* Mark modules last-modified in 2007 as stableAdam Vogt2009-09-0410-10/+10
* Improve/correct documentation in X.A.TagWindowsDaniel Schoepe2009-08-231-3/+3
* Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela...Clemens Fruhwirth2009-08-091-1/+1
* A.CycleWS: add toggleOrView fns, fix doc, prevent head exceptionWirt Wolff2009-08-171-3/+48
* XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :!gwern02009-08-081-1/+1
* XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOfgwern02009-08-081-13/+9
* XMonad.Actions.Search: +wiktgwern02009-08-081-1/+3
* Revert to old behavior where unmatched keys do not exit the eventloop for A.G...Adam Vogt2009-07-271-3/+2
* Make direction keybindings configurable in A.GridSelectAdam Vogt2009-07-261-30/+54
* Clean Xkb masks in X.A.SubmapKhudyakov Alexey2009-06-231-3/+3
* Fix defaulting warning with A.RandomBackgroundAdam Vogt2009-07-171-2/+1
* X.A.CopyWindow: add wsContainingCopies, doc cleanupwirtwolff2009-07-031-14/+45
* Remove trailing whitespace from many modulesAdam Vogt2009-07-055-11/+11
* Simplify A.WorkspaceCursors use of layout for state, add documentationAdam Vogt2009-07-051-72/+121
* Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensionsAdam Vogt2009-07-022-1/+171
* Refactor A.OnScreen to use Maybe MonadAdam Vogt2009-07-031-17/+14
* Added XMonad.Actions.OnScreenmail2009-07-021-0/+118
* Remove code duplication in X.A.CopyWindowDaniel Schoepe2009-07-021-9/+5
* X.A.Search: use the new canonical package URL for hackage searchBrent Yorgey2009-06-291-1/+1
* A.RandomBackground: Parameterize randomBg by a RandomColor dataAdam Vogt2009-06-291-16/+29
* Add A.RandomBackground, actions to start terminals with a random -bg optionAdam Vogt2009-06-271-0/+39
* X.A.Search: add Google "I'm feeling lucky" searchBrent Yorgey2009-06-251-3/+7
* Add ifWindow and ifWindows and simplify WindowGoDaniel Schoepe2009-06-251-25/+36
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-242-7/+7
* From A.Topicspace split functions for storing strings with root to U.StringPropAdam Vogt2009-06-231-41/+6
* Correct A.TopicSpace sample configAdam Vogt2009-06-231-1/+1
* Add shiftNthLastFocused to A.TopicSpaceAdam Vogt2009-06-231-1/+8
* Generalize Actions.SpawnOnDaniel Schoepe2009-06-221-8/+16
* update callers of safeSpawngwern02009-06-221-1/+1
* XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr...gwern02009-06-221-5/+6