| Commit message (Expand) | Author | Age |
... | |
* | Trying to do hooks generically is way too complicated and unreliable and | nicm | 2016-10-13 |
* | Some improvements and bug fixes for hooks: | nicm | 2016-10-13 |
* | Add static in window-*.c and move some internal functions out of tmux.h. | nicm | 2016-10-11 |
* | Couple of vasprintf -> xvasprintf. | nicm | 2016-09-28 |
* | Final parts of command hooks, add before- and after- hooks to each command. | nicm | 2016-04-29 |
* | Split out getting the current state from the target search so it can be | nicm | 2016-01-19 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Add infrastructure to work out the best target given a pane or window | nicm | 2015-12-16 |
* | If command returns error, report it. | nicm | 2015-12-13 |
* | Instead of every command resolving the target (-t or -s) itself, prepare | nicm | 2015-12-13 |
* | Do not set a limit on the length of commands when printing them. | nicm | 2015-11-27 |
* | Push stdout and stderr to clients more aggressively, and add an event to | nicm | 2015-11-14 |
* | If we know the terminal outside tmux is not UTF-8, replace UTF-8 in | nicm | 2015-11-12 |
* | Use client pointer not file descriptor in logging. | nicm | 2015-10-20 |
* | Log when cmdq_continue is called. | nicm | 2015-09-16 |
* | Rename cmd_q dead flag to a general flags bitmask (will be more flags later). | nicm | 2015-09-16 |
* | Break cmdq_continue inner loop into a helper function. | nicm | 2015-06-17 |
* | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
* | Take a reference to prevent cmdq being freed during the command. Can | nicm | 2015-02-12 |
* | There is no need to save the guard state because the function checks it | nicm | 2015-02-05 |
* | Move cfg_causes local into cfg.c and remove struct causelist. | nicm | 2014-10-27 |
* | Save next item after firing command in case it has added to the queue. | nicm | 2014-10-21 |
* | Better format for printf format attributes. | nicm | 2014-10-20 |
* | Various minor style and spacing nits. | nicm | 2014-09-01 |
* | Remove the "info" message mechanism, this was only used for about five | nicm | 2014-04-17 |
* | Remove unnecessary calls to va_start/va_end, from Tiago Cunha. | nicm | 2014-01-09 |
* | Alter how tmux handles the working directory to internally use file | nicm | 2013-10-10 |
* | retcode -> retval for exit message. | nicm | 2013-10-10 |
* | Support -c for new-session, based on code from J Raynor. | nicm | 2013-10-10 |
* | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can | nicm | 2013-10-10 |
* | Mark control commands specially so the client can identify them, based | Nicholas Marriott | 2013-06-23 |
* | Fix bug where end guard in control mode was not printed after session | Nicholas Marriott | 2013-04-10 |
* | Fix compiler warnings, missing #include. From Thomas Adam. | Nicholas Marriott | 2013-03-26 |
* | Only send end guard if begin was sent, from George Nachman. | Nicholas Marriott | 2013-03-25 |
* | Add some additional debug logging. | Nicholas Marriott | 2013-03-25 |
* | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |