aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-05Rearrange the GSCONFIG class in A.GridselectAdam Vogt1-28/+93
2009-10-03Add a GSCONFIG class to overload defaultGSConfig.Adam Vogt2-22/+31
2009-10-04Add a screenshots section in the A.GridSelect haddocksAdam Vogt1-4/+13
2009-09-26A.CycleWindows update docs, use lib fn second instead of custom lambdaWirt Wolff1-5/+14
2009-10-03Group functions in GridSelect haddock, add an inline screenshot.Adam Vogt1-4/+14
2009-10-03Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt1-3/+3
2009-10-03Mention X.L.Maximize and X.L.Minimize in WindowMenu documentationJan Vornberger1-0/+4
2009-10-02Use U.XUtils.fi to make WindowMenu clearerAdam Vogt1-12/+11
2009-09-30Extended GridSelectJan Vornberger1-9/+24
2009-09-30WindowMenu based on GridSelect that displays actions for the focused window (...Jan Vornberger1-0/+75
2009-09-30Note that ManageDocks is preferred to A.DeManageAdam Vogt1-1/+2
2009-09-30Remove redundant ($) in A.CommandsAdam Vogt1-5/+5
2009-09-21Only use search history for completion in X.A.SearchDaniel Schoepe1-2/+3
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe5-35/+35
2009-09-04Remove excess broadcastMessage ReleaseResources from A.CommandsAdam Vogt1-3/+2
2009-09-04Mark modules last-modified in 2007 as stableAdam Vogt10-10/+10
2009-08-23Improve/correct documentation in X.A.TagWindowsDaniel Schoepe1-3/+3
2009-08-09Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela...Clemens Fruhwirth1-1/+1
2009-08-17A.CycleWS: add toggleOrView fns, fix doc, prevent head exceptionWirt Wolff1-3/+48
2009-08-08XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :!gwern01-1/+1
2009-08-08XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOfgwern01-13/+9
2009-08-08XMonad.Actions.Search: +wiktgwern01-1/+3
2009-07-27Revert to old behavior where unmatched keys do not exit the eventloop for A.G...Adam Vogt1-3/+2
2009-07-26Make direction keybindings configurable in A.GridSelectAdam Vogt1-30/+54
2009-06-23Clean Xkb masks in X.A.SubmapKhudyakov Alexey1-3/+3
2009-07-17Fix defaulting warning with A.RandomBackgroundAdam Vogt1-2/+1
2009-07-03X.A.CopyWindow: add wsContainingCopies, doc cleanupwirtwolff1-14/+45
2009-07-05Remove trailing whitespace from many modulesAdam Vogt5-11/+11
2009-07-05Simplify A.WorkspaceCursors use of layout for state, add documentationAdam Vogt1-72/+121
2009-07-02Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensionsAdam Vogt2-1/+171
2009-07-03Refactor A.OnScreen to use Maybe MonadAdam Vogt1-17/+14
2009-07-02Added XMonad.Actions.OnScreenmail1-0/+118
2009-07-02Remove code duplication in X.A.CopyWindowDaniel Schoepe1-9/+5
2009-06-29X.A.Search: use the new canonical package URL for hackage searchBrent Yorgey1-1/+1
2009-06-29A.RandomBackground: Parameterize randomBg by a RandomColor dataAdam Vogt1-16/+29
2009-06-27Add A.RandomBackground, actions to start terminals with a random -bg optionAdam Vogt1-0/+39
2009-06-25X.A.Search: add Google "I'm feeling lucky" searchBrent Yorgey1-3/+7
2009-06-25Add ifWindow and ifWindows and simplify WindowGoDaniel Schoepe1-25/+36
2009-06-24Use -fwarn-tabs for test, remove tabsAdam Vogt2-7/+7
2009-06-23From A.Topicspace split functions for storing strings with root to U.StringPropAdam Vogt1-41/+6
2009-06-23Correct A.TopicSpace sample configAdam Vogt1-1/+1
2009-06-23Add shiftNthLastFocused to A.TopicSpaceAdam Vogt1-1/+8
2009-06-22Generalize Actions.SpawnOnDaniel Schoepe1-8/+16
2009-06-22update callers of safeSpawngwern01-1/+1
2009-06-22XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr...gwern01-5/+6
2009-06-22XMonad.Actions.WindowGo: improve haddocksgwern01-13/+13
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt3-4/+4
2009-06-02X.A.PhysicalScreens: fix typoRoman Cheplyaka1-1/+1
2009-05-30UpdatePointer - Don't warp while dragging with mouseAnders Engstrom1-0/+3
2009-05-30FlexibleResize - Resize from edge, don't move adjust at opposite edgeAnders Engstrom1-21/+35