aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Tabbed.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey1-1/+0
get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
2010-01-21Fix incorrect import suggestion in L.Tabbed (issue 362)Adam Vogt1-1/+1
Ignore-this: 5e46f140a7e8c2abf0ac75b3262a7da4 darcs-hash:20100121182501-1499c-b788a122e6fa662e83b2c0a05d8b32af350b12e5.gz
2009-11-29Extended decoration module with more hooks and consolidated some existing onesJan Vornberger1-5/+4
Ignore-this: 5a23af3009ecca2feb9a84f8c6f8ac33 darcs-hash:20091128234310-594c5-8b6cd110f95678fd49fa1c20b0d4c69ef0fbeec5.gz
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-3/+3
Ignore-this: 8f1814c42e90e18af636a14751ae2f58 Despite myLayouts currently being more popular in examples, make them all myLayout as in man/xmonad.hs to avoid mixing them in the same module as was done a few places, leading to confusion for some users. darcs-hash:20091023042651-18562-48ea1268b6eb92d4b4d50f20aba93cead4652eb1.gz
2009-10-08Minor haddock formatting correction in L.TabbedAdam Vogt1-1/+1
Ignore-this: 8084aebbae198eda3d455ab541e94169 darcs-hash:20091008024839-1499c-fce138ae37117ca089531b37ecdb166247ed8c12.gz
2009-07-16remove myself as maintainer from code I don't maintain.David Roundy1-1/+1
Ignore-this: 362988aeca1996474942fa29ffcccbce5e543e57 darcs-hash:20090716153409-72aca-1f9c8d54efb3471fcdf965fb079f9a0b5527a74e.gz
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-8/+8
Ignore-this: 1e28ff0974578d329bd3d593c1a5125e darcs-hash:20090705201205-1499c-581bd0bb43ab6096eccded6edbd54a7a2007b0d9.gz
2009-06-21Expand Tabbed documentation to describe mouse clicks processingDmitry Astapov1-0/+4
Ignore-this: 185a5dba1c1333aa4a2e778f34417c39 darcs-hash:20090621211947-5701e-cd96a73aef62144221eb6c12f63404653c72740d.gz
2009-06-21Close tabs by middle click on tab decorationDmitry Astapov1-0/+10
Ignore-this: e3fb5d78b766f63a20ab4db064d8285c I'd better do it in xmonad.hs, but I can't decide what to expose from Tabbed.hs to make it happed. Suggestions on how to make mouse click handling hook a part of the Tabbed creation interface are very welcome - my attempts turned out to be ugly in extreme. darcs-hash:20090621195225-5701e-dd8b1e35d7afd16fb85c136afdd784d017d18e7e.gz
2008-04-24Error fix for Tabbed when tabbar always shownIvan.Miljenovic1-1/+2
darcs-hash:20080424063135-97e08-e8d379301a745938308c89fcea7f1b2448125e36.gz
2008-04-15Allow tabbar to always be shown.Ivan.Miljenovic1-25/+76
Patch take 4, hopefully the final version. Includes droundy's suggestions. darcs-hash:20080415043728-97e08-8f3dc932804db0e327e8ab546dbf98ea078ea81f.gz
2008-03-31Remove broken link to screenshot.Roman Cheplyaka1-4/+1
darcs-hash:20080331210854-3ebed-22f218d131be56c985ac3d5b0d045048cbe3622d.gz
2008-03-26cleanup in Tabbed (make 'loc' be actual location).David Roundy1-3/+3
darcs-hash:20080326151004-72aca-542f1e9b16ff7f3c57f99b09865acad48fd972d8.gz
2008-03-26Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen1-1/+1
darcs-hash:20080326034541-a5988-94e33a7c01ac2ec88fe8601c7fd77536c48ea6d2.gz
2008-03-25fix bug leading to gaps in tabs at the corner of the screen.David Roundy1-11/+7
Besides being ugly, this had the effect of making me fail to click on the tab I aimed for, if it was in the corner. darcs-hash:20080325210211-72aca-1a12224aed3e54ae72f2ba9c0667e4e8690d6629.gz
2008-02-29Add bottom-tabbed layout.Roman Cheplyaka1-5/+29
darcs-hash:20080229155120-3ebed-40c00f07292afbad1f0c7ead178e30797fefdf9e.gz
2008-02-19Fix doc for TabbedRoman Cheplyaka1-1/+1
darcs-hash:20080219055650-3ebed-f291d5c9d6d0bc5f033d562d412f1f1da82cfde4.gz
2008-02-18Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ↵Andrea Rossato1-1/+0
is used) darcs-hash:20080218184950-32816-890c8dacefeb117b22f9379f66d468fb8023046e.gz
2008-02-11Tabbed and SimpleTabbed (in DecorationMadness) define their own ↵Andrea Rossato1-0/+1
decorationMouseDragHook method ... to disable mouse drag in tabbed layouts darcs-hash:20080211114043-32816-5d2387c5ecc443956694e1b6f572e7741b6e96bd.gz
2008-02-09Tabbed: add simpleTabbed and fx documentationAndrea Rossato1-3/+24
simpleTabbed is just a version of tabbed with default theme and default srhinker. darcs-hash:20080209163917-32816-e3591acbdfcb38ed0b7c712392a9808d2b78a373.gz
2008-02-05make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy1-5/+13
The problem is that WindowNavigation assumes all windows are navigable, and it was getting confused by decorations. With a bit of work, we can decorate windows *after* combining layouts just fine. darcs-hash:20080205202343-72aca-38ec52df06997059edaac4085a6f1d86d5a756ae.gz
2008-02-04switch tabbed back to using Simplest (so tabs will be shown).David Roundy1-2/+3
darcs-hash:20080204005350-72aca-c0823e2c4a11d249758bc353d8c6d0865acd12c9.gz
2008-01-30Various decorations related updatesSpencer Janssen1-74/+8
* remove deprecated TConf stuff * Remove 'style' from DeConf * Change DeConf to Theme * share defaultTheme across all decorations darcs-hash:20080130064624-a5988-98fcf49dde956e318f801e934f2045cf94c951d5.gz
2008-01-26Don't export TConf anymore and export DeConfig insteadAndrea Rossato1-1/+2
WARNING: this patch may be breaking your configuration. While it is still possible to use: tabbed shrinkText defaultTConf updating the fields of the defaultTConf record is not possible anymore, since the type TConf is now hidden. WARNING: "tabSize" has been substituted by "decoHeight" You can change your configuration this way: myTConf :: TConf myTConf darcs-hash:20080126092141-32816-e85f5278e303d811f487460f68f0a15082476d2d.gz
2008-01-25Tabbed now uses DecorationAndrea Rossato1-183/+80
darcs-hash:20080125152311-32816-a9956f4fe81156bb37370082fd18c04e47496844.gz
2007-12-24Fix isssue 105Andrea Rossato1-4/+4
issue 105 was due to the fact that tab windows created when bootstrapping the windowset after a restart where managed. Setting the override_redirect attributes to True fixes the issue. Added the possibility to set the override_redirect attribute with XMonad.Util.XUtils.creationNewWindow darcs-hash:20071224171020-32816-74cb79d8000d00c6eb9abdcf71474df5d0d9c735.gz
2007-12-22No more tabsSpencer Janssen1-6/+6
darcs-hash:20071222050439-a5988-7eb14f0e316b41ace318d1e4b92d15aaa3808c4d.gz
2007-12-15Add UrgencyHook support to TabbedShachaf Ben-Kiki1-4/+16
darcs-hash:20071215171617-bffde-c77b72dce227d2969b9cbc6580bdb1e3123b6d27.gz
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
2007-12-08Remove redundant importsSpencer Janssen1-5/+0
darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
darcs-hash:20071123164722-bd4d7-b4649f25d2c573a17ca822ac0f9c3d3bb6e4ed10.gz
2007-11-21Tabbed: haddock fixesAndrea Rossato1-3/+4
darcs-hash:20071121181710-32816-c665f9950da92bf196b26b62472573c8ae111a85.gz
2007-11-21Tabbed: haddock documentation and code formattingAndrea Rossato1-29/+22
darcs-hash:20071121140908-32816-f2b7db2e2a95431f6eeb743727fec65eba17078a.gz
2007-11-16Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth1-18/+33
darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz
2007-11-15remove unneeded Data.Bits imports.David Roundy1-1/+0
darcs-hash:20071115161346-72aca-58745545e0e1b46ffc5b6725c4fa558b6edd820d.gz
2007-11-15Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev1-16/+17
Tabbed.hs cleaned of trailing whitespace. darcs-hash:20071115143758-ae588-77b213d1d149e4144e0656be9a3239b1a4102114.gz
2007-11-15 Tabbed: removed -fno-warn-orphansAndrea Rossato1-1/+0
I added it by mistake, but it is not needed. Sorry. darcs-hash:20071114230544-32816-301be1f0fd7fa56ea316e1aeda19f45bcf471552.gz
2007-11-14no need to import Data.BitsDon Stewart1-1/+0
darcs-hash:20071114183955-cba2c-2ffcb06654997bc4dfff1e67783a882c2c0a3882.gz
2007-11-14Tabbed: added -fno-warn-orphansAndrea Rossato1-1/+1
darcs-hash:20071114135525-32816-061fb4c85ea2ea6a6aaffb85f23552100437057e.gz
2007-11-13make shrinker preserved over restart in tabbed.David Roundy1-19/+32
darcs-hash:20071113163116-72aca-e299ebe5cb2a80daa30c526ba64305a7469d1dd6.gz
2007-11-01HierarchifySpencer Janssen1-7/+7
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-9/+9
darcs-hash:20071015205542-a5988-4636825868c99db4f3cfdcd6b1e361d78e393762.gz
2007-10-13Tabbed: haddock fixesAndrea Rossato1-5/+9
darcs-hash:20071013090342-32816-3c2575691c880a1248b839d3f1fcbd54acfabda5.gz
2007-10-12doco fix: s/SomeLayout/Layout/gDevin Mullins1-4/+4
darcs-hash:20071012025953-78224-916a50210664192b90802aabb67da486374d0519.gz
2007-10-08make createNewWindow set background and foreground to a given color.David Roundy1-1/+1
This means we don't need to draw colors that are this color. Also speeds up redrawing, since the X server can do all the drawing on its own, without talking with xmonad. darcs-hash:20071008125206-72aca-0f17cde109eeb8f66ea651657fcc09599680881d.gz
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+2
It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE pragma, so not all of them were added; this patch adds the rest of them, which is necessary for xmonad to compile in GHC > darcs-hash:20071008022141-bffde-c7ab0ae3d58eab8707b5f428a7236540bae5b4e1.gz
2007-10-07Tabbed and XPrompt updated to lates Extras changesAndrea Rossato1-15/+11
darcs-hash:20071007163825-32816-8ebe1d13dff1ac21304138a19b6ae883a54f71c7.gz
2007-10-07Tabbed: updated to the last (unannounced) API changesAndrea Rossato1-1/+5
darcs-hash:20071007072018-32816-e982babac787e3d32c24cb407475fb8c56e89f9e.gz
2007-10-05Tabbed: check if we really have a window to focusAndrea Rossato1-2/+4
darcs-hash:20071005111733-32816-6e026a39a1f807302223547b3ce2855ef844d520.gz