aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/WindowNavigation.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-9/+8
* Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt2009-06-261-2/+1
* use 'take 1' instead of custom truncHead function in L.WindowNavigationAdam Vogt2009-06-181-5/+1
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-4/+2
* Add Apply message to L.WindowNavigationAdam Vogt2009-03-031-1/+7
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-051-1/+2
* Take maintainership of X.L.WindowNavigationDevin Mullins2008-09-021-1/+1
* remove myself as maintainer from modules I don't maintain or use.David Roundy2008-08-281-1/+1
* make default highlighting a bit dimmer for neighbors in WindowNavigation.David Roundy2008-06-101-1/+1
* WindowNavigation: extract navigable functionDevin Mullins2008-04-221-5/+8
* move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey2008-03-311-1/+2
* XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...Lukas Mai2008-03-221-1/+1
* make WindowNavigation ignore decorations.David Roundy2008-02-051-7/+9
* make WindowNavigation work when windows are stacked.David Roundy2008-02-051-1/+1
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Remove redundant importsSpencer Janssen2007-12-081-4/+1
* dafaultConfig --> defaultConfigBrent Yorgey2007-11-231-1/+1
* WindowNavigation: haddock documentationAndrea Rossato2007-11-231-28/+26
* Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen2007-11-171-3/+3
* fix bug in WindowNavigation.David Roundy2007-11-151-3/+13
* HierarchifySpencer Janssen2007-11-011-0/+214