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