| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace. | Adam Vogt | 2012-11-09 | 8 | -52/+52 |
* | Use Control.Exception.catch explitly to avoid warnings | Adam Vogt | 2012-11-09 | 1 | -1/+0 |
* | Rename variables "state" to avoid warnings about shadowing | Adam Vogt | 2012-11-09 | 3 | -49/+49 |
* | Rename variable in L.Minimize to avoid shadowing. | Adam Vogt | 2012-11-09 | 1 | -3/+3 |
* | Added smart spacing to the spacing module | daedalusinfinity | 2012-09-23 | 1 | -0/+15 |
* | refer to the new name 'handleEventHook' instead of the old name 'eventHook' i... | Daniel Wagner | 2012-06-18 | 1 | -1/+1 |
* | Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrder | Adam Vogt | 2012-04-28 | 1 | -6/+6 |
* | Remove trailing whitespace. | Adam Vogt | 2012-04-28 | 1 | -1/+1 |
* | XMonad.Layout.OnHost allows host-specific modifications to a layout, which | allbery.b | 2012-03-20 | 1 | -0/+155 |
* | narrower BorderResize rectangles placed within border edges | Jens Petersen | 2012-03-14 | 1 | -7/+5 |
* | bump X11 dependency so that noModMask is available | Daniel Wagner | 2012-03-16 | 1 | -1/+1 |
* | ShowWName: Increase horizontal padding for flash | crodjer | 2012-03-05 | 1 | -1/+1 |
* | ShowWName flash window background color | Rohan Jain | 2012-03-06 | 1 | -1/+1 |
* | ShowWName: Fix flash location by screen rectangle | crodjer | 2012-03-05 | 1 | -3/+3 |
* | L.WorkspaceDir: cleanup redundant {definitions,imports} | Steffen Schuldenzucker | 2012-02-29 | 1 | -5/+0 |
* | fix L.WorkspaceDir special char handling: remove "echo -n" processing | Steffen Schuldenzucker | 2012-02-27 | 1 | -2/+1 |
* | Restore TrackFloating behavior to an earlier version. | Adam Vogt | 2011-11-20 | 1 | -2/+2 |
* | Export types to improve haddock links. | Adam Vogt | 2011-11-18 | 1 | -0/+2 |
* | Better control over GridVariants geometry | nzeh | 2011-09-07 | 1 | -13/+40 |
* | Additional messages for SplitGrid layout | Norbert Zeh | 2009-12-15 | 1 | -0/+6 |
* | Export types to reduce haddock warnings. | Adam Vogt | 2010-10-23 | 39 | -22/+68 |
* | get ready for GHC 7.4: Num a no longer implies (Eq a, Show a) | Daniel Wagner | 2011-11-15 | 1 | -1/+1 |
* | Small bugfix to XMonad.Layout.Fullscreen | Audun Skaugen | 2011-10-23 | 1 | -8/+10 |
* | documentation patch: add a bit more context to the code snippets in X.L.Indep... | Daniel Wagner | 2011-10-11 | 1 | -6/+10 |
* | Fix typo in NoBorders example code. | Adam Vogt | 2011-08-14 | 1 | -1/+1 |
* | GHC 7 compat | Daniel Wagner | 2011-07-31 | 1 | -1/+6 |
* | X.L.LayoutHints: refresh only if hints are not satisfied | Tomas Janousek | 2011-06-15 | 1 | -3/+13 |
* | L.Spacing use imported fi | Adam Vogt | 2011-06-12 | 1 | -1/+1 |
* | Use a phantom type instead of undefined in L.LayoutBuilderP | Adam Vogt | 2011-06-09 | 1 | -4/+7 |
* | Add more L.LayoutBuilderP documentation | Adam Vogt | 2011-06-09 | 1 | -2/+14 |
* | Correct L.LayoutBuilderP module name in haddock. | Adam Vogt | 2011-06-09 | 1 | -1/+1 |
* | Cleanup in X.L.LayoutBuilderP. | Ilya Portnov | 2011-05-14 | 1 | -7/+2 |
* | Generalize X.L.AutoMaster modifier | Ilya Portnov | 2011-05-14 | 1 | -4/+4 |
* | Add new layout combinator: LayoutBuilderP. | Ilya Portnov | 2011-05-11 | 1 | -0/+200 |
* | fix X.L.Gaps documentation, thanks to Carl Mueller for the report | Brent Yorgey | 2010-12-23 | 1 | -2/+2 |
* | fix up funny unicode whitespace in Fullscreen | Brent Yorgey | 2010-12-12 | 1 | -34/+34 |
* | Add X.L.Fullscreen | Audun Skaugen audunskaugen@gmail.com | 2010-11-16 | 1 | -0/+223 |
* | Close the display correctly after counting the number of screens | quesel | 2010-11-16 | 1 | -1/+2 |
* | Compatibility with mtl-1 and mtl-2 | Adam Vogt | 2010-11-16 | 1 | -1/+1 |
* | Pointfree and -XRank2Types don't mix in X.L.Groups.Helpers | Adam Vogt | 2010-11-13 | 1 | -2/+2 |
* | X.L.TrackFloating docs and help nested layouts | Adam Vogt | 2010-10-30 | 1 | -14/+44 |
* | X.L.Maximize: Make layout forget maximized window when it is closed | Norbert Zeh | 2010-10-30 | 1 | -1/+3 |
* | Fix bug in L.TrackFloating | Adam Vogt | 2010-10-30 | 1 | -15/+18 |
* | Add X.L.TrackFloating for tiled-floating focus issues (#4) | Adam Vogt | 2010-10-16 | 1 | -0/+83 |
* | minor documentation fixes | Daniel Wagner | 2010-10-07 | 2 | -2/+10 |
* | Clarify the note on -XRank2Types in L.Groups | Adam Vogt | 2010-10-02 | 1 | -3/+4 |
* | Mention X.L.Groups.ModifySpec's rank-2 type in the doc | quentin.moser | 2010-01-17 | 1 | -0/+4 |
* | Orphan my modules | moserq | 2010-10-01 | 4 | -7/+4 |
* | Split X.L.Groups.Examples | moserq | 2010-10-01 | 5 | -314/+396 |
* | X.L.G.Examples: improve the tabs of tiledTabs | moserq | 2010-01-20 | 1 | -4/+6 |