1. 6f3b6c8 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. a2681ff Clear key properly if on space with nothing in it. by nicm · 8 years ago
  3. 50a5f84 Support mouse on preview in tree mode. by nicm · 8 years ago
  4. 24c3872 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  5. ba93a64 Change mouse in modes so that one click moves the cursor and a double by nicm · 8 years ago
  6. e160617 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  7. c9ec33d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  8. 43264df Make the mode draw function use the parent screen directly rather than by nicm · 8 years ago
  9. 8d37f69 Add a "fast" version of screen_write_copy for tree mode that doesn't do by nicm · 8 years ago
  10. 8c29f74 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  11. 17655e5 Format for group list of "other sessions" is a bit weird, just list all by nicm · 8 years ago
  12. 95850e1 Tweak previous slightly so that current session is chosen if it is in by nicm · 8 years ago
  13. c1f62f1 Only show the first member of session groups in tree mode (-G flag disables). by nicm · 8 years ago
  14. 3887d95 There is no point in reflowing panes which have not changed width. by nicm · 8 years ago
  15. cf782c4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  16. e91e8a2 Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) by nicm · 8 years ago
  17. d36ac3d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  18. be4c016 Note that notifications are also hooks. by nicm · 8 years ago
  19. 0072bc6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  20. 37f83ad Update CHANGES. by Nicholas Marriott · 8 years ago
  21. 578a63b Default allow-rename to off because it is ridiculous that applications by nicm · 8 years ago
  22. 6b83ca0 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  23. 78ae4ee h/l keys for expand and collapse. by nicm · 8 years ago
  24. d6edd06 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  25. 6e8d29e Update TODO. by Nicholas Marriott · 8 years ago
  26. 8dd7761 Add P key to paste tagged in buffer mode, and trim some code that should by nicm · 8 years ago
  27. e85213a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  28. 26f1857 Use window_pane_index() when drawing pane numbers (so pane-base-index is by nicm · 8 years ago
  29. f7a037b Apparently vim(1) now has syntax highlighting built in, GitHub issue 1124. by Nicholas Marriott · 8 years ago
  30. 61114c6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  31. d3e8709 Clear status line with spaces again so reverse works, spotted by sthen. by nicm · 8 years ago
  32. 3753167 Need compat for queue.h. by Nicholas Marriott · 8 years ago
  33. 31901e3 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  34. a34de2e Save and restore LIBS when checking for b64_ntop, reported by Ralf Friedl. by Nicholas Marriott · 8 years ago
  35. 2f6935a Infrastructure for drawing status lines of more than one line in height, by nicm · 8 years ago
  36. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 8 years ago
  37. fb02df6 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  38. d10def5 Check missed during merge. by Nicholas Marriott · 8 years ago
  39. 2357bfb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  40. 87babfa Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  41. eb9839f Box around label in preview. by nicm · 8 years ago
  42. 6e5121b Clear to end of line properly with UTF-8 present. by nicm · 8 years ago
  43. 4efd41f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  44. 99351c9 Add C-n and C-p keys for tree mode, and choose the right initial line by nicm · 8 years ago
  45. 60074a6 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  46. a3967de Include headers if found regardless of forkpty. by Nicholas Marriott · 8 years ago
  47. 044019d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  48. db44151 kind should be S-Down not S-Up. by nicm · 8 years ago
  49. ceab715 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  50. 0b4c408 Fix description of history_size, from Campbell Barton. by nicm · 8 years ago
  51. f069c0b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  52. 9c4caf4 Support %else in config files to match %if, from Brad Town in GitHub issue 1071. by nicm · 8 years ago
  53. 2be01ab Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  54. b462063 Add -- to some key bindings so leading -s work. by nicm · 8 years ago
  55. 8aaf86a Merge branch '2.6-rc' by Nicholas Marriott · 8 years ago
  56. bd71cbb 2.6. by Nicholas Marriott · 8 years ago
  57. 88517ce Add support for the xterm(1) title stack, from Brad Town, GitHub issue 1075. by nicm · 8 years ago
  58. 6a292f0 When writing batches of characters to the screen, we need to clear by nicm · 8 years ago
  59. 71ec616 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 8 years ago
  60. ff526e4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  61. d563aa7 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 8 years ago
  62. ae5a62a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  63. c86d83f Remove unused (always 1) arguments from some functions, from Daniel by nicm · 8 years ago
  64. 9a1b9f1 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  65. af2c7ce Check event is initialized before delete; fixes crash reported by by nicm · 8 years ago
  66. b541a97 2.6-rc3. by Nicholas Marriott · 8 years ago
  67. a8b84b7 2.6-rc3. by Nicholas Marriott · 8 years ago
  68. 495e2ed Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  69. d8c397d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  70. d8d6c27 Mention that filter is a format. by nicm · 8 years ago
  71. 6fdaaa0 Do not free more lines than are available in the history. by nicm · 8 years ago
  72. 034b19b 2.6-rc2. by Nicholas Marriott · 8 years ago
  73. cb8eba1 Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  74. 7aa8b8a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  75. abcbfcb Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  76. 70bc07a Previously, extended cell data was never reduced in size even when the by nicm · 8 years ago
  77. 7f83b53 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  78. 8405fcd Apply timeout to CAN and RS which also wait for ST. by nicm · 8 years ago
  79. f56f09e Fix a few errors in how the selected line is chosen after resize, by nicm · 8 years ago
  80. c62cfe6 Add to CHANGES. by Nicholas Marriott · 8 years ago
  81. 78cf3c1 When removing a key table clear it out of clients, fixes issue with by nicm · 8 years ago
  82. 89e057d Do not fail if unset an option that is already unset, reported by Thomas by nicm · 8 years ago
  83. 466066c Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if by nicm · 8 years ago
  84. ff3d05d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  85. eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 8 years ago
  86. d019821 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  87. f4848b4 Add selectp -T to set pane title. by nicm · 8 years ago
  88. e941e53 Mention GitHub for code. by Nicholas Marriott · 8 years ago
  89. a1986c5 Add to CHANGES. by Nicholas Marriott · 8 years ago
  90. 6e2b3f4 Add to CHANGES. by Nicholas Marriott · 8 years ago
  91. 07d3c4d Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  92. f81e87f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  93. 6abfd9b Instead of overloading the line clear function to mean free if by nicm · 8 years ago
  94. 07c679b Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  95. b4c633c Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  96. 54c5070 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  97. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 8 years ago
  98. 8f36405 Add to TODO. by Nicholas Marriott · 8 years ago
  99. 2e4e521 2.6-rc version. by Nicholas Marriott · 8 years ago
  100. fa20f19 Fix position of -v, pointed out by Thomas Sattler. by Nicholas Marriott · 8 years ago