commit f6a7ad5555839e76d643448124cf6a96d7c5ddd6 Author: Christian Persch Date: Mon Sep 4 20:11:16 2017 +0200 Version 0.49.92 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 662919b67a0cfd63f93220a72cb5a8efc69c2863 Author: Alexander Shopov Date: Sat Sep 2 09:32:34 2017 +0300 Updated Bulgarian translation po/bg.po | 83 ++++++++++++---------------------------------------------------- 1 file changed, 15 insertions(+), 68 deletions(-) commit ba0e1e589faceb8bfdd716790f595f733f698a0d Author: Egmont Koblinger Date: Thu Aug 31 21:31:58 2017 +0200 widget: Use lighter dashed underline for hyperlinks https://bugzilla.gnome.org/show_bug.cgi?id=786912 src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ea132fc22bdad37de04dea38ff8f7a95d2d79d1b Author: Ask Hjorth Larsen Date: Mon Aug 28 19:45:52 2017 +0200 Updated Danish translation po/da.po | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) commit efbf38e37be3cac925f5b3540a651fc0133c10a1 Author: Jordi Mas Date: Tue Aug 22 08:46:21 2017 +0200 Update Catalan translation po/ca.po | 129 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 60 insertions(+), 69 deletions(-) commit 3e744098a4345fab636dca438f7e1996cdb57f7e Author: Egmont Koblinger Date: Sun Aug 20 22:35:27 2017 +0200 widget: Don't hide the mouse pointer when a popover is presented This was broken in commit 776823da23b81b70e430c494bb66b54954c42d7b. https://bugzilla.gnome.org/show_bug.cgi?id=786441 src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 858ac54a884ae4687e98be2785ba0e1a7bcf45f6 Author: Piotr Drąg Date: Sat Aug 12 02:11:44 2017 +0200 Update Polish translation po/pl.po | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) commit 723ea607ae49f61b2f23af8c7ea43144e9acfb69 Author: Benjamin Berg Date: Wed Jul 19 16:44:46 2017 +0200 Emit beep on the window instead of the display This means that in GNOME when enabling visual flash (in a11y) then only the gnome-terminal frame will flash instead of the whole screen. Having the whole screen flash is really disrupting and almost all the time the reason for the flash is e.g. tab completion kicking in. src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit fa3bc86008cfe517dbb05deb4dff0059f3749c95 Author: Emmanuele Bassi Date: Wed Jul 12 17:05:24 2017 +0100 Fix the generation of the signal marshallers The generation of the signal marshallers is based on an undefined behaviour of the glib-genmarshal tool. Passing both the --header and --body command line arguments is undocumented and untested behaviour. The generated C source adds prototypes for the marshallers, and wraps the whole file between C++ guards. Instead of relying on undocumented behaviour, we can achieve the same result by including the generated header in the generated source. https://bugzilla.gnome.org/show_bug.cgi?id=784853 src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit af889244f9306d8686c6346da35f34694240882e 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 src/caps.cc | 2 ++ src/vteseq-n.gperf | 1 + src/vteseq.cc | 12 ++++++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) commit a0b0a25b6a53b56095e7df1551cfce8aa0a0906d Author: Kristjan SCHMIDT Date: Sat Jun 10 17:46:03 2017 +0200 Updated Esperanto translation po/eo.po | 115 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 53 insertions(+), 62 deletions(-) commit 61049af2ee9dfe8d5113eafd3597395f8fe27029 Author: Debarshi Ray Date: Tue May 23 17:13:30 2017 +0200 Don't set variables to values that are never used https://bugzilla.gnome.org/show_bug.cgi?id=783001 src/vterowdata.cc | 2 +- src/vtestream-file.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 965ac9144b5989859230cd859e675fd5dfb29eac 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 src/pty.cc | 1 - 1 file changed, 1 deletion(-) commit 91e9c83878ee389ad63f45c7ec654011b75039e5 Author: Christian Persch Date: Sun May 7 13:57:41 2017 +0200 widget: Provide a way to copy the selection to clipboard as HTML Currently, copying to HTML is disabled (#if 0) in the code, because it will generate the potentially huge selection data in both text and HTML formats. Instead, provide API to tell vte which format to use. https://bugzilla.gnome.org/show_bug.cgi?id=365121 bindings/vala/app.ui | 1 + bindings/vala/app.vala | 12 +- doc/reference/vte-sections.txt | 6 +- src/vte.cc | 325 +++++++++++++++++++++-------------------- src/vte/vtedeprecated.h | 4 + src/vte/vteenums.h | 15 ++ src/vte/vteterminal.h | 3 +- src/vteaccess.cc | 4 +- src/vtegtk.cc | 71 ++++++--- src/vteinternal.hh | 38 ++--- 10 files changed, 270 insertions(+), 209 deletions(-) commit 64be114a87ad20e874860a7a819c16fa394c69f8 Author: Egmont Koblinger Date: Thu May 4 22:31:21 2017 +0200 widget: Fix allow-hyperlink's default src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4d9fe82d8ef4eda415edae7a307df093f77e50e6 Author: Egmont Koblinger Date: Sun Apr 30 23:32:09 2017 +0200 docs: Remove an obsolete comment src/vterowdata.h | 3 --- 1 file changed, 3 deletions(-) commit 0c0ad520265f4a8fc2e8caced228be1c8aa9553e Author: Egmont Koblinger Date: Sun Apr 30 23:29:36 2017 +0200 img.sh: Fix for newer ImageMagick https://bugzilla.gnome.org/show_bug.cgi?id=781865 perf/img.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 049e0bbc9807311edac246427f3f1f164f60c2da Author: Christian Persch Date: Wed Apr 26 11:21:41 2017 +0200 build: vala: Fix check for valac >= 0.31.1 Need to always check this, since we build (but not install) the test application when --enable-vala is given. https://bugzilla.gnome.org/show_bug.cgi?id=781720 configure.ac | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) commit c153782c0654f9e99a77207b217fb2778397972e Author: Christian Persch Date: Wed Apr 26 11:13:22 2017 +0200 build: vala: Bump vapigen required version to 0.24 https://bugzilla.gnome.org/show_bug.cgi?id=781322 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ae3ae3983598109f8d7b3e97f0db58504402e6a Author: Egmont Koblinger Date: Wed Apr 26 00:05:23 2017 +0200 docs: Fix hyperlink signal name src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d2e38f44ec644f94e79f6aa923da5b57601a47df Author: Christian Persch Date: Tue Apr 25 23:06:13 2017 +0200 pty: spawn: Always fill in the GError on failure src/pty.cc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 92da93ab5aa8ee32335dfb14aacd3597823a103f Author: Christian Persch Date: Tue Apr 25 12:53:14 2017 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)