1. 299c552 Redrawing status is needed after changing window flags or title does not by nicm · 7 years ago
  2. d563aa7 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 7 years ago
  3. af2c7ce Check event is initialized before delete; fixes crash reported by by nicm · 7 years ago
  4. f0ce29c Allow multiple bells even if there is an existing bell (but not activity by nicm · 7 years ago
  5. e1b3dc8 Run alert hooks based on the options rather than unconditionally, from by nicm · 7 years ago
  6. 8daa1d5 Add monitor-bell window option to match the activity and silence by nicm · 7 years ago
  7. c1ec28a Rename BELL_* values to ALERT_* now they are used by more than bells, by nicm · 7 years ago
  8. b1bd0c7 Always reset the alerts timer so it works even if activity and silence by nicm · 7 years ago
  9. 76887b1 Make bell, activity and silence alerting more consistent: by nicm · 7 years ago
  10. 1e376be Fix visual-silence (check accidentally the wrong way round), from Brad by nicm · 7 years ago
  11. 0f2f783 Log what is happening with window and session reference counts much more by nicm · 7 years ago
  12. 92053cb Do not put the window on the alerts queue and add a reference unless the by nicm · 7 years ago
  13. c799425 More unnecessary arguments now winlink points back to session. by nicm · 7 years ago
  14. c83feeb Clear window alert flags after setting winlink alert flags, fixes problem by nicm · 8 years ago
  15. 99946aa Do not handle activity or silence alerts in the current window, reported by nicm · 8 years ago
  16. 899e629 Alerts are too slow, so rather than walking all sessions and windows, by nicm · 8 years ago
  17. fe10684 Use notifys for alerts too. by nicm · 8 years ago
  18. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  19. 373b13b Add on alerts rather than ignoring them if the event has already been by nicm · 8 years ago
  20. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  21. c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 9 years ago
  22. b956334 Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff by nicm · 9 years ago
  23. 40fefe2 The alerts callback should be fired for bells even if bell-action is by nicm · 9 years ago
  24. 98967c5 The activity flag could already be set, so queue the callback always (if by nicm · 9 years ago
  25. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  26. 44657bf Move struct options into options.c. by nicm · 9 years ago
  27. d5f223a Reset the alerts timer always on activity, from Thomas Adam. by nicm · 9 years ago
  28. 38e3baa A one line helper function is a little silly. by nicm · 9 years ago
  29. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago