Age | Commit message (Expand) | Author |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-01-31 | Add RGB escape sequences for capture-pane -e. | Nicholas Marriott |
2016-01-29 | Support for RGB colour, using the extended cell mechanism to avoid | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-22 | Don't leak extddata, memset after freeing it, not before. From Patrick | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-11-12 | grid_put_utf8 is unused, remove it. | Nicholas Marriott |
2015-09-25 | Free the history when it is cleared, based on a diff from Carlo Cannas. | Nicholas Marriott |
2015-09-02 | Fix indentation of grid_string_cells_fg. | Nicholas Marriott |
2015-08-24 | In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear | Nicholas Marriott |
2015-05-08 | Remove some stuff that accidentally ended up here from portable, and | Nicholas Marriott |
2015-04-23 | use reallocarray instead of calloc; avoid the zero before infill | Theo de Raadt |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-10-08 | Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow | Nicholas Marriott |
2014-09-17 | Fix some comments (c -> colour) and join unnecessary line splits. | Nicholas Marriott |
2014-09-01 | Various minor style and spacing nits. | Nicholas Marriott |
2014-04-16 | Memory leak in error path and unnecessary assignment, from clang. | Nicholas Marriott |
2014-03-31 | GRID_DEBUG is no longer needed. | Nicholas Marriott |
2014-02-14 | Style nit - no space between function name and bracket. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2014-01-15 | Couple of fixes from cppcheck via Tiago Cunha. | Nicholas Marriott |
2014-01-09 | Style and comment fixes from Tiago Cunha. | Nicholas Marriott |
2013-10-10 | Trivial style and spacing nits. | Nicholas Marriott |
2013-10-10 | Only include actual trailing spaces not unused cells with capturep -J, | Nicholas Marriott |
2013-03-25 | Allow lastgc to be NULL in grid_string_cells so find-window doesn't | Nicholas Marriott |
2013-03-25 | Preserve trailing spaces with capture-pane -J, from George Nachman. | Nicholas Marriott |
2013-03-25 | Use \\ not \ for escaping \. | Nicholas Marriott |
2013-03-22 | Add -C and -J to capture pane to escape control sequences and to join | Nicholas Marriott |
2013-03-22 | Clear last attributes after reset in string_cells, from George Nachman. | Nicholas Marriott |
2013-03-22 | Add -e flag to capture-pane to include embedded ANSI SGR escape | Nicholas Marriott |
2013-03-21 | Rework reflow code so it does not do so much allocation which should be | Nicholas Marriott |
2013-02-05 | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott |
2013-01-18 | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-05-23 | Use a predefined structure for not-space cells used to set attributes. | Nicholas Marriott |
2010-04-06 | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-18 | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott |
2009-10-13 | Move lines into the history when scrolling even if the scroll region is not | Nicholas Marriott |
2009-09-15 | Stick line length to what is actually used (removing an optimization that | Nicholas Marriott |
2009-08-21 | Fix grid_expand_line so it actually works when the required size is bigger than | Nicholas Marriott |
2009-08-20 | A few trivial optimisations: no need to check for zero size if calling | Nicholas Marriott |
2009-08-10 | Use the right source and destination lines in grid_duplicate_lines. | Nicholas Marriott |
2009-08-08 | Change the way the grid is stored, previously it was: | Nicholas Marriott |
2009-07-21 | Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by | Nicholas Marriott |
2009-07-16 | Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong | Nicholas Marriott |
2009-07-13 | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full | Nicholas Marriott |
2009-07-11 | Limit the history to hlimit not hlimit - 1. This makes a history-limit setting | Nicholas Marriott |