Age | Commit message (Expand) | Author |
2016-09-12 | Allow repeat count to be specified in mode key tables with bind-key -R, | Nicholas Marriott |
2016-04-28 | memmove() the right size when expanding tree. | Nicholas Marriott |
2016-04-26 | Remove last uses of array.h. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-11 | Style nits and line wrapping of function declarations. | Nicholas Marriott |
2015-12-11 | Add cmdq as an argument to format_create and add a format for the | Nicholas Marriott |
2015-12-08 | Remove format_create_flags and just pass flags to format_create. | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-12 | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-08-28 | Give clock mode its own timer. | Nicholas Marriott |
2015-06-05 | Similarly, for sessions use a callback to free rather than checking | Nicholas Marriott |
2015-05-08 | window_choose_mode_item can move into window-choose.c. | Nicholas Marriott |
2015-05-07 | array.h can be local to window-choose.c now. | Nicholas Marriott |
2015-05-04 | Use the right index when expanding/collapsing tree, from Thomas Adam. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2015-03-31 | Fix some format specifier nits, from Ben Boeckel. | Nicholas Marriott |
2015-02-05 | Wrap all the individual format_* calls in a single format_defaults | Nicholas Marriott |
2015-01-15 | Remove an unnecessary variable and shorten a line. | Nicholas Marriott |
2014-11-30 | Remove dead code, from Thomas Adam. | Nicholas Marriott |
2014-10-22 | Fix some spacing nits. | Nicholas Marriott |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-05-08 | Instead of forcing mouse scroll to 1 in choose mode, scale it down | Nicholas Marriott |
2014-04-17 | Only scroll by one line at a time in choose mode, lists are generally | Nicholas Marriott |
2014-04-03 | Work out mouse scroll wheel effect when the mouse is first detected and | Nicholas Marriott |
2014-03-31 | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2014-01-09 | Style and comment fixes from Tiago Cunha. | Nicholas Marriott |
2013-10-10 | choose-tree: Reset top when toggling items | Nicholas Marriott |
2013-04-22 | When using choose-tree -u, start with the current window | Nicholas Marriott |
2013-03-25 | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-22 | Need to set clients in context before changing their reference count. | Nicholas Marriott |
2013-03-22 | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott |
2013-03-22 | Remove unnecessary initializers of cmd_ctx. | Nicholas Marriott |
2013-03-22 | Add functions to allocate and free command contexts rather than doing it | Nicholas Marriott |
2013-03-22 | Don't hang when clearing line in choose mode now that the cursor stays | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2013-03-21 | Do not crash when calling choose-tree with a command that changes the mode. | Nicholas Marriott |
2013-03-21 | No more need for freefn. | Nicholas Marriott |
2013-03-21 | Fix constness of cmd_template_replace, window_choose_add_item and | Nicholas Marriott |
2013-03-21 | Allow choose commands to be used outside tmux, so long as at least one | Nicholas Marriott |
2013-03-21 | Remove free callback for window_choose_data objects. | Nicholas Marriott |
2013-03-21 | Miscellaneous tidying of choose API, including: | Nicholas Marriott |
2013-02-05 | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott |
2012-12-24 | Add -T option to select-window to toggle to last window if already | Nicholas Marriott |
2012-12-24 | Remove an unnecessary redraw, from Raghavendra D Prabhu. | Nicholas Marriott |
2012-10-26 | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott |
2012-10-11 | Fix a use-after-free when collapsing the tree in choose mode, from | Nicholas Marriott |