aboutsummaryrefslogtreecommitdiffstats
path: root/WindowNavigation.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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