aboutsummaryrefslogtreecommitdiff
path: root/window-choose.c
Commit message (Expand)AuthorAge
* window_choose_mode_item can move into window-choose.c.nicm2015-05-08
* array.h can be local to window-choose.c now.nicm2015-05-07
* Use the right index when expanding/collapsing tree, from Thomas Adam.nicm2015-05-04
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19
* Fix some format specifier nits, from Ben Boeckel.nicm2015-03-31
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-05
* Remove an unnecessary variable and shorten a line.nicm2015-01-15
* Remove dead code, from Thomas Adam.nicm2014-11-30
* Fix some spacing nits.nicm2014-10-22
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
* Instead of forcing mouse scroll to 1 in choose mode, scale it downnicm2014-05-08
* Only scroll by one line at a time in choose mode, lists are generallynicm2014-04-17
* Work out mouse scroll wheel effect when the mouse is first detected andnicm2014-04-03
* Add start-of-list, end-of-list, top-line and bottom-line in choice mode,nicm2014-03-31
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
* Style and comment fixes from Tiago Cunha.nicm2014-01-09
* choose-tree: Reset top when toggling itemsnicm2013-10-10
* 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
* Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott2013-02-05
* Add -T option to select-window to toggle to last window if alreadyNicholas Marriott2012-12-24
* Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott2012-10-26
* Fix a use-after-free when collapsing the tree in choose mode, fromNicholas Marriott2012-10-11
* 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
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* In choose mode, assign each item a number or lowercase letter from thoseNicholas Marriott2009-11-17
* Clean up by introducing a wrapper struct for mouse clicks rather than passingNicholas Marriott2009-10-11
* Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
* If colours are not supported by the terminal, try to emulate a colouredNicholas Marriott2009-08-05