aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like Simp...joamaki2008-04-251-0/+64
* stricitfy some gap fieldsDon Stewart2008-04-271-3/+3
* Error fix for Tabbed when tabbar always shownIvan.Miljenovic2008-04-241-1/+2
* tweaks to docs for SimpleDecorationDon Stewart2008-04-181-1/+3
* Allow tabbar to always be shown.Ivan.Miljenovic2008-04-151-25/+76
* polishDon Stewart2008-04-181-2/+3
* Fix to IM modifier.Roman Cheplyaka2008-04-151-2/+3
* IM layout converted to LayoutModifier, which can be applied to any layoutIvan N. Veselov2008-04-131-15/+53
* strictify some fieldsDon Stewart2008-04-131-4/+4
* XMonad.Layout.Master: initial importLukas Mai2008-04-051-0/+110
* update contrib for applySizeHints changesLukas Mai2008-04-053-40/+15
* MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragmaBrent Yorgey2008-04-041-1/+1
* some bang patternsDon Stewart2008-04-031-1/+1
* HintedGrid: guesstimate window flexibility and layout rigid windows firstLukas Mai2008-04-021-3/+5
* HintedGrid: try both bottom-up/top-down window placement to minimize unused s...Lukas Mai2008-04-021-4/+9
* Grid/HintedGrid: use an ncolumns formula inspired by dwm's "optimal" modeLukas Mai2008-04-022-5/+2
* XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas...Brent Yorgey2008-04-021-0/+148
* XMonad.Layout.HintedGrid: initial importLukas Mai2008-04-021-0/+117
* Documentation improvement.Roman Cheplyaka2008-04-011-2/+4
* Remove broken link to screenshot.Roman Cheplyaka2008-03-311-4/+1
* MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common in...Brent Yorgey2008-03-312-25/+66
* XMonad.Layout.Grid: fix indentationLukas Mai2008-03-301-20/+20
* move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey2008-03-311-1/+2
* PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou...Brent Yorgey2008-03-261-6/+33
* Remove stale status gaps codeSpencer Janssen2008-03-302-5/+4
* Fix haddock errorSpencer Janssen2008-03-291-1/+1
* XMonad.Layout.MultiToggle: let runLayout modify the base layout if no transfo...Lukas Mai2008-03-281-1/+5
* Spiral: add documentationBrent Yorgey2008-03-281-3/+11
* corrected version of make workspaceDir work even in workspaces with no windows.David Roundy2008-03-271-4/+4
* cleanup in Tabbed (make 'loc' be actual location).David Roundy2008-03-261-3/+3
* UNDO: make workspaceDir work even in workspaces with no windows.David Roundy2008-03-261-3/+3
* make workspaceDir work even in workspaces with no windows.David Roundy2008-03-261-3/+3
* XMonad.Layout.NoBorders: fix floating fullscreen logicLukas Mai2008-03-261-1/+1
* Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen2008-03-262-2/+2
* fix bug in TabBarDecoration leading to gaps in corner.David Roundy2008-03-251-5/+4
* fix bug leading to gaps in tabs at the corner of the screen.David Roundy2008-03-251-11/+7
* XMonad.Layout.LayoutModifier: add a metric crapload of documentationBrent Yorgey2008-03-251-10/+205
* XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ...Brent Yorgey2008-03-251-2/+2
* XMonad.Layout.HintedTile: make alignment of shrunk windows configurableLukas Mai2008-03-251-16/+32
* XMonad.Layout.Magnifier: add documentationBrent Yorgey2008-03-241-0/+12
* XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...Lukas Mai2008-03-221-1/+1
* cut Anneal and Mosaic.David Roundy2008-03-221-487/+0
* fix WorkspaceDir to work when there are multiple screens.David Roundy2008-03-111-3/+7
* fix various compilation errorsLukas Mai2008-03-221-1/+1
* XMonad.Layout.NoBorders: first attempt at documenting smartBordersLukas Mai2008-03-211-4/+8
* allow magnifier to toggle whether it's activedaniel2008-03-211-1/+3
* a magnifier that defaults to not magnifying any windowsdaniel2008-03-211-0/+5
* XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentationLukas Mai2008-03-201-7/+3
* mark Mosaic as broken. use MosaicAltDon Stewart2008-03-201-0/+2
* tabsDon Stewart2008-03-171-2/+2