summaryrefslogtreecommitdiffstats
path: root/hooks.c
AgeCommit message (Expand)Author
2018-01-18Remove unused hooks_run function, from Thomas Adam.nicm
2016-10-16Provide a way for hooks to tag formats onto the commands they fire sonicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-13Trying to do hooks generically is way too complicated and unreliable andnicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2015-12-16Add infrastructure to work out the best target given a pane or windownicm
2015-12-15Some hooks API changes to fire a hook while waiting another cmdq andnicm
2015-12-11We cannot do hooks_find and then hooks_remove because it might have comenicm
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm