1. 8e9b6e0 Style spacing nits. by nicm · 9 years ago
  2. 1d1208e Fix some char* -> char *. by nicm · 9 years ago
  3. d133705 Bind mouse dragging so that it is passed through to applications if they by nicm · 9 years ago
  4. bded743 Support for multiple key tables to commands to be bound to sequences of by nicm · 10 years ago
  5. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  6. abfb965 Fix some spacing nits. by nicm · 10 years ago
  7. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  8. 53cbae5 Now that cmdlists are reference counted, there is no need for two-step by nicm · 10 years ago
  9. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  10. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  11. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  12. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  13. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  14. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  15. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  16. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  17. a13b4a8 Add a couple of NULL pointer checks to key binding functions, from by Nicholas Marriott · 12 years ago
  18. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  19. 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
  20. 94f86ed Include the existing window and session name in the prompt when renaming by Nicholas Marriott · 13 years ago
  21. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  22. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  23. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  24. a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
  25. 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
  26. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  27. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  28. d529e7e Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me. by Nicholas Marriott · 14 years ago
  29. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  30. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  31. bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
  32. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  33. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  34. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  35. 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
  36. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  37. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  38. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  39. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  40. 5a1a106 Permit commands to be bound to key presses without the prefix key first. The by Nicholas Marriott · 15 years ago
  41. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  42. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  43. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  44. 1938c99 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
  45. 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  46. 9e49ec6 Creating a key binding which replaces itself (such as "bind x bind x lsw") by Nicholas Marriott · 15 years ago
  47. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago