summaryrefslogtreecommitdiffstats
path: root/notify.c
AgeCommit message (Collapse)Author
2015-04-25Merge branch 'obsd-master'Thomas Adam
2015-04-24Convert clients list into a TAILQ.nicm
2014-11-08No need for $Id$ now.Nicholas Marriott
2012-09-25Merge branch 'obsd-master'Thomas Adam
Sync from OpenBSD.
2012-09-25Add notification for input from a pane, from George Nachman.Nicholas Marriott
2012-09-04Send notifications to control clients. Also don't redraw client whenNicholas Marriott
suspended.
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott
suspended.
2012-08-31Sync OpenBSD patchset 1165:Tiago Cunha
Fix up window reference counting and don't crash if the rename timer fires while the window is dead but still referenced. Fixes problem reported by Michael Scholz.
2012-08-21Fix up window reference counting and don't crash if the rename timerNicholas Marriott
fires while the window is dead but still referenced. Fixes problem reported by Michael Scholz.
2012-08-12Remove osdep include.Tiago Cunha
2012-08-12Sync OpenBSD patchset 1153:Tiago Cunha
Add a queue of notifys and a way to turn them off and on (we do not want notifys to happen during some commands). Based on code from George Nachman.
2012-07-13Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott
notifys to happen during some commands). Based on code from George Nachman.
2012-03-18Sync OpenBSD patchset 1069:Tiago Cunha
Add notify hooks for various events, the functions are currently empty stubs but will be filled in for control mode later. From George Nachman.
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
stubs but will be filled in for control mode later. From George Nachman.