aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/WindowNavigation.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2009-10-22Refer to modm as the current modMaskAdam Vogt1-8/+8
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-9/+8
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-2/+1
2009-06-18use 'take 1' instead of custom truncHead function in L.WindowNavigationAdam Vogt1-5/+1
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt1-4/+2
2009-03-03Add Apply message to L.WindowNavigationAdam Vogt1-1/+7
2008-10-05Merge emptyLayoutMod into redoLayoutJoachim Breitner1-1/+2
2008-09-02Take maintainership of X.L.WindowNavigationDevin Mullins1-1/+1
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-06-10make default highlighting a bit dimmer for neighbors in WindowNavigation.David Roundy1-1/+1
2008-04-22WindowNavigation: extract navigable functionDevin Mullins1-5/+8
2008-03-31move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey1-1/+2
2008-03-22XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...Lukas Mai1-1/+1
2008-02-05make WindowNavigation ignore decorations.David Roundy1-7/+9
2008-02-05make WindowNavigation work when windows are stacked.David Roundy1-1/+1
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-4/+1
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-23WindowNavigation: haddock documentationAndrea Rossato1-28/+26
2007-11-17Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen1-3/+3
2007-11-15fix bug in WindowNavigation.David Roundy1-3/+13
2007-11-01HierarchifySpencer Janssen1-7/+7
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-11-01Port WindowNavigationSpencer Janssen1-1/+1
2007-10-29WindowNavigation.hs: documentation fix (navigateBorder -> navigateColor)Brent Yorgey1-2/+2
2007-10-20introduce new combineTwo layout combinator.David Roundy1-6/+16
2007-10-18fix WindowNavigation commentl.mai1-1/+1
2007-10-16make windowNavigation simpler to use in simplest case.David Roundy1-7/+10
2007-10-16compute nice window border for WindowNavigation properly.David Roundy1-5/+2
2007-10-16fix docs on WindowNavigation.David Roundy1-1/+7
2007-10-15compute a reasonable navigation color based on focussed color.David Roundy1-9/+22
2007-10-13WindowNavigation: don't export the config constructor and some haddock fixesAndrea Rossato1-12/+20
2007-10-15defaultLayout -> layoutHookSpencer Janssen1-3/+3
2007-10-15LayoutSelection -> SelectSpencer Janssen1-1/+1
2007-10-12doco fix: s/SomeLayout/Layout/gDevin Mullins1-2/+2
2007-10-08Fix more LANGUAGE pragmasShachaf Ben-Kiki1-1/+3
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+1
2007-10-07Replace -fglasgow-exts with LANGUAGE pragma in WindowNavigation.hsnornagon1-1/+1
2007-10-03add swapping capability in WindowNavigation.David Roundy1-2/+22
2007-10-03WindowNavigation: add configurable colors and the possibility to turn them offAndrea Rossato1-50/+68
2007-09-29some renaming of classes and data types.David Roundy1-3/+3
2007-09-29enable color setting in WindowNavigation.David Roundy1-30/+56
2007-09-28WindowNavigation now uses Invisible (plus some vertical alignement)Andrea Rossato1-20/+17
2007-09-28add new WindowNavigation module.David Roundy1-0/+114