1. 6a45e6c Merge branch 'obsd-master' by Thomas Adam · 1 year, 4 months ago
  2. b770a42 Add an option menu-selected-style to configure the currently selected by nicm · 1 year, 4 months ago
  3. 4c60afd Merge branch 'obsd-master' by Thomas Adam · 1 year, 4 months ago
  4. dee72ed Add options and flags for menu styles similar to those existing for by nicm · 1 year, 4 months ago
  5. b791f00 Merge branch 'obsd-master' by Thomas Adam · 1 year, 4 months ago
  6. 7b10302 Free title earlier, from Alexis Hildebrandt. by nicm · 1 year, 4 months ago
  7. 22eb033 Merge branch 'obsd-master' by Thomas Adam · 1 year, 9 months ago
  8. a9ac614 Do not leak screen in popups, GitHub issue 3492. by nicm · 1 year, 9 months ago
  9. c42087c Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
  10. 3aa458e Add a flag to display-menu to select the manu item chosen first, GitHub by nicm · 1 year, 10 months ago
  11. 3934d9b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  12. ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
  13. 1bf2f81 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  14. 8a9bfd0 Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. by nicm · 3 years, 1 month ago
  15. 264fe7f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  16. add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years, 2 months ago
  17. af82106 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  18. 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 2 months ago
  19. 609baea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  20. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  21. c6375a0 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  22. 03d173c Validate command argument types (string or command list) and give more by nicm · 3 years, 3 months ago
  23. 95a374d Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  24. 3ed37a2 Limit width and height to tty correctly, GitHub issue 2843. by nicm · 3 years, 3 months ago
  25. 0305459 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  26. 72d905f Do not double free expanded path in source-file, also remove some by nicm · 3 years, 3 months ago
  27. 6203612 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  28. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 3 months ago
  29. b0da0ce Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  30. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  31. 54773d2 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  32. 614611a Add -B flag to remove border from popup. by nicm · 3 years, 4 months ago
  33. 7cbf4c9 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  34. 78ec057 Do not add height twice when calculating popup_mouse_top, from M Kelly. by nicm · 3 years, 4 months ago
  35. c1d5dda Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  36. 51915b9 Fix mouse_word format now word-separators has no space and position of by nicm · 3 years, 5 months ago
  37. 788f56b Fix display-menu -xR, from Alexis Hildebrandt. by nicm · 3 years, 6 months ago
  38. 73cf767 Fix display-menu -xR, from Alexis Hildebrandt. by Nicholas Marriott · 3 years, 8 months ago
  39. fb039d5 paths.h is compat. by Nicholas Marriott · 3 years, 9 months ago
  40. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
  41. fd5c3e6 Fix check for vertical centre. by nicm · 4 years ago
  42. 9d83c5e Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot by nicm · 4 years, 1 month ago
  43. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 1 month ago
  44. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 7 months ago
  45. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 8 months ago
  46. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 8 months ago
  47. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 8 months ago
  48. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 8 months ago
  49. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 8 months ago
  50. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 8 months ago
  51. d388dbd Pass the cmd item to format expansion so that mouse formats work. by nicm · 4 years, 8 months ago
  52. 90f4e14 Add a W position to display-menu -y to use the line above (or below) the by nicm · 4 years, 8 months ago
  53. 8036d0f Change default position for menu and popup to centre rather than top left. by nicm · 4 years, 8 months ago
  54. 4346098 Fix how popup height is calculated to take embedded newlines into account. by nicm · 4 years, 8 months ago
  55. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
  56. 581ed71 Add C position for terminal centre with display-menu -x and -y. by nicm · 4 years, 8 months ago
  57. 7b0e688 Break position calculation into a helper function. by nicm · 4 years, 9 months ago
  58. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 6 years ago
  59. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 6 years ago
  60. c91323e Remove menu_create_from_items, I thought I would use it for some later by nicm · 6 years ago
  61. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago