aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-03-21Add XMonad.Actions.PhysicalScreensnelhage1-0/+88
2008-10-08pointWithin has moved to the coreJoachim Breitner1-6/+0
2008-10-07UpdatePointer even to empty workspacesJoachim Breitner1-22/+31
2009-02-19SpawnOn: use doShift. This resolves problems where SpawnOn would shift the w...Spencer Janssen1-1/+1
2009-02-13SpawnOn: delete seen pidsSpencer Janssen1-1/+4
2009-02-13SpawnOn: add 'exec' to shell strings where possibleSpencer Janssen1-1/+8
2009-02-07+A.CycleWindows: bindings to cycle windows in new wayswirtwolff1-0/+222
2009-02-06XMonad.Actions.CopyWindow: fmt & qualify stackset importgwern01-26/+25
2008-06-02XMonad.Actions.CopyWindow runOrCopylan3ny1-4/+26
2009-02-04X.A.SpawnOn: add docsRoman Cheplyaka1-10/+38
2009-01-28Easier Colorizers for X.A.GridSelectquentin.moser1-8/+54
2009-02-02X.A.SpawOn: fix usage docRoman Cheplyaka1-1/+1
2009-01-29XMonad.Actions.Search: fix whitespace & tabsgwern01-46/+43