aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add TabBarDecoration, a layout modifier to add a bar of tabs to any layoutAndrea Rossato2008-02-182-53/+100
* add Eq superclass to DecorationStyle and change styles in order not to decora...Andrea Rossato2008-02-185-16/+25
* Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...Andrea Rossato2008-02-182-12/+34
* DecorationMadness: resizable layouts now use MouseResize tooAndrea Rossato2008-02-121-46/+63
* SimpleFloat now uses MouseResizeAndrea Rossato2008-02-121-4/+5
* Decoration: remove mouse resize and moreAndrea Rossato2008-02-121-17/+15
* Decoration.hs: variable names consistency onlyAndrea Rossato2008-02-111-6/+6
* Tabbed and SimpleTabbed (in DecorationMadness) define their own decorationMou...Andrea Rossato2008-02-112-0/+2
* Decoration: DecorationStyle class cleanup and focus/drag unificationAndrea Rossato2008-02-111-16/+34