aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Tabbed.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding side tabs and replacing TabbarLocation with Direction2D.nrujac2014-02-191-25/+24
* Add side tabs to the tabbed layout.nrujac2014-02-131-9/+62
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-7/+8
* eliminate references to defaultConfigDaniel Wagner2013-05-281-2/+2
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-0/+1
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-1/+0
* Fix incorrect import suggestion in L.Tabbed (issue 362)Adam Vogt2010-01-211-1/+1
* Extended decoration module with more hooks and consolidated some existing onesJan Vornberger2009-11-291-5/+4
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-3/+3
* Minor haddock formatting correction in L.TabbedAdam Vogt2009-10-081-1/+1
* remove myself as maintainer from code I don't maintain.David Roundy2009-07-161-1/+1
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-8/+8
* Expand Tabbed documentation to describe mouse clicks processingDmitry Astapov2009-06-211-0/+4
* Close tabs by middle click on tab decorationDmitry Astapov2009-06-211-0/+10
* Error fix for Tabbed when tabbar always shownIvan.Miljenovic2008-04-241-1/+2
* Allow tabbar to always be shown.Ivan.Miljenovic2008-04-151-25/+76
* Remove broken link to screenshot.Roman Cheplyaka2008-03-311-4/+1
* cleanup in Tabbed (make 'loc' be actual location).David Roundy2008-03-261-3/+3
* Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen2008-03-261-1/+1
* fix bug leading to gaps in tabs at the corner of the screen.David Roundy2008-03-251-11/+7
* Add bottom-tabbed layout.Roman Cheplyaka2008-02-291-5/+29
* Fix doc for TabbedRoman Cheplyaka2008-02-191-1/+1
* Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ...Andrea Rossato2008-02-181-1/+0
* Tabbed and SimpleTabbed (in DecorationMadness) define their own decorationMou...Andrea Rossato2008-02-111-0/+1
* Tabbed: add simpleTabbed and fx documentationAndrea Rossato2008-02-091-3/+24
* make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy2008-02-051-5/+13
* switch tabbed back to using Simplest (so tabs will be shown).David Roundy2008-02-041-2/+3
* Various decorations related updatesSpencer Janssen2008-01-301-74/+8
* Don't export TConf anymore and export DeConfig insteadAndrea Rossato2008-01-261-1/+2
* Tabbed now uses DecorationAndrea Rossato2008-01-251-183/+80
* Fix isssue 105Andrea Rossato2007-12-241-4/+4
* No more tabsSpencer Janssen2007-12-221-6/+6
* Add UrgencyHook support to TabbedShachaf Ben-Kiki2007-12-151-4/+16
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Remove redundant importsSpencer Janssen2007-12-081-5/+0
* dafaultConfig --> defaultConfigBrent Yorgey2007-11-231-1/+1
* Tabbed: haddock fixesAndrea Rossato2007-11-211-3/+4
* Tabbed: haddock documentation and code formattingAndrea Rossato2007-11-211-29/+22
* Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth2007-11-161-18/+33
* remove unneeded Data.Bits imports.David Roundy2007-11-151-1/+0
* Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev2007-11-151-16/+17
* Tabbed: removed -fno-warn-orphansAndrea Rossato2007-11-151-1/+0
* no need to import Data.BitsDon Stewart2007-11-141-1/+0
* Tabbed: added -fno-warn-orphansAndrea Rossato2007-11-141-1/+1
* make shrinker preserved over restart in tabbed.David Roundy2007-11-131-19/+32
* HierarchifySpencer Janssen2007-11-011-0/+214