aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* move AppLauncher from Actions module to Prompt modulezhen.sydow2008-05-131-70/+0
* X.A.WindowNavigation: comment cleanupDevin Mullins2008-05-131-8/+3
* windowRect now compensates for border widthDevin Mullins2008-05-131-3/+3
* X.A.WindowNavigation: update TODODevin Mullins2008-05-131-1/+1
* X.A.WindowNavigation: minor cleanupDevin Mullins2008-05-121-8/+4
* X.A.WindowNavigation: simplify inr somewhatDevin Mullins2008-05-121-18/+13
* X.A.WindowNavigation: clarityDevin Mullins2008-05-121-4/+5
* X.A.WindowNavigation: ugh, typoDevin Mullins2008-05-121-3/+1
* X.A.WindowNavigation: implement swap, extract withTargetWindow commonalityDevin Mullins2008-05-121-11/+28
* add more flexible withWindowNavigationKeysDevin Mullins2008-05-121-8/+19
* X.A.WindowNavigation: TODODevin Mullins2008-05-121-0/+1
* X.A.WindowNavigation: add withWindowNavigation, for easy setupDevin Mullins2008-05-121-1/+10
* X.A.WindowNavigation: fix currentPositionDevin Mullins2008-05-111-23/+28
* X.A.WindowNavigation: add TODOsDevin Mullins2008-05-111-2/+8
* X.A.WindowNavigation state is now workspace-specificDevin Mullins2008-05-111-9/+14
* X.A.WindowNavigation: minor doco changesDevin Mullins2008-05-061-2/+2
* add draft XMonad.Actions.WindowNavigationDevin Mullins2008-05-041-0/+135
* new contrib module to launch apps with command line parameterszhen.sydow2008-05-131-0/+70
* 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