commit ba28429a692ab8f42f543c844862f66177b2003e Author: Egmont Koblinger Date: Fri Sep 29 14:26:40 2017 +0200 widget: Fix initial size in presence of non-default padding https://bugzilla.gnome.org/show_bug.cgi?id=787710 (cherry picked from commit 41f55bc1c2a978491b3fa3d23cb4aeb0c900e2b1) src/vte.cc | 13 ++++++++++--- src/vtegtk.cc | 11 +++++++++++ src/vteinternal.hh | 1 + 3 files changed, 22 insertions(+), 3 deletions(-) commit d854bc3b98018854dfdfbf54532e2deb5b662689 Author: Egmont Koblinger Date: Thu Sep 28 16:03:04 2017 +0200 emulation: Add support for REP (repeat preceding graphic character) https://bugzilla.gnome.org/show_bug.cgi?id=787701 (cherry picked from commit 0656a5794c8d075c8e7c4b56b3b6142068433981) src/vte.cc | 6 ++++++ src/vteinternal.hh | 1 + src/vteseq-n.gperf | 2 +- src/vteseq.cc | 18 ++++++++++++++++++ 4 files changed, 26 insertions(+), 1 deletion(-) commit 319f8a604d42d521d6f69bd66ccf6301ee3ee3f3 Author: Christian Persch Date: Tue Jun 13 09:27:06 2017 +0200 emulation: Swallow iterm2 OSC 133 Accept OSC 133 but make it a no-op. When sshing to an osx host the iterm2 integration may be active, causing the remote shell to emit iterm2 OSC 133 sequences that clutter the vte terminal since we don't ignore unknown sequences (bug 403130). https://bugzilla.gnome.org/show_bug.cgi?id=783710 (cherry picked from commit af889244f9306d8686c6346da35f34694240882e) src/caps.cc | 2 ++ src/vteseq-n.gperf | 1 + src/vteseq.cc | 12 ++++++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) commit 19b505453db707f33c2323aa4682ea36f0f52524 Author: Debarshi Ray Date: Tue May 23 09:56:24 2017 +0200 pty: Removed unused variable Fallout from b59d76a5073d789f2f948cf928e883cb70cc8a75 https://bugzilla.gnome.org/show_bug.cgi?id=782977 (cherry picked from commit 965ac9144b5989859230cd859e675fd5dfb29eac) src/pty.cc | 1 - 1 file changed, 1 deletion(-) commit a39592b3ad53e756fc030d8d8553426c3aa5014a Author: Christian Persch Date: Wed May 10 00:01:13 2017 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)