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