aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move window properties to a separate Util moduleRoman Cheplyaka2008-03-181-22/+1
* XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even wh...Lukas Mai2008-03-171-4/+2
* MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass ...Brent Yorgey2008-03-171-14/+13
* LayoutCombinators: improve documentation (closes ticket #136)Brent Yorgey2008-03-161-15/+78
* Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windo...Lukas Mai2008-03-161-11/+19
* ScratchWorkspace: update to work with runLayout changesBrent Yorgey2008-03-111-1/+1
* MagicFocus: update to work with runLayout changesBrent Yorgey2008-03-111-3/+3
* LayoutScreens: update to work with runLayout changesBrent Yorgey2008-03-111-1/+1
* Combo: update to work with runLayout changesBrent Yorgey2008-03-111-7/+7
* MultiToggle: fix to work with runLayout changes to coreBrent Yorgey2008-03-111-5/+3
* PerWorksapce: use a safer False as defaultAndrea Rossato2008-02-231-2/+2
* PerWorkspace: reimplemented using runLayoutAndrea Rossato2008-02-221-73/+27
* ToggleLayouts: reimplemented with runLayoutAndrea Rossato2008-02-231-8/+6
* LayoutCombinators: NewSelect reimplemented with runLayoutAndrea Rossato2008-02-231-8/+6
* LayoutModifier: reimplement ModifiedLayout using runLayout and moreAndrea Rossato2008-02-232-18/+14
* Combo: updated to latest runLayout changesAndrea Rossato2008-02-221-3/+3
* make smartBorders ignore screens with no dimensions.David Roundy2008-03-081-1/+3