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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix UrgencyHook and add filterUrgencyHook
Adam Vogt
2013-09-25
1
-1
/
+17
*
export XMonad.Hooks.UrgencyHook.clearUrgency (issue 533)
Adam Vogt
2013-09-23
1
-1
/
+1
*
eliminate references to defaultConfig
Daniel Wagner
2013-05-28
1
-3
/
+3
*
Add EWMH DEMANDS_ATTENTION support to UrgencyHook.
Maarten de Vries
2013-02-12
1
-10
/
+57
*
Remove trailing whitespace.
Adam Vogt
2012-11-09
1
-2
/
+2
*
Add missing type signatures.
Adam Vogt
2012-11-09
1
-0
/
+4
*
UrgencyHooks made available as Window -> X () functions
gopsychonauts
2012-05-04
1
-1
/
+10
*
Add BorderUrgencyHook to XMonad.Hooks.UrgencyHook
allbery.b
2012-02-25
1
-0
/
+26
*
Export types to reduce haddock warnings.
Adam Vogt
2010-10-23
1
-1
/
+2
*
X.H.UrgencyHook: performance fix
Tomas Janousek
2010-03-30
1
-2
/
+4
*
Changed interface of X.U.ExtensibleState
Daniel Schoepe
2009-11-16
1
-5
/
+5
*
X.H.Urgencyhook fix minor doc bug
Anders Engstrom
2009-11-15
1
-1
/
+1
*
Use X.U.ExtensibleState instead of IORefs
Daniel Schoepe
2009-11-06
1
-19
/
+22
*
Refer to modm as the current modMask
Adam Vogt
2009-10-22
1
-2
/
+2
*
fix UrgencyHook docs (\a -> \\a in Haddock)
Brent Yorgey
2009-08-09
1
-1
/
+1
*
Adjustments to use the new event hook feature instead of Hooks.EventHook
Daniel Schoepe
2009-02-03
1
-9
/
+9
*
Adjustments to new userCode function
Daniel Schoepe
2009-01-10
1
-2
/
+2
*
Work around ghc 6.10 bug #2738
Don Stewart
2008-11-04
1
-1
/
+1
*
UrgencyHook bug fix: cleanupUrgents should clean up reminders, too
Devin Mullins
2008-09-20
1
-6
/
+6
*
add clearUrgents for your keys
Devin Mullins
2008-09-09
1
-3
/
+10
*
add reminder functionality to UrgencyHook
Devin Mullins
2008-08-24
1
-33
/
+91
*
change withUrgencyHookC api
Devin Mullins
2008-08-21
1
-18
/
+21
*
X.H.UrgencyHook: haddock fixes
Devin Mullins
2008-08-16
1
-2
/
+2
*
XMonad.Hooks.UrgencyHook: +FocusHook
gwern0
2008-07-17
1
-1
/
+12
*
callUrgencyHook after adjustUrgents
Devin Mullins
2008-07-14
1
-2
/
+2
*
more documentation for WindowNavigation and UrgencyHook
Devin Mullins
2008-05-25
1
-0
/
+26
*
doco tweaks
Devin Mullins
2008-05-24
1
-2
/
+2
*
UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgents
Devin Mullins
2008-05-15
1
-16
/
+22
*
decent documentation for UrgencyHook
Devin Mullins
2008-05-15
1
-34
/
+124
*
X.A.WindowNavigation: have currentPosition handle axes independently
Devin Mullins
2008-05-15
1
-0
/
+2
*
UrgencyHook: some documentation (more is needed)
Devin Mullins
2008-05-14
1
-5
/
+27
*
UrgencyHook: got rid of the need for instances to know about suppressWhen
Devin Mullins
2008-05-14
1
-28
/
+30
*
pull suppressWhen logic into main WithUrgencyHook handler
Devin Mullins
2008-05-13
1
-17
/
+18
*
add suppressWhen option to dzenUrgencyHook
Devin Mullins
2008-05-13
1
-11
/
+22
*
UrgencyHook: doc typo
Devin Mullins
2008-05-12
1
-2
/
+2
*
UrgencyHook: extract whenNotVisible
Devin Mullins
2008-05-12
1
-5
/
+10
*
SpawnUrgencyHook, FWIW
Devin Mullins
2008-05-12
1
-0
/
+9
*
make UrgencyHook an EventHook
Devin Mullins
2008-05-12
1
-39
/
+33
*
bug doco for UrgencyHook
Devin Mullins
2008-04-26
1
-0
/
+4
*
Remove XMonad.Operations imports
Spencer Janssen
2007-12-08
1
-1
/
+0
*
Prune more imports
Spencer Janssen
2007-12-08
1
-2
/
+0
*
Remove redundant imports
Spencer Janssen
2007-12-08
1
-2
/
+0
*
add to Droundy a non-working urgency hook and enable avoidStruts.
David Roundy
2007-12-01
1
-0
/
+1
*
UrgencyHook: haddock fixes
Devin Mullins
2007-11-22
1
-9
/
+13
*
UrgencyHook.hs: small haddock fix
Andrea Rossato
2007-11-14
1
-0
/
+1
*
remove dead code
Devin Mullins
2007-11-12
1
-4
/
+1
*
fix intro doco for UrgencyHook
Devin Mullins
2007-11-12
1
-9
/
+5
*
revert UrgencyHook behavior back to ICCCM non-compliance
Devin Mullins
2007-11-12
1
-21
/
+53
*
add StdoutUrgencyHook, to help debug weird client behavior
Devin Mullins
2007-11-12
1
-3
/
+13
*
let clients track their urgency, per ICCCM
Devin Mullins
2007-11-11
1
-22
/
+14
[next]