Age | Commit message (Expand) | Author |
2024-10-17 | Allow attributes in menu style, from Japin Li in GitHub issue 4194. | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | 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-08 | Extend the menu drawing function to support custom characters and | Nicholas Marriott |
2023-02-05 | Do not allow multiple line separators in a row. | Nicholas Marriott |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | Nicholas Marriott |
2022-08-04 | Change g and G to go to top and bottom of menu, GitHub issue 3286. | Nicholas Marriott |
2022-06-16 | Keep cursor on selected item on menu (useful for blind people), GitHub | Nicholas Marriott |
2022-05-31 | Trim menu item text correctly, GitHub issue 3197. | Nicholas Marriott |
2022-02-16 | Support more mouse buttons when the terminal sends them, GitHub issue | Nicholas Marriott |
2022-02-01 | A menu must be shown on a client, so always give the client when adding | Nicholas Marriott |
2022-02-01 | Do not overflow width when not enough space. | Nicholas Marriott |
2021-11-11 | If trimming menu item text, show key if it would take up less than a | Nicholas Marriott |
2021-10-22 | Remove key and trim text if menu cannot fit in available space, based on | Nicholas Marriott |
2021-10-18 | Fix menu width containing disabled items, from Alexis Hildebrandt in | Nicholas Marriott |
2021-10-11 | Make positions hidden by overlays range-based rather than character-based, | Nicholas Marriott |
2021-09-09 | Turn on both button and all mouse modes for menus since some terminals | Nicholas Marriott |
2021-09-09 | Fix parsing of aliases again (GitHub issue 2842), also make argument | Nicholas Marriott |
2021-08-13 | Add a menu when a popup is present (mouse only for now). | Nicholas Marriott |
2021-07-21 | Do not close popups on resize, instead adjust them to fit, from Anindya | Nicholas Marriott |
2020-10-30 | Do not allow disabled items to be selected. | Nicholas Marriott |
2020-10-30 | Add a -O flag to display-menu to change the mouse behaviour and not | Nicholas Marriott |
2020-09-16 | Fix some warnings, GitHub issue 2382. | Nicholas Marriott |
2020-05-25 | Include title for the width of the menu. | Nicholas Marriott |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Try to search the entire history first for up to 200 ms so a search | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Improve command prompt completion: | Nicholas Marriott |
2020-05-16 | Drop having a separate type for style options and make them all strings, | Nicholas Marriott |
2020-05-16 | Use a grid cell not a style for the pane style. | Nicholas Marriott |
2020-04-16 | Start menu with top item selected if no mouse, GitHub issue 2169. | Nicholas Marriott |
2020-04-15 | Use mode-style for selected items, like choose modes. GitHub issue 2166. | Nicholas Marriott |
2020-04-13 | Add helpers for the simple case of parse string and add to command queue. | Nicholas Marriott |
2020-04-13 | When adding a list of commands to the queue, instead of automatically | 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-03-24 | Add support for overlay popup boxes to show text or output temporarily | Nicholas Marriott |
2020-03-20 | Fix positioning of menu in choose modes and a couple of keys in tree mode. | Nicholas Marriott |
2020-03-19 | Little bit of tidying. | Nicholas Marriott |
2019-09-16 | Change menu key bindings to Up and Down and also close it on any mouse | Nicholas Marriott |
2019-07-09 | Add j and k for navigation in menus, GitHub issue 1828. | Nicholas Marriott |
2019-06-18 | Add a cmdq_continue function rather than twiddling the flag directly. | Nicholas Marriott |
2019-05-28 | Allow menu items to be disabled by putting a - at the start of their | Nicholas Marriott |
2019-05-28 | Change display-menu from taking a single string to a set of arguments, | Nicholas Marriott |
2019-05-26 | Do not accept choice unless mouse has actually moved before. | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |