commit ded1bd783d50601b4ca524724b32f358c86ae289 Author: Egmont Koblinger Date: Mon Jan 13 20:07:25 2014 +0100 Version 0.35.1 NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) commit b1a3c3603ce919788e59503ff77ba57116315a76 Author: Egmont Koblinger Date: Mon Jan 13 18:15:23 2014 +0100 emulation: Fix standout handling (typo introduced by true color support) src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2b4f4f1eea9dd87e27142ee02c973ce7ae9afd3c Author: Egmont Koblinger Date: Mon Jan 13 17:42:49 2014 +0100 Fix performance regression with only one active terminal widget. https://bugzilla.gnome.org/show_bug.cgi?id=721944 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b8a021330c0375ef6411f9abf2e4f717d0a5fb1d Author: Egmont Koblinger Date: Mon Jan 13 17:29:26 2014 +0100 Allow ":" as subparameter delimiter in SGR color sequences. https://bugzilla.gnome.org/show_bug.cgi?id=685759 src/table.c | 38 ++++++++++++--- src/vteseq.c | 155 +++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 139 insertions(+), 54 deletions(-) commit a5fe6998b9fdcc9892a3dc8f53e70a5cf273d059 Author: Egmont Koblinger Date: Fri Jan 10 02:44:39 2014 +0100 emulation: Restore colors upon terminal reset. https://bugzilla.gnome.org/show_bug.cgi?id=672210 src/vte.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit c5a32b491afe783b02eec49b1f02241163ba4367 Author: Egmont Koblinger Date: Thu Jan 9 00:12:33 2014 +0100 emulation: Support 16 million colors https://bugzilla.gnome.org/show_bug.cgi?id=704449 perf/img.sh | 71 +++++++++++++++++++++++++ src/vte-private.h | 36 +++++++++---- src/vte.c | 155 ++++++++++++++++++++++++++++++------------------------ src/vterowdata.h | 47 ++++++++++------- src/vteseq.c | 151 +++++++++++++++++++++------------------------------- 5 files changed, 271 insertions(+), 189 deletions(-) commit 5cf31fcc7b12073e5ab4f49dd9c2477627547e1a Author: Egmont Koblinger Date: Wed Jan 8 23:43:02 2014 +0100 license: Update to LGPL 2.1. Update FSF postal address. https://bugzilla.gnome.org/show_bug.cgi?id=619891 https://bugzilla.gnome.org/show_bug.cgi?id=721522 COPYING | 216 +++++++++++++++++++++++++--------------------- acinclude.m4 | 10 +-- gnome-pty-helper/COPYING | 217 ++++++++++++++++++++++++++--------------------- src/buffer.h | 18 ++-- src/caps.c | 20 ++--- src/caps.h | 20 ++--- src/debug.c | 20 ++--- src/debug.h | 20 ++--- src/dumpkeys.c | 20 ++--- src/interpret.c | 20 ++--- src/iso2022.c | 20 ++--- src/iso2022.h | 20 ++--- src/keymap.c | 20 ++--- src/keymap.h | 20 ++--- src/matcher.c | 20 ++--- src/matcher.h | 20 ++--- src/mev.c | 20 ++--- src/pty.c | 20 ++--- src/pty.h | 20 ++--- src/reaper.c | 20 ++--- src/reaper.h | 20 ++--- src/reflect.c | 20 ++--- src/ring.c | 20 ++--- src/ring.h | 20 ++--- src/slowcat.c | 20 ++--- src/table.c | 20 ++--- src/table.h | 20 ++--- src/test-vte-sh.sh | 14 +-- src/trie.c | 20 ++--- src/trie.h | 20 ++--- src/vte-gtk-compat.h | 22 ++--- src/vte-private.h | 20 ++--- src/vte.c | 20 ++--- src/vte.h | 20 ++--- src/vte.sh | 15 ++-- src/vteaccess.c | 20 ++--- src/vteaccess.h | 20 ++--- src/vteapp.c | 20 ++--- src/vtebg.c | 20 ++--- src/vtebg.h | 20 ++--- src/vteconv.c | 20 ++--- src/vteconv.h | 20 ++--- src/vtedeprecated.h | 20 ++--- src/vtedraw.c | 20 ++--- src/vtedraw.h | 20 ++--- src/vteint.h | 20 ++--- src/vtepty-private.h | 16 ++-- src/vtepty.h | 16 ++-- src/vteregex.c | 20 ++--- src/vteregex.h | 20 ++--- src/vterowdata.c | 20 ++--- src/vterowdata.h | 20 ++--- src/vteseq.c | 20 ++--- src/vtestream-base.h | 20 ++--- src/vtestream-file.h | 20 ++--- src/vtestream.c | 20 ++--- src/vtestream.h | 20 ++--- src/vtetc.c | 20 ++--- src/vtetc.h | 20 ++--- src/vtetree.c | 20 ++--- src/vtetree.h | 20 ++--- src/vteunistr.c | 20 ++--- src/vteunistr.h | 20 ++--- src/vteutils.c | 20 ++--- src/vteutils.h | 20 ++--- src/vteversion.h.in | 20 ++--- src/xticker.c | 20 ++--- 67 files changed, 870 insertions(+), 834 deletions(-) commit a118544044e064ea1d3f36e959d961845ec9c317 Author: Egmont Koblinger Date: Wed Jan 8 23:38:24 2014 +0100 Emulation: Emit sequences for Shift+PageUp and friends on alternate screen. https://bugzilla.gnome.org/show_bug.cgi?id=643233 src/vte.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) commit 67e9cf6fe71a9dd65592e5e587b6f48ae5879ea7 Author: Egmont Koblinger Date: Tue Jan 7 20:23:17 2014 +0100 drawing: Make the cursor over a tab character only a single cell wide https://bugzilla.gnome.org/show_bug.cgi?id=691972 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bda961d71e34bc25f553b529f74af83e3fe04ce3 Author: Egmont Koblinger Date: Tue Jan 7 20:18:39 2014 +0100 doc: Add ambiguous.txt to EXTRA_DIST doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit f6cc6726745c3a4f79ba70152d0867dd3bfc537d Author: Paul Bolle Date: Tue Jan 7 20:02:11 2014 +0100 drawing: Make underline cursor's height equal the i-beam's width https://bugzilla.gnome.org/show_bug.cgi?id=586950 src/vte.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit f7b72a59e1cef353c9b287dbf030c312177e4e16 Author: Egmont Koblinger Date: Tue Jan 7 19:49:21 2014 +0100 Emulation: Fix escape sequence of Ctrl+Alt+Space https://bugzilla.gnome.org/show_bug.cgi?id=710349 src/keymap.c | 3 +++ 1 file changed, 3 insertions(+) commit 551bbddae4f7e476e9fd77c9b5908b058d624b3b Author: Egmont Koblinger Date: Tue Jan 7 19:47:13 2014 +0100 Emulation: Fix escape sequences of Begin (numpad 5) with modifiers https://bugzilla.gnome.org/show_bug.cgi?id=600659 src/keymap.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 3db0f20fc475c5f82db9de4c7a5f6feb4f9130d8 Author: Egmont Koblinger Date: Tue Jan 7 19:45:54 2014 +0100 Emulation: Fix escape sequences of Home and End, with and without modifiers https://bugzilla.gnome.org/show_bug.cgi?id=600659 src/keymap.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit e0aafaaccf11696939e35b891cad5d43663fabf5 Author: Egmont Koblinger Date: Tue Jan 7 19:44:36 2014 +0100 Emulation: Fix escape sequences of numpad math operators with modifiers https://bugzilla.gnome.org/show_bug.cgi?id=600659 src/keymap.c | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) commit f582d097c687daec99182844df744cfcfa60f7ec Author: Egmont Koblinger Date: Tue Jan 7 19:43:19 2014 +0100 Emulation: Fix escape sequences of F1-F4 with modifiers https://bugzilla.gnome.org/show_bug.cgi?id=600659 src/keymap.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 01cbea907972a8676b0b1065d59ee247e5cb253f Author: Egmont Koblinger Date: Tue Jan 7 19:41:23 2014 +0100 Mention rewrap in NEWS NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2e4d2814140cbeb6267871e6b66f9571e7d5b8c7 Author: Egmont Koblinger Date: Tue Jan 7 19:35:56 2014 +0100 iconv: Don't drop incomplete UTF-8 before control characters https://bugzilla.gnome.org/show_bug.cgi?id=720977 src/iso2022.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit c67472e1ee35e2cd8fae7c511d20af84832e73bd Author: Egmont Koblinger Date: Wed Dec 25 19:36:00 2013 +0100 iconv: UTF-8 decoding cleanup https://bugzilla.gnome.org/show_bug.cgi?id=720977 src/vteconv.c | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) commit 8f4a5533586c12d46169cf7e184c9ade28f713f7 Author: Christian Persch Date: Fri Dec 20 21:48:47 2013 +0100 doc: Remove ancient copy of xterm sequences doc The master copy in xterm is much more expansive and up to date. doc/Makefile.am | 7 - doc/ctlseqs.ms | 1647 ------------------------------------------------------- 2 files changed, 1654 deletions(-) commit a87c4ee534191f6f128381555e3e975daec8a41b Author: Christian Persch Date: Fri Dec 20 21:48:21 2013 +0100 doc: Add rewrap.txt to EXTRA_DIST doc/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit a6a370872c592db2e1c1166a005688d71db3b4c0 Author: Egmont Koblinger Date: Mon Dec 16 22:23:15 2013 +0100 widget: Add pref to control rewrapping on resize https://bugzilla.gnome.org/show_bug.cgi?id=336238 doc/reference/vte-sections.txt | 2 ++ src/vte-private.h | 1 + src/vte.c | 70 ++++++++++++++++++++++++++++++++++++++++-- src/vte.h | 2 ++ src/vteapp.c | 9 +++++- 5 files changed, 81 insertions(+), 3 deletions(-) commit 01e244183b7d8c5b3ef2a80546fe82b314a5883a Author: Christian Persch Date: Mon Dec 16 22:19:46 2013 +0100 docs: Add API index for symbols new in 0.36 doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 20ac1c5b0306f6d6e8d2a87c61d8c20d782b6c12 Author: Christian Persch Date: Sun Dec 1 18:05:04 2013 +0100 emulation: Fix function key mode setting These are boolean values, not pointers! src/vteseq.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit f231c86e2aedb1bc51a166a18fb6f372120ab3fb Author: Christian Persch Date: Sun Dec 1 18:02:30 2013 +0100 emulation: Make DECSET handler struct static By storing just the offsets, we can make the struct static and const. src/vteseq.c | 255 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 137 insertions(+), 118 deletions(-) commit 6ff4d0936ccc819b610f80bd12cb12bbcfcc2e6b Author: Christian Persch Date: Sun Dec 1 14:53:09 2013 +0100 emulation: Improve DECSET handler Use bsearch instead of a linear search. src/vteseq.c | 108 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 60 insertions(+), 48 deletions(-) commit 08c2ac7a4f9a9f89a268b1c55cb0b2b78be26c38 Author: Christian Persch Date: Sun Dec 1 13:18:04 2013 +0100 emulation: Remove duplicate sequence entry For commit b38428322ee2c99b9ef5da9208533b817fcf94fe. src/vteseq.c | 1 - 1 file changed, 1 deletion(-) commit 740c4d9ef36ba59c7330bc74b91ee85d55da6623 Author: Christian Persch Date: Mon Nov 18 21:59:02 2013 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)