Age | Commit message (Expand) | Author |
2024-03-21 | Add -M to always turn mouse on in a menu, GitHub issue 3779. | Nicholas Marriott |
2023-08-15 | Add an option menu-selected-style to configure the currently selected | Nicholas Marriott |
2023-08-08 | Add options and flags for menu styles similar to those existing for | Nicholas Marriott |
2023-08-07 | Free title earlier, from Alexis Hildebrandt. | Nicholas Marriott |
2023-03-15 | Do not leak screen in popups, GitHub issue 3492. | Nicholas Marriott |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | Nicholas Marriott |
2021-10-25 | Add -s and -S to display-popup to set popup and border style, from | Nicholas Marriott |
2021-10-20 | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | Nicholas Marriott |
2021-10-14 | Add popup-border-lines option to set popup line style, from Alexis | Nicholas Marriott |
2021-10-11 | Add -e flag to set environment for popup, from Alexis Hildebrandt in | Nicholas Marriott |
2021-08-27 | Replace %% in command lists (by copying them) for template arguments , | Nicholas Marriott |
2021-08-25 | Validate command argument types (string or command list) and give more | Nicholas Marriott |
2021-08-23 | Limit width and height to tty correctly, GitHub issue 2843. | Nicholas Marriott |
2021-08-22 | Do not double free expanded path in source-file, also remove some | Nicholas Marriott |
2021-08-21 | Add args parsing callback for some future work, currently unused. | Nicholas Marriott |
2021-08-20 | Hide struct args behind a couple of accessor functions. | Nicholas Marriott |
2021-08-13 | Add -B flag to remove border from popup. | Nicholas Marriott |
2021-07-21 | Do not add height twice when calculating popup_mouse_top, from M Kelly. | Nicholas Marriott |
2021-07-08 | Fix mouse_word format now word-separators has no space and position of | Nicholas Marriott |
2021-06-10 | Fix display-menu -xR, from Alexis Hildebrandt. | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | Nicholas Marriott |
2020-11-26 | Fix check for vertical centre. | Nicholas Marriott |
2020-11-03 | Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot | Nicholas Marriott |
2020-10-30 | Add a -O flag to display-menu to change the mouse behaviour and not | Nicholas Marriott |
2020-05-16 | Add 'e' key in buffer mode to open the buffer in an editor. | Nicholas Marriott |
2020-04-13 | Make client -c and -t handling common in cmd-queue.c and try to be | Nicholas Marriott |
2020-04-13 | Move cmdq_state into cmd-queue.c. | Nicholas Marriott |
2020-04-13 | Rename cmdq_shared to cmdq_state which will better reflect what it is | Nicholas Marriott |
2020-04-13 | Store a key event not a mouse event in the shared data. | Nicholas Marriott |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-13 | Make struct cmd local to cmd.c and move it out of tmux.h. | Nicholas Marriott |
2020-04-08 | Pass the cmd item to format expansion so that mouse formats work. | Nicholas Marriott |
2020-04-02 | Add a W position to display-menu -y to use the line above (or below) the | Nicholas Marriott |
2020-03-28 | Change default position for menu and popup to centre rather than top left. | Nicholas Marriott |
2020-03-28 | Make two -E only close popup automatically if the command exited with 0. | Nicholas Marriott |
2020-03-28 | Fix how popup height is calculated to take embedded newlines into account. | Nicholas Marriott |
2020-03-24 | Add support for overlay popup boxes to show text or output temporarily | Nicholas Marriott |
2020-03-19 | Add C position for terminal centre with display-menu -x and -y. | Nicholas Marriott |
2020-03-18 | Break position calculation into a helper function. | Nicholas Marriott |
2019-05-28 | Change display-menu from taking a single string to a set of arguments, | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-12 | Remove menu_create_from_items, I thought I would use it for some later | Nicholas Marriott |
2019-05-10 | Add support for simple menus usable with mouse or keyboard. New command | Nicholas Marriott |