1. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  2. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  3. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  4. a3de5db Merge delete-buffer into cmd-set-buffer.c and change the paste buffer by nicm · 9 years ago
  5. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  6. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 9 years ago
  7. 9ae2284 Merge clock-mode command into copy-mode. by nicm · 10 years ago
  8. 10a9440 Merge linkw and movew which are virtually identical. by nicm · 10 years ago
  9. 68cb1c0 Merge unlink-window into kill-window. by nicm · 10 years ago
  10. 30bacf6 Move suspend-client code into detach-client. by nicm · 10 years ago
  11. f5bc855 Move list-commands into list-keys. by nicm · 10 years ago
  12. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  13. 175f215 Having three *clock* files is ridiculous, remove clock.c. by nicm · 11 years ago
  14. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  15. dda70d4 Merge start-server into kill-server. by nicm · 11 years ago
  16. d23561f Merge server-info into show-messages and remove some not useful output. by nicm · 11 years ago
  17. 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
  18. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  19. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  20. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  21. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  22. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  23. 191a92c Sort SRCS list. by Nicholas Marriott · 12 years ago
  24. 2942eca Add a skeleton mode to tmux (called "control mode") that let's tmux by Nicholas Marriott · 12 years ago
  25. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  26. 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
  27. 4697b35 -lm is no longer needed, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  28. 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
  29. 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
  30. 703160b Accept colours of the hex form #ffffff and translate to the nearest from by Nicholas Marriott · 14 years ago
  31. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  32. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  33. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  34. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  35. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  36. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  37. 552c9cd Custom layouts. list-windows command displays the layout as a string (such as by Nicholas Marriott · 14 years ago
  38. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  39. 1618f3e Move imsg into libutil and add a man page. by Nicholas Marriott · 14 years ago
  40. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  41. c4a2fdf Put this back in with the initialisation in the right order. by Nicholas Marriott · 14 years ago
  42. af5e0bd Revert last change, it appears to be broken somehow. by Nicholas Marriott · 14 years ago
  43. ec1d37b Make signal handler setup/teardown two common functions instead of six, by Nicholas Marriott · 14 years ago
  44. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  45. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  46. 383c682 Fix DPADD, from Brad. by Nicholas Marriott · 15 years ago
  47. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
  48. 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
  49. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  50. 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago
  51. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  52. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  53. 5bebbd8 Bye-bye buffer*.c. by Nicholas Marriott · 15 years ago
  54. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  55. abf3a5d Initial changes to move tmux to libevent. by Nicholas Marriott · 15 years ago
  56. fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
  57. eddcc3d Split the server code handling clients, jobs and windows off into separate by Nicholas Marriott · 15 years ago
  58. 90ad041 Client tidying: get rid of client_ctx struct in favour of two variables in by Nicholas Marriott · 15 years ago
  59. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  60. 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
  61. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  62. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  63. 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
  64. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  65. 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago
  66. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  67. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  68. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  69. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  70. 5f13bb0 There aren't many client message types or code to handle them so get rid of the by Nicholas Marriott · 15 years ago
  71. dd4a3b2 tty_write is relatively short and the only function left in tty-write.c so move by Nicholas Marriott · 15 years ago
  72. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  73. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  74. ceace9c Since tmux doesn't actually need ncurses, use -lcurses/curses.h by Nicholas Marriott · 15 years ago
  75. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  76. 81181bf New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
  77. 5050171 diagflags for diags okay nicm@ by Marc Espie · 15 years ago
  78. 74d0851 Remove some cruft from the Makefile. by Nicholas Marriott · 15 years ago
  79. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  80. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago