aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-01Search.hs: remove an argument from selectSearch and promptSearchgwern01-43/+57
2008-03-31XMonad.Actions.CycleRecentWS: initial importMichal Janeczek1-0/+85
2008-03-31move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey1-1/+1
2008-03-26UpdatePointer: Make pointer position configurable.xmonad1-9/+28
2008-03-25XMonad.Actions.Commands: documentation fixBrent Yorgey1-4/+4
2008-03-24XMonad.Actions.Search: add Google Maps searchBrent Yorgey1-1/+5
2008-03-22XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...Lukas Mai1-5/+1
2008-03-16WindowGo.hs: improve descriptiongwern01-2/+6
2008-03-16Search.hs: try to add a more descriptive typegwern01-2/+3
2008-03-16improve the formatting for WindowGo.hsgwern01-25/+25
2008-03-16Search.hs: haddock fmtgwern01-12/+12
2008-03-16Add XMonad.Actions.Promotexmonad1-0/+49
2008-03-08add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy1-0/+3
2008-03-06Documentation typo about UpdatePointer.nicolas.pouillard1-1/+1
2008-03-05Removed WmiiActions module.Juraj Hercek1-106/+0
2008-03-01Changed semantics of UpdatePointer to move to nearest pointrobreim1-13/+21
2008-03-01UpdatePointer XMonadContrib modulerobreim1-0/+54
2008-03-02Add XMonad.Actions.PerWorkspaceKeysRoman Cheplyaka1-0/+50
2008-02-29in Prompt.Workspace sort by official workspace order.David Roundy1-5/+7
2008-02-29XMonad.Actions.MouseGestures.mkCollect: generalize typeLukas Mai1-3/+3
2008-02-29XMonad.Actions.MouseGestures: refactoring, code simplificationLukas Mai1-53/+51
2008-02-26Xmonad.Actions.MouseGestures: generalize interface, allow hooksLukas Mai1-27/+40
2007-11-09update inactive debugging code in MouseGestures; no visible changesLukas Mai1-4/+9
2008-02-18Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...Andrea Rossato1-22/+35
2008-02-16Prompt: add some methods to make completions more flexibleAndrea Rossato1-6/+0
2008-02-12Add Actions.MouseResize: a layout modifier to resize windows with the mouseAndrea Rossato1-0/+119
2008-02-09WindowGo.hs: fix syntax in exampleBrent Yorgey1-1/+1
2008-02-05+doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybegwern01-1/+8
2008-02-06add swapScreen to CycleWSits.sec1-0/+17
2008-02-04 XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the ...gwern01-0/+75
2008-02-01CycleWS: change example binding for toggleWS from mod-t to mod-z. example bi...Brent Yorgey1-1/+1
2008-02-01REMOVE RotView: use CycleWS instead.Brent Yorgey2-71/+8
2008-02-01CycleWS: add more general functionality that now subsumes the functionality o...Brent Yorgey2-26/+169
2008-01-31Search.hs: haddock cleanupBrent Yorgey1-35/+32
2008-01-31Added a handy tip to the documentation of XMonad.Actions.Searchv.dijk.bas1-1/+47
2008-01-16add XMonad.Actions.CycleSelectedLayoutsRoman Cheplyaka1-0/+51
2008-01-28Search.hs: add documentation and two more search engines (MathWorld and Googl...Brent Yorgey1-23/+52
2008-01-13Action.Search: small haddock fixesAndrea Rossato1-1/+2
2007-12-30Correct caps in module header.Joachim Fasting1-1/+1
2007-12-30Use LANGUAGE pragma.Joachim Fasting1-1/+1
2007-12-31shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail1-1/+20
2007-12-28-Wall policeSpencer Janssen1-1/+1
2007-12-27Add support for cycling through screens to CycleWSmail1-8/+33
2007-12-24XMonad.Actions.Search: haddock fixAndrea Rossato1-1/+1
2007-12-24Search.hs: +docs, and export simpleEngine so users can define their owngwern01-11/+47
2007-12-24Search.hs: mv into Actions/ per IRC suggestiongwern01-0/+101
2007-12-20add XMonad.Actions.NoBordersLukas Mai1-0/+33
2007-12-22Factor workspace sorting into a separate moduleSpencer Janssen1-8/+4
2007-12-22No more tabsSpencer Janssen6-18/+19
2007-12-19Update various restart bindingsSpencer Janssen1-2/+2