aboutsummaryrefslogtreecommitdiff
path: root/window-tree.c
Commit message (Expand)AuthorAge
* Renumber after killing windows for choose-tree.nicm2020-07-15
* kill-window -a cannot just walk the list of windows because ifnicm2020-07-04
* Expand target from client and use it to expand the prompt.nicm2020-05-16
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-16
* Tweak the default choose modes formats:nicm2020-05-16
* Indicate the marked pane in choose mode in reverse and add key to setnicm2020-04-22
* More style nits.nicm2020-04-09
* Fix positioning of menu in choose modes and a couple of keys in tree mode.nicm2020-03-20
* Add -Z to default switch-client command in tree mode, matches previousnicm2020-01-08
* Style nits in function arguments.nicm2019-12-03
* Rewrite options_array_set to be clearer and remove a spurious warningnicm2019-10-15
* Style and line length nits.nicm2019-09-25
* Add a flag to reverse sort in the various choose modes, from Benjaminnicm2019-08-16
* Change display-menu from taking a single string to a set of arguments,nicm2019-05-28
* Add simple menus to tree, client, buffer modes.nicm2019-05-12
* Fix memory leak in window tree search, from Amos Bird.nicm2019-04-30
* Break new window and pane creation common code from various commands andnicm2019-04-17
* Add format variables for the default formats for the various modesnicm2019-03-18
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-12
* Add a separate mode struct for the active window mode if any.nicm2019-03-07
* Pass window into mode functions.nicm2018-12-18
* Expand \u and \U escape sequences in command strings, from Christophernicm2018-08-19
* Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-10
* Do not crash on empty window, reported by Jamie Macdonald in GitHubnicm2018-03-29
* Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
* Support mouse on preview in tree mode.nicm2017-11-03
* Make the mode draw function use the parent screen directly rather thannicm2017-11-02
* Format for group list of "other sessions" is a bit weird, just list allnicm2017-11-02
* Tweak previous slightly so that current session is chosen if it is innicm2017-11-02
* Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
* Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm2017-10-26
* Add P key to paste tagged in buffer mode, and trim some code that shouldnicm2017-10-25
* Use window_pane_index() when drawing pane numbers (so pane-base-index isnicm2017-10-22
* Box around label in preview.nicm2017-10-11
* Add C-n and C-p keys for tree mode, and choose the right initial linenicm2017-10-11
* Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
* Fix filtering so it works after the change to only show windows if theynicm2017-08-09
* Add -F to choose-tree, choose-client, choose-buffer to specify thenicm2017-08-09
* Show pane title in window list for windows with only one pane.nicm2017-07-28
* Line up keys in tree mode, and don't expand windows with one pane. Fromnicm2017-07-12
* Fix size of rightmost preview section.nicm2017-07-07
* < and > keys to scroll preview list left and right in tree mode.nicm2017-07-04
* Handle 0 size of preview box in caller.nicm2017-07-04
* Change session and window preview so that the current window or pane isnicm2017-07-03
* Don't write over right border.nicm2017-06-30
* Fix previous when we end up able to show no panes.nicm2017-06-30
* Try to show a better preview of sessions and windows in tree mode.nicm2017-06-30
* Extend filters (f key) to buffer and client mode and add -f flag tonicm2017-06-09
* Add -O option to choose-* to set initial sort order.nicm2017-06-09
* Add simple searching (C-s and n) to the various choose modes: by namenicm2017-06-07