aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Spiral.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2008-03-29Fix haddock errorSpencer Janssen1-1/+1
2008-03-28Spiral: add documentationBrent Yorgey1-3/+11
2007-12-08More import pruningSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-1/+0
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-23Spiral: haddock docsAndrea Rossato1-8/+13
2007-11-08over pararenthesised arty fibonacciDon Stewart1-1/+1
2007-11-05-Wall policeSpencer Janssen1-1/+0
2007-11-01HierarchifySpencer Janssen1-4/+4
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-3/+3
2007-11-01Port SpiralSpencer Janssen1-0/+1
2007-10-16Spiral.hs: add 'description' function to LayoutClass instance for SpiralWithDir.Brent Yorgey1-0/+1
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-1/+1
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+1
2007-10-03More LANGUAGE pragmasSpencer Janssen1-0/+2
2007-10-02make Spiral work with new layout class.David Roundy1-19/+23
2007-09-29some renaming of classes and data types.David Roundy1-3/+3
2007-09-05Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky1-5/+4
2007-08-08fix Expand/Shrink for spiralWithDirbobstopper1-2/+2
2007-07-21Made the direction of spiral in Spiral.hs optionally configurablebobstopper1-5/+14
2007-07-07Spiral.hs: correct module header.joachim.fasting1-1/+1
2007-06-23move Spiral to LayoutHelpers.David Roundy1-3/+4
2007-06-20Fix type signatures.joachim.fasting1-1/+1
2007-06-14Spiral.hs: info and documentationAndrea Rossato1-9/+28
2007-06-11Updates to work with recent API changesSpencer Janssen1-1/+2
2007-06-10Updates for Layout API changeSpencer Janssen1-1/+1
2007-05-25[Spiral] blend in the scale factor so it doesn't have any effect on the small...joe.thornber1-3/+10
2007-05-24[Spiral] last rect takes all available spacejoe.thornber1-0/+1
2007-05-24[Spiral] Introduce a simpler Rect data type to remove a lot of the fromIntegralsjoe.thornber1-22/+27
2007-05-24[Spiral] divideRects now takes a list of directions to split injoe.thornber1-15/+10
2007-05-24[Spiral] misc tidyingjoe.thornber1-7/+8
2007-05-24[Spiral] remove old spiral codejoe.thornber1-17/+6
2007-05-24[Spiral] add fibonacci spiraljoe.thornber1-6/+25
2007-05-22Fix Spiral's module nameSpencer Janssen1-1/+1
2007-05-22[SPIRAL] add spiral tiling layoutjoe.thornber1-0/+58