aboutsummaryrefslogtreecommitdiff
path: root/window-choose.c
Commit message (Expand)AuthorAge
* choose-tree: Reset top when toggling itemsThomas2013-08-20
* Merge branch 'obsd-master'Thomas Adam2013-04-23
|\
| * When using choose-tree -u, start with the current windowNicholas Marriott2013-04-22
| * Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott2013-03-25
| * Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
| * Need to set clients in context before changing their reference count.Nicholas Marriott2013-03-22
| * Remove unnecessary initializers of cmd_ctx.Nicholas Marriott2013-03-22
| * Don't hang when clearing line in choose mode now that the cursor staysNicholas Marriott2013-03-22
| * No more lint means no more ARGSUSED.Nicholas Marriott2013-03-22
| * Do not crash when calling choose-tree with a command that changes the mode.Nicholas Marriott2013-03-21
| * Allow choose commands to be used outside tmux, so long as at least oneNicholas Marriott2013-03-21
* | Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott2013-03-07
* | Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* | Need to set clients in context before changing their reference count.Nicholas Marriott2013-02-20
* | Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott2013-02-19
* | Remove unnecessary initializers of cmd_ctx.Nicholas Marriott2013-02-18
* | Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott2013-02-18
* | Don't hang when clearing line in choose mode now that the cursor stays at theNicholas Marriott2013-02-18
* | No more lint means no more ARGSUSED.Nicholas Marriott2013-02-17
* | Do not crash when calling choose-tree with a command that changes the mode.Nicholas Marriott2013-02-13
* | No more need for freefn.Nicholas Marriott2013-02-13
* | Fix constness of window_choose_add_item and _window.Nicholas Marriott2013-02-13
* | Fix constness of cmd_template_replace.Nicholas Marriott2013-02-13
* | Allow choose commands to be used outside tmux, so long as at least one clientNicholas Marriott2013-02-10
* | Remove free callback for window_choose_data objects.Nicholas Marriott2013-02-10
* | Miscellaneous tidying of choose API, including:Nicholas Marriott2013-02-10
* | Merge branch 'obsd-master'Thomas Adam2013-02-07
|\|
| * Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott2013-02-05
* | Merge branch 'obsd-master'Thomas Adam2012-12-31
|\|
| * Add -T option to select-window to toggle to last window if alreadyNicholas Marriott2012-12-24
* | Merge branch 'obsd-master'Thomas Adam2012-10-26
|\|
| * Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott2012-10-26
* | Merge branch 'obsd-master'Thomas Adam2012-10-11
|\|
| * Fix a use-after-free when collapsing the tree in choose mode, fromNicholas Marriott2012-10-11
* | Merge branch 'obsd-master'Thomas Adam2012-10-02
|\|
| * Allow session tree (C-b s) to expand and collapse sessions withNicholas Marriott2012-10-02
| * add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott2012-09-03
| * Instead of requiring a prompt to enter all numbers >10, go back toNicholas Marriott2012-08-27
| * Boldify windows with alerts in choose-* list.Nicholas Marriott2012-08-14
| * Simplify width calculation (all numbers always sequential) and don'tNicholas Marriott2012-08-12
| * Instead of numbering choose mode items 0-9a-z and then nothing, numberNicholas Marriott2012-08-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Provide common helper function for adding windows and sessions to chooseNicholas Marriott2012-06-25
| * Clean up and simplify the choose mode code, from Thomas Adam.Nicholas Marriott2012-06-25
| * Use a helper function to fire choose callback.Nicholas Marriott2012-04-23
| * Support all four of the xterm mouse modes. Based on a diff from hsim atNicholas Marriott2010-12-29
| * Pass in the session, rather than the client, to window modes' key()Nicholas Marriott2010-05-23
| * Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott2010-02-01
| * key should be an int not a char.Nicholas Marriott2010-01-11
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03