| Commit message (Expand) | Author | Age | Files | Lines |
* | WorkspaceCompare: some refactoring. | Brent Yorgey | 2008-02-01 | 2 | -9/+9 |
* | DynamicLog: lots of additional documentation; add byorgeyPP as an example dze... | Brent Yorgey | 2008-01-30 | 1 | -32/+99 |
* | Extended PP with sorting algorithm specification and added xinerama sorting | Juraj Hercek | 2008-01-09 | 1 | -1/+3 |
* | 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 |
* | grammar fix | Lukas Mai | 2008-01-28 | 1 | -1/+1 |
* | cleared up transience to better highlight how to use ManageHooks properly | xmonad-contrib | 2008-01-02 | 1 | -5/+3 |
* | expands the EDSL for performing actions on windows | xmonad-contrib | 2008-01-01 | 1 | -19/+65 |
* | ManageDocks: some documentation fixes | Andrea Rossato | 2007-12-31 | 1 | -1/+4 |
* | -Wall police (again) | Spencer Janssen | 2007-12-28 | 1 | -2/+2 |
* | Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ... | mail | 2007-12-27 | 1 | -1/+9 |
* | display all visible windows on the current desktop in the pager | mail | 2007-12-27 | 1 | -1/+8 |
* | Although I do not need the curr variable after all, this is nicer | mail | 2007-12-27 | 1 | -4/+3 |
* | Clear _NET_ACTIVE_WINDOW when nothing is focused | mail | 2007-12-28 | 1 | -1/+2 |
* | 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 |
* | Wibble | Spencer Janssen | 2007-12-22 | 1 | -1/+1 |
* | EwmhDesktops: add _NET_ACTIVE_WINDOW support | Spencer Janssen | 2007-12-22 | 1 | -1/+8 |
* | EwmhDesktops: drop 'Workspace' from displayed workspace names | Spencer Janssen | 2007-12-22 | 1 | -1/+1 |
* | Factor workspace sorting into a separate module | Spencer Janssen | 2007-12-22 | 2 | -24/+14 |
* | DynamicLog.hs: some documentation updates. | Brent Yorgey | 2007-12-15 | 1 | -8/+9 |
* | DynamicLog.hs: fix shadowing warning | Brent Yorgey | 2007-12-15 | 1 | -1/+1 |
* | Add UrgencyHook support to DynamicLog | Shachaf Ben-Kiki | 2007-12-14 | 1 | -11/+17 |
* | 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 |
* | new XMonad.Hooks.ManageHelpers module | Lukas Mai | 2007-12-11 | 1 | -0/+86 |
* | Update ManageDocks to the new ManageHook system, remove the gap setting code ... | Spencer Janssen | 2007-12-09 | 1 | -84/+61 |
* | XPropManage: haddock fixes | Andrea Rossato | 2007-12-09 | 1 | -4/+6 |
* | SetWMName: haddock fixes | Andrea Rossato | 2007-12-09 | 1 | -1/+4 |
* | EwmhDesktops: haddock fixes | Andrea Rossato | 2007-12-09 | 1 | -10/+12 |
* | DynamicLog: haddock fixes | Andrea Rossato | 2007-12-09 | 1 | -7/+3 |
* | More import pruning | Spencer Janssen | 2007-12-08 | 1 | -1/+0 |
* | Remove XMonad.Operations imports | Spencer Janssen | 2007-12-08 | 2 | -2/+0 |
* | Prune more imports | Spencer Janssen | 2007-12-08 | 4 | -9/+0 |
* | Remove redundant imports | Spencer Janssen | 2007-12-08 | 6 | -11/+3 |
* | add to Droundy a non-working urgency hook and enable avoidStruts. | David Roundy | 2007-12-01 | 1 | -0/+1 |
* | DynamicLog: added a dynamicLogXmobar | Andrea Rossato | 2007-11-24 | 1 | -0/+9 |
* | UrgencyHook: haddock fixes | Devin Mullins | 2007-11-22 | 1 | -9/+13 |
* | updated XPropManage to ManageHook type | joel.suovaniemi | 2007-11-22 | 1 | -13/+13 |
* | Hooks/DynamicLog.hs: minor typo. | Joachim Fasting | 2007-11-19 | 1 | -1/+1 |
* | remove MessageHooks | Devin Mullins | 2007-11-19 | 1 | -315/+0 |
* | make handle Just Another Message Hook | Devin Mullins | 2007-11-19 | 1 | -8/+16 |
* | Miscellaneous spell-checking | Shachaf Ben-Kiki | 2007-11-19 | 2 | -3/+3 |
* | needs pattern guards | Don Stewart | 2007-11-18 | 1 | -1/+1 |
* | experimental MessageHooks "branch" of main | Devin Mullins | 2007-11-18 | 1 | -0/+307 |
* | remove unneeded Data.Bits imports. | David Roundy | 2007-11-15 | 1 | -1/+0 |
* | Tabbed.hs, SetWMName.hs: the modules need bitwise "or" | Valery V. Vorotyntsev | 2007-11-15 | 1 | -0/+1 |
* | no need to import Data.Bits | Don Stewart | 2007-11-14 | 1 | -1/+0 |
* | ManageDocks.hs: haddock fixes | Andrea Rossato | 2007-11-14 | 1 | -6/+7 |
* | UrgencyHook.hs: small haddock fix | Andrea Rossato | 2007-11-14 | 1 | -0/+1 |