aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* LayoutScreens: haddock fixesAndrea Rossato2007-12-251-5/+7
* Fix isssue 105Andrea Rossato2007-12-242-5/+5
* No more tabsSpencer Janssen2007-12-223-8/+8
* Add UrgencyHook support to TabbedShachaf Ben-Kiki2007-12-151-4/+16
* Magnifier: custom zoom ratio for magnifier' toointrigeri2007-12-111-0/+6
* Magnifier.hs: minor haddock fixesBrent Yorgey2007-12-111-8/+8
* fix haddock on Magnifiertim.thelion2007-12-111-1/+5
* Custom zoom levels for magnifiertim.thelion2007-12-091-0/+13
* More import pruningSpencer Janssen2007-12-0813-17/+5
* Remove XMonad.Operations importsSpencer Janssen2007-12-0810-11/+3
* Prune more importsSpencer Janssen2007-12-089-11/+0
* Remove redundant importsSpencer Janssen2007-12-0817-37/+3
* Remove TilePrime, it is subsumed by HintedTileSpencer Janssen2007-12-051-108/+0
* LayoutScreens and Square: haddock updatesBrent Yorgey2007-12-042-9/+11
* fix bug where we failed to hide combo decorations.David Roundy2007-12-011-6/+10
* LayoutScreens: documentation fixBrent Yorgey2007-11-301-3/+3
* more coding on Mosaic.David Roundy2007-11-231-33/+55
* make Mosaic read (and partially try to obey) WM hints.David Roundy2007-11-231-14/+56
* WorkspaceDir: minor haddock updateBrent Yorgey2007-11-271-1/+1
* LayoutCombinators: a few minor haddock fixesBrent Yorgey2007-11-271-13/+11
* LayoutCombinators: changes infixes and added many other combinators.Andrea Rossato2007-11-271-71/+98
* Alleviate clashing symbols with XMonad.ManageHook.<||>Spencer Janssen2007-11-271-1/+1
* Magnifier: typoAndrea Rossato2007-11-231-2/+2
* LayoutCombinators: fix docAndrea Rossato2007-11-231-1/+1
* dafaultConfig --> defaultConfigBrent Yorgey2007-11-2324-24/+24