| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not allow disabled items to be selected. |  nicm | 2020-10-30 | 1 | -4/+5 |
* | Add a -O flag to display-menu to change the mouse behaviour and not |  nicm | 2020-10-30 | 1 | -5/+19 |
* | Fix some warnings, GitHub issue 2382. |  nicm | 2020-09-16 | 1 | -2/+2 |
* | Include title for the width of the menu. |  nicm | 2020-05-25 | 1 | -1/+2 |
* | Separate key flags and modifiers, log key flags, make the "xterm" flag |  nicm | 2020-05-16 | 1 | -3/+3 |
* | Try to search the entire history first for up to 200 ms so a search |  nicm | 2020-05-16 | 1 | -1/+2 |
* | Do not hoke into struct window_pane from the tty code and instead set |  nicm | 2020-05-16 | 1 | -8/+10 |
* | Improve command prompt completion: |  nicm | 2020-05-16 | 1 | -1/+36 |
* | Drop having a separate type for style options and make them all strings, |  nicm | 2020-05-16 | 1 | -3/+2 |
* | Use a grid cell not a style for the pane style. |  nicm | 2020-05-16 | 1 | -3/+3 |
* | Start menu with top item selected if no mouse, GitHub issue 2169. |  nicm | 2020-04-16 | 1 | -2/+15 |
* | Use mode-style for selected items, like choose modes. GitHub issue 2166. |  nicm | 2020-04-15 | 1 | -2/+6 |
* | Add helpers for the simple case of parse string and add to command queue. |  nicm | 2020-04-13 | 1 | -25/+17 |
* | When adding a list of commands to the queue, instead of automatically |  nicm | 2020-04-13 | 1 | -2/+5 |
* | Move cmdq_state into cmd-queue.c. |  nicm | 2020-04-13 | 1 | -4/+4 |
* | Rename cmdq_shared to cmdq_state which will better reflect what it is |  nicm | 2020-04-13 | 1 | -2/+2 |
* | Store a key event not a mouse event in the shared data. |  nicm | 2020-04-13 | 1 | -2/+2 |
* | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its |  nicm | 2020-04-13 | 1 | -2/+2 |
* | Add support for overlay popup boxes to show text or output temporarily |  nicm | 2020-03-24 | 1 | -6/+13 |
* | Fix positioning of menu in choose modes and a couple of keys in tree mode. |  nicm | 2020-03-20 | 1 | -1/+5 |
* | Little bit of tidying. |  nicm | 2020-03-19 | 1 | -6/+2 |
* | Change menu key bindings to Up and Down and also close it on any mouse |  nicm | 2019-09-16 | 1 | -2/+5 |
* | Add j and k for navigation in menus, GitHub issue 1828. |  nicm | 2019-07-09 | 1 | -10/+12 |
* | Add a cmdq_continue function rather than twiddling the flag directly. |  nicm | 2019-06-18 | 1 | -2/+2 |
* | Allow menu items to be disabled by putting a - at the start of their |  nicm | 2019-05-28 | 1 | -7/+17 |
* | Change display-menu from taking a single string to a set of arguments, |  nicm | 2019-05-28 | 1 | -73/+45 |
* | Do not accept choice unless mouse has actually moved before. |  nicm | 2019-05-26 | 1 | -2/+2 |
* | Add formats for word and line under the mouse and use them to add some |  nicm | 2019-05-26 | 1 | -19/+31 |
* | Replace the split parser code (cfg.c and cmd-string.c) with a single |  nicm | 2019-05-23 | 1 | -19/+18 |
* | Replace the various identical error callbacks with a single one in cmd-queue.c. |  nicm | 2019-05-20 | 1 | -18/+9 |
* | Add simple menus to tree, client, buffer modes. |  nicm | 2019-05-12 | 1 | -4/+12 |
* | Remove menu_create_from_items, I thought I would use it for some later |  nicm | 2019-05-12 | 1 | -19/+3 |
* | Add support for simple menus usable with mouse or keyboard. New command |  nicm | 2019-05-10 | 1 | -0/+342 |