aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-01-26Don't export TConf anymore and export DeConfig insteadAndrea Rossato1-1/+2
2008-01-25Tabbed now uses DecorationAndrea Rossato1-183/+80
2008-01-25Add DwmStyle, a layout modifier to add dwm-style decorations to windows in an...Andrea Rossato1-0/+69
2008-01-25Adde SimpleDecoration, a layout modifier to add simple decorations to windows...Andrea Rossato1-0/+69
2008-01-25Add Layout.Simplest, the simplest layoutAndrea Rossato1-0/+41
2008-01-25Add Decoration, a layout modifier and a class for easily writing decorated la...Andrea Rossato1-0/+252
2008-01-25Add WindowArranger, a layout modifier to move and resize windows with the key...Andrea Rossato1-0/+189
2008-01-24ShowWName: moved fi to XUtilsAndrea Rossato1-4/+0
2008-01-24LayoutModifier: add emptyLayoutMod for dealing with empty workspacesAndrea Rossato1-0/+10
2008-01-22LayoutModifier: add pureMess and pureModifier to the LayoutModifier classAndrea Rossato1-2/+7
2008-01-15Layout.ShowWName: generalize the instanceAndrea Rossato1-2/+2
2008-01-28add emptyLayout to MultiToggleLukas Mai1-0/+2
2008-01-18add 'single' helper functionLukas Mai1-2/+7
2008-01-18documentation fixLukas Mai1-1/+1
2008-01-18style assimilationLukas Mai1-1/+1
2008-01-16Reflect.hs: minor haddock fixBrent Yorgey1-1/+1
2008-01-15Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for compa...Brent Yorgey1-1/+5
2008-01-15Reflect.hs: add MultiToggle supportBrent Yorgey1-6/+40
2008-01-15MultiToggle.hs: improve 'description' implementation in LayoutClass instance ...Brent Yorgey1-2/+2
2008-01-15Layout.Reflect: new contrib module for reflecting layouts horizontally/vertic...Brent Yorgey1-0/+81
2008-01-14ShowWName.hs: switch color/bgcolor in call to paintAndWriteBrent Yorgey1-2/+2
2008-01-13ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato1-33/+42
2007-12-31PerWorkspace.hs: add an explanatory noteBrent Yorgey1-0/+7
2007-12-31Add ShowWName a layout modifier to show the workspace nameAndrea Rossato1-0/+95
2007-12-25ResizableTile.hs: fix resizing to work in the presence of floating windows (r...Brent Yorgey1-6/+12
2007-12-25LayoutScreens: haddock fixesAndrea Rossato1-5/+7
2007-12-24Fix isssue 105Andrea Rossato2-5/+5
2007-12-22No more tabsSpencer Janssen3-8/+8
2007-12-15Add UrgencyHook support to TabbedShachaf Ben-Kiki1-4/+16
2007-12-11Magnifier: custom zoom ratio for magnifier' toointrigeri1-0/+6
2007-12-11Magnifier.hs: minor haddock fixesBrent Yorgey1-8/+8
2007-12-11fix haddock on Magnifiertim.thelion1-1/+5
2007-12-09Custom zoom levels for magnifiertim.thelion1-0/+13
2007-12-08More import pruningSpencer Janssen13-17/+5
2007-12-08Remove XMonad.Operations importsSpencer Janssen10-11/+3
2007-12-08Prune more importsSpencer Janssen9-11/+0
2007-12-08Remove redundant importsSpencer Janssen17-37/+3
2007-12-05Remove TilePrime, it is subsumed by HintedTileSpencer Janssen1-108/+0
2007-12-04LayoutScreens and Square: haddock updatesBrent Yorgey2-9/+11
2007-12-01fix bug where we failed to hide combo decorations.David Roundy1-6/+10
2007-11-30LayoutScreens: documentation fixBrent Yorgey1-3/+3