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