aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* refer to the new name 'handleEventHook' instead of the old name 'eventHook' i...Daniel Wagner2012-06-181-1/+1
* Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrderAdam Vogt2012-04-281-6/+6
* Remove trailing whitespace.Adam Vogt2012-04-281-1/+1
* XMonad.Layout.OnHost allows host-specific modifications to a layout, whichallbery.b2012-03-201-0/+155
* narrower BorderResize rectangles placed within border edgesJens Petersen2012-03-141-7/+5
* bump X11 dependency so that noModMask is availableDaniel Wagner2012-03-161-1/+1
* ShowWName: Increase horizontal padding for flashcrodjer2012-03-051-1/+1
* ShowWName flash window background colorRohan Jain2012-03-061-1/+1
* ShowWName: Fix flash location by screen rectanglecrodjer2012-03-051-3/+3
* L.WorkspaceDir: cleanup redundant {definitions,imports}Steffen Schuldenzucker2012-02-291-5/+0
* fix L.WorkspaceDir special char handling: remove "echo -n" processingSteffen Schuldenzucker2012-02-271-2/+1
* Restore TrackFloating behavior to an earlier version.Adam Vogt2011-11-201-2/+2
* Export types to improve haddock links.Adam Vogt2011-11-181-0/+2
* Better control over GridVariants geometrynzeh2011-09-071-13/+40
* Additional messages for SplitGrid layoutNorbert Zeh2009-12-151-0/+6
* Export types to reduce haddock warnings.Adam Vogt2010-10-2339-22/+68
* get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner2011-11-151-1/+1
* Small bugfix to XMonad.Layout.FullscreenAudun Skaugen2011-10-231-8/+10
* documentation patch: add a bit more context to the code snippets in X.L.Indep...Daniel Wagner2011-10-111-6/+10
* Fix typo in NoBorders example code.Adam Vogt2011-08-141-1/+1
* GHC 7 compatDaniel Wagner2011-07-311-1/+6
* X.L.LayoutHints: refresh only if hints are not satisfiedTomas Janousek2011-06-151-3/+13
* L.Spacing use imported fiAdam Vogt2011-06-121-1/+1
* Use a phantom type instead of undefined in L.LayoutBuilderPAdam Vogt2011-06-091-4/+7
* Add more L.LayoutBuilderP documentationAdam Vogt2011-06-091-2/+14
* Correct L.LayoutBuilderP module name in haddock.Adam Vogt2011-06-091-1/+1
* Cleanup in X.L.LayoutBuilderP.Ilya Portnov2011-05-141-7/+2
* Generalize X.L.AutoMaster modifierIlya Portnov2011-05-141-4/+4
* Add new layout combinator: LayoutBuilderP.Ilya Portnov2011-05-111-0/+200
* fix X.L.Gaps documentation, thanks to Carl Mueller for the reportBrent Yorgey2010-12-231-2/+2
* fix up funny unicode whitespace in FullscreenBrent Yorgey2010-12-121-34/+34
* Add X.L.FullscreenAudun Skaugen audunskaugen@gmail.com2010-11-161-0/+223
* Close the display correctly after counting the number of screensquesel2010-11-161-1/+2
* Compatibility with mtl-1 and mtl-2Adam Vogt2010-11-161-1/+1
* Pointfree and -XRank2Types don't mix in X.L.Groups.HelpersAdam Vogt2010-11-131-2/+2
* X.L.TrackFloating docs and help nested layoutsAdam Vogt2010-10-301-14/+44
* X.L.Maximize: Make layout forget maximized window when it is closedNorbert Zeh2010-10-301-1/+3
* Fix bug in L.TrackFloatingAdam Vogt2010-10-301-15/+18
* Add X.L.TrackFloating for tiled-floating focus issues (#4)Adam Vogt2010-10-161-0/+83
* minor documentation fixesDaniel Wagner2010-10-072-2/+10
* Clarify the note on -XRank2Types in L.GroupsAdam Vogt2010-10-021-3/+4
* Mention X.L.Groups.ModifySpec's rank-2 type in the docquentin.moser2010-01-171-0/+4
* Orphan my modulesmoserq2010-10-014-7/+4
* Split X.L.Groups.Examplesmoserq2010-10-015-314/+396
* X.L.G.Examples: improve the tabs of tiledTabsmoserq2010-01-201-4/+6
* X.L.G.Examples: improve the tabs of wmiiLikemoserq2010-01-201-2/+5
* X.L.Groups: Always keep one group, even if empty.quentin.moser2010-01-181-37/+46
* Do not duplicate layouts in X.L.Groupsquentin.moser2010-01-171-8/+8
* Add missing module re-export (issue 366)Adam Vogt2010-09-301-0/+3
* This patch adds support for multiple master windows to X.L.Masterquesel2010-05-181-16/+47