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