| Commit message (Expand) | Author | Files | Lines |
2008-05-25 | more documentation for WindowNavigation and UrgencyHook | Devin Mullins | 1 | -0/+26 |
2008-05-24 | doco tweaks | Devin Mullins | 1 | -2/+2 |
2008-05-15 | UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgents | Devin Mullins | 1 | -16/+22 |
2008-05-15 | decent documentation for UrgencyHook | Devin Mullins | 1 | -34/+124 |
2008-05-15 | X.A.WindowNavigation: have currentPosition handle axes independently | Devin Mullins | 1 | -0/+2 |
2008-05-14 | UrgencyHook: some documentation (more is needed) | Devin Mullins | 1 | -5/+27 |
2008-05-14 | UrgencyHook: got rid of the need for instances to know about suppressWhen | Devin Mullins | 1 | -28/+30 |
2008-05-13 | pull suppressWhen logic into main WithUrgencyHook handler | Devin Mullins | 1 | -17/+18 |
2008-05-13 | add suppressWhen option to dzenUrgencyHook | Devin Mullins | 1 | -11/+22 |
2008-05-12 | UrgencyHook: doc typo | Devin Mullins | 1 | -2/+2 |
2008-05-12 | UrgencyHook: extract whenNotVisible | Devin Mullins | 1 | -5/+10 |
2008-05-12 | SpawnUrgencyHook, FWIW | Devin Mullins | 1 | -0/+9 |
2008-05-12 | make UrgencyHook an EventHook | Devin Mullins | 1 | -39/+33 |
2008-04-26 | bug doco for UrgencyHook | Devin Mullins | 1 | -0/+4 |
2007-12-08 | Remove XMonad.Operations imports | Spencer Janssen | 1 | -1/+0 |
2007-12-08 | Prune more imports | Spencer Janssen | 1 | -2/+0 |
2007-12-08 | Remove redundant imports | Spencer Janssen | 1 | -2/+0 |
2007-12-01 | add to Droundy a non-working urgency hook and enable avoidStruts. | David Roundy | 1 | -0/+1 |
2007-11-22 | UrgencyHook: haddock fixes | Devin Mullins | 1 | -9/+13 |
2007-11-14 | UrgencyHook.hs: small haddock fix | Andrea Rossato | 1 | -0/+1 |
2007-11-12 | remove dead code | Devin Mullins | 1 | -4/+1 |
2007-11-12 | fix intro doco for UrgencyHook | Devin Mullins | 1 | -9/+5 |
2007-11-12 | revert UrgencyHook behavior back to ICCCM non-compliance | Devin Mullins | 1 | -21/+53 |
2007-11-12 | add StdoutUrgencyHook, to help debug weird client behavior | Devin Mullins | 1 | -3/+13 |
2007-11-11 | let clients track their urgency, per ICCCM | Devin Mullins | 1 | -22/+14 |
2007-11-11 | wrap user code in userCode, go figure | Devin Mullins | 1 | -3/+2 |
2007-11-11 | add LANGUAGE PatternGuards to UrgencyHook | Devin Mullins | 1 | -1/+1 |
2007-11-11 | remove dead doco | Devin Mullins | 1 | -4/+2 |
2007-11-11 | clarify config code... a bit | Devin Mullins | 1 | -4/+3 |
2007-11-11 | fix doco for UrgencyHook | Devin Mullins | 1 | -22/+14 |
2007-11-11 | add NoUrgencyHook, for shachaf's sake | Devin Mullins | 1 | -0/+6 |
2007-11-11 | oops, export the configuration options | Devin Mullins | 1 | -1/+2 |
2007-11-11 | add dzenUrgencyHook back | Devin Mullins | 1 | -4/+27 |
2007-11-10 | get UrgencyHook to compile | Devin Mullins | 1 | -10/+17 |
2007-11-01 | Hierarchify | Spencer Janssen | 1 | -5/+5 |
2007-11-03 | clean up destroyed windows from urgents list | Devin Mullins | 1 | -2/+5 |
2007-11-03 | add focusUrgent action, for those too lazy to read | Devin Mullins | 1 | -0/+9 |
2007-11-03 | changed urgent state from Set to list | Devin Mullins | 1 | -8/+9 |
2007-10-27 | use a global IORef to keep list of urgent windows | Devin Mullins | 1 | -15/+55 |
2007-10-22 | Fix pragmas in XMonadContrib | Shachaf Ben-Kiki | 1 | -0/+2 |
2007-10-19 | update UrgencyHook example config to reflect changes to WindowNavigation and ... | Brent Yorgey | 1 | -2/+2 |
2007-10-18 | change example to dzenUrgencyHook | Devin Mullins | 1 | -12/+5 |
2007-10-16 | rename LayoutSelect & defaultLayout in comments | Devin Mullins | 1 | -2/+2 |
2007-10-12 | add import to comments, for clarity | Devin Mullins | 1 | -0/+3 |
2007-10-12 | documentation for UrgencyHook | Devin Mullins | 1 | -2/+54 |
2007-10-12 | d'oh, minor UrgencyHook cleanup | Devin Mullins | 1 | -1/+1 |
2007-10-11 | brand new UrgencyHook contrib, depends on X11-extras WMHints binding | Devin Mullins | 1 | -0/+31 |