aboutsummaryrefslogtreecommitdiff
path: root/notify.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2019-12-19
|\
| * When adding a list with multiple commands to the queue, the next item tonicm2019-12-19
* | Merge branch 'obsd-master'Thomas Adam2019-05-07
|\|
| * Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm2019-05-07
* | Merge branch 'obsd-master'Thomas Adam2019-04-27
|\|
| * Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* | Merge branch 'obsd-master'Thomas Adam2018-07-04
|\|
| * Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm2018-07-04
* | Merge branch 'obsd-master'Thomas Adam2017-08-30
|\|
| * Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
* | Merge branch 'obsd-master'Thomas Adam2017-05-04
|\|
| * Some new notifications, mainly for active pane and current window andnicm2017-05-04
* | Merge branch 'obsd-master'Thomas Adam2017-04-28
|\|
| * Log what is happening with window and session reference counts much morenicm2017-04-28
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * Make the cmd_find_* functions more obvious when looking for a client,nicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * More unnecessary arguments now winlink points back to session.nicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-01-11
|\|
| * Some tidying and tweaks to options code.nicm2017-01-11
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use notifys for alerts too.nicm2016-10-16
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Add hook_session and hook_window formats to get information on thenicm2016-10-16
| * Provide a way for hooks to tag formats onto the commands they fire sonicm2016-10-16
| * Notifys can go via the command queue instead of using their own queue.nicm2016-10-16
| * Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Rename a function for consistency and some spacing nits.nicm2016-10-15
| * Fire hooks on the simple notifys (window-renamed and session-renamed),nicm2016-10-15
| * Drain notifys once at the end of the server loop instead of doing itnicm2016-10-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2015-06-07
|\|
| * Similarly, for sessions use a callback to free rather than checkingnicm2015-06-05
| * Change deref to the more sensible unref, and add a couple I missed before.nicm2015-06-05
* | Merge branch 'obsd-master'Thomas Adam2015-04-25
|\|
| * Convert clients list into a TAILQ.nicm2015-04-24
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2012-09-25
|\|
| * 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
| * Fix up window reference counting and don't crash if the rename timerNicholas Marriott2012-08-21
| * Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott2012-07-13
| * Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
* Send notifications to control clients. Also don't redraw client whenNicholas Marriott2012-09-04
* Sync OpenBSD patchset 1165:Tiago Cunha2012-08-31