| Commit message (Expand) | Author | Age |
* | Log what is happening with window and session reference counts much more | nicm | 2017-04-28 |
* | Do not put the window on the alerts queue and add a reference unless the | nicm | 2017-04-28 |
* | More unnecessary arguments now winlink points back to session. | nicm | 2017-04-21 |
* | Clear window alert flags after setting winlink alert flags, fixes problem | nicm | 2016-11-01 |
* | Do not handle activity or silence alerts in the current window, reported | nicm | 2016-10-25 |
* | Alerts are too slow, so rather than walking all sessions and windows, | nicm | 2016-10-19 |
* | Use notifys for alerts too. | nicm | 2016-10-16 |
* | Remove some dead code in cmd-move-window.c and make a load of local | nicm | 2016-10-03 |
* | Add on alerts rather than ignoring them if the event has already been | nicm | 2016-05-11 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | nicm | 2016-01-16 |
* | Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff | nicm | 2015-12-07 |
* | The alerts callback should be fired for bells even if bell-action is | nicm | 2015-11-20 |
* | The activity flag could already be set, so queue the callback always (if | nicm | 2015-11-19 |
* | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
* | Move struct options into options.c. | nicm | 2015-10-27 |
* | Reset the alerts timer always on activity, from Thomas Adam. | nicm | 2015-09-21 |
* | A one line helper function is a little silly. | nicm | 2015-09-02 |
* | Move alerts onto events rather than checking every loop. | nicm | 2015-08-29 |