commit ef5abe86eed6279be4928ac1650f022fd7f1ba89 Author: Christian Persch Date: Tue Feb 18 21:52:30 2014 +0100 Version 0.35.2 NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 53bdd2569e943ebac2fce4f88064e3f4e529ed47 Author: Egmont Koblinger Date: Wed Feb 12 22:14:04 2014 +0100 widget: Maintain selection when rewrapping, take 3 https://bugzilla.gnome.org/show_bug.cgi?id=722635#c9 src/vte.c | 48 ++++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 18 deletions(-) commit 3cf7c41308e1eb9e33986474232f94d0a221501a Author: Egmont Koblinger Date: Fri Jan 24 02:05:40 2014 +0100 widget: Fix selection's padding adjustment https://bugzilla.gnome.org/show_bug.cgi?id=722873 src/vte.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 335872efdf8bdd40efceaf306fa25b7ba8ad5725 Author: Egmont Koblinger Date: Fri Jan 24 01:34:18 2014 +0100 widget: Maintain selection when rewrapping, take 2 https://bugzilla.gnome.org/show_bug.cgi?id=722635#c7 src/vte.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 9ff56e238ec92b8982b6dacc456c2f313b548196 Author: Egmont Koblinger Date: Fri Jan 24 01:00:35 2014 +0100 widget: Maintain selection when rewrapping https://bugzilla.gnome.org/show_bug.cgi?id=722635 src/vte.c | 46 ++++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 18 deletions(-) commit ccfc082df82c10fbe91848de16ba8ac45dcd5ce1 Author: Egmont Koblinger Date: Fri Jan 24 00:54:23 2014 +0100 emulation: Make OSC response use the same terminator as the query https://bugzilla.gnome.org/show_bug.cgi?id=722446 src/caps.c | 44 +++++++++++++-------------- src/vteseq-n.gperf | 33 +++++++++++++------- src/vteseq.c | 89 ++++++++++++++++++++++++++++++++++++++++++------------ 3 files changed, 113 insertions(+), 53 deletions(-) commit adb2aafe5d1eeca4f19d6c10b81f9ba18415ddcd Author: Egmont Koblinger Date: Wed Jan 22 01:49:43 2014 +0100 debug: Fix segfault src/vte.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit 1b8c6b1aac587b79476a60a5830385abc939430d Author: Egmont Koblinger Date: Wed Jan 22 00:13:51 2014 +0100 emulation: Add support for OSC 1?1[017] (fg, bg, highlight colors) https://bugzilla.gnome.org/show_bug.cgi?id=567444 src/caps.c | 34 +++++++++++++++++++++----- src/osc | 6 +++++ src/vteseq-n.gperf | 17 ++++++++++--- src/vteseq.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++------- 4 files changed, 110 insertions(+), 17 deletions(-) commit f957cd94c3057965bc8d74d0811252ff9dbb9894 Author: Egmont Koblinger Date: Tue Jan 21 00:41:22 2014 +0100 emulation: Add support for OSC 104 (reset colors) https://bugzilla.gnome.org/show_bug.cgi?id=640040 src/caps.c | 4 ++++ src/osc | 2 ++ src/vteseq-n.gperf | 1 + src/vteseq.c | 26 ++++++++++++++++++++++++++ 4 files changed, 33 insertions(+) commit b7c7417127521fbf6639ba78d5d32f1fe27a28c9 Author: Kevin Goodsell Date: Tue Jan 21 00:39:38 2014 +0100 emulation: Add support for OSC 112 (reset cursor color) https://bugzilla.gnome.org/show_bug.cgi?id=640040 src/caps.c | 2 ++ src/osc | 1 + src/vteseq-n.gperf | 1 + src/vteseq.c | 7 +++++++ 4 files changed, 11 insertions(+) commit c7a76a9f87bed3760f0922a7181d337c55dec121 Author: Egmont Koblinger Date: Tue Jan 21 00:37:08 2014 +0100 emulation: Refactor color palette handling https://bugzilla.gnome.org/show_bug.cgi?id=640040 src/vte-private.h | 23 ++++---- src/vte.c | 159 ++++++++++++++++++++++-------------------------------- src/vteseq.c | 18 ++++--- 3 files changed, 87 insertions(+), 113 deletions(-) commit de31abd9d5eb101530f6e9096c6e930230cb1f6d Author: Egmont Koblinger Date: Fri Jan 17 03:40:14 2014 +0100 widget: Don't try to allocate arbitrary amount of memory. src/vte.c | 2 ++ 1 file changed, 2 insertions(+) commit 3dead44f0ef831bf54cbcdf86d59c104c88f2db0 Author: Egmont Koblinger Date: Fri Jan 17 03:36:36 2014 +0100 widget: Fix off-by-one in allowed palette size. src/vte.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 6b524d4aad8665f36ce106304cc6d9e7d14dcf8c Author: Christian Persch Date: Mon Jan 13 20:28:26 2014 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)