summaryrefslogtreecommitdiffstats
path: root/notify.c
AgeCommit message (Expand)Author
2021-03-16Merge branch 'obsd-master' into masterThomas Adam
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.nicm
2020-05-21Merge branch 'obsd-master'Thomas Adam
2020-05-21Support code for control mode flow control: allow clients to havenicm
2020-04-14Merge branch 'obsd-master'Thomas Adam
2020-04-14Provide an accessor for the running queue item and use it to not letnicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13When adding a list of commands to the queue, instead of automaticallynicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Rename cmdq_shared to cmdq_state which will better reflect what it isnicm
2020-04-13Move the NOHOOKS flag into the shared flags.nicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Change so that the appropriate hooks for windows and panes belong tonicm
2019-12-19Merge branch 'obsd-master'Thomas Adam
2019-12-19When adding a list with multiple commands to the queue, the next item tonicm
2019-05-07Merge branch 'obsd-master'Thomas Adam
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm
2019-04-27Merge branch 'obsd-master'Thomas Adam
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2018-07-04Merge branch 'obsd-master'Thomas Adam
2018-07-04Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm
2017-08-30Merge branch 'obsd-master'Thomas Adam
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-05-04Merge branch 'obsd-master'Thomas Adam
2017-05-04Some new notifications, mainly for active pane and current window andnicm
2017-04-28Merge branch 'obsd-master'Thomas Adam
2017-04-28Log what is happening with window and session reference counts much morenicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Make the cmd_find_* functions more obvious when looking for a client,nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21More unnecessary arguments now winlink points back to session.nicm
2017-01-11Merge branch 'obsd-master'Thomas Adam
2017-01-11Some tidying and tweaks to options code.nicm
2016-10-17Merge branch 'obsd-master'Thomas Adam
2016-10-16Use notifys for alerts too.nicm
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Add hook_session and hook_window formats to get information on thenicm
2016-10-16Provide a way for hooks to tag formats onto the commands they fire sonicm
2016-10-16Notifys can go via the command queue instead of using their own queue.nicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-15Merge branch 'obsd-master'Thomas Adam
2016-10-15Rename a function for consistency and some spacing nits.nicm
2016-10-15Fire hooks on the simple notifys (window-renamed and session-renamed),nicm
2016-10-15Drain notifys once at the end of the server loop instead of doing itnicm
2016-10-12Merge branch 'obsd-master'Thomas Adam