aboutsummaryrefslogtreecommitdiff
path: root/notify.c
Commit message (Collapse)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2012-09-25
|\ | | | | | | Sync from OpenBSD.
| * Add notification for input from a pane, from George Nachman.Nicholas Marriott2012-09-25
| |
| * Send notifications to control clients. Also don't redraw client whenNicholas Marriott2012-09-03
| | | | | | | | suspended.
| * Fix up window reference counting and don't crash if the rename timerNicholas Marriott2012-08-21
| | | | | | | | | | fires while the window is dead but still referenced. Fixes problem reported by Michael Scholz.
| * Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott2012-07-13
| | | | | | | | | | notifys to happen during some commands). Based on code from George Nachman.
| * Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
| | | | stubs but will be filled in for control mode later. From George Nachman.
* Send notifications to control clients. Also don't redraw client whenNicholas Marriott2012-09-04
| | | | suspended.
* Sync OpenBSD patchset 1165:Tiago Cunha2012-08-31
| | | | | | | 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.
* Remove osdep include.Tiago Cunha2012-08-12
|
* Sync OpenBSD patchset 1153:Tiago Cunha2012-08-12
| | | | | | | 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.
* Sync OpenBSD patchset 1069:Tiago Cunha2012-03-18
Add notify hooks for various events, the functions are currently empty stubs but will be filled in for control mode later. From George Nachman.