aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-26PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou...Brent Yorgey1-6/+33
2008-03-30Remove stale status gaps codeSpencer Janssen2-5/+4
2008-03-29Fix haddock errorSpencer Janssen1-1/+1
2008-03-28XMonad.Layout.MultiToggle: let runLayout modify the base layout if no transfo...Lukas Mai1-1/+5
2008-03-28Spiral: add documentationBrent Yorgey1-3/+11
2008-03-27corrected version of make workspaceDir work even in workspaces with no windows.David Roundy1-4/+4
2008-03-26cleanup in Tabbed (make 'loc' be actual location).David Roundy1-3/+3
2008-03-26UNDO: make workspaceDir work even in workspaces with no windows.David Roundy1-3/+3
2008-03-26make workspaceDir work even in workspaces with no windows.David Roundy1-3/+3
2008-03-26XMonad.Layout.NoBorders: fix floating fullscreen logicLukas Mai1-1/+1
2008-03-26Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen2-2/+2
2008-03-25fix bug in TabBarDecoration leading to gaps in corner.David Roundy1-5/+4
2008-03-25fix bug leading to gaps in tabs at the corner of the screen.David Roundy1-11/+7
2008-03-25XMonad.Layout.LayoutModifier: add a metric crapload of documentationBrent Yorgey1-10/+205
2008-03-25XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ...Brent Yorgey1-2/+2
2008-03-25XMonad.Layout.HintedTile: make alignment of shrunk windows configurableLukas Mai1-16/+32
2008-03-24XMonad.Layout.Magnifier: add documentationBrent Yorgey1-0/+12
2008-03-22XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...Lukas Mai1-1/+1
2008-03-22cut Anneal and Mosaic.David Roundy1-487/+0
2008-03-11fix WorkspaceDir to work when there are multiple screens.David Roundy1-3/+7
2008-03-22fix various compilation errorsLukas Mai1-1/+1
2008-03-21XMonad.Layout.NoBorders: first attempt at documenting smartBordersLukas Mai1-4/+8
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-20mark Mosaic as broken. use MosaicAltDon Stewart1-0/+2
2008-03-17tabsDon Stewart1-2/+2
2008-03-18Move window properties to a separate Util moduleRoman Cheplyaka1-22/+1
2008-03-17XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even wh...Lukas Mai1-4/+2
2008-03-17MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass ...Brent Yorgey1-14/+13
2008-03-16LayoutCombinators: improve documentation (closes ticket #136)Brent Yorgey1-15/+78
2008-03-16Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windo...Lukas Mai1-11/+19
2008-03-11ScratchWorkspace: update to work with runLayout changesBrent Yorgey1-1/+1
2008-03-11MagicFocus: update to work with runLayout changesBrent Yorgey1-3/+3
2008-03-11LayoutScreens: update to work with runLayout changesBrent Yorgey1-1/+1
2008-03-11Combo: update to work with runLayout changesBrent Yorgey1-7/+7
2008-03-11MultiToggle: fix to work with runLayout changes to coreBrent Yorgey1-5/+3
2008-02-23PerWorksapce: use a safer False as defaultAndrea Rossato1-2/+2
2008-02-22PerWorkspace: reimplemented using runLayoutAndrea Rossato1-73/+27
2008-02-23ToggleLayouts: reimplemented with runLayoutAndrea Rossato1-8/+6
2008-02-23LayoutCombinators: NewSelect reimplemented with runLayoutAndrea Rossato1-8/+6
2008-02-23LayoutModifier: reimplement ModifiedLayout using runLayout and moreAndrea Rossato2-18/+14
2008-02-22Combo: updated to latest runLayout changesAndrea Rossato1-3/+3
2008-03-08make smartBorders ignore screens with no dimensions.David Roundy1-1/+3
2008-03-08rewrite ScratchWorkspace to make scratch always visible, but not always on sc...David Roundy1-56/+73
2008-03-07Fix ThreeColumns doc.Roman Cheplyaka1-3/+1
2008-03-02Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato1-2/+2
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
2008-03-01XMonad.Layout.Simplest: add FlexibleInstances pragmaLukas Mai1-1/+1