| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out direction types and put them in X.U.Types | Daniel Schoepe | 2009-09-19 | 1 | -18/+8 |
* | Replace most -fglasgow-exts with specific LANGUAGE pragmas | Adam Vogt | 2009-06-26 | 1 | -1/+1 |
* | FloatSnap - calculate gaps instead of snapping against unmanaged windows | Anders Engstrom | 2009-05-27 | 1 | -1/+1 |
* | A.FloatSnap snap to unmanaged docks too | Adam Vogt | 2009-05-25 | 1 | -1/+4 |
* | X.U.WindowProperties: Add getProp32 and getProp32s, helpers to get properties... | Ismael Carnales | 2009-02-05 | 1 | -10/+4 |
* | XMonad.Hooks.ManageDocks: haddock fix | Lukas Mai | 2008-04-05 | 1 | -2/+2 |
* | XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas... | Brent Yorgey | 2008-04-02 | 1 | -1/+5 |
* | XMonad.Hooks.ManageDocks: export checkDoc | Lukas Mai | 2008-03-31 | 1 | -2/+2 |
* | move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo... | Brent Yorgey | 2008-03-31 | 1 | -23/+28 |
* | ManageDocks: clean up + add more documentation | Brent Yorgey | 2008-03-31 | 1 | -21/+23 |
* | ManageDocks: add avoidStrutsOn, for covering some docks and not others by def... | Brent Yorgey | 2008-03-27 | 1 | -2/+17 |
* | ManageDocks: add ability to toggle individual gaps independently | Brent Yorgey | 2008-03-27 | 1 | -17/+39 |
* | Haddock fix | Roman Cheplyaka | 2008-03-30 | 1 | -1/+1 |
* | ManageDocks: add warning about making sure gaps are set to zero before switch... | Brent Yorgey | 2008-03-27 | 1 | -1/+7 |
* | LayoutModifier: reimplement ModifiedLayout using runLayout and more | Andrea Rossato | 2008-02-23 | 1 | -2/+2 |
* | Small refactoring. | Nils Anders Danielsson | 2008-02-10 | 1 | -21/+35 |
* | Fixed off-by-one error which broke strut handling for some panels. | Nils Anders Danielsson | 2008-02-10 | 1 | -4/+19 |
* | ManageDocks: implement AvoidStruts as a layout modifier | Andrea Rossato | 2008-01-27 | 1 | -18/+12 |
* | ManageDocks: add emptyLayout definition for supporting the new decoration fra... | Andrea Rossato | 2008-01-26 | 1 | -0/+3 |
* | ManageDocks: some documentation fixes | Andrea Rossato | 2007-12-31 | 1 | -1/+4 |
* | AvoidStruts: add support for partial struts | Spencer Janssen | 2007-12-22 | 1 | -40/+43 |
* | ManageDocks: ignore desktop windows also | Spencer Janssen | 2007-12-22 | 1 | -3/+4 |
* | Add support for _NET_WM_STRUT_PARTIAL | Spencer Janssen | 2007-12-13 | 1 | -9/+11 |
* | ManageDocks: when there are struts on opposing edges, the right/bottom strut | Spencer Janssen | 2007-12-10 | 1 | -2/+3 |
* | Update ManageDocks to the new ManageHook system, remove the gap setting code ... | Spencer Janssen | 2007-12-09 | 1 | -84/+61 |
* | Remove XMonad.Operations imports | Spencer Janssen | 2007-12-08 | 1 | -1/+0 |
* | Prune more imports | Spencer Janssen | 2007-12-08 | 1 | -2/+0 |
* | Remove redundant imports | Spencer Janssen | 2007-12-08 | 1 | -1/+0 |
* | Miscellaneous spell-checking | Shachaf Ben-Kiki | 2007-11-19 | 1 | -1/+1 |
* | ManageDocks.hs: haddock fixes | Andrea Rossato | 2007-11-14 | 1 | -6/+7 |
* | pattern guards and newtype deriving required for ManageDocks.hs to build! | Don Stewart | 2007-11-14 | 1 | -1/+3 |
* | add ToggleStruts capability to avoidStruts. | David Roundy | 2007-11-13 | 1 | -9/+18 |
* | fix bug in avoidStruts. | David Roundy | 2007-11-10 | 1 | -1/+1 |
* | Change the type of properties from Word32 to CLong | Mats Jansborg | 2007-11-01 | 1 | -2/+2 |
* | fix bug in avoidStruts. | David Roundy | 2007-11-08 | 1 | -1/+14 |
* | Add LANGUAGE pragmas for ManageDocks | Spencer Janssen | 2007-11-06 | 1 | -0/+1 |
* | Hierarchify | Spencer Janssen | 2007-11-01 | 1 | -0/+153 |