| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2020-04-14 |
|\ |
|
| * | Provide an accessor for the running queue item and use it to not let | nicm | 2020-04-14 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\| |
|
| * | When adding a list of commands to the queue, instead of automatically | nicm | 2020-04-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\| |
|
| * | Rename cmdq_shared to cmdq_state which will better reflect what it is | nicm | 2020-04-13 |
| * | Move the NOHOOKS flag into the shared flags. | nicm | 2020-04-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\| |
|
| * | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | nicm | 2020-04-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\| |
|
| * | Change so that the appropriate hooks for windows and panes belong to | nicm | 2020-04-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-19 |
|\| |
|
| * | When adding a list with multiple commands to the queue, the next item to | nicm | 2019-12-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-07 |
|\| |
|
| * | Do not use evbuffer_add_buffer because it is destructive and doesn't | nicm | 2019-05-07 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-27 |
|\| |
|
| * | Merge hooks into options and make each one an array option. This allows | nicm | 2019-04-26 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-07-04 |
|\| |
|
| * | Add set-hook -R to run a hook immediately (useful to set multiple hooks | nicm | 2018-07-04 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-30 |
|\| |
|
| * | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | nicm | 2017-08-30 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-05-04 |
|\| |
|
| * | Some new notifications, mainly for active pane and current window and | nicm | 2017-05-04 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-28 |
|\| |
|
| * | Log what is happening with window and session reference counts much more | nicm | 2017-04-28 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-21 |
|\| |
|
| * | Make the cmd_find_* functions more obvious when looking for a client, | nicm | 2017-04-21 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-21 |
|\| |
|
| * | More unnecessary arguments now winlink points back to session. | nicm | 2017-04-21 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-11 |
|\| |
|
| * | Some tidying and tweaks to options code. | nicm | 2017-01-11 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-17 |
|\| |
|
| * | Use notifys for alerts too. | nicm | 2016-10-16 |
| * | Use the notify name string instead of going via an enum and change | nicm | 2016-10-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-16 |
|\| |
|
| * | Add hook_session and hook_window formats to get information on the | nicm | 2016-10-16 |
| * | Provide a way for hooks to tag formats onto the commands they fire so | nicm | 2016-10-16 |
| * | Notifys can go via the command queue instead of using their own queue. | nicm | 2016-10-16 |
| * | Mass rename struct cmd_q to struct cmdq_item and related. | nicm | 2016-10-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-16 |
|\| |
|
| * | Rewrite command queue handling. Each client still has a command queue, | nicm | 2016-10-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-15 |
|\| |
|
| * | Rename a function for consistency and some spacing nits. | nicm | 2016-10-15 |
| * | Fire hooks on the simple notifys (window-renamed and session-renamed), | nicm | 2016-10-15 |
| * | Drain notifys once at the end of the server loop instead of doing it | nicm | 2016-10-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-12 |
|\| |
|
| * | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-06-07 |
|\| |
|
| * | Similarly, for sessions use a callback to free rather than checking | nicm | 2015-06-05 |
| * | Change deref to the more sensible unref, and add a couple I missed before. | nicm | 2015-06-05 |