aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/LayoutHints.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28eliminate references to defaultConfigDaniel Wagner1-3/+3
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-0/+1
2011-06-15X.L.LayoutHints: refresh only if hints are not satisfiedTomas Janousek1-3/+13
2010-07-06X.L.LayoutHints: event hook to refresh on hints changeTomas Janousek1-1/+20
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-1/+1
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-4/+4
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-8/+8
2009-07-26Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifierAdam Vogt1-13/+13
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-1/+1
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt1-22/+22
2009-05-19L.LayoutHints, add layoutHintsToCentreAdam Vogt1-11/+162
2009-05-19Remove excess whitespace from L.LayoutHintsAdam Vogt1-3/+3
2009-01-26placement patch to XMonad.Layout.LayoutHintsquentin.moser1-6/+35
2008-10-05Merge emptyLayoutMod into redoLayoutJoachim Breitner1-1/+2
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-04-05update contrib for applySizeHints changesLukas Mai1-12/+5
2008-02-19LayoutHints: fix a wrong fixAndrea Rossato1-1/+1
2008-02-18Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...Andrea Rossato1-9/+10
2008-01-31Make LayoutHints a decoration aware layout modifierAndrea Rossato1-4/+5
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Remove redundant importsSpencer Janssen1-3/+0
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-23LayoutHints: haddock fixesAndrea Rossato1-5/+12
2007-11-06make LayoutHints compile againl.mai1-6/+7
2007-11-01HierarchifySpencer Janssen1-5/+5
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-1/+1
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-1/+1
2007-10-14Various docstring fixesSpencer Janssen1-2/+2
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+1
2007-09-29some renaming of classes and data types.David Roundy1-1/+1
2007-09-28Use LANGUAGE pragmasSpencer Janssen1-0/+2
2007-09-28Give Hinted a nice descriptionSpencer Janssen1-0/+1
2007-09-28Update docsSpencer Janssen1-2/+2
2007-09-28Add simpler layoutHintsSpencer Janssen1-0/+4
2007-09-24Use the new modifiers in LayoutHintsSpencer Janssen1-13/+16
2007-09-05Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky1-0/+4
2007-06-23make everything work with new doLayout.David Roundy1-6/+5
2007-06-20Whitespace.joachim.fasting1-2/+2
2007-06-20Fix type signatures.joachim.fasting1-1/+1
2007-06-18LayoutHints.hs: add usage thingie for Haddock.joachim.fasting1-4/+8
2007-06-18LayoutHints.hs: add module header.joachim.fasting1-0/+13
2007-06-11Fix LayoutHints in the presence of nonzero border widthsStefan O'Rear1-2/+8
2007-06-10make LayoutHints work with new modifyLayout (in X).David Roundy1-1/+1
2007-06-09make LayoutHints robust with regard to future addition of Layout fields.David Roundy1-2/+2
2007-06-04add new LayoutHints module that makes layouts respect size hints.David Roundy1-0/+21