Age | Commit message (Expand) | Author |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | Nicholas Marriott |
2017-06-16 | Tweak some logging. | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |
2017-05-01 | In order that people can use formats like #D in #() in the status line | Nicholas Marriott |
2017-04-22 | Get rid of the extra layer of flags and cmd_prepare() and just store the | Nicholas Marriott |
2017-04-21 | Log error properly when no current state, and some other minor tweaks. | Nicholas Marriott |
2017-04-21 | Clear shared state if not filling it in. | Nicholas Marriott |
2017-04-21 | Make the cmd_find_* functions more obvious when looking for a client, | Nicholas Marriott |
2017-04-21 | Style nits and an unused struct. | Nicholas Marriott |
2017-04-21 | Store state shared between multiple commands in the queue in a shared | Nicholas Marriott |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2016-10-18 | Give each item on queue a name for better logging. | Nicholas Marriott |
2016-10-16 | Provide a way for hooks to tag formats onto the commands they fire so | 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 | Drain notifys once at the end of the server loop instead of doing it | Nicholas Marriott |
2016-10-14 | source-file and some other commands can recurse back into cmdq_continue, | Nicholas Marriott |
2016-10-13 | Trying to do hooks generically is way too complicated and unreliable and | Nicholas Marriott |
2016-10-13 | Some improvements and bug fixes for hooks: | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-09-28 | Couple of vasprintf -> xvasprintf. | Nicholas Marriott |
2016-04-29 | Final parts of command hooks, add before- and after- hooks to each command. | Nicholas Marriott |
2016-01-19 | Split out getting the current state from the target search so it can be | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-16 | Add infrastructure to work out the best target given a pane or window | Nicholas Marriott |
2015-12-13 | If command returns error, report it. | Nicholas Marriott |
2015-12-13 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-11-27 | Do not set a limit on the length of commands when printing them. | Nicholas Marriott |
2015-11-14 | Push stdout and stderr to clients more aggressively, and add an event to | Nicholas Marriott |
2015-11-12 | If we know the terminal outside tmux is not UTF-8, replace UTF-8 in | Nicholas Marriott |
2015-10-20 | Use client pointer not file descriptor in logging. | Nicholas Marriott |
2015-09-16 | Log when cmdq_continue is called. | Nicholas Marriott |
2015-09-16 | Rename cmd_q dead flag to a general flags bitmask (will be more flags later). | Nicholas Marriott |
2015-06-17 | Break cmdq_continue inner loop into a helper function. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2015-02-12 | Take a reference to prevent cmdq being freed during the command. Can | Nicholas Marriott |
2015-02-05 | There is no need to save the guard state because the function checks it | Nicholas Marriott |
2014-10-27 | Move cfg_causes local into cfg.c and remove struct causelist. | Nicholas Marriott |
2014-10-21 | Save next item after firing command in case it has added to the queue. | Nicholas Marriott |
2014-10-20 | Better format for printf format attributes. | Nicholas Marriott |
2014-09-01 | Various minor style and spacing nits. | Nicholas Marriott |
2014-04-17 | Remove the "info" message mechanism, this was only used for about five | Nicholas Marriott |
2014-01-09 | Remove unnecessary calls to va_start/va_end, from Tiago Cunha. | Nicholas Marriott |
2013-10-10 | Alter how tmux handles the working directory to internally use file | Nicholas Marriott |
2013-10-10 | retcode -> retval for exit message. | Nicholas Marriott |
2013-10-10 | Support -c for new-session, based on code from J Raynor. | Nicholas Marriott |
2013-10-10 | Make cmdq->client_exit a tristate (-1 means "not set") so that if | Nicholas Marriott |
2013-10-10 | Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can | Nicholas Marriott |
2013-06-23 | Mark control commands specially so the client can identify them, based | Nicholas Marriott |