commit e910848a86d42bbcffe121a2a68344e4988dd5dd
Author: Christian Persch <
[email protected]>
Date: Mon Jun 23 19:28:26 2014 +0200
Version 0.36.3
NEWS | 9 +++++++++
1 file changed, 9 insertions(+)
commit c33bed4f70315390195f51fe0981cf68b81a8bb3
Author: Christian Persch <
[email protected]>
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.
(cherry picked from commit 4b4cb33957749a2f194aeec63c1b17b4acd29c02)
src/vteutils.c | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
commit d4a84d4fb298235c63d5a7a74a215b27b3706b01
Author: Egmont Koblinger <
[email protected]>
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
(cherry picked from commit 977375b05df4f906329177a401a2d8c00b2516d4)
src/vte.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit 2991e7a7d4dbac115a2ab941d4af4dc74aa05dd6
Author: Egmont Koblinger <
[email protected]>
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
(cherry picked from commit 9240ed8a65549300840aa15fc1580f6c350ae583)
Conflicts:
src/vte.c
src/vte.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
commit 69ebde2c249dbd334664f590de32daa5d087dce6
Author: Egmont Koblinger <
[email protected]>
Date: Sat May 17 13:45:09 2014 +0200
iconv: Fix the UTF-8 decoder when a NUL byte is encountered
https://bugzilla.gnome.org/show_bug.cgi?id=730220
(cherry picked from commit 95879ab9b4aa113d7877e4d080fbb7b403963f3b)
src/vteconv.c | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 83 insertions(+), 2 deletions(-)
commit 5c682b774b19755b922ff6f932c55cb77036c92a
Author: Egmont Koblinger <
[email protected]>
Date: Fri May 16 13:33:01 2014 +0200
iconv: Fix a broken unittest
(cherry picked from commit 8a17c8ee4474b84414e5ed35a604ff3abfbe3fbe)
src/vteconv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ef06c336f28d5c4472a886f4374631cf6e0ad4f8
Author: Egmont Koblinger <
[email protected]>
Date: Fri May 16 13:25:39 2014 +0200
iconv: Fix broken _vte_conv_utf8_strlen
(cherry picked from commit 3287a66f02edd3f26e5da708d1c3d36b3418a23c)
src/vteconv.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
commit 491a08b59b23912134732687389c63252b67f934
Author: Egmont Koblinger <
[email protected]>
Date: Mon May 26 13:14:44 2014 +0200
widget: Speed up scrolling in very large terminals
https://bugzilla.gnome.org/show_bug.cgi?id=730732
(cherry picked from commit b8db6a28b9b809a643268941a3bd1b0dcff70198)
src/vte.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
commit 781480fe81cca3b66e02bdb9d34bbacc822f3496
Author: Egmont Koblinger <
[email protected]>
Date: Mon May 26 12:54:55 2014 +0200
widget: Fix a rare display update problem after a terminal reset
https://bugzilla.gnome.org/show_bug.cgi?id=730599
(cherry picked from commit 8fbb9722099fa4af01cfb16919fe61282a7aa9ab)
src/vte.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit 641ed539fab30f2fbcf88a8faab61f108e7df012
Author: Egmont Koblinger <
[email protected]>
Date: Mon May 26 12:19:14 2014 +0200
widget: Set the ring's in-memory size on terminal reset
(cherry picked from commit 2249f514c877041dd291a717360cd6e2747103f5)
Conflicts:
src/vte.c
src/vte.c | 2 ++
1 file changed, 2 insertions(+)
commit 6f137882264fde4ad67e017113b1288d1eed4c85
Author: Egmont Koblinger <
[email protected]>
Date: Sun May 25 19:27:51 2014 +0200
widget: Make sure to always set the style
https://bugzilla.gnome.org/show_bug.cgi?id=727614
(cherry picked from commit 7a8256af09173496a09afec90249a9875c742896)
Conflicts:
src/vte.c
src/vte.c | 3 +++
1 file changed, 3 insertions(+)
commit b2f437c67847647e892495f9b1656ac29a6bdc86
Author: Egmont Koblinger <
[email protected]>
Date: Thu May 22 22:28:59 2014 +0200
widget: Immediately resize the ring on app-initiated window resize
https://bugzilla.gnome.org/show_bug.cgi?id=647466
(cherry picked from commit 4425ee077bbedb1337e2e7d332e1137e68fd4adf)
src/vte.c | 37 ++++++++++++++++---------------------
1 file changed, 16 insertions(+), 21 deletions(-)
commit 208b8bfa1884aea09a6aa8f4a046067d4f78f46f
Author: Colin Gibbs <
[email protected]>
Date: Mon May 19 15:27:40 2014 +0200
widget: Fix disappearing mouse pointer
https://bugzilla.gnome.org/show_bug.cgi?id=725342
src/vte.c | 1 +
1 file changed, 1 insertion(+)
commit 1f764f94d1f9798e3a47365cb4a215c06b9aef8a
Author: Egmont Koblinger <
[email protected]>
Date: Wed May 14 17:09:10 2014 +0200
emulation: Fix escape sequences of keypad Home and End (take 2)
https://bugzilla.gnome.org/show_bug.cgi?id=600659#c63
(cherry picked from commit 691669ac5166da1104eb584bc43a70a9c7a924d7)
src/keymap.c | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
commit 1605e12adbdcd7c91a73f69d0d9aa0f418a3c0af
Author: Christian Persch <
[email protected]>
Date: Wed May 14 19:48:34 2014 +0200
build: Dist box_drawing_generate.sh
https://bugzilla.gnome.org/show_bug.cgi?id=730140
(cherry picked from commit ffa42d66a73c66bbda25df5d84b95717be6b1efa)
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 908db36da9ac544045612d8a019dc18f8d74400f
Author: Christian Persch <
[email protected]>
Date: Mon May 12 20:26:05 2014 +0200
Post release version bump
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)