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
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
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
[next]