aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-27fix L.WorkspaceDir special char handling: remove "echo -n" processingSteffen Schuldenzucker1-2/+1
2011-11-20Restore TrackFloating behavior to an earlier version.Adam Vogt1-2/+2
2011-11-18Export types to improve haddock links.Adam Vogt1-0/+2
2011-09-07Better control over GridVariants geometrynzeh1-13/+40
2009-12-15Additional messages for SplitGrid layoutNorbert Zeh1-0/+6
2010-10-23Export types to reduce haddock warnings.Adam Vogt39-22/+68
2011-11-15get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner1-1/+1
2011-10-23Small bugfix to XMonad.Layout.FullscreenAudun Skaugen1-8/+10
2011-10-11documentation patch: add a bit more context to the code snippets in X.L.Indep...Daniel Wagner1-6/+10
2011-08-14Fix typo in NoBorders example code.Adam Vogt1-1/+1
2011-07-31GHC 7 compatDaniel Wagner1-1/+6
2011-06-15X.L.LayoutHints: refresh only if hints are not satisfiedTomas Janousek1-3/+13
2011-06-12L.Spacing use imported fiAdam Vogt1-1/+1
2011-06-09Use a phantom type instead of undefined in L.LayoutBuilderPAdam Vogt1-4/+7
2011-06-09Add more L.LayoutBuilderP documentationAdam Vogt1-2/+14
2011-06-09Correct L.LayoutBuilderP module name in haddock.Adam Vogt1-1/+1
2011-05-14Cleanup in X.L.LayoutBuilderP.Ilya Portnov1-7/+2
2011-05-14Generalize X.L.AutoMaster modifierIlya Portnov1-4/+4
2011-05-11Add new layout combinator: LayoutBuilderP.Ilya Portnov1-0/+200
2010-12-23fix X.L.Gaps documentation, thanks to Carl Mueller for the reportBrent Yorgey1-2/+2
2010-12-12fix up funny unicode whitespace in FullscreenBrent Yorgey1-34/+34
2010-11-16Add X.L.FullscreenAudun Skaugen audunskaugen@gmail.com1-0/+223
2010-11-16Close the display correctly after counting the number of screensquesel1-1/+2
2010-11-16Compatibility with mtl-1 and mtl-2Adam Vogt1-1/+1
2010-11-13Pointfree and -XRank2Types don't mix in X.L.Groups.HelpersAdam Vogt1-2/+2
2010-10-30X.L.TrackFloating docs and help nested layoutsAdam Vogt1-14/+44
2010-10-30X.L.Maximize: Make layout forget maximized window when it is closedNorbert Zeh1-1/+3
2010-10-30Fix bug in L.TrackFloatingAdam Vogt1-15/+18
2010-10-16Add X.L.TrackFloating for tiled-floating focus issues (#4)Adam Vogt1-0/+83
2010-10-07minor documentation fixesDaniel Wagner2-2/+10
2010-10-02Clarify the note on -XRank2Types in L.GroupsAdam Vogt1-3/+4
2010-01-17Mention X.L.Groups.ModifySpec's rank-2 type in the docquentin.moser1-0/+4
2010-10-01Orphan my modulesmoserq4-7/+4
2010-10-01Split X.L.Groups.Examplesmoserq5-314/+396
2010-01-20X.L.G.Examples: improve the tabs of tiledTabsmoserq1-4/+6
2010-01-20X.L.G.Examples: improve the tabs of wmiiLikemoserq1-2/+5
2010-01-18X.L.Groups: Always keep one group, even if empty.quentin.moser1-37/+46
2010-01-17Do not duplicate layouts in X.L.Groupsquentin.moser1-8/+8
2010-09-30Add missing module re-export (issue 366)Adam Vogt1-0/+3
2010-05-18This patch adds support for multiple master windows to X.L.Masterquesel1-16/+47
2010-07-06X.L.LayoutHints: event hook to refresh on hints changeTomas Janousek1-1/+20
2010-09-14Explain fields added for "XMonad.Layout.ImageButtonDecoration"Adam Vogt1-2/+4
2010-07-28Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger3-11/+14
2010-06-16A hook to handle minimize/restore window manager hints.Justin Bogner1-2/+2
2010-06-22Note that Simplest works well with BoringWindowsAdam Vogt1-0/+13
2009-08-22Add a way to update the modifier in X.L.LayoutModifierDaniel Schoepe1-3/+21
2010-04-19Use CPP to add to exports for Selective tests (L.LimitWindows)Adam Vogt1-2/+7
2010-04-16Use imported `fi' alias for fromIntegral more often.Adam Vogt3-8/+3
2010-04-16Note that mouseResizableTileMirrored may be removed.Adam Vogt1-0/+1
2010-04-16Structure L.MouseResizableTile documentation.Adam Vogt1-29/+21