| Commit message (Expand) | Author | Age | Files | Lines |
* | XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas... | Brent Yorgey | 2008-04-02 | 2 | -1/+153 |
* | improve WindowGo.hs Haddock formatting | gwern0 | 2008-04-01 | 1 | -15/+15 |
* | forgot a haddock for getEditor in Shell.hs | gwern0 | 2008-04-01 | 1 | -0/+1 |
* | WindowGo.hs: +raiseBrowser, raiseEditor | gwern0 | 2008-04-01 | 1 | -5/+25 |
* | RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classname | gwern0 | 2008-04-01 | 1 | -14/+14 |
* | Search.hs: remove an argument from selectSearch and promptSearch | gwern0 | 2008-04-01 | 1 | -43/+57 |
* | Shell.hs: +getBrowser, getEditor, helper function | gwern0 | 2008-04-01 | 1 | -0/+19 |
* | XMonad.Layout.HintedGrid: initial import | Lukas Mai | 2008-04-02 | 1 | -0/+117 |
* | Documentation improvement. | Roman Cheplyaka | 2008-04-01 | 1 | -2/+4 |
* | Remove broken link to screenshot. | Roman Cheplyaka | 2008-03-31 | 1 | -4/+1 |
* | MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common in... | Brent Yorgey | 2008-03-31 | 2 | -25/+66 |
* | XMonad.Actions.CycleRecentWS: initial import | Michal Janeczek | 2008-03-31 | 1 | -0/+85 |
* | XMonad.Hooks.ManageDocks: export checkDoc | Lukas Mai | 2008-03-31 | 1 | -2/+2 |
* | XMonad.Layout.Grid: fix indentation | Lukas Mai | 2008-03-30 | 1 | -20/+20 |
* | move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo... | Brent Yorgey | 2008-03-31 | 3 | -25/+31 |
* | ManageDocks: clean up + add more documentation | Brent Yorgey | 2008-03-31 | 1 | -21/+23 |
* | Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for... | Brent Yorgey | 2008-03-28 | 3 | -2/+5 |
* | 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 |
* | PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou... | Brent Yorgey | 2008-03-26 | 1 | -6/+33 |
* | Haddock fix | Roman Cheplyaka | 2008-03-30 | 1 | -1/+1 |
* | Remove stale status gaps code | Spencer Janssen | 2008-03-30 | 3 | -7/+5 |
* | Fix haddock error | Spencer Janssen | 2008-03-29 | 1 | -1/+1 |
* | XMonad.Layout.MultiToggle: let runLayout modify the base layout if no transfo... | Lukas Mai | 2008-03-28 | 1 | -1/+5 |
* | Spiral: add documentation | Brent Yorgey | 2008-03-28 | 1 | -3/+11 |
* | corrected version of make workspaceDir work even in workspaces with no windows. | David Roundy | 2008-03-27 | 1 | -4/+4 |
* | cleanup in Tabbed (make 'loc' be actual location). | David Roundy | 2008-03-26 | 1 | -3/+3 |
* | UNDO: make workspaceDir work even in workspaces with no windows. | David Roundy | 2008-03-26 | 1 | -3/+3 |
* | clean up Config.Droundy. | David Roundy | 2008-03-27 | 1 | -36/+27 |
* | make workspaceDir work even in workspaces with no windows. | David Roundy | 2008-03-26 | 1 | -3/+3 |
* | ManageDocks: add warning about making sure gaps are set to zero before switch... | Brent Yorgey | 2008-03-27 | 1 | -1/+7 |
* | update documentation in XMonad/Doc in preparation for 0.7 release | Brent Yorgey | 2008-03-26 | 4 | -54/+165 |
* | XMonad.Hooks.ManageHelpers: reformatting | Lukas Mai | 2008-03-26 | 1 | -21/+23 |
* | XMonad.Layout.NoBorders: fix floating fullscreen logic | Lukas Mai | 2008-03-26 | 1 | -1/+1 |
* | UpdatePointer: Make pointer position configurable. | xmonad | 2008-03-26 | 1 | -9/+28 |
* | Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head! | Spencer Janssen | 2008-03-26 | 2 | -2/+2 |
* | my current config | Don Stewart | 2008-03-26 | 1 | -6/+10 |
* | I don't use DwmStyle | Spencer Janssen | 2008-03-25 | 1 | -2/+1 |
* | fix bug in TabBarDecoration leading to gaps in corner. | David Roundy | 2008-03-25 | 1 | -5/+4 |
* | fix bug leading to gaps in tabs at the corner of the screen. | David Roundy | 2008-03-25 | 1 | -11/+7 |
* | XMonad.Layout.LayoutModifier: add a metric crapload of documentation | Brent Yorgey | 2008-03-25 | 1 | -10/+205 |
* | XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ... | Brent Yorgey | 2008-03-25 | 1 | -2/+2 |
* | XMonad.Layout.HintedTile: make alignment of shrunk windows configurable | Lukas Mai | 2008-03-25 | 2 | -17/+33 |
* | XMonad.Actions.Commands: documentation fix | Brent Yorgey | 2008-03-25 | 1 | -4/+4 |
* | focusedHasProperty | redbeard0531 | 2008-03-25 | 1 | -1/+11 |
* | XMonad.Util.Themes: improve documentation to make it clear that themes only a... | Brent Yorgey | 2008-03-24 | 1 | -8/+12 |
* | Doc/Extending: remove references to "XMonad.Layouts" -- it's now called "XMon... | Brent Yorgey | 2008-03-24 | 1 | -2/+1 |
* | XMonad.Actions.Search: add Google Maps search | Brent Yorgey | 2008-03-24 | 1 | -1/+5 |
* | XMonad.Layout.Magnifier: add documentation | Brent Yorgey | 2008-03-24 | 1 | -0/+12 |
* | wfarrTheme | wcfarrington | 2008-03-24 | 1 | -0/+18 |