aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix bug in smartBorders when combined with decorated windows.David Roundy2008-05-161-4/+4
* fix compile warnings in BoringWindowsDevin Mullins2008-05-151-0/+1
* add BoringWindows module to make certain windows skipped when rotating focus.David Roundy2008-05-141-0/+66
* WindowNavigation: extract navigable functionDevin Mullins2008-04-221-5/+8
* HintedTile: Fix mistake in documentation.lithis2008-05-081-4/+4
* HintedTile: Improve documentation.lithis2008-05-081-4/+17
* Missing pragmasDon Stewart2008-05-061-4/+4
* Add full documentationDon Stewart2008-05-052-1/+17
* Fix issue #179 by handling events correctlyAndrea Rossato2008-05-011-2/+2
* Remove redundant type signatureSpencer Janssen2008-04-301-1/+1
* 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