aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-05-27FloatSnap - calculate gaps instead of snapping against unmanaged windowsAnders Engstrom1-18/+13
2009-05-25X.A.Search: add Wolfram|Alpha searchBrent Yorgey1-3/+7
2009-05-25A.FloatSnap snap to unmanaged docks tooAdam Vogt1-3/+12
2009-05-24FloatSnap fix maintainerAnders Engstrom1-1/+1
2009-05-24X.A.FloatSnap - More configuration for magic resize, adaption for mouse bindi...Anders Engstrom1-22/+65
2009-05-24X.A.FloatSnap - Assisted move/resize of windowsAnders Engstrom1-0/+278
2009-04-26submapDefault fix key leakageAnders Engstrom1-2/+2
2009-04-23X.A.TopicSpace: remove the allTopics lists from the configuration.Nicolas Pouillard1-33/+37
2009-04-07Update focus on mouse moves within inactive windowsDaniel Schoepe1-0/+61
2009-03-22Add TowardsCentre option to UpdatePointerAdam Vogt1-3/+11
2009-03-22Remove excess whitespace in A.UpdatePointerAdam Vogt1-6/+5
2009-04-22Update haddock description for Actions.GridSelectDaniel Schoepe1-2/+2
2009-04-10Mouse support for GridSelectDaniel Schoepe1-1/+13
2009-04-09Generalize GridSelect to arbitrary elementsDaniel Schoepe1-80/+99
2009-04-19New module: XMonad.Actions.TopicSpaceNicolas Pouillard1-0/+331