aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-02-10DecorationMadness: comment onlyAndrea Rossato1-4/+3
2008-02-10DecorationMadness: added a few floating layoutsAndrea Rossato1-0/+81
2008-02-10SimpleFloat: export SimpleFloat and add documentationAndrea Rossato1-3/+8
2008-02-10Move DefaultDecoration from DecorationMadness to DecorationAndrea Rossato2-4/+4
2008-02-10DecorationMadness: make tunable tabbed layouts respect the Theme decoHeight f...Andrea Rossato1-4/+4
2008-02-10ScreenResize: vertical and horizontal now respond to SetThemeAndrea Rossato1-3/+8
2008-02-09Add DecorationMadness: a repository of weirdnessesAndrea Rossato1-0/+527
2008-02-09Decoration: change mouseEventHook to decoEventHook and moreAndrea Rossato1-15/+18
2008-02-09Tabbed: add simpleTabbed and fx documentationAndrea Rossato1-3/+24
2008-02-08Decoration: enable mouse dragging of windowsAndrea Rossato1-5/+11
2008-02-08WindowArranger: add a SetGeometry message - needed to enable mouseDragAndrea Rossato1-1/+5
2008-02-08Decoration: add a mouseEventHook methohd and move mouse button event thereAndrea Rossato1-5/+12
2008-02-07Decoration: consistency of variable namesAndrea Rossato1-30/+30
2008-02-07Decoration: add a SetTheme message and releaseResourcesAndrea Rossato1-10/+17
2008-02-07SimpleFloat: comment onlyAndrea Rossato1-1/+1
2008-02-05make WindowNavigation ignore decorations.David Roundy1-7/+9
2008-02-05make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy1-5/+13
2008-02-05make WindowNavigation work when windows are stacked.David Roundy1-1/+1
2008-02-04enable button click for focus in tabbed.David Roundy1-0/+8
2008-02-04in Decoration, remove windows that are precisely hidden underneath other wind...David Roundy1-3/+8