summaryrefslogtreecommitdiffstats
path: root/control-notify.c
AgeCommit message (Expand)Author
2022-10-28Add paste-buffer-deleted notification and fix name of paste-buffer-changed.nicm
2022-08-15Notify when a paste buffer is deleted, GitHub issue 3302 from Georgenicm
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.nicm
2021-01-20Change so that window_flags escapes # automatically which means configsnicm
2020-05-21Support code for control mode flow control: allow clients to havenicm
2020-03-16Terminate the output buffer for control mode output - it is now used asnicm
2019-12-12Rewrite the code for reading and writing files. Now, if the client isnicm
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagnicm
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm
2017-05-04Some new notifications, mainly for active pane and current window andnicm
2017-03-08Add a helper function for the most common format_create/defaults/expandnicm
2017-02-03Add a window or pane id "tag" to each format tree and use it to separatenicm
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-15Rename a function for consistency and some spacing nits.nicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-11Add cmdq as an argument to format_create and add a format for thenicm
2015-12-08Remove format_create_flags and just pass flags to format_create.nicm
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-13Add window_visible_layout which ignores zoomed panes and use it fornicm
2015-04-24Convert clients list into a TAILQ.nicm
2015-02-05Wrap all the individual format_* calls in a single format_defaultsnicm
2014-04-23Differentiate between linked and unlinked window closes and renames,nicm
2013-03-26Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott
2013-03-25Include prefix on ids, from George Nachman.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Remove some unused/unnecessary control notifications, from George Nachman.Nicholas Marriott
2012-09-25Add notification for input from a pane, from George Nachman.Nicholas Marriott
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott