1. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  2. f0239a8 Remove some more unused variables, and use RB_FOREACH_SAFE in by nicm · 9 years ago
  3. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  4. b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
  5. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  6. 6ab17e3 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  7. d5999f8 Use cmd_find_clear_state instead of an extra function doing the same. by nicm · 9 years ago
  8. bc6137f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  9. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  10. 5caec30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  11. f4adcfa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  12. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  13. 899bee0 Actually I thought cmd_get_state_client was unnecessary but it will be needed. by nicm · 9 years ago
  14. 00da99f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  15. 72948d9 -c needs to be able for fail for display-message. by nicm · 9 years ago
  16. 66d1193 Remove an unnecessary function. by nicm · 9 years ago
  17. d37a580 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  18. 50f8ead Don't log an error when doing the first check for move-window. by nicm · 9 years ago
  19. 9b7697d Change cmd_find_target to use a state struct from the caller. by nicm · 9 years ago
  20. ae5ddfd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  21. ff599f4 Remove the cmd_find_{session,window,pane,index} functions (which are by nicm · 9 years ago
  22. 9d191a6 Move logging into cmd_find_target rather than each function. by nicm · 9 years ago
  23. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  24. 5862f59 Conflicts: Makefile by Thomas Adam · 9 years ago
  25. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  26. 9fe8b28 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  27. 6a2ca34 Do not set a limit on the length of commands when printing them. by nicm · 9 years ago
  28. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  29. 2a836bc All the cmd_*_entry declarations do not need to be in tmux.h. by nicm · 9 years ago
  30. 94a8ef1 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  31. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 9 years ago
  32. 72e9ebf Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  33. 07dfdb9 Make message log a TAILQ. by nicm · 9 years ago
  34. 6dbd63b Move the functions to convert ids from strings into session.c and window.c. by nicm · 9 years ago
  35. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  36. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  37. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  38. 3909aff Look up indexes as number before name, makes more sense if windows are by nicm · 9 years ago
  39. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  40. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  41. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  42. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  43. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  44. a54b005 Support using pane id as part of session or window specifier (so %1 by nicm · 10 years ago
  45. 304f86c Support ! for last pane. by nicm · 10 years ago
  46. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  47. c5253ad Show an error if cmd_find_session can't find the current session, like by nicm · 10 years ago
  48. bae9584 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  49. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 10 years ago
  50. f4ffaf5 Just use char ** for argv like normal people, not char *const *. by nicm · 10 years ago
  51. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  52. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  53. 18cb135 Don't write into buffer if no arguments, reported by Filipe Rosset. by nicm · 11 years ago
  54. 0bb9d51 Don't write into buffer if no arguments, reported by Filipe Rosset. by Nicholas Marriott · 11 years ago
  55. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  56. 1a0d3cd Allow attach-session -t to accept a window and pane to select them on by nicm · 11 years ago
  57. c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
  58. 6ac7abe Remove now unused cmd_get_default_path. by nicm · 11 years ago
  59. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  60. e9b09fa We accidentally haven't been using $TMUX to work out the session for a while by Nicholas Marriott · 11 years ago
  61. 5ea6148 Remove now unused cmd_get_default_path. by Nicholas Marriott · 11 years ago
  62. 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
  63. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  64. 76cb088 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  65. 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 11 years ago
  66. b5fda7a Spacing, warning nits. by Nicholas Marriott · 12 years ago
  67. 673eb16 Sort includes and fix spaces. by Nicholas Marriott · 12 years ago
  68. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  69. 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
  70. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  71. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  72. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  73. d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
  74. 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  75. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  76. 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
  77. 43d904d tty.path can be NULL, don't dereference it. From George Nachman. by Nicholas Marriott · 12 years ago
  78. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  79. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  80. afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  81. 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
  82. 362c460 Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  83. f4c815a Fix constness again, sigh. by Nicholas Marriott · 12 years ago
  84. 544c80d Fix constness of cmd_template_replace. by Nicholas Marriott · 12 years ago
  85. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  86. c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
  87. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  88. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  89. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  90. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  91. 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
  92. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
  93. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  94. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  95. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  96. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  97. a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
  98. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  99. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  100. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago