summaryrefslogtreecommitdiffstats
path: root/window-tree.c
AgeCommit message (Expand)Author
2023-07-01Merge branch 'obsd-master'Thomas Adam
2023-06-30Change a few types to fix warnings, from Thomas Klausner.nicm
2022-07-04Merge branch 'obsd-master'Thomas Adam
2022-07-04Sort panes by index not by ID, GitHub issue 3249.nicm
2022-05-30Spacing/style nits.nicm
2022-04-06Some style nits.Nicholas Marriott
2021-10-20Merge branch 'obsd-master' into masterThomas Adam
2021-10-20Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.nicm
2021-10-14Merge branch 'obsd-master' into masterThomas Adam
2021-10-14Add popup-border-lines option to set popup line style, from Alexisnicm
2021-10-13Merge branch 'obsd-master' into masterThomas Adam
2021-10-13Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm
2021-08-20Merge branch 'obsd-master' into masterThomas Adam
2021-08-20Hide struct args behind a couple of accessor functions.nicm
2021-06-10Add different command historys for different types of promptsnicm
2021-05-03Add different command historys for different types of prompts ("command",Nicholas Marriott
2021-04-12Merge branch 'obsd-master' into masterThomas Adam
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withnicm
2020-12-03Merge branch 'obsd-master' into masterThomas Adam
2020-12-03Redraw any visible modes when status line changes so that formats likenicm
2020-07-15Merge branch 'obsd-master'Thomas Adam
2020-07-15Renumber after killing windows for choose-tree.nicm
2020-07-04Merge branch 'obsd-master'Thomas Adam
2020-07-04kill-window -a cannot just walk the list of windows because ifnicm
2020-05-16Expand target from client and use it to expand the prompt.nicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
2020-05-16Tweak the default choose modes formats:nicm
2020-05-14Expand target from client and use it to expand the prompt.Nicholas Marriott
2020-05-08Add a customize mode where options may be browsed and changed, includes addingNicholas Marriott
2020-04-23Tweak the default choose modes formats:Nicholas Marriott
2020-04-23Merge branch 'obsd-master'Thomas Adam
2020-04-22Indicate the marked pane in choose mode in reverse and add key to setnicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-09More style nits.nicm
2020-03-20Merge branch 'obsd-master'Thomas Adam
2020-03-20Fix positioning of menu in choose modes and a couple of keys in tree mode.nicm
2020-01-08Merge branch 'obsd-master'Thomas Adam
2020-01-08Add -Z to default switch-client command in tree mode, matches previousnicm
2019-12-03Merge branch 'obsd-master'Thomas Adam
2019-12-03Style nits in function arguments.nicm
2019-10-15Merge branch 'obsd-master'Thomas Adam
2019-10-15Rewrite options_array_set to be clearer and remove a spurious warningnicm
2019-09-25Merge branch 'obsd-master'Thomas Adam
2019-09-25Style and line length nits.nicm
2019-08-16Merge branch 'obsd-master'Thomas Adam
2019-08-16Add a flag to reverse sort in the various choose modes, from Benjaminnicm
2019-05-28Merge branch 'obsd-master'Thomas Adam
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-12Merge branch 'obsd-master'Thomas Adam
2019-05-12Add simple menus to tree, client, buffer modes.nicm