aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Magnifier.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff1-2/+2
2009-10-22Refer to modm as the current modMaskAdam Vogt1-5/+5
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-1/+1
2008-10-15let MagnifyLess actually magnify lessdaniel1-2/+2
2008-10-05Merge emptyLayoutMod into redoLayoutJoachim Breitner1-4/+3
2008-06-10add support to Magnifier for vertical zooming.David Roundy1-15/+20
2008-03-24XMonad.Layout.Magnifier: add documentationBrent Yorgey1-0/+12
2008-03-21allow magnifier to toggle whether it's activedaniel1-1/+3
2008-03-21a magnifier that defaults to not magnifying any windowsdaniel1-0/+5
2008-03-20XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentationLukas Mai1-7/+3
2008-03-05Fix ToggleOff: It was adding 0.1 to the magnification.Braden Shepherdson1-1/+1
2008-03-03Magnifier: fix behavior for windows on the bottom + right of the screen. Now...Brent Yorgey1-7/+10
2007-12-11Magnifier: custom zoom ratio for magnifier' toointrigeri1-0/+6
2007-12-11Magnifier.hs: minor haddock fixesBrent Yorgey1-8/+8
2007-12-11fix haddock on Magnifiertim.thelion1-1/+5
2007-12-09Custom zoom levels for magnifiertim.thelion1-0/+13
2007-12-08Remove redundant importsSpencer Janssen1-1/+0
2007-11-23Magnifier: typoAndrea Rossato1-2/+2
2007-11-23dafaultConfig --> defaultConfigBrent Yorgey1-1/+1
2007-11-23Magnifier: more refactoring and a few message handlersAndrea Rossato1-26/+56
2007-11-22Magnifier: some fixes and refactoring. It now works properly.Andrea Rossato1-22/+34
2007-11-08Magnifier.hs: update so it at least compilesgwern01-10/+19
2007-11-06EwmhDesktops: move to correct name, update so it compilesgwern01-1/+1
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-08Add LANGUAGE pragamsShachaf Ben-Kiki1-0/+1
2007-09-05Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky1-0/+4
2007-08-05work around Magnifier's problems with floating windowsPeter De Wachter1-8/+9
2007-06-30Magnifier: unbreak: raise focus windowPeter De Wachter1-3/+3
2007-06-23make everything work with new doLayout.David Roundy1-13/+10
2007-06-24Magnifier.hs: quote screenshot url for Haddock compatibility.joachim.fasting1-1/+1
2007-06-22Magnifier.hs: needs -fglasgow-exts to compile.joachim.fasting1-0/+1
2007-06-21Magnifier: raise the focus windowPeter De Wachter1-1/+3
2007-06-20Make Magnifier's master window behavior customizablePeter De Wachter1-7/+16
2007-06-20make some layouts more general.David Roundy1-2/+2
2007-06-20Fix type signatures.joachim.fasting1-1/+1
2007-06-18Magnifier.hs: add usage instructions.joachim.fasting1-1/+8
2007-06-14Magnifier layout hackPeter De Wachter1-0/+47