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