aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-25new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like Simp...joamaki1-0/+64
2008-04-27stricitfy some gap fieldsDon Stewart1-3/+3
2008-04-24Error fix for Tabbed when tabbar always shownIvan.Miljenovic1-1/+2
2008-04-18tweaks to docs for SimpleDecorationDon Stewart1-1/+3
2008-04-15Allow tabbar to always be shown.Ivan.Miljenovic1-25/+76
2008-04-18polishDon Stewart1-2/+3
2008-04-15Fix to IM modifier.Roman Cheplyaka1-2/+3
2008-04-13IM layout converted to LayoutModifier, which can be applied to any layoutIvan N. Veselov1-15/+53
2008-04-13strictify some fieldsDon Stewart1-4/+4
2008-04-05XMonad.Layout.Master: initial importLukas Mai1-0/+110
2008-04-05update contrib for applySizeHints changesLukas Mai3-40/+15
2008-04-04MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragmaBrent Yorgey1-1/+1
2008-04-03some bang patternsDon Stewart1-1/+1
2008-04-02HintedGrid: guesstimate window flexibility and layout rigid windows firstLukas Mai1-3/+5
2008-04-02HintedGrid: try both bottom-up/top-down window placement to minimize unused s...Lukas Mai1-4/+9
2008-04-02Grid/HintedGrid: use an ncolumns formula inspired by dwm's "optimal" modeLukas Mai2-5/+2
2008-04-02XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas...Brent Yorgey1-0/+148
2008-04-02XMonad.Layout.HintedGrid: initial importLukas Mai1-0/+117
2008-04-01Documentation improvement.Roman Cheplyaka1-2/+4
2008-03-31Remove broken link to screenshot.Roman Cheplyaka1-4/+1
2008-03-31MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common in...Brent Yorgey2-25/+66
2008-03-30XMonad.Layout.Grid: fix indentationLukas Mai1-20/+20
2008-03-31move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey1-1/+2
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