commit 73745f9f4a1dd87edf69a807f90f8d99880b8d80 Author: Egmont Koblinger Date: Mon Jun 23 14:37:31 2014 +0200 widget: Fix display glitch when starting a rectangular selection https://bugzilla.gnome.org/show_bug.cgi?id=730800#c10 src/vte.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit 9ef0dcfba0bc43f1a8f8e4c7ef25e0184eb4659f Author: Egmont Koblinger Date: Sun Jun 22 21:36:54 2014 +0200 widget: Fix another display glitch with rectangular selection and wide chars https://bugzilla.gnome.org/show_bug.cgi?id=730800#c7 src/vte.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 1052bc6e8d675ef2142d416f18648df5399acd79 Author: Egmont Koblinger Date: Sun Jun 22 11:39:58 2014 +0200 emulation: Clean up TAB/CJK when pushed out on the right src/vte.c | 2 ++ src/vteseq.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) commit b9dad4a2d5515c8facf5b64f1a0b0cd43da839ca Author: Egmont Koblinger Date: Tue Jun 17 19:24:31 2014 +0200 widget: Fix an off-by-one in TAB/CJK cleanup on deleting a character https://bugzilla.gnome.org/show_bug.cgi?id=731788 src/vteseq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4b4cb33957749a2f194aeec63c1b17b4acd29c02 Author: Christian Persch Date: Fri Jun 13 19:13:56 2014 +0200 utils: Set some FS flags on our temp files Disable COW on our temp files, if the FS it's on supports it. src/vteutils.c | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) commit 977375b05df4f906329177a401a2d8c00b2516d4 Author: Egmont Koblinger Date: Sat Jun 14 10:23:54 2014 +0200 widget: Fix a drawing artifact with blinking cursor https://bugzilla.gnome.org/show_bug.cgi?id=731427 src/vte.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 609ab716d743b806325c362852add882b069af09 Author: genodeftest Date: Sun Jun 8 16:00:33 2014 +0000 Updated German translation po/de.po | 86 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 36 deletions(-) commit 854bc46c452131135c66dcb039621769166fa7e2 Author: Egmont Koblinger Date: Wed Jun 4 14:33:06 2014 +0200 emulation: Fix cursor position when entering restricted scroll with origin This fixes vttest's "Origin mode test" (under "screen features"). src/vteseq.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit 2acda621985e1df2e84d579f77f479e8b1f02b21 Author: Egmont Koblinger Date: Thu May 29 13:02:11 2014 +0200 docs: Clarify get/set_font's relation to font scale src/vte.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) commit 5d934ecc4e23610dfaaaed0c8ec1c3137e08160b Author: Egmont Koblinger Date: Thu May 29 12:47:21 2014 +0200 widget: Don't apply the font scale again on an already scaled font https://bugzilla.gnome.org/show_bug.cgi?id=730858 src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9240ed8a65549300840aa15fc1580f6c350ae583 Author: Egmont Koblinger Date: Thu May 29 12:39:44 2014 +0200 emulation: Keep the incoming buffer on reset https://bugzilla.gnome.org/show_bug.cgi?id=730760 src/vte.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) commit a540568a7efe784cf1f48b43656476b23ff083f9 Author: Christian Persch Date: Wed May 28 20:37:21 2014 +0200 build: Fix version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7dc1d2848bb934bf39fd1539a0d562596bcff3a7 Author: Christian Persch Date: Wed May 28 19:07:57 2014 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)