aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Tabbed.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding side tabs and replacing TabbarLocation with Direction2D.nrujac2014-02-191-25/+24
| | | | | | Ignore-this: edabeec973b4e0d61515818367689843 darcs-hash:20140219200811-8d489-7e1afa9668bda0a6a4cafab8cde96e50cb32f1ed.gz
* Add side tabs to the tabbed layout.nrujac2014-02-131-9/+62
| | | | | | Ignore-this: f81bafe9cb75a30ed6bbbe68cf5d66c0 darcs-hash:20140213215247-8d489-b1ce41f14a76281985109b933dcf9481619a7d58.gz
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-7/+8
| | | | | | Ignore-this: 898458b1d2868a70dfb09faf473dc7aa darcs-hash:20130528013909-76d51-863278165b6f149c47b08b31b34e85ddcab19f1f.gz
* eliminate references to defaultConfigDaniel Wagner2013-05-281-2/+2
| | | | | | Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-0/+1
| | | | | | Ignore-this: 1cac9202784711ce0fc902d14543bab0 darcs-hash:20101023195755-1499c-57c41357d20cbf0d57522ce99bdbfff7b686ed52.gz
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey2010-01-121-1/+0
| | | | | | | | get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
* Fix incorrect import suggestion in L.Tabbed (issue 362)Adam Vogt2010-01-211-1/+1
| | | | | | Ignore-this: 5e46f140a7e8c2abf0ac75b3262a7da4 darcs-hash:20100121182501-1499c-b788a122e6fa662e83b2c0a05d8b32af350b12e5.gz
* Extended decoration module with more hooks and consolidated some existing onesJan Vornberger2009-11-291-5/+4
| | | | | | Ignore-this: 5a23af3009ecca2feb9a84f8c6f8ac33 darcs-hash:20091128234310-594c5-8b6cd110f95678fd49fa1c20b0d4c69ef0fbeec5.gz
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-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
* Minor haddock formatting correction in L.TabbedAdam Vogt2009-10-081-1/+1
| | | | | | Ignore-this: 8084aebbae198eda3d455ab541e94169 darcs-hash:20091008024839-1499c-fce138ae37117ca089531b37ecdb166247ed8c12.gz
* remove myself as maintainer from code I don't maintain.David Roundy2009-07-161-1/+1
| | | | | | Ignore-this: 362988aeca1996474942fa29ffcccbce5e543e57 darcs-hash:20090716153409-72aca-1f9c8d54efb3471fcdf965fb079f9a0b5527a74e.gz
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-8/+8
| | | | | | Ignore-this: 1e28ff0974578d329bd3d593c1a5125e darcs-hash:20090705201205-1499c-581bd0bb43ab6096eccded6edbd54a7a2007b0d9.gz
* Expand Tabbed documentation to describe mouse clicks processingDmitry Astapov2009-06-211-0/+4
| | | | | | Ignore-this: 185a5dba1c1333aa4a2e778f34417c39 darcs-hash:20090621211947-5701e-cd96a73aef62144221eb6c12f63404653c72740d.gz
* Close tabs by middle click on tab decorationDmitry Astapov2009-06-211-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
* Error fix for Tabbed when tabbar always shownIvan.Miljenovic2008-04-241-1/+2
| | | | darcs-hash:20080424063135-97e08-e8d379301a745938308c89fcea7f1b2448125e36.gz
* Allow tabbar to always be shown.Ivan.Miljenovic2008-04-151-25/+76
| | | | | | Patch take 4, hopefully the final version. Includes droundy's suggestions. darcs-hash:20080415043728-97e08-8f3dc932804db0e327e8ab546dbf98ea078ea81f.gz
* Remove broken link to screenshot.Roman Cheplyaka2008-03-311-4/+1
| | | | darcs-hash:20080331210854-3ebed-22f218d131be56c985ac3d5b0d045048cbe3622d.gz
* cleanup in Tabbed (make 'loc' be actual location).David Roundy2008-03-261-3/+3
| | | | darcs-hash:20080326151004-72aca-542f1e9b16ff7f3c57f99b09865acad48fd972d8.gz
* Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen2008-03-261-1/+1
| | | | darcs-hash:20080326034541-a5988-94e33a7c01ac2ec88fe8601c7fd77536c48ea6d2.gz
* fix bug leading to gaps in tabs at the corner of the screen.David Roundy2008-03-251-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
* Add bottom-tabbed layout.Roman Cheplyaka2008-02-291-5/+29
| | | | darcs-hash:20080229155120-3ebed-40c00f07292afbad1f0c7ead178e30797fefdf9e.gz
* Fix doc for TabbedRoman Cheplyaka2008-02-191-1/+1
| | | | darcs-hash:20080219055650-3ebed-f291d5c9d6d0bc5f033d562d412f1f1da82cfde4.gz
* Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ↵Andrea Rossato2008-02-181-1/+0
| | | | | | is used) darcs-hash:20080218184950-32816-890c8dacefeb117b22f9379f66d468fb8023046e.gz
* Tabbed and SimpleTabbed (in DecorationMadness) define their own ↵Andrea Rossato2008-02-111-0/+1
| | | | | | | | decorationMouseDragHook method ... to disable mouse drag in tabbed layouts darcs-hash:20080211114043-32816-5d2387c5ecc443956694e1b6f572e7741b6e96bd.gz
* Tabbed: add simpleTabbed and fx documentationAndrea Rossato2008-02-091-3/+24
| | | | | | | simpleTabbed is just a version of tabbed with default theme and default srhinker. darcs-hash:20080209163917-32816-e3591acbdfcb38ed0b7c712392a9808d2b78a373.gz
* make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy2008-02-051-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
* switch tabbed back to using Simplest (so tabs will be shown).David Roundy2008-02-041-2/+3
| | | | darcs-hash:20080204005350-72aca-c0823e2c4a11d249758bc353d8c6d0865acd12c9.gz
* Various decorations related updatesSpencer Janssen2008-01-301-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
* Don't export TConf anymore and export DeConfig insteadAndrea Rossato2008-01-261-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
* Tabbed now uses DecorationAndrea Rossato2008-01-251-183/+80
| | | | darcs-hash:20080125152311-32816-a9956f4fe81156bb37370082fd18c04e47496844.gz
* Fix isssue 105Andrea Rossato2007-12-241-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
* No more tabsSpencer Janssen2007-12-221-6/+6
| | | | darcs-hash:20071222050439-a5988-7eb14f0e316b41ace318d1e4b92d15aaa3808c4d.gz
* Add UrgencyHook support to TabbedShachaf Ben-Kiki2007-12-151-4/+16
| | | | darcs-hash:20071215171617-bffde-c77b72dce227d2969b9cbc6580bdb1e3123b6d27.gz
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
| | | | darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
* Remove redundant importsSpencer Janssen2007-12-081-5/+0
| | | | darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
* dafaultConfig --> defaultConfigBrent Yorgey2007-11-231-1/+1
| | | | darcs-hash:20071123164722-bd4d7-b4649f25d2c573a17ca822ac0f9c3d3bb6e4ed10.gz
* Tabbed: haddock fixesAndrea Rossato2007-11-211-3/+4
| | | | darcs-hash:20071121181710-32816-c665f9950da92bf196b26b62472573c8ae111a85.gz
* Tabbed: haddock documentation and code formattingAndrea Rossato2007-11-211-29/+22
| | | | darcs-hash:20071121140908-32816-f2b7db2e2a95431f6eeb743727fec65eba17078a.gz
* Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth2007-11-161-18/+33
| | | | darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz
* remove unneeded Data.Bits imports.David Roundy2007-11-151-1/+0
| | | | darcs-hash:20071115161346-72aca-58745545e0e1b46ffc5b6725c4fa558b6edd820d.gz
* Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev2007-11-151-16/+17
| | | | | | Tabbed.hs cleaned of trailing whitespace. darcs-hash:20071115143758-ae588-77b213d1d149e4144e0656be9a3239b1a4102114.gz
* Tabbed: removed -fno-warn-orphansAndrea Rossato2007-11-151-1/+0
| | | | | | I added it by mistake, but it is not needed. Sorry. darcs-hash:20071114230544-32816-301be1f0fd7fa56ea316e1aeda19f45bcf471552.gz
* no need to import Data.BitsDon Stewart2007-11-141-1/+0
| | | | darcs-hash:20071114183955-cba2c-2ffcb06654997bc4dfff1e67783a882c2c0a3882.gz
* Tabbed: added -fno-warn-orphansAndrea Rossato2007-11-141-1/+1
| | | | darcs-hash:20071114135525-32816-061fb4c85ea2ea6a6aaffb85f23552100437057e.gz
* make shrinker preserved over restart in tabbed.David Roundy2007-11-131-19/+32
| | | | darcs-hash:20071113163116-72aca-e299ebe5cb2a80daa30c526ba64305a7469d1dd6.gz
* HierarchifySpencer Janssen2007-11-011-0/+214
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz