commit c89159924c16dae0a447829dd194317c41eccf5d 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 e81ecf7408a943566196d03b605a05a197381068 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 81cfd369584df487b43e580d5c031714649c892b 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 4ff140d83449568db456634955c8c7405175e05a Author: Egmont Koblinger Date: Sun Apr 16 22:01:39 2017 +0200 widget: Add more xkb layout switching codes to the list of modifiers https://bugzilla.gnome.org/show_bug.cgi?id=781130 (cherry picked from commit 5189b676dff420f53f3ddf7e9b4d7aeee64175d3) src/keymap.cc | 8 ++++++++ 1 file changed, 8 insertions(+) commit f48cab2032861b527bfcc5b9b8101fc0e33bb052 Author: Egmont Koblinger Date: Fri Apr 7 01:51:14 2017 +0200 emulation: Swallow OSC 8 Accept OSC 8 but make it a no-op, in preparation for the forthcoming hyperlink feature. https://bugzilla.gnome.org/show_bug.cgi?id=779734 (cherry picked from commit cd8c8b30241b0d357bcdf72256102d0afcc350b6) src/caps.cc | 2 ++ src/vteseq-n.gperf | 1 + src/vteseq.cc | 6 ++++++ 3 files changed, 9 insertions(+) commit 7acdc6560886d6265058d0b0e0d5e27e32e448bc Author: Christian Persch Date: Mon Mar 20 22:00:25 2017 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)