1. 31a6e5e Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  2. 768fb90 Keep -? as usage. by nicm · 3 years, 3 months ago
  3. 609baea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  4. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  5. c6375a0 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  6. 03d173c Validate command argument types (string or command list) and give more by nicm · 3 years, 3 months ago
  7. 324f87c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  8. 326d2ef Pass typed arguments out of the parser into the arguments list and let by nicm · 3 years, 3 months ago
  9. 4d3367e Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  10. 68cacae Remove some members of struct cmd which are no longer used. by nicm · 3 years, 3 months ago
  11. c286fbd Preserve command group when moving temporary list to current list being buit. by nicm · 3 years, 3 months ago
  12. 6203612 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  13. d371764 Wrap command argument definitions in their own struct. by nicm · 3 years, 3 months ago
  14. b0da0ce Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  15. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  16. de94a34 Add a couple of const and fix some warnings. by nicm · 3 years, 3 months ago
  17. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 6 months ago
  18. c03b574 Add different command historys for different types of prompts ("command", by Nicholas Marriott · 3 years, 7 months ago
  19. a284664 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  20. 2a9bdb7 Replace TAILQ concatenation loop with TAILQ_CONCAT by bket · 4 years, 5 months ago
  21. b0a6025 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  22. b3782d2 Instead of using a custom parse function to process {}, treat it as a by nicm · 4 years, 6 months ago
  23. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
  24. a61cbf1 Add a customize mode where options may be browsed and changed, includes adding by Nicholas Marriott · 4 years, 7 months ago
  25. acc00cd Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  26. 34804f2 When parsing strings, put all commands in one group even if there are by nicm · 4 years, 7 months ago
  27. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
  28. b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  29. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
  30. 8a57d14 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  31. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
  32. 6d3d47c Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  33. 1870cc7 Add ~ to quoted characters for %%%, reported by tb@. by nicm · 4 years, 11 months ago
  34. eeedb43 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  35. f4c7141 Do not lazily use BUFSIZ for "I don't care what size" when building by nicm · 5 years ago
  36. 648471e Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  37. 7ce8135 It is not longer necessary to double-escape ; in %%%, problem reported by nicm · 5 years ago
  38. 3a4cf62 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  39. ddf53d6 Correctly adjust mouse position if the status line is at the top and by nicm · 5 years ago
  40. 8da756c Restore missing functions. by Nicholas Marriott · 5 years ago
  41. 463bd8a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  42. d7586d3 Use client name when logging command queue. by nicm · 6 years ago
  43. 930245d Make cmd_log_argv take a printf-like format for the prefix. by nicm · 6 years ago
  44. 75aeb73 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  45. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 6 years ago
  46. aa13bd4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  47. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago
  48. 4bc45fc Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  49. a384245 Adjust how mouse targets are found so they always have a session, window by nicm · 6 years ago
  50. 4d50557 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  51. 4097257 Do not store the mouse position we calculate as the start of a drag back by nicm · 6 years ago
  52. a14512e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  53. fc3d85e Fix mouse positioning when the pane is not entirely visible. by nicm · 6 years ago
  54. 7c4a225 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  55. 2d65bbd options_array_item_value cannot return NULL. by nicm · 6 years ago
  56. c869366 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  57. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 6 years ago
  58. acb2413 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  59. ce6be7a Make array options a sparse tree instead of an array of char * and by nicm · 6 years ago
  60. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  61. 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
  62. 33f9b31 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  63. d6ff630 Log command arguments. by nicm · 6 years ago
  64. f17ecaa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  65. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  66. e802b68 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  67. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
  68. fd13731 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  69. efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 8 years ago
  70. 418ab1a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  71. 126d364 server-info can become an alias rather than a command. by nicm · 8 years ago
  72. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  73. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  74. db8dff6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  75. aa4de2d Need to escape ; twice because the command list parser will eat one, by nicm · 8 years ago
  76. 570943b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  77. 5ea7a00 Quote backslash as well for %%%. by nicm · 8 years ago
  78. a342848 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  79. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  80. d3328a3 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  81. 70ba3c1 Fix the prefer unattached session behaviour of by nicm · 8 years ago
  82. 15b6774 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  83. 382e09b Make an empty state on error rather than leaving something partially by nicm · 8 years ago
  84. 5f9ba2f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  85. 8084a2c Add %%% to substitute with quotes escaped (convert " to \"). Use this by nicm · 8 years ago
  86. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  87. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  88. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  89. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  90. 6270392 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  91. 4d9e6ea Some improvements and bug fixes for hooks: by nicm · 8 years ago
  92. 5b8f033 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  93. b4f95c4 Allow cmd_mouse_at return arguments to be NULL. by nicm · 8 years ago
  94. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  95. f0239a8 Remove some more unused variables, and use RB_FOREACH_SAFE in by nicm · 9 years ago
  96. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  97. b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
  98. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  99. 6ab17e3 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  100. d5999f8 Use cmd_find_clear_state instead of an extra function doing the same. by nicm · 9 years ago