aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-18Move window properties to a separate Util moduleRoman Cheplyaka1-22/+1
2008-03-17XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even wh...Lukas Mai1-4/+2
2008-03-17MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass ...Brent Yorgey1-14/+13
2008-03-16LayoutCombinators: improve documentation (closes ticket #136)Brent Yorgey1-15/+78
2008-03-16Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windo...Lukas Mai1-11/+19
2008-03-11ScratchWorkspace: update to work with runLayout changesBrent Yorgey1-1/+1
2008-03-11MagicFocus: update to work with runLayout changesBrent Yorgey1-3/+3
2008-03-11LayoutScreens: update to work with runLayout changesBrent Yorgey1-1/+1
2008-03-11Combo: update to work with runLayout changesBrent Yorgey1-7/+7
2008-03-11MultiToggle: fix to work with runLayout changes to coreBrent Yorgey1-5/+3
2008-02-23PerWorksapce: use a safer False as defaultAndrea Rossato1-2/+2
2008-02-22PerWorkspace: reimplemented using runLayoutAndrea Rossato1-73/+27
2008-02-23ToggleLayouts: reimplemented with runLayoutAndrea Rossato1-8/+6
2008-02-23LayoutCombinators: NewSelect reimplemented with runLayoutAndrea Rossato1-8/+6
2008-02-23LayoutModifier: reimplement ModifiedLayout using runLayout and moreAndrea Rossato2-18/+14
2008-02-22Combo: updated to latest runLayout changesAndrea Rossato1-3/+3
2008-03-08make smartBorders ignore screens with no dimensions.David Roundy1-1/+3
2008-03-08rewrite ScratchWorkspace to make scratch always visible, but not always on sc...David Roundy1-56/+73
2008-03-07Fix ThreeColumns doc.Roman Cheplyaka1-3/+1
2008-03-02Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato1-2/+2
2008-03-05Fix ToggleOff: It was adding 0.1 to the magnification.Braden Shepherdson1-1/+1
2008-03-03Magnifier: fix behavior for windows on the bottom + right of the screen. Now...Brent Yorgey1-7/+10
2008-03-01XMonad.Layout.Simplest: add FlexibleInstances pragmaLukas Mai1-1/+1
2008-03-01XMonad.Layout.ScratchWorkspace: avoid warnings, make tests compile againLukas Mai1-9/+10
2008-02-29implement ScratchWorkspace.David Roundy1-0/+77
2008-02-29simplify Simplest--allow it to apply to non-Windows.David Roundy1-1/+1
2008-02-29Add bottom-tabbed layout.Roman Cheplyaka1-5/+29
2008-02-25Fix usage doc.Roman Cheplyaka1-1/+5
2008-02-24Fix haddock hyperlink.Roman Cheplyaka1-1/+1
2008-02-21Add XMonad.Layout.IMRoman Cheplyaka1-0/+107
2008-02-21Export XMonad.Layout.Grid.arrange (for use in XMonad.Layout.IM)Roman Cheplyaka1-1/+1
2008-02-20Decoration: some haddock updatesAndrea Rossato1-5/+2
2008-02-20Decoration: fix an issue with decoration window creation and moreAndrea Rossato1-24/+16
2008-02-19LayoutHints: fix a wrong fixAndrea Rossato1-1/+1
2008-02-19Decoration: comment onlyAndrea Rossato1-22/+123
2008-02-19Decoratione: generate rectangles first, and create windows accordinglyAndrea Rossato1-57/+71
2008-02-19Fix doc for TabbedRoman Cheplyaka1-1/+1
2008-02-18Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ...Andrea Rossato2-2/+0
2008-02-18TabBarDecoration: simpleTabBar automatically applies resizeVerticalAndrea Rossato2-10/+20
2008-02-18DwmStyle: comment fix onlyAndrea Rossato1-1/+1
2008-02-18ResizeScreen: add resizeHorizontalRight and resizeVerticalBottomAndrea Rossato1-9/+18
2008-02-18Add TabBarDecoration, a layout modifier to add a bar of tabs to any layoutAndrea Rossato2-53/+100
2008-02-18add Eq superclass to DecorationStyle and change styles in order not to decora...Andrea Rossato5-16/+25
2008-02-18Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...Andrea Rossato2-12/+34
2008-02-12DecorationMadness: resizable layouts now use MouseResize tooAndrea Rossato1-46/+63
2008-02-12SimpleFloat now uses MouseResizeAndrea Rossato1-4/+5
2008-02-12Decoration: remove mouse resize and moreAndrea Rossato1-17/+15
2008-02-11Decoration.hs: variable names consistency onlyAndrea Rossato1-6/+6
2008-02-11Tabbed and SimpleTabbed (in DecorationMadness) define their own decorationMou...Andrea Rossato2-0/+2
2008-02-11Decoration: DecorationStyle class cleanup and focus/drag unificationAndrea Rossato1-16/+34