aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Tabbed.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-19Adding side tabs and replacing TabbarLocation with Direction2D.nrujac1-25/+24
2014-02-13Add side tabs to the tabbed layout.nrujac1-9/+62
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-7/+8
2013-05-28eliminate references to defaultConfigDaniel Wagner1-2/+2
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-0/+1
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-1/+0
2010-01-21Fix incorrect import suggestion in L.Tabbed (issue 362)Adam Vogt1-1/+1
2009-11-29Extended decoration module with more hooks and consolidated some existing onesJan Vornberger1-5/+4
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-3/+3
2009-10-08Minor haddock formatting correction in L.TabbedAdam Vogt1-1/+1
2009-07-16remove myself as maintainer from code I don't maintain.David Roundy1-1/+1
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-8/+8
2009-06-21Expand Tabbed documentation to describe mouse clicks processingDmitry Astapov1-0/+4
2009-06-21Close tabs by middle click on tab decorationDmitry Astapov1-0/+10
2008-04-24Error fix for Tabbed when tabbar always shownIvan.Miljenovic1-1/+2
2008-04-15Allow tabbar to always be shown.Ivan.Miljenovic1-25/+76
2008-03-31Remove broken link to screenshot.Roman Cheplyaka1-4/+1
2008-03-26cleanup in Tabbed (make 'loc' be actual location).David Roundy1-3/+3
2008-03-26Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen1-1/+1
2008-03-25fix bug leading to gaps in tabs at the corner of the screen.David Roundy1-11/+7
2008-02-29Add bottom-tabbed layout.Roman Cheplyaka1-5/+29
2008-02-19Fix doc for TabbedRoman Cheplyaka1-1/+1
2008-02-18Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ...Andrea Rossato1-1/+0
2008-02-11Tabbed and SimpleTabbed (in DecorationMadness) define their own decorationMou...Andrea Rossato1-0/+1
2008-02-09Tabbed: add simpleTabbed and fx documentationAndrea Rossato1-3/+24
2008-02-05make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy1-5/+13
2008-02-04switch tabbed back to using Simplest (so tabs will be shown).David Roundy1-2/+3
2008-01-30Various decorations related updatesSpencer Janssen1-74/+8
2008-01-26Don't export TConf anymore and export DeConfig insteadAndrea Rossato1-1/+2
2008-01-25Tabbed now uses DecorationAndrea Rossato1-183/+80
2007-12-24Fix isssue 105Andrea Rossato1-4/+4
2007-12-22No more tabsSpencer Janssen1-6/+6
2007-12-15Add UrgencyHook support to TabbedShachaf Ben-Kiki1-4/+16
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-5/+0
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-21Tabbed: haddock fixesAndrea Rossato1-3/+4
2007-11-21Tabbed: haddock documentation and code formattingAndrea Rossato1-29/+22
2007-11-16Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth1-18/+33
2007-11-15remove unneeded Data.Bits imports.David Roundy1-1/+0
2007-11-15Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev1-16/+17
2007-11-15 Tabbed: removed -fno-warn-orphansAndrea Rossato1-1/+0
2007-11-14no need to import Data.BitsDon Stewart1-1/+0
2007-11-14Tabbed: added -fno-warn-orphansAndrea Rossato1-1/+1
2007-11-13make shrinker preserved over restart in tabbed.David Roundy1-19/+32
2007-11-01HierarchifySpencer Janssen1-7/+7
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-9/+9
2007-10-13Tabbed: haddock fixesAndrea Rossato1-5/+9
2007-10-12doco fix: s/SomeLayout/Layout/gDevin Mullins1-4/+4