aboutsummaryrefslogtreecommitdiffstats
path: root/WindowNavigation.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-2/+2
* Port WindowNavigationSpencer Janssen2007-11-011-1/+1
* WindowNavigation.hs: documentation fix (navigateBorder -> navigateColor)Brent Yorgey2007-10-291-2/+2
* introduce new combineTwo layout combinator.David Roundy2007-10-201-6/+16
* fix WindowNavigation commentl.mai2007-10-181-1/+1
* make windowNavigation simpler to use in simplest case.David Roundy2007-10-161-7/+10
* compute nice window border for WindowNavigation properly.David Roundy2007-10-161-5/+2
* fix docs on WindowNavigation.David Roundy2007-10-161-1/+7
* compute a reasonable navigation color based on focussed color.David Roundy2007-10-151-9/+22
* WindowNavigation: don't export the config constructor and some haddock fixesAndrea Rossato2007-10-131-12/+20
* defaultLayout -> layoutHookSpencer Janssen2007-10-151-3/+3
* LayoutSelection -> SelectSpencer Janssen2007-10-151-1/+1
* doco fix: s/SomeLayout/Layout/gDevin Mullins2007-10-121-2/+2
* Fix more LANGUAGE pragmasShachaf Ben-Kiki2007-10-081-1/+3
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-1/+1
* Replace -fglasgow-exts with LANGUAGE pragma in WindowNavigation.hsnornagon2007-10-071-1/+1
* add swapping capability in WindowNavigation.David Roundy2007-10-031-2/+22
* WindowNavigation: add configurable colors and the possibility to turn them offAndrea Rossato2007-10-031-50/+68
* some renaming of classes and data types.David Roundy2007-09-291-3/+3
* enable color setting in WindowNavigation.David Roundy2007-09-291-30/+56
* WindowNavigation now uses Invisible (plus some vertical alignement)Andrea Rossato2007-09-281-20/+17
* add new WindowNavigation module.David Roundy2007-09-281-0/+114