aboutsummaryrefslogtreecommitdiffstats
path: root/Spiral.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-3/+3
* Port SpiralSpencer Janssen2007-11-011-0/+1
* Spiral.hs: add 'description' function to LayoutClass instance for SpiralWithDir.Brent Yorgey2007-10-161-0/+1
* defaultLayouts -> layoutsSpencer Janssen2007-10-151-1/+1
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-1/+1
* More LANGUAGE pragmasSpencer Janssen2007-10-031-0/+2
* make Spiral work with new layout class.David Roundy2007-10-021-19/+23
* some renaming of classes and data types.David Roundy2007-09-291-3/+3
* Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky2007-09-051-5/+4
* fix Expand/Shrink for spiralWithDirbobstopper2007-08-081-2/+2
* Made the direction of spiral in Spiral.hs optionally configurablebobstopper2007-07-211-5/+14
* Spiral.hs: correct module header.joachim.fasting2007-07-071-1/+1
* move Spiral to LayoutHelpers.David Roundy2007-06-231-3/+4
* Fix type signatures.joachim.fasting2007-06-201-1/+1
* Spiral.hs: info and documentationAndrea Rossato2007-06-141-9/+28
* Updates to work with recent API changesSpencer Janssen2007-06-111-1/+2
* Updates for Layout API changeSpencer Janssen2007-06-101-1/+1
* [Spiral] blend in the scale factor so it doesn't have any effect on the small...joe.thornber2007-05-251-3/+10
* [Spiral] last rect takes all available spacejoe.thornber2007-05-241-0/+1
* [Spiral] Introduce a simpler Rect data type to remove a lot of the fromIntegralsjoe.thornber2007-05-241-22/+27
* [Spiral] divideRects now takes a list of directions to split injoe.thornber2007-05-241-15/+10
* [Spiral] misc tidyingjoe.thornber2007-05-241-7/+8
* [Spiral] remove old spiral codejoe.thornber2007-05-241-17/+6
* [Spiral] add fibonacci spiraljoe.thornber2007-05-241-6/+25
* Fix Spiral's module nameSpencer Janssen2007-05-221-1/+1
* [SPIRAL] add spiral tiling layoutjoe.thornber2007-05-221-0/+58