aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decoration: code formatting onlyAndrea Rossato2008-01-261-15/+12
* export DeConfig to avoid importing DecorationAndrea Rossato2008-01-262-0/+2
* Don't export TConf anymore and export DeConfig insteadAndrea Rossato2008-01-261-1/+2
* Tabbed now uses DecorationAndrea Rossato2008-01-251-183/+80
* Add DwmStyle, a layout modifier to add dwm-style decorations to windows in an...Andrea Rossato2008-01-251-0/+69
* Adde SimpleDecoration, a layout modifier to add simple decorations to windows...Andrea Rossato2008-01-251-0/+69
* Add Layout.Simplest, the simplest layoutAndrea Rossato2008-01-251-0/+41
* Add Decoration, a layout modifier and a class for easily writing decorated la...Andrea Rossato2008-01-251-0/+252
* Add WindowArranger, a layout modifier to move and resize windows with the key...Andrea Rossato2008-01-251-0/+189
* ShowWName: moved fi to XUtilsAndrea Rossato2008-01-241-4/+0
* LayoutModifier: add emptyLayoutMod for dealing with empty workspacesAndrea Rossato2008-01-241-0/+10
* LayoutModifier: add pureMess and pureModifier to the LayoutModifier classAndrea Rossato2008-01-221-2/+7
* Layout.ShowWName: generalize the instanceAndrea Rossato2008-01-151-2/+2
* add emptyLayout to MultiToggleLukas Mai2008-01-281-0/+2
* add 'single' helper functionLukas Mai2008-01-181-2/+7
* documentation fixLukas Mai2008-01-181-1/+1
* style assimilationLukas Mai2008-01-181-1/+1
* Reflect.hs: minor haddock fixBrent Yorgey2008-01-161-1/+1
* Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for compa...Brent Yorgey2008-01-151-1/+5
* Reflect.hs: add MultiToggle supportBrent Yorgey2008-01-151-6/+40
* MultiToggle.hs: improve 'description' implementation in LayoutClass instance ...Brent Yorgey2008-01-151-2/+2
* Layout.Reflect: new contrib module for reflecting layouts horizontally/vertic...Brent Yorgey2008-01-151-0/+81
* ShowWName.hs: switch color/bgcolor in call to paintAndWriteBrent Yorgey2008-01-141-2/+2
* ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato2008-01-131-33/+42
* PerWorkspace.hs: add an explanatory noteBrent Yorgey2007-12-311-0/+7
* Add ShowWName a layout modifier to show the workspace nameAndrea Rossato2007-12-311-0/+95
* ResizableTile.hs: fix resizing to work in the presence of floating windows (r...Brent Yorgey2007-12-251-6/+12