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