Age | Commit message (Expand) | Author |
2022-08-15 | Notify when a paste buffer is deleted, GitHub issue 3302 from George | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2022-03-08 | Fix user hooks (which are strings not arrays). | Nicholas Marriott |
2021-08-12 | Do not dereference pane when it is NULL, fixes a crash when creating a | Nicholas Marriott |
2021-08-12 | Move hook format setup earlier and add a hook_client, GitHub issue 2809. | Nicholas Marriott |
2021-03-16 | Add client-detached notification in control mode, from Mohsin Kaleem. | Nicholas Marriott |
2020-05-21 | Support code for control mode flow control: allow clients to have | Nicholas Marriott |
2020-04-14 | Provide an accessor for the running queue item and use it to not let | Nicholas Marriott |
2020-04-13 | When adding a list of commands to the queue, instead of automatically | Nicholas Marriott |
2020-04-13 | Rename cmdq_shared to cmdq_state which will better reflect what it is | Nicholas Marriott |
2020-04-13 | Move the NOHOOKS flag into the shared flags. | Nicholas Marriott |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-13 | Change so that the appropriate hooks for windows and panes belong to | Nicholas Marriott |
2019-12-19 | When adding a list with multiple commands to the queue, the next item to | Nicholas Marriott |
2019-05-07 | Do not use evbuffer_add_buffer because it is destructive and doesn't | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2018-07-04 | Add set-hook -R to run a hook immediately (useful to set multiple hooks | Nicholas Marriott |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | Nicholas Marriott |
2017-05-04 | Some new notifications, mainly for active pane and current window and | Nicholas Marriott |
2017-04-28 | Log what is happening with window and session reference counts much more | Nicholas Marriott |
2017-04-21 | Make the cmd_find_* functions more obvious when looking for a client, | Nicholas Marriott |
2017-04-21 | More unnecessary arguments now winlink points back to session. | Nicholas Marriott |
2017-01-11 | Some tidying and tweaks to options code. | Nicholas Marriott |
2016-10-16 | Use notifys for alerts too. | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-16 | Add hook_session and hook_window formats to get information on the | Nicholas Marriott |
2016-10-16 | Provide a way for hooks to tag formats onto the commands they fire so | Nicholas Marriott |
2016-10-16 | Notifys can go via the command queue instead of using their own queue. | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-16 | Rewrite command queue handling. Each client still has a command queue, | Nicholas Marriott |
2016-10-15 | Rename a function for consistency and some spacing nits. | Nicholas Marriott |
2016-10-15 | Fire hooks on the simple notifys (window-renamed and session-renamed), | Nicholas Marriott |
2016-10-15 | Drain notifys once at the end of the server loop instead of doing it | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2015-06-05 | Similarly, for sessions use a callback to free rather than checking | Nicholas Marriott |
2015-06-05 | Change deref to the more sensible unref, and add a couple I missed before. | Nicholas Marriott |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2012-09-25 | Add notification for input from a pane, from George Nachman. | Nicholas Marriott |
2012-09-03 | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott |
2012-08-21 | Fix up window reference counting and don't crash if the rename timer | Nicholas Marriott |
2012-07-13 | Add a queue of notifys and a way to turn them off and on (we do not want | Nicholas Marriott |
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott |