aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/HintedTile.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-1/+1
Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
2009-01-14add a bit of documentation to HintedTileBrent Yorgey1-3/+4
darcs-hash:20090114065126-1e371-cb665fb2969afa103475ee90936e85a859e4149a.gz
2008-05-08HintedTile: Fix mistake in documentation.lithis1-4/+4
darcs-hash:20080508003552-1c3cf-68c305f3ab923b6b42cae1d27f115eea46469264.gz
2008-05-08HintedTile: Improve documentation.lithis1-4/+17
darcs-hash:20080508000245-1c3cf-d5cfb70a98652abe76fc3d3144b6c414892bdb42.gz
2008-04-13strictify some fieldsDon Stewart1-4/+4
darcs-hash:20080413065958-cba2c-f266364bfe708c277aae50213f97f4a7ea979bc5.gz
2008-04-05update contrib for applySizeHints changesLukas Mai1-18/+5
darcs-hash:20080404220558-462cf-2d7837b574aec854a158213d45a34cca75e38438.gz
2008-03-25XMonad.Layout.HintedTile: make alignment of shrunk windows configurableLukas Mai1-16/+32
darcs-hash:20080325202958-462cf-7fd56d236535735ac07e0afcbb87cf5f954db9d0.gz
2007-12-08More import pruningSpencer Janssen1-2/+1
darcs-hash:20071208014846-a5988-6c53b449256d73dc5ab3e1bac2f9f0a93227b078.gz
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
2007-12-08Prune more importsSpencer Janssen1-2/+0
darcs-hash:20071207235116-a5988-563cabf7a60a879beb0eb54c9e352a1c27b7729f.gz
2007-12-08Remove redundant importsSpencer Janssen1-1/+1
darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
darcs-hash:20071123164722-bd4d7-b4649f25d2c573a17ca822ac0f9c3d3bb6e4ed10.gz
2007-11-23HntedTile: alignementAndrea Rossato1-1/+1
darcs-hash:20071123115031-32816-d34492dfeb9609a6bbcff90419df9ad189705ca4.gz
2007-11-22Don't show HintedTile in the descriptionSpencer Janssen1-1/+1
darcs-hash:20071122072615-a5988-54c726e0c8637d6b09fad5c651fa027a3d060056.gz
2007-11-22More HintedTile refactoringSpencer Janssen1-20/+16
darcs-hash:20071122053154-a5988-b06311b0da1c1b1b957a161181ea7a733d0b2472.gz
2007-11-22HintedTile:Spencer Janssen1-45/+51
- code formatting - refactoring, based on TilePrime work by Eric Mertens - use the current border width of the window, this improves interaction with the No/SmartBorders extensions darcs-hash:20071122051157-a5988-ef674af0e5eb146e654fbf7d60708b4519a90f4d.gz
2007-11-22HintedTile: orientation bug fix, remove wide and tall in favor of the Tall ↵Spencer Janssen1-13/+9
and Wide constructors. darcs-hash:20071122042720-a5988-fb7db804a00e8f2c4a8c845236d454aa1c76476b.gz
2007-11-21HintedTile: haddock fixesAndrea Rossato1-2/+3
darcs-hash:20071121181635-32816-f1a452de78278ecb30b5b7a54d4fcc4f40f99c39.gz
2007-11-21HintedTile: typoAndrea Rossato1-2/+1
darcs-hash:20071121140828-32816-d7390efa94e9210fd9e211470ead520dd6a32ffb.gz
2007-11-21HintedTile: ported to the LayoutClassAndrea Rossato1-49/+66
darcs-hash:20071121112331-32816-9cf35d9f7f439bc133959483859923be8735599f.gz
2007-11-01HierarchifySpencer Janssen1-6/+6
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-1/+1
darcs-hash:20071015205542-a5988-4636825868c99db4f3cfdcd6b1e361d78e393762.gz
2007-09-05Add HintedTile docstringSpencer Janssen1-0/+4
darcs-hash:20070905200310-a5988-afb6dfec514099090a3ff33152e1da5d0072c3e6.gz
2007-09-04HintedTile typoSpencer Janssen1-1/+1
darcs-hash:20070904202804-a5988-1fe4684759730b5eceeee03349e27bc1069459ef.gz
2007-09-04HintedTileSpencer Janssen1-1/+3
darcs-hash:20070904202219-a5988-e1676b3e8bb862582f397a0d62a9809b7ed5e61b.gz
2007-06-23make everything work with new doLayout.David Roundy1-1/+2
This modifies all the contrib modules to work (so far as I know) with the new contrib layout. The exception is the LayoutHooks module, which isn't used. It exports an API that is inherently unsafe, so far as I can tell (and always has been). darcs-hash:20070623210952-72aca-1993ca13dc6996b59fedacc271c03fbaf87eabaa.gz
2007-06-20Fix type signatures.joachim.fasting1-1/+1
Think this fixes the rest of the errors caused by the Layout change. darcs-hash:20070619220323-ea16c-3274cd24d01bc932089ab88191ccda316ea93b01.gz
2007-06-14HintedTile.hs: info and documentationAndrea Rossato1-1/+24
darcs-hash:20070614144019-32816-c10be6884bfc25bed84c8e6bce50b69f86c409d2.gz
2007-06-11Updates to work with recent API changesSpencer Janssen1-4/+6
darcs-hash:20070611183439-a5988-c3d6cc194fa83f012ab49d6d79130ff459dcdfe1.gz
2007-06-05gapless tiled layout obeying size hintsPeter De Wachter1-0/+66
darcs-hash:20070605071716-06a25-876a9fdc91cc274e78d5dc0306002c6d2f2775ad.gz