index
:
XMonadContrib
master
mirror of http://code.haskell.org/XMonadContrib
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad
/
Hooks
/
UrgencyHook.hs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-09-25
fix UrgencyHook and add filterUrgencyHook
Adam Vogt
1
-1
/
+17
2013-09-23
export XMonad.Hooks.UrgencyHook.clearUrgency (issue 533)
Adam Vogt
1
-1
/
+1
2013-05-28
eliminate references to defaultConfig
Daniel Wagner
1
-3
/
+3
2013-02-12
Add EWMH DEMANDS_ATTENTION support to UrgencyHook.
Maarten de Vries
1
-10
/
+57
2012-11-09
Remove trailing whitespace.
Adam Vogt
1
-2
/
+2
2012-11-09
Add missing type signatures.
Adam Vogt
1
-0
/
+4
2012-05-04
UrgencyHooks made available as Window -> X () functions
gopsychonauts
1
-1
/
+10
2012-02-25
Add BorderUrgencyHook to XMonad.Hooks.UrgencyHook
allbery.b
1
-0
/
+26
2010-10-23
Export types to reduce haddock warnings.
Adam Vogt
1
-1
/
+2
2010-03-30
X.H.UrgencyHook: performance fix
Tomas Janousek
1
-2
/
+4
2009-11-16
Changed interface of X.U.ExtensibleState
Daniel Schoepe
1
-5
/
+5
2009-11-15
X.H.Urgencyhook fix minor doc bug
Anders Engstrom
1
-1
/
+1
2009-11-06
Use X.U.ExtensibleState instead of IORefs
Daniel Schoepe
1
-19
/
+22
2009-10-22
Refer to modm as the current modMask
Adam Vogt
1
-2
/
+2
2009-08-09
fix UrgencyHook docs (\a -> \\a in Haddock)
Brent Yorgey
1
-1
/
+1
2009-02-03
Adjustments to use the new event hook feature instead of Hooks.EventHook
Daniel Schoepe
1
-9
/
+9
2009-01-10
Adjustments to new userCode function
Daniel Schoepe
1
-2
/
+2
2008-11-04
Work around ghc 6.10 bug #2738
Don Stewart
1
-1
/
+1
2008-09-20
UrgencyHook bug fix: cleanupUrgents should clean up reminders, too
Devin Mullins
1
-6
/
+6
2008-09-09
add clearUrgents for your keys
Devin Mullins
1
-3
/
+10
2008-08-24
add reminder functionality to UrgencyHook
Devin Mullins
1
-33
/
+91
2008-08-21
change withUrgencyHookC api
Devin Mullins
1
-18
/
+21
2008-08-16
X.H.UrgencyHook: haddock fixes
Devin Mullins
1
-2
/
+2
2008-07-17
XMonad.Hooks.UrgencyHook: +FocusHook
gwern0
1
-1
/
+12
2008-07-14
callUrgencyHook after adjustUrgents
Devin Mullins
1
-2
/
+2
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
[next]