1. be2eb57 Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  2. c07d582 Expand arguments to some commands where it makes sense, GitHub issue by nicm · 2 years, 6 months ago
  3. ee3f1d2 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
  4. bfbe972 With -f use percentages of window size not pane size, GitHub issue 2866. by nicm · 2 years, 9 months ago
  5. fed7b29 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  6. 9574496 Handle splitw -I correctly when used from an attached client, GitHub issue 2917. by nicm · 3 years, 2 months ago
  7. 609baea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  8. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  9. 6203612 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  10. 110ba76 Rename a member to match what it will be in future. by nicm · 3 years, 3 months ago
  11. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 3 months ago
  12. b0da0ce Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  13. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  14. 90dd474 Expose args_value struct (will be needed soon) and add some missing frees. by nicm · 3 years, 3 months ago
  15. 12cfd0d Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  16. d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 9 months ago
  17. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
  18. 0bdbf47 Add a client flag 'active-pane' which stores the active pane in the client and by Nicholas Marriott · 4 years, 6 months ago
  19. 653a159 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  20. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  21. acc00cd Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  22. 0a11f16 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  23. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  24. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
  25. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  26. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  27. b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  28. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
  29. dfd2997 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  30. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 8 months ago
  31. 71eb965 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  32. fb39628 Do not attempt to close a NULL pane when failing to create a new one. by nicm · 4 years, 8 months ago
  33. fb7ce5b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  34. 0c5e9c6 Add support for percentage sizes for resize-pane ("-x 10%"). Also change by nicm · 5 years ago
  35. d4177e9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  36. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
  37. 3ab229d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  38. c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 6 years ago
  39. 5489796 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  40. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
  41. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  42. 5ece386 Break new window and pane creation common code from various commands and by Nicholas Marriott · 6 years ago
  43. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  44. 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
  45. 7448b38 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  46. b9a6162 Make server_client_get_cwd used (almost) everywhere we need to work out by nicm · 7 years ago
  47. 0ca78ee Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  48. f87d807 Insert full size panes at the right position, from KOIE Hidetaka in by nicm · 7 years ago
  49. 3b8f923 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  50. 182357f Expand formats in window and session names. by nicm · 7 years ago
  51. 54c5070 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  52. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 7 years ago
  53. e725b96 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  54. 11e2af6 Add -c for respawn-pane and respawn-window, from J Raynor. by nicm · 7 years ago
  55. f17ecaa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  56. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  57. 65d6278 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  58. c48d09e Do not update TERM into config file parsing has finished. by nicm · 8 years ago
  59. e802b68 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  60. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
  61. 2c0f826 Mouse bindings and hooks set up an initial current state when running a by nicm · 8 years ago
  62. 1f209ed Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  63. afa4e3e Add cmd_find_from_winlink_pane and use it in a couple of places, and by nicm · 8 years ago
  64. c5bdae4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  65. dbfee6a Move server_fill_environ into environ.c and move some other common code into it. by nicm · 8 years ago
  66. 3ea3683 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  67. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  68. 48a3dba Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  69. e741a0b If splitw -b is used, insert the new pane before the current one in the by nicm · 8 years ago
  70. 6c333cc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  71. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  72. d54e990 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  73. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  74. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  75. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  76. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  77. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  78. 117737c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  79. 4289a1e Trying to do hooks generically is way too complicated and unreliable and by nicm · 8 years ago
  80. 6270392 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  81. 4d9e6ea Some improvements and bug fixes for hooks: by nicm · 8 years ago
  82. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  83. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  84. f68a908 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  85. fed1e38 Add support for performing a full width split (with splitw -f), rather by nicm · 8 years ago
  86. cc096ae Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  87. 00cf5fb Insert new panes after the pane being split in the list rather than by nicm · 8 years ago
  88. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  89. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  90. bc6137f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  91. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  92. 5caec30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  93. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  94. ae5ddfd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  95. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  96. 4909a70 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  97. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  98. af8134a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  99. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  100. c975de2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago