aboutsummaryrefslogtreecommitdiff
path: root/hooks.c
Commit message (Expand)AuthorAge
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* Remove unused hooks_run function, from Thomas Adam.nicm2018-01-18
* Provide a way for hooks to tag formats onto the commands they fire sonicm2016-10-16
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* Trying to do hooks generically is way too complicated and unreliable andnicm2016-10-13
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* Add infrastructure to work out the best target given a pane or windownicm2015-12-16
* Some hooks API changes to fire a hook while waiting another cmdq andnicm2015-12-15
* We cannot do hooks_find and then hooks_remove because it might have comenicm2015-12-11
* Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm2015-12-08