Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Fire hooks on the simple notifys (window-renamed and session-renamed), | nicm | 2016-10-15 | |
| | | | | | | | | the complicated ones get no hooks for now (more to come). | |||
| * | Drain notifys once at the end of the server loop instead of doing it | nicm | 2016-10-15 | |
| | | | | | | | | from the end of every command queue (which could be nested). | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-12 | |
|\| | | | | | | | | | | | Conflicts: format.c osdep-openbsd.c | |||
| * | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-06-07 | |
|\| | | | | | | | | | | | | | Conflicts: client.c tmux.1 tmux.c | |||
| * | Similarly, for sessions use a callback to free rather than checking | nicm | 2015-06-05 | |
| | | | | | | | | every loop. | |||
| * | Change deref to the more sensible unref, and add a couple I missed before. | nicm | 2015-06-05 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-04-25 | |
|\| | ||||
| * | Convert clients list into a TAILQ. | nicm | 2015-04-24 | |
| | | ||||
* | | No need for $Id$ now. | Nicholas Marriott | 2014-11-08 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-09-25 | |
|\| | | | | | | | Sync from OpenBSD. | |||
| * | Add notification for input from a pane, from George Nachman. | Nicholas Marriott | 2012-09-25 | |
| | | ||||
| * | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott | 2012-09-03 | |
| | | | | | | | | suspended. | |||
| * | Fix up window reference counting and don't crash if the rename timer | Nicholas Marriott | 2012-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 want | Nicholas Marriott | 2012-07-13 | |
| | | | | | | | | | | notifys to happen during some commands). Based on code from George Nachman. | |||
| * | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott | 2012-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 when | Nicholas Marriott | 2012-09-04 | |
| | | | | suspended. | |||
* | Sync OpenBSD patchset 1165: | Tiago Cunha | 2012-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 Cunha | 2012-08-12 | |
| | ||||
* | Sync OpenBSD patchset 1153: | Tiago Cunha | 2012-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 Cunha | 2012-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. |