aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/WindowNavigation.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-5/+8
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
* Rename variables "state" to avoid warnings about shadowingAdam Vogt2012-11-091-5/+5
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-1/+2
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-2/+2
* Refer to modm as the current modMaskAdam Vogt2009-10-221-8/+8
* 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