aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* XMonad.Actions.WindowGo: improve haddocksgwern02009-06-221-13/+13
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-183-4/+4
* X.A.PhysicalScreens: fix typoRoman Cheplyaka2009-06-021-1/+1
* UpdatePointer - Don't warp while dragging with mouseAnders Engstrom2009-05-301-0/+3
* FlexibleResize - Resize from edge, don't move adjust at opposite edgeAnders Engstrom2009-05-301-21/+35
* FloatSnap - calculate gaps instead of snapping against unmanaged windowsAnders Engstrom2009-05-271-18/+13
* X.A.Search: add Wolfram|Alpha searchBrent Yorgey2009-05-251-3/+7
* A.FloatSnap snap to unmanaged docks tooAdam Vogt2009-05-251-3/+12
* FloatSnap fix maintainerAnders Engstrom2009-05-241-1/+1
* X.A.FloatSnap - More configuration for magic resize, adaption for mouse bindi...Anders Engstrom2009-05-241-22/+65
* X.A.FloatSnap - Assisted move/resize of windowsAnders Engstrom2009-05-241-0/+278
* submapDefault fix key leakageAnders Engstrom2009-04-261-2/+2
* X.A.TopicSpace: remove the allTopics lists from the configuration.Nicolas Pouillard2009-04-231-33/+37
* Update focus on mouse moves within inactive windowsDaniel Schoepe2009-04-071-0/+61