aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/TabBarDecoration.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-2/+2
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
* Extended decoration module with more hooks and consolidated some existing onesJan Vornberger2009-11-291-1/+1
* Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen2008-03-261-1/+1
* fix bug in TabBarDecoration leading to gaps in corner.David Roundy2008-03-251-5/+4
* Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ...Andrea Rossato2008-02-181-1/+0
* TabBarDecoration: simpleTabBar automatically applies resizeVerticalAndrea Rossato2008-02-181-5/+15
* Add TabBarDecoration, a layout modifier to add a bar of tabs to any layoutAndrea Rossato2008-02-181-0/+70