aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* rewrite ScratchWorkspace to make scratch always visible, but not always on sc...David Roundy2008-03-081-56/+73
* Fix ThreeColumns doc.Roman Cheplyaka2008-03-071-3/+1
* Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato2008-03-021-2/+2
* Fix ToggleOff: It was adding 0.1 to the magnification.Braden Shepherdson2008-03-051-1/+1
* Magnifier: fix behavior for windows on the bottom + right of the screen. Now...Brent Yorgey2008-03-031-7/+10
* XMonad.Layout.Simplest: add FlexibleInstances pragmaLukas Mai2008-03-011-1/+1
* XMonad.Layout.ScratchWorkspace: avoid warnings, make tests compile againLukas Mai2008-03-011-9/+10
* implement ScratchWorkspace.David Roundy2008-02-291-0/+77
* simplify Simplest--allow it to apply to non-Windows.David Roundy2008-02-291-1/+1
* Add bottom-tabbed layout.Roman Cheplyaka2008-02-291-5/+29
* Fix usage doc.Roman Cheplyaka2008-02-251-1/+5
* Fix haddock hyperlink.Roman Cheplyaka2008-02-241-1/+1
* Add XMonad.Layout.IMRoman Cheplyaka2008-02-211-0/+107
* Export XMonad.Layout.Grid.arrange (for use in XMonad.Layout.IM)Roman Cheplyaka2008-02-211-1/+1
* Decoration: some haddock updatesAndrea Rossato2008-02-201-5/+2
* Decoration: fix an issue with decoration window creation and moreAndrea Rossato2008-02-201-24/+16
* LayoutHints: fix a wrong fixAndrea Rossato2008-02-191-1/+1
* Decoration: comment onlyAndrea Rossato2008-02-191-22/+123
* Decoratione: generate rectangles first, and create windows accordinglyAndrea Rossato2008-02-191-57/+71
* Fix doc for TabbedRoman Cheplyaka2008-02-191-1/+1
* Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ...Andrea Rossato2008-02-182-2/+0
* TabBarDecoration: simpleTabBar automatically applies resizeVerticalAndrea Rossato2008-02-182-10/+20
* DwmStyle: comment fix onlyAndrea Rossato2008-02-181-1/+1
* ResizeScreen: add resizeHorizontalRight and resizeVerticalBottomAndrea Rossato2008-02-181-9/+18