1. 739a766 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  2. 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 13 years ago
  3. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 13 years ago
  4. 39631ed Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  5. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 13 years ago
  6. 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 13 years ago
  7. 1fcc7f5 When scrolling in copy mode with the mouse, scroll screen rather than by Nicholas Marriott · 13 years ago
  8. 6ef4f8e Revert last, after discussion it isn't necessary. by Nicholas Marriott · 13 years ago
  9. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 13 years ago
  10. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 13 years ago
  11. d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 13 years ago
  12. 1bc910a Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  13. 63f4519 Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux by Nicholas Marriott · 13 years ago
  14. 260419f Put helper function back, will be needed in a bit. by Nicholas Marriott · 13 years ago
  15. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  16. 0679eb6 Add halfpage commands to mode command string table (missed by accident), by Nicholas Marriott · 13 years ago
  17. 9a7e5bd Clarify some points about config files, notably that they are only read by Nicholas Marriott · 13 years ago
  18. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 13 years ago
  19. e467917 Sanitise additional .mailmap entries by Thomas Adam · 13 years ago
  20. be10e8e Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  21. cb4553b Add .mailmap for commit author translations by Thomas Adam · 13 years ago
  22. c68efec Show last client activity time in default choose-client list. by Nicholas Marriott · 13 years ago
  23. a758013 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  24. 241a746 fix an off-by-one by okan · 13 years ago
  25. 47fbf87 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  26. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 13 years ago
  27. 31f93d8 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  28. 2a609b3 Add ability to active pane in list-windows and find-window formats, from by Nicholas Marriott · 13 years ago
  29. 18236c1 Fix BELL_NONE which had been broken in some code reorganisation or other by Nicholas Marriott · 13 years ago
  30. 596e9d8 Fix bad size in memcpy from Romain Francoise. by Nicholas Marriott · 13 years ago
  31. 589b4b8 Fix typo bell->bells from Thomas Adam. by Nicholas Marriott · 13 years ago
  32. 60808bb +. by Nicholas Marriott · 13 years ago
  33. d4dc52e Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  34. c695c0c Fix some function prototypes from Helmut Tessarek. by Nicholas Marriott · 13 years ago
  35. a91c598 Link to git instructions from index.html. by Nicholas Marriott · 13 years ago
  36. bf45619 Don't push all tags when releasing tmux by Thomas Adam · 13 years ago
  37. 9b2aabb Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux by Thomas Adam · 13 years ago
  38. c0fb5ed Update website. by Thomas Adam · 13 years ago
  39. 5cdc959 Working on 1.8 by Thomas Adam · 13 years ago
  40. 2b5c3fc Update NOTES, CHANGES, configure.ac for 1.7 release by Thomas Adam · 13 years ago 1.7
  41. b4ad175 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  42. 6589120 Fix a use-after-free when collapsing the tree in choose mode, from by Nicholas Marriott · 13 years ago
  43. 0cdcae3 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  44. 0e87430 Add tree keys to vi mode too, missed by accident. by Nicholas Marriott · 13 years ago
  45. 43d2b6a Remove references to PATCHES file by Thomas Adam · 13 years ago
  46. 8249fbf Make some tweaks to NOTES and add a paragraph on git rather than huge PATCHES by Nicholas Marriott · 13 years ago
  47. 3a54537 Reference PATCHES document from TODO file by Thomas Adam · 13 years ago
  48. 5cc9380 Add PATCHES document by Thomas Adam · 13 years ago
  49. ca84659 Add explanatory sections to TODO file by Thomas Adam · 13 years ago
  50. 8dc7837 +. by Thomas Adam · 13 years ago
  51. 64deb34 Add choose-list to tmux.vim by Thomas Adam · 13 years ago
  52. 8b05d84 Update TODO list. by Thomas Adam · 13 years ago
  53. 619ffe1 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  54. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 13 years ago
  55. ea289bc Remove some out of date text from man page, from Thomas Adam. by Nicholas Marriott · 13 years ago
  56. 9763282 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  57. 44dccf7 Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder. by Nicholas Marriott · 13 years ago
  58. 80b5c0e Merge branch 'obsd-master' by Thomas · 13 years ago
  59. 7a3ec77 Do not leak file descriptor if not a tty, reported by Sebastien Marie. by Nicholas Marriott · 13 years ago
  60. 4875002 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  61. ce0b285 Fix up missing bits. by Nicholas Marriott · 13 years ago
  62. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 13 years ago
  63. 0d0b3cf Fix search forward so it can match strings on the last line, SF bug by Nicholas Marriott · 13 years ago
  64. 149f5ba Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux by Nicholas Marriott · 13 years ago
  65. 253f139 Don't rely on "-s ours" for merging by Thomas Adam · 13 years ago
  66. e342304 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  67. d785c37 Fix some UTF-8 Japanese issue on OS X, SF bug 3566884. by Nicholas Marriott · 13 years ago
  68. 69683ba Use ACS characters for choose-tree arrows based on diff from Romain Francoise. by Nicholas Marriott · 13 years ago
  69. 7b189f1 Merge branch 'obsd-master' by Thomas · 13 years ago
  70. 84612a8 Add control_write_buffer, from George Nachman. by Nicholas Marriott · 13 years ago
  71. 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 13 years ago
  72. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 13 years ago
  73. 5b85efe Fix some UTF-8 Japanese issue on OS X, SF bug 3566884. by Nicholas Marriott · 13 years ago
  74. eb0ad18 Use ACS characters for choose-tree arrows based on diff from Romain Francoise. by Nicholas Marriott · 13 years ago
  75. dc3df93 Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux by Thomas Adam · 13 years ago
  76. d3d48fa Add release instructions for new tmux versions by Thomas Adam · 13 years ago
  77. 73f2909 .+ SYNCING. by Thomas Adam · 13 years ago
  78. a043b97 Add SYNCING document by Thomas Adam · 13 years ago
  79. 68cc635 Merge branch 'obsd-master' by Thomas Adam · 13 years ago
  80. b2a9f41 Handle empty list properly in choose-list, based on fix from Thomas Adam. by Nicholas Marriott · 13 years ago
  81. b433886 We can't tell what the terminal has done with a DCS string, so reset the by Nicholas Marriott · 13 years ago
  82. 248cd42 Fixup Makefile.am by Thomas Adam · 13 years ago
  83. b79f86e Trivial code simplification from Tim Ruehsen. by Nicholas Marriott · 13 years ago
  84. 40505e5 Remove xterm CRA support - support is patchy and it will be done better by Nicholas Marriott · 13 years ago
  85. a1cd0ee Use the right index when adding item in choose-tree, from Thomas Adam. by Nicholas Marriott · 13 years ago
  86. c914fcf When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 13 years ago
  87. 4d7967d Rename variables to something a but more understandable. by Nicholas Marriott · 13 years ago
  88. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 13 years ago
  89. 996a636 Remove an unused variable. by Nicholas Marriott · 13 years ago
  90. 41a4481 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 13 years ago
  91. 0304555 Change format of choose-tree arrows slightly, from Romain Francoise. by Nicholas Marriott · 13 years ago
  92. f536dc4 If stdin in the client is enable immediately, tmux will eat anything by Nicholas Marriott · 13 years ago
  93. d606655 Can't call evtimer_pending on uninitialized events, call by Nicholas Marriott · 13 years ago
  94. 59c760d Trivial code simplification from Tim Ruehsen. by Nicholas Marriott · 13 years ago
  95. c06b2e4 .gitignore + Makefile Makefile.in configure by Nicholas Marriott · 13 years ago
  96. 1f29f6a Add .gitignore by Thomas Adam · 13 years ago
  97. 3ad812c Make autogen.sh executable by Thomas Adam · 13 years ago
  98. 53c430e Change WWW links to Git not Subverson. by Nicholas Marriott · 13 years ago
  99. 6307d63 Remove xterm CRA support - support is patchy and it will be done better by Nicholas Marriott · 13 years ago
  100. 4f8a686 Use the right index when adding item in choose-tree, from Thomas Adam. by Nicholas Marriott · 13 years ago