aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/UrgencyHook.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-16Changed interface of X.U.ExtensibleStateDaniel Schoepe1-5/+5
2009-11-15X.H.Urgencyhook fix minor doc bugAnders Engstrom1-1/+1
2009-11-06Use X.U.ExtensibleState instead of IORefsDaniel Schoepe1-19/+22
2009-10-22Refer to modm as the current modMaskAdam Vogt1-2/+2
2009-08-09fix UrgencyHook docs (\a -> \\a in Haddock)Brent Yorgey1-1/+1
2009-02-03Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe1-9/+9
2009-01-10Adjustments to new userCode functionDaniel Schoepe1-2/+2
2008-11-04Work around ghc 6.10 bug #2738Don Stewart1-1/+1
2008-09-20UrgencyHook bug fix: cleanupUrgents should clean up reminders, tooDevin Mullins1-6/+6
2008-09-09add clearUrgents for your keysDevin Mullins1-3/+10
2008-08-24add reminder functionality to UrgencyHookDevin Mullins1-33/+91
2008-08-21change withUrgencyHookC apiDevin Mullins1-18/+21
2008-08-16X.H.UrgencyHook: haddock fixesDevin Mullins1-2/+2
2008-07-17XMonad.Hooks.UrgencyHook: +FocusHookgwern01-1/+12
2008-07-14callUrgencyHook after adjustUrgentsDevin Mullins1-2/+2
2008-05-25more documentation for WindowNavigation and UrgencyHookDevin Mullins1-0/+26
2008-05-24doco tweaksDevin Mullins1-2/+2
2008-05-15UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgentsDevin Mullins1-16/+22
2008-05-15decent documentation for UrgencyHookDevin Mullins1-34/+124
2008-05-15X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins1-0/+2
2008-05-14UrgencyHook: some documentation (more is needed)Devin Mullins1-5/+27
2008-05-14UrgencyHook: got rid of the need for instances to know about suppressWhenDevin Mullins1-28/+30
2008-05-13pull suppressWhen logic into main WithUrgencyHook handlerDevin Mullins1-17/+18
2008-05-13add suppressWhen option to dzenUrgencyHookDevin Mullins1-11/+22
2008-05-12UrgencyHook: doc typoDevin Mullins1-2/+2
2008-05-12UrgencyHook: extract whenNotVisibleDevin Mullins1-5/+10
2008-05-12SpawnUrgencyHook, FWIWDevin Mullins1-0/+9
2008-05-12make UrgencyHook an EventHookDevin Mullins1-39/+33
2008-04-26bug doco for UrgencyHookDevin Mullins1-0/+4
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Prune more importsSpencer Janssen1-2/+0
2007-12-08Remove redundant importsSpencer Janssen1-2/+0
2007-12-01add to Droundy a non-working urgency hook and enable avoidStruts.David Roundy1-0/+1
2007-11-22UrgencyHook: haddock fixesDevin Mullins1-9/+13
2007-11-14UrgencyHook.hs: small haddock fixAndrea Rossato1-0/+1
2007-11-12remove dead codeDevin Mullins1-4/+1
2007-11-12fix intro doco for UrgencyHookDevin Mullins1-9/+5
2007-11-12revert UrgencyHook behavior back to ICCCM non-complianceDevin Mullins1-21/+53
2007-11-12add StdoutUrgencyHook, to help debug weird client behaviorDevin Mullins1-3/+13
2007-11-11let clients track their urgency, per ICCCMDevin Mullins1-22/+14
2007-11-11wrap user code in userCode, go figureDevin Mullins1-3/+2
2007-11-11add LANGUAGE PatternGuards to UrgencyHookDevin Mullins1-1/+1
2007-11-11remove dead docoDevin Mullins1-4/+2
2007-11-11clarify config code... a bitDevin Mullins1-4/+3
2007-11-11fix doco for UrgencyHookDevin Mullins1-22/+14
2007-11-11add NoUrgencyHook, for shachaf's sakeDevin Mullins1-0/+6
2007-11-11oops, export the configuration optionsDevin Mullins1-1/+2
2007-11-11add dzenUrgencyHook backDevin Mullins1-4/+27
2007-11-10get UrgencyHook to compileDevin Mullins1-10/+17
2007-11-01HierarchifySpencer Janssen1-5/+5