aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't move the pointer if the user is moving the mouseKlaus Weidner2008-04-171-2/+4
* remove myself as maintainer of CopyWindow.David Roundy2008-04-091-1/+1
* Generalize copyWindow, minor style changeSpencer Janssen2008-04-081-4/+4
* XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functionsIvan N. Veselov2008-04-081-4/+35
* XMonad.Actions.UpdatePointer: doc fixLukas Mai2008-04-071-1/+1
* Added next-window versions of the raise* functions.Ian Zerny2008-04-051-1/+31
* update contrib for applySizeHints changesLukas Mai2008-04-054-5/+5
* Actions/Search.hs: add dictionary.com searchBrent Yorgey2008-04-021-10/+14
* improve WindowGo.hs Haddock formattinggwern02008-04-011-15/+15
* WindowGo.hs: +raiseBrowser, raiseEditorgwern02008-04-011-5/+25
* Search.hs: remove an argument from selectSearch and promptSearchgwern02008-04-011-43/+57
* XMonad.Actions.CycleRecentWS: initial importMichal Janeczek2008-03-311-0/+85
* move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey2008-03-311-1/+1
* UpdatePointer: Make pointer position configurable.xmonad2008-03-261-9/+28
* XMonad.Actions.Commands: documentation fixBrent Yorgey2008-03-251-4/+4
* XMonad.Actions.Search: add Google Maps searchBrent Yorgey2008-03-241-1/+5
* XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...Lukas Mai2008-03-221-5/+1
* WindowGo.hs: improve descriptiongwern02008-03-161-2/+6
* Search.hs: try to add a more descriptive typegwern02008-03-161-2/+3
* improve the formatting for WindowGo.hsgwern02008-03-161-25/+25
* Search.hs: haddock fmtgwern02008-03-161-12/+12
* Add XMonad.Actions.Promotexmonad2008-03-161-0/+49
* add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy2008-03-081-0/+3
* Documentation typo about UpdatePointer.nicolas.pouillard2008-03-061-1/+1
* Removed WmiiActions module.Juraj Hercek2008-03-051-106/+0
* Changed semantics of UpdatePointer to move to nearest pointrobreim2008-03-011-13/+21
* UpdatePointer XMonadContrib modulerobreim2008-03-011-0/+54
* Add XMonad.Actions.PerWorkspaceKeysRoman Cheplyaka2008-03-021-0/+50
* in Prompt.Workspace sort by official workspace order.David Roundy2008-02-291-5/+7
* XMonad.Actions.MouseGestures.mkCollect: generalize typeLukas Mai2008-02-291-3/+3
* XMonad.Actions.MouseGestures: refactoring, code simplificationLukas Mai2008-02-291-53/+51
* Xmonad.Actions.MouseGestures: generalize interface, allow hooksLukas Mai2008-02-261-27/+40
* update inactive debugging code in MouseGestures; no visible changesLukas Mai2007-11-091-4/+9
* Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...Andrea Rossato2008-02-181-22/+35
* Prompt: add some methods to make completions more flexibleAndrea Rossato2008-02-161-6/+0
* Add Actions.MouseResize: a layout modifier to resize windows with the mouseAndrea Rossato2008-02-121-0/+119
* WindowGo.hs: fix syntax in exampleBrent Yorgey2008-02-091-1/+1
* +doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybegwern02008-02-051-1/+8
* add swapScreen to CycleWSits.sec2008-02-061-0/+17
* XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the ...gwern02008-02-041-0/+75
* CycleWS: change example binding for toggleWS from mod-t to mod-z. example bi...Brent Yorgey2008-02-011-1/+1
* REMOVE RotView: use CycleWS instead.Brent Yorgey2008-02-012-71/+8
* CycleWS: add more general functionality that now subsumes the functionality o...Brent Yorgey2008-02-012-26/+169
* Search.hs: haddock cleanupBrent Yorgey2008-01-311-35/+32
* Added a handy tip to the documentation of XMonad.Actions.Searchv.dijk.bas2008-01-311-1/+47
* add XMonad.Actions.CycleSelectedLayoutsRoman Cheplyaka2008-01-161-0/+51
* Search.hs: add documentation and two more search engines (MathWorld and Googl...Brent Yorgey2008-01-281-23/+52
* Action.Search: small haddock fixesAndrea Rossato2008-01-131-1/+2
* Correct caps in module header.Joachim Fasting2007-12-301-1/+1
* Use LANGUAGE pragma.Joachim Fasting2007-12-301-1/+1