| Commit message (Expand) | Author | Files | Lines |
2008-05-12 | X.A.WindowNavigation: implement swap, extract withTargetWindow commonality | Devin Mullins | 1 | -11/+28 |
2008-05-12 | add more flexible withWindowNavigationKeys | Devin Mullins | 1 | -8/+19 |
2008-05-12 | X.A.WindowNavigation: TODO | Devin Mullins | 1 | -0/+1 |
2008-05-12 | X.A.WindowNavigation: add withWindowNavigation, for easy setup | Devin Mullins | 1 | -1/+10 |
2008-05-11 | X.A.WindowNavigation: fix currentPosition | Devin Mullins | 1 | -23/+28 |
2008-05-11 | X.A.WindowNavigation: add TODOs | Devin Mullins | 1 | -2/+8 |
2008-05-11 | X.A.WindowNavigation state is now workspace-specific | Devin Mullins | 1 | -9/+14 |
2008-05-06 | X.A.WindowNavigation: minor doco changes | Devin Mullins | 1 | -2/+2 |
2008-05-04 | add draft XMonad.Actions.WindowNavigation | Devin Mullins | 1 | -0/+135 |
2008-05-13 | new contrib module to launch apps with command line parameters | zhen.sydow | 1 | -0/+70 |
2008-04-17 | Don't move the pointer if the user is moving the mouse | Klaus Weidner | 1 | -2/+4 |
2008-04-09 | remove myself as maintainer of CopyWindow. | David Roundy | 1 | -1/+1 |
2008-04-08 | Generalize copyWindow, minor style change | Spencer Janssen | 1 | -4/+4 |
2008-04-08 | XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functions | Ivan N. Veselov | 1 | -4/+35 |
2008-04-07 | XMonad.Actions.UpdatePointer: doc fix | Lukas Mai | 1 | -1/+1 |
2008-04-05 | Added next-window versions of the raise* functions. | Ian Zerny | 1 | -1/+31 |
2008-04-05 | update contrib for applySizeHints changes | Lukas Mai | 4 | -5/+5 |
2008-04-02 | Actions/Search.hs: add dictionary.com search | Brent Yorgey | 1 | -10/+14 |
2008-04-01 | improve WindowGo.hs Haddock formatting | gwern0 | 1 | -15/+15 |
2008-04-01 | WindowGo.hs: +raiseBrowser, raiseEditor | gwern0 | 1 | -5/+25 |
2008-04-01 | Search.hs: remove an argument from selectSearch and promptSearch | gwern0 | 1 | -43/+57 |
2008-03-31 | XMonad.Actions.CycleRecentWS: initial import | Michal Janeczek | 1 | -0/+85 |
2008-03-31 | move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo... | Brent Yorgey | 1 | -1/+1 |
2008-03-26 | UpdatePointer: Make pointer position configurable. | xmonad | 1 | -9/+28 |
2008-03-25 | XMonad.Actions.Commands: documentation fix | Brent Yorgey | 1 | -4/+4 |
2008-03-24 | XMonad.Actions.Search: add Google Maps search | Brent Yorgey | 1 | -1/+5 |
2008-03-22 | XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid... | Lukas Mai | 1 | -5/+1 |
2008-03-16 | WindowGo.hs: improve description | gwern0 | 1 | -2/+6 |
2008-03-16 | Search.hs: try to add a more descriptive type | gwern0 | 1 | -2/+3 |
2008-03-16 | improve the formatting for WindowGo.hs | gwern0 | 1 | -25/+25 |
2008-03-16 | Search.hs: haddock fmt | gwern0 | 1 | -12/+12 |
2008-03-16 | Add XMonad.Actions.Promote | xmonad | 1 | -0/+49 |
2008-03-08 | add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible. | David Roundy | 1 | -0/+3 |
2008-03-06 | Documentation typo about UpdatePointer. | nicolas.pouillard | 1 | -1/+1 |
2008-03-05 | Removed WmiiActions module. | Juraj Hercek | 1 | -106/+0 |
2008-03-01 | Changed semantics of UpdatePointer to move to nearest point | robreim | 1 | -13/+21 |
2008-03-01 | UpdatePointer XMonadContrib module | robreim | 1 | -0/+54 |
2008-03-02 | Add XMonad.Actions.PerWorkspaceKeys | Roman Cheplyaka | 1 | -0/+50 |
2008-02-29 | in Prompt.Workspace sort by official workspace order. | David Roundy | 1 | -5/+7 |
2008-02-29 | XMonad.Actions.MouseGestures.mkCollect: generalize type | Lukas Mai | 1 | -3/+3 |
2008-02-29 | XMonad.Actions.MouseGestures: refactoring, code simplification | Lukas Mai | 1 | -53/+51 |
2008-02-26 | Xmonad.Actions.MouseGestures: generalize interface, allow hooks | Lukas Mai | 1 | -27/+40 |
2007-11-09 | update inactive debugging code in MouseGestures; no visible changes | Lukas Mai | 1 | -4/+9 |
2008-02-18 | Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,... | Andrea Rossato | 1 | -22/+35 |
2008-02-16 | Prompt: add some methods to make completions more flexible | Andrea Rossato | 1 | -6/+0 |
2008-02-12 | Add Actions.MouseResize: a layout modifier to resize windows with the mouse | Andrea Rossato | 1 | -0/+119 |
2008-02-09 | WindowGo.hs: fix syntax in example | Brent Yorgey | 1 | -1/+1 |
2008-02-05 | +doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybe | gwern0 | 1 | -1/+8 |
2008-02-06 | add swapScreen to CycleWS | its.sec | 1 | -0/+17 |
2008-02-04 | XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the ... | gwern0 | 1 | -0/+75 |