aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-22HintedTile: orientation bug fix, remove wide and tall in favor of the Tall an...Spencer Janssen1-13/+9
2007-11-21Tabbed: haddock fixesAndrea Rossato1-3/+4
2007-11-21HintedTile: haddock fixesAndrea Rossato1-2/+3
2007-11-21Grid: haddock fixesAndrea Rossato1-8/+10
2007-11-21DragPane: haddock fixesAndrea Rossato1-4/+8
2007-11-21Dishes: haddock fixesAndrea Rossato1-6/+8
2007-11-21Combo: haddock fixesAndrea Rossato1-16/+19
2007-11-21Circle: haddock fixesAndrea Rossato1-4/+10
2007-11-21Accordion: haddock fixesAndrea Rossato1-4/+11
2007-11-21Tabbed: haddock documentation and code formattingAndrea Rossato1-29/+22
2007-11-21HintedTile: typoAndrea Rossato1-2/+1
2007-11-21HintedTile: ported to the LayoutClassAndrea Rossato1-49/+66
2007-11-20PerWorkspace.hs: various fixes and updatesBrent Yorgey1-25/+38
2007-11-20PerWorkspace.hs: minor haddock fixesAndrea Rossato1-6/+1
2007-11-20new contrib module: Layout.PerWorkspaceBrent Yorgey1-0/+131
2007-11-20NoBorders.hs: Haddock markup fixBrent Yorgey1-1/+1
2007-11-19remove Mosaic and Anneal.David Roundy1-407/+0
2007-11-17Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen1-3/+3
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki2-6/+6
2007-11-17Grid: tabs -> spacesDevin Mullins1-20/+20
2007-11-16Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth1-18/+33
2007-11-15remove unneeded Data.Bits imports.David Roundy1-1/+0
2007-11-15Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev1-16/+17
2007-11-15fix bug in WindowNavigation.David Roundy1-3/+13
2007-11-15 Tabbed: removed -fno-warn-orphansAndrea Rossato1-1/+0
2007-11-14simplify NewSelect code.David Roundy1-59/+41
2007-11-14fix bug in LayoutCombinators.David Roundy1-2/+2
2007-11-14no need to import Data.BitsDon Stewart1-1/+0
2007-11-14Tabbed: added -fno-warn-orphansAndrea Rossato1-1/+1
2007-11-13make shrinker preserved over restart in tabbed.David Roundy1-19/+32
2007-11-12NoBorders.hs: remove modifierDescription definitions, so NoBorders and SmartB...Brent Yorgey1-5/+0
2007-11-12NoBorder.hs: documentation updatesBrent Yorgey1-4/+4
2007-11-11add two new modules, one to name layouts, another to select a layout.David Roundy1-0/+39
2007-11-08Magnifier.hs: update so it at least compilesgwern01-10/+19
2007-11-08over pararenthesised arty fibonacciDon Stewart1-1/+1
2007-11-06EwmhDesktops: move to correct name, update so it compilesgwern01-1/+1
2007-11-06make Setup haddock work againLukas Mai1-0/+2
2007-11-06change MultiToggle interface; add docsLukas Mai1-21/+102
2007-11-06Remove SwitchTransSpencer Janssen1-194/+0
2007-11-06add serializable SwitchTrans (a.k.a. MultiToggle)Lukas Mai1-0/+149
2007-11-06make TilePrime compile againl.mai1-10/+12
2007-11-06make LayoutHints compile againl.mai1-6/+7
2007-11-06Make Combo build on GHC 6.8Spencer Janssen2-7/+8
2007-11-05-Wall policeSpencer Janssen1-1/+0
2007-11-01fix warnings in Combo.David Roundy1-2/+0
2007-11-01make WorkspaceDir always store absolute pathnames.David Roundy1-3/+8
2007-11-01add new off-center layout combinators.David Roundy1-9/+24
2007-11-01make Hierarchical LayoutCombinators.David Roundy1-2/+2
2007-11-01HierarchifySpencer Janssen29-0/+3183