| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 |
|\ |
|
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-12 |
|\| |
|
| * | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | nicm | 2015-11-12 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-27 |
|\| |
|
| * | Move struct options into options.c. | nicm | 2015-10-27 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-14 |
|\| |
|
| * | Remove some extra blank lines. | nicm | 2015-09-14 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-14 |
|\| |
|
| * | Merge delete-buffer into cmd-set-buffer.c and change the paste buffer | nicm | 2015-09-11 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-30 |
|\| |
|
| * | paste_send_pane can be merged into cmd-paste-buffer.c now. | nicm | 2015-08-29 |
| * | Move struct paste_buffer out of tmux.h. | nicm | 2015-08-29 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-04-19 |
|\| |
|
| * | When replacing, don't free the old paste until after the new one's name | nicm | 2015-04-07 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-11-09 |
|\| |
|
| * | Tidy up mode-mouse check. | nicm | 2014-11-05 |
* | | No need for $Id$ now. | Nicholas Marriott | 2014-11-08 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-10-21 |
|\| |
|
| * | Add xreallocarray and remove nmemb argument from xrealloc. | nicm | 2014-10-08 |
| * | Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow | nicm | 2014-10-08 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-09-25 |
|\| |
|
| * | Various minor style and spacing nits. | nicm | 2014-09-01 |
| * | Don't allow pasting into input-disabled panes, from Anish R Athalye. | nicm | 2014-08-25 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-08-09 |
|\| |
|
| * | Comment style nits. | nicm | 2014-06-20 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-06-20 |
|\| |
|
| * | Don't allow multiple buffers with the same name, from Thomas Adam. | nicm | 2014-05-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-05-13 |
|\| |
|
| * | Add support for named buffers. If you don't name a buffer, things work | nicm | 2014-05-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-04-24 |
|\| |
|
| * | There is no longer a need for a paste_stack struct or for global_buffers | nicm | 2014-04-24 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-04-05 |
|\| |
|
| * | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | nicm | 2014-04-02 |
| * | Add setb -a to append and a copy mode append command, from J Raynor with | nicm | 2014-03-31 |
* | | Add setb -a to append and a copy mode append command, from J Raynor with minor | Nicholas Marriott | 2014-03-06 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2014-02-19 |
|\| |
|
| * | Fix memory leaks with paste_replace, based on changes from J Raynor. | nicm | 2014-02-17 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2012-11-27 |
|\| |
|
| * | Support middle-click paste, based on a diff from Ailin Nemui. | Nicholas Marriott | 2012-11-27 |
| * | Trivial code simplification from Tim Ruehsen. | Nicholas Marriott | 2012-09-04 |
| * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| * | Style: uint -> u_int and a missing else. | Nicholas Marriott | 2011-03-28 |
| * | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott | 2010-12-30 |
| * | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott | 2010-06-21 |
| * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| * | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott | 2009-11-26 |
| * | tv member of struct paste_buffer is updated but not otherwise used, so remove | Nicholas Marriott | 2009-11-03 |
| * | Regularise some fatal messages. | Nicholas Marriott | 2009-09-20 |
| * | Give each paste buffer a size member instead of requiring them to be | Nicholas Marriott | 2009-09-07 |