aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* switch tabbed back to using Simplest (so tabs will be shown).David Roundy2008-02-041-2/+3
* Make LayoutHints a decoration aware layout modifierAndrea Rossato2008-01-312-5/+9
* Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool stateAndrea Rossato2008-01-312-79/+65
* SimpleDecoration: export defaultThemeAndrea Rossato2008-01-301-0/+1
* Various decorations related updatesSpencer Janssen2008-01-305-161/+80
* TwoPane: add description stringJoachim Fasting2008-01-261-0/+1
* LayoutCombinator class: code clean upAndrea Rossato2008-01-292-15/+12
* Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th...Andrea Rossato2008-01-292-93/+109
* Named: reimplemented as a LayoutModifier and updated Config.Droundy accordinglyAndrea Rossato2008-01-281-17/+13
* LayoutModifier: add modifyDescription for completely override the modified la...Andrea Rossato2008-01-281-3/+5
* Make ToggleLayouts and Named implement emptyLayoutAndrea Rossato2008-01-282-0/+7
* Decoration: the fontset must be released even when we don't decorate the firs...Andrea Rossato2008-01-281-1/+3
* Decoration: I forgot we need to release the fontset too!Andrea Rossato2008-01-281-1/+2
* Decoration: after deleting the windows we must update the layout modifierAndrea Rossato2008-01-281-1/+2
* Reflect: reimplemented as a layout modifier (which makes it compatible with w...Andrea Rossato2008-01-271-15/+11
* SimpleFLoat: change the description to Float (Simple is the decoration descri...Andrea Rossato2008-01-271-1/+1
* ResizeScreen has been rewritten as a layout modifierAndrea Rossato2008-01-271-35/+17
* LayoutModifier add a modifyLayoutAndrea Rossato2008-01-271-1/+4
* Make LayoutCombinators deal with emptyLayoutAndrea Rossato2008-01-271-0/+4
* Add ResizeScreen, a layout modifier for modifing the screen geometryAndrea Rossato2008-01-271-0/+81
* WindowArranger can now arrange all windowsAndrea Rossato2008-01-272-23/+31
* Add SimpleFloat a very basic floating layout that will place windows accordin...Andrea Rossato2008-01-262-5/+78
* WindoWrranger: export the WindowArranger type (see the upcoming SimpleFloat)Andrea Rossato2008-01-261-0/+1
* ShowWName: show the name of empty layouts tooAndrea Rossato2008-01-261-3/+8