commit 2520d6b6785646ceb5f501f9c37a1a0307fa4486 (HEAD, tag: 0.64.0) Author: Christian Persch Date: Fri Mar 19 22:52:23 2021 +0100 build: Version 0.64.0 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 167344455e9d625f784855b969aad8c5290ffda0 Author: Christian Persch Date: Fri Mar 19 22:52:23 2021 +0100 build: Add dist script (cherry picked from commit a5817b18ec2e770cfea0e51ae3350943c3287956) Makefile.meson | 8 ++++++++ meson.build | 6 ++++++ meson_changelog.sh | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) commit 6b6b5f394365c091f37307efddda5c113454ae79 Author: Christian Persch Date: Thu Mar 4 23:05:25 2021 +0100 app: Use gboolean for GOptionArg entries of type G_OPTION_ARG_NONE (cherry picked from commit a96c4b23e015408af5653791a0b45eca4f33e351) src/app/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa9de1826cfc81c0a471fa3bf56e6dd878ce14ea Author: Christian Persch Date: Wed Mar 3 22:10:46 2021 +0100 widget: Don't implement GtkScrollableInterface:get_border This reverts commit a7b863a6; see https://gitlab.gnome.org/GNOME/vte/-/issues/336#note_1049578 . (cherry picked from commit e20739ef0cf88a8bfa31fad0df0c6487b9073f39) src/vtegtk.cc | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) commit 8099c927b710a6259fd968d50bfd389c1f2bc279 Author: Jiri Grönroos Date: Sat Feb 27 09:58:26 2021 +0000 Update Finnish translation po/fi.po | 62 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 19 deletions(-) commit aa284d83dee66bfa3fd0dbd9c965f24b13185044 Author: Fran Dieguez Date: Wed Feb 24 00:01:34 2021 +0000 Update Galician translation po/gl.po | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) commit 98c044a5698cd814fc43465b91d3962267472961 Author: Christian Persch Date: Sun Feb 21 16:15:40 2021 +0100 app: Add debug option to track clipboard targets Trying to help track down the clipboard issue in mutter#1469 / gnome-shell#3052 / mutter#1656. (cherry picked from commit 94966f638af6999103f89cd8e31b71701cca495b) src/app/app.cc | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) commit 072fcfc5579986dbe4ed705ccd0bee05274567b3 Author: Christian Persch Date: Sat Feb 13 22:52:39 2021 +0100 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3ade6aef026c181a2385b5678b62b6e2f8aea549 (tag: 0.63.91) Author: Christian Persch Date: Sat Feb 13 22:52:05 2021 +0100 Version 0.63.91 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d578bd30b18a0d040305f356a3327fbd011e5451 Author: Christian Persch Date: Sat Feb 13 22:52:05 2021 +0100 all: Remove SIXEL support from stable branch The SIXEL support is not in a releasable state with important and fundamental problems still unsolved. meson.build | 2 - meson_options.txt | 7 - src/app/app.cc | 6 - src/debug.cc | 1 - src/debug.h | 1 - src/fwd.hh | 8 - src/image.cc | 68 --- src/image.hh | 102 ---- src/meson.build | 56 -- src/parser-cat.cc | 327 ----------- src/parser-seq.py | 2 +- src/pty.cc | 4 - src/ring.cc | 225 +------ src/ring.hh | 45 -- src/sixel-context.cc | 518 ---------------- src/sixel-context.hh | 676 --------------------- src/sixel-fuzzer.cc | 763 ------------------------ src/sixel-parser.hh | 670 --------------------- src/sixel-test.cc | 1589 -------------------------------------------------- src/vte.cc | 179 +----- src/vtedefines.hh | 6 - src/vtegtk.cc | 26 +- src/vteinternal.hh | 38 -- src/vteseq.cc | 223 +------ src/widget.hh | 3 - 25 files changed, 19 insertions(+), 5526 deletions(-) commit 249a9c77cc5870f04dc9650dd76c800c368ff03e Author: Christian Persch Date: Sat Feb 13 21:31:08 2021 +0100 lib: Typo fix src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 92d51002f0228fe5f9702e6427c19e07385ec0f8 Author: Christian Persch Date: Sat Feb 13 21:31:08 2021 +0100 parser: DECBI is NOP src/parser-seq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 35b0a8dc9776300bd33c8106e500436b6c11fccc Author: Christian Persch Date: Sat Feb 13 21:31:08 2021 +0100 sixel: Add missing ifdef src/parser-cat.cc | 2 ++ 1 file changed, 2 insertions(+) commit 4a9629531ac5ae59fe0c87f46a64788691295ad4 Author: Christian Persch Date: Sat Feb 13 21:31:08 2021 +0100 sixel: Add missing ifdef src/vteinternal.hh | 2 ++ 1 file changed, 2 insertions(+) commit 553d220562e17f21c1f4fe77ecca6e2bb9698c3d Author: Christian Persch Date: Mon Feb 8 22:20:43 2021 +0100 font: pangocairo: Use PangoFontMetrics to measure the font Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/163 src/fonts-pangocairo.cc | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) commit 9f906c85094cb2dc832f402ae06edccc776899b4 Author: A S Alam Date: Sat Feb 6 18:14:03 2021 +0000 Update Punjabi translation po/pa.po | 141 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 77 insertions(+), 64 deletions(-) commit bd53b684f319284321d8fab47f7f2bf01487ec4e Author: Christian Persch Date: Fri Feb 5 22:43:03 2021 +0100 parser: Correct charset designation sequences with final byte 7/14 src/parser-charset-tables.hh | 21 ++++++--------------- src/parser-charset.hh | 1 + src/parser-test.cc | 4 ++++ src/parser.cc | 21 +++++++++++++++------ 4 files changed, 26 insertions(+), 21 deletions(-) commit 650567f48f4f4338993206682ea0e9369b1395d7 Author: Christian Persch Date: Fri Feb 5 22:43:03 2021 +0100 lib: Fix indentation src/vte/vteterminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c21b4223c2a031e281659efcb0c4becb3c15434f Author: Christian Persch Date: Fri Feb 5 22:43:03 2021 +0100 parser: cat: Make linter warn on unsupported RLogin DECSIXEL ID extension src/parser-cat.cc | 6 ++++++ src/vteseq.cc | 2 ++ 2 files changed, 8 insertions(+) commit 144bd35be3640612786bed3b087dfd99309abd02 Author: Christian Persch Date: Fri Feb 5 00:35:15 2021 +0100 sixel: Fix omitted data syntax reset when mismatched controls At the end of parsing the sixel data, we always need to pop_data_syntax(). The code was incorrectly omitting that in the case of mismatched controls. src/vte.cc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) commit 91d7e0f0b90f9ae3e94a1db6cda6e81ea2ae6431 Author: Christian Persch Date: Thu Feb 4 19:48:48 2021 +0100 lib: Replace deprecated std::is_pod ... in preparation of requiring C++20. src/ring.hh | 4 ++-- src/vtetypes.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 9936d4d75b30793ca9f4f1baeda9270fa95562ee Author: Christian Persch Date: Thu Feb 4 18:40:51 2021 +0100 parser: cat: Make linter warn on unsupported RLogin DECGCI extension src/parser-cat.cc | 6 ++++++ 1 file changed, 6 insertions(+) commit 7619bf481882ec34ddcc1da6dfbb05891fc047ab Author: Christian Persch Date: Thu Feb 4 18:40:51 2021 +0100 keymap: Use int8_t for the length of the short keymap strings ... instead of ssize_t. src/keymap.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 8d4204f3afb159ac883760350c92c8f4bc4e9836 Author: Christian Persch Date: Tue Feb 2 20:06:56 2021 +0100 Revert "font: pangocairo: Use PangoFontMetrics to measure the font" This regresses https://gitlab.gnome.org/GNOME/vte/-/issues/138 . Reopens: https://gitlab.gnome.org/GNOME/vte/-/issues/163 src/fonts-pangocairo.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 6f860706a907549a74e09e4e047643a44128dbcc Author: Christian Persch Date: Mon Feb 1 22:04:12 2021 +0100 lib: Move missing defs to missing.hh and update src/missing.hh | 26 ++++++++++++++++++++++++++ src/vteutils.cc | 9 ++------- 2 files changed, 28 insertions(+), 7 deletions(-) commit 6ff6542e902a1b7db6eca18cf8bccf24da431679 Author: Christian Persch Date: Mon Feb 1 22:04:12 2021 +0100 spawn: Use close_range to set CLOEXEC on all FDs ... when available; otherwise fall back to iterating over /proc/self/fd as previously. src/missing.cc | 36 ++++++++++++++++++++++++++++++++++- src/missing.hh | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) commit ce347e7022f0e7422c0a4410d51d7caa534b22ce Author: Christian Persch Date: Mon Feb 1 21:54:32 2021 +0100 font: pangocairo: Use PangoFontMetrics to measure the font Based on a patch by Arthur Huillet. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/163 src/fonts-pangocairo.cc | 72 ++++++++++++++++++++++++++++++------------------- src/fonts-pangocairo.hh | 2 +- src/pango-glue.hh | 4 +++ 3 files changed, 49 insertions(+), 29 deletions(-) commit 38d9339917dbd2f84a57ff1cc2b28deaed3c86e7 Author: Christian Persch Date: Sun Jan 31 23:10:29 2021 +0100 parser: modes: Generate modes-*.hh from script and data src/meson.build | 16 +- src/modes-ecma.hh | 218 --------- src/modes-private.hh | 881 --------------------------------- src/modes.hh | 10 +- src/modes.py | 1335 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1354 insertions(+), 1106 deletions(-) commit eeb80ac1403546034478ce80d6f53cb9c43a735b Author: Christian Persch Date: Sun Jan 31 23:10:29 2021 +0100 emulation: Use the correct enum src/vteseq.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 558edad923ab104ec5240dbccbd7442c97621c3e Author: Christian Persch Date: Sun Jan 31 23:10:29 2021 +0100 parser: Add new sequence from xterm 362 src/parser-seq.py | 2 ++ src/vteseq.cc | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) commit b9f06ab451a00c6fc082d3cb17f8c4b1f98d3d66 Author: Christian Persch Date: Sun Jan 31 23:10:29 2021 +0100 modes: Fix typo src/modes-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e14529d4219f3792690566ef7ec70febd87e070 Author: Christian Persch Date: Sun Jan 31 23:10:29 2021 +0100 all: Clean up licence headers Unify the licence headers so that all same-licensed files use the exact same text. For some time now, libvte has been effectively LGPL3+ due to newer files being LGPL3+ only while some older files were still nominally LGPL2+ as per their licence headers. Exercise the "or (at your option) any later version" upgrade option to henceforth use, modify and distribute all these files under LGPL3+ only. COPYING.GPL3 | 4 +- COPYING.LGPL2 | 502 ---------------------------------------- Makefile.meson | 16 +- bindings/gir/meson.build | 16 +- bindings/glade/meson.build | 16 +- bindings/meson.build | 16 +- bindings/vala/app.gresource.xml | 10 +- bindings/vala/app.vala | 4 +- bindings/vala/meson.build | 16 +- doc/reference/meson.build | 16 +- doc/reference/vte-docs.xml | 25 +- meson.build | 16 +- meson_options.txt | 16 +- perf/256test.sh | 9 +- perf/deco.sh | 9 +- perf/img.sh | 9 +- perf/printwinsize.py | 20 +- perf/sgr-test.sh | 9 +- po/meson.build | 16 +- src/app/app-gtk3.gresource.xml | 10 +- src/app/app.cc | 2 +- src/app/appmenu-gtk3.ui | 2 +- src/app/meson.build | 16 +- src/app/search-popover-gtk3.ui | 2 +- src/app/window-gtk3.ui | 2 +- src/attr.hh | 16 +- src/bidi.cc | 17 +- src/bidi.hh | 17 +- src/box_drawing_generate.sh | 9 +- src/buffer.h | 17 +- src/cairo-glue.hh | 14 +- src/caps.hh | 17 +- src/cell.hh | 17 +- src/chunk.cc | 16 +- src/chunk.hh | 16 +- src/clipboard-gtk.cc | 16 +- src/clipboard-gtk.hh | 16 +- src/color-triple.hh | 16 +- src/cxx-utils.hh | 16 +- src/debug.cc | 17 +- src/debug.h | 17 +- src/decoder-cat.cc | 14 +- src/drawing-cairo.cc | 16 +- src/drawing-cairo.hh | 16 +- src/dumpkeys.c | 17 +- src/fonts-pangocairo.cc | 16 +- src/fonts-pangocairo.hh | 16 +- src/fwd.hh | 16 +- src/glib-glue.hh | 16 +- src/gobject-glue.hh | 16 +- src/gtk-glue.hh | 16 +- src/icu-converter.cc | 16 +- src/icu-converter.hh | 16 +- src/icu-decoder.cc | 16 +- src/icu-decoder.hh | 16 +- src/icu-glue.cc | 16 +- src/icu-glue.hh | 16 +- src/image.cc | 16 +- src/image.hh | 16 +- src/keymap.cc | 17 +- src/keymap.h | 17 +- src/libc-glue.hh | 16 +- src/meson.build | 16 +- src/mev.c | 17 +- src/minifont.cc | 16 +- src/minifont.hh | 16 +- src/missing.cc | 16 +- src/missing.hh | 16 +- src/modes-ecma.hh | 16 +- src/modes-private.hh | 16 +- src/modes-test.cc | 16 +- src/modes.hh | 16 +- src/pango-glue.hh | 14 +- src/parser-arg.hh | 16 +- src/parser-cat.cc | 14 +- src/parser-charset-tables.hh | 16 +- src/parser-charset.hh | 16 +- src/parser-decsgr.hh | 18 +- src/parser-glue.hh | 16 +- src/parser-osc.hh | 16 +- src/parser-reply.hh | 16 +- src/parser-seq.py | 32 +-- src/parser-sgr.hh | 18 +- src/parser-string.hh | 16 +- src/parser-test.cc | 16 +- src/parser.cc | 14 +- src/parser.hh | 16 +- src/pcre2-glue.hh | 16 +- src/pty.cc | 17 +- src/pty.hh | 16 +- src/reaper.cc | 17 +- src/reaper.hh | 17 +- src/reflect.c | 17 +- src/refptr-test.cc | 16 +- src/refptr.hh | 16 +- src/regex.cc | 16 +- src/regex.hh | 16 +- src/ring.cc | 17 +- src/ring.hh | 17 +- src/ringview.cc | 17 +- src/ringview.hh | 17 +- src/sixel-context.cc | 14 +- src/sixel-context.hh | 14 +- src/sixel-fuzzer.cc | 16 +- src/sixel-parser.hh | 14 +- src/sixel-test.cc | 14 +- src/slowcat.c | 17 +- src/spawn.cc | 17 +- src/spawn.hh | 16 +- src/std-glue.hh | 14 +- src/systemd.cc | 16 +- src/systemd.hh | 16 +- src/tabstops-test.cc | 16 +- src/tabstops.hh | 16 +- src/test-vte-urlencode-cwd.sh | 9 +- src/urlencode.cc | 2 +- src/utf8-test.cc | 16 +- src/vte.cc | 17 +- src/vte.csh.in | 2 +- src/vte.gresource.xml | 12 +- src/vte.sh.in | 2 +- src/vte/meson.build | 16 +- src/vte/vte.h | 17 +- src/vte/vtedeprecated.h | 17 +- src/vte/vteenums.h | 17 +- src/vte/vteglobals.h | 17 +- src/vte/vtemacros.h | 17 +- src/vte/vtepty.h | 17 +- src/vte/vteregex.h | 16 +- src/vte/vteterminal.h | 17 +- src/vte/vteversion.h.in | 17 +- src/vteaccess.cc | 17 +- src/vteaccess.h | 17 +- src/vtedefines.hh | 17 +- src/vtegtk.cc | 16 +- src/vtegtk.hh | 16 +- src/vteinternal.hh | 17 +- src/vtepty.cc | 17 +- src/vteptyinternal.hh | 16 +- src/vteregex.cc | 16 +- src/vteregexinternal.hh | 16 +- src/vterowdata.cc | 17 +- src/vterowdata.hh | 17 +- src/vteseq.cc | 17 +- src/vtespawn.cc | 23 +- src/vtespawn.hh | 20 +- src/vtestream-base.h | 17 +- src/vtestream-file.h | 17 +- src/vtestream.cc | 17 +- src/vtestream.h | 17 +- src/vtetypes.cc | 16 +- src/vtetypes.hh | 16 +- src/vteunistr.cc | 17 +- src/vteunistr.h | 17 +- src/vteutils.cc | 17 +- src/vteutils.h | 17 +- src/widget.cc | 16 +- src/widget.hh | 16 +- src/xticker.c | 17 +- 159 files changed, 1180 insertions(+), 1741 deletions(-) commit a40bf76e8b6a6222e680cd4793b7042e2b052474 Author: Christian Persch Date: Sun Jan 31 23:10:29 2021 +0100 emulation: Add some research notes src/vteseq.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 00f8c64bcc5aac3712f1665940305fd384112602 Author: Kjartan Maraas Date: Mon Jan 25 14:06:37 2021 +0000 Update Norwegian Bokmål translation (cherry picked from commit ed3eb69eaab8f1af5868f22a80a98cdb9b6ebf22) po/nb.po | 62 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 23 deletions(-) commit ec2b76ab7c25ea9257048e6fd2d130e77b7a56cc Author: Christian Persch Date: Sun Jan 24 20:43:51 2021 +0100 widget: Improve font sanitisation Clamp the font weight instead of simply unsetting any weight specified. https://gitlab.gnome.org/GNOME/vte/-/issues/323 src/vte.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 59e11fd751806876dc1a28c9c6d9a17d75db57d2 Author: Christian Persch Date: Wed Jan 13 19:19:05 2021 +0100 widget: Improve font sanitisation Allow bold font to be used for normal attr when bold-is-bright is enabled, and allow weights up to medium for normal attr. https://gitlab.gnome.org/GNOME/vte/-/issues/323 src/vte.cc | 45 ++++++++++++++++++++++++++++++++++++--------- src/vtegtk.cc | 2 +- src/vteinternal.hh | 4 +++- 3 files changed, 40 insertions(+), 11 deletions(-) commit eb12828a97fe33ce24e254c273525bb77095de7f Author: Christian Persch Date: Wed Jan 13 19:19:05 2021 +0100 parser: Remove unused enum src/sixel-parser.hh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit 9e1ec4c8fa18028f328f01b325b076b1d4c26c24 Author: Jordi Mas Date: Wed Jan 6 23:12:56 2021 +0100 Update Catalan translation po/ca.po | 55 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 53 deletions(-) commit caf8a6a7a17a3f70fa5fc611c71ffb27a5cfee75 Author: Christian Persch Date: Sat Dec 26 14:01:10 2020 +0100 widget: Limit select-all to the writable region not including the scrollback Including the scrollback in select-all makes it too easy to select so much data that putting it on the clipboard either hangs the process for a long time or causes a crash (gnome-terminal#288). Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/288 src/vte.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit d4e0d89c6c782f380abf293a822eb7993d588067 Author: Christian Persch Date: Thu Dec 24 13:50:18 2020 +0100 parser: cat: Make linter warn on unsupported DECSIXEL OR-mode src/parser-cat.cc | 8 ++++++++ 1 file changed, 8 insertions(+) commit 593f41d5c9fa1eb579e4e1222b6d8a0adb0630f0 Author: Christian Persch Date: Thu Dec 24 13:50:18 2020 +0100 sixel: Ignore DECSIXEL sequence when OR-mode is requested src/vteseq.cc | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) commit 69f941dbe2a6df6513ec7f0cce6fbded20257beb Author: Christian Persch Date: Wed Dec 23 18:53:33 2020 +0100 widget: Fix idle child-exited signal after dispose Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/322 src/vte.cc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) commit 8586e4292e76943a100a8039f5ce9e33e5984bb3 Author: Jim Mason Date: Wed Dec 2 21:22:28 2020 +0100 pty: Add support for PTY packet mode on sysv-like systems Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/318 meson.build | 1 + src/pty.cc | 14 ++++++++++--- src/vte.cc | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+), 3 deletions(-) commit 245eb0f38421137b8b8442dcd30a5d4730ec0816 Author: Christian Persch Date: Wed Dec 2 16:35:26 2020 +0100 app: Fix search next/prev button sensitivity src/app/app.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b7dcab02dc47ab642d930b70ebe84962a390a225 Author: Christian Persch Date: Wed Dec 2 16:35:26 2020 +0100 app: Use smart pointer src/app/app.cc | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) commit 43b7e5235b8f6ae924be9c3705e6ab8ab6de73a4 Author: Christian Persch Date: Wed Dec 2 16:35:26 2020 +0100 clipboard: Use smart pointers src/clipboard-gtk.cc | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) commit 7b896c47b85a4919e1466766bf49bd73821d0c0a Author: Christian Persch Date: Wed Dec 2 16:35:26 2020 +0100 widget: Add gtk glue src/gtk-glue.hh | 30 ++++++++++++++++++++++++++++++ src/meson.build | 6 +++++- 2 files changed, 35 insertions(+), 1 deletion(-) commit e70b33b0974156dbf0c000910000daecf04fd86d Author: Christian Persch Date: Wed Dec 2 16:35:26 2020 +0100 widget: Fix clipboard types https://gitlab.gnome.org/GNOME/vte/-/issues/316 src/widget.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 5dd5823224558ffeb202c7969e03d5766fe3894e Author: Christian Persch Date: Tue Dec 1 22:05:58 2020 +0100 sixel: Fix processing of DECSIXEL sequence when using UTF-8 C1 controls The matching-controls check was getting the wrong introducer value. src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 90424aff47c0f49452185f419238e902515fe2b6 Author: Christian Persch Date: Tue Dec 1 22:05:58 2020 +0100 sixel: Be extra safe when advancing the scanline position src/sixel-context.hh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit cede6dac6bd281ebcf1e259b25079ceafb39ea0b Author: Christian Persch Date: Tue Dec 1 22:05:58 2020 +0100 ring: Fix image memory leak ... and various code correctness and style issues. Use unique_ptr instead of naked new/delete, and use a std::multimap for m_image_by_top_map. https://gitlab.gnome.org/GNOME/vte/-/issues/255 src/image.hh | 4 +- src/ring.cc | 179 +++++++++++++++++++++++++++++------------------------------ src/ring.hh | 52 +++++++++++------ src/vte.cc | 8 +-- 4 files changed, 129 insertions(+), 114 deletions(-) commit 5d74cff80f63022a9d39f6dc598013da5a5b1412 Author: Christian Persch Date: Sat Nov 28 18:05:53 2020 +0100 docs: Add index for API new in 0.64 doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit d2d63a3e495f864f78f06d7658282805762cba93 Author: Christian Persch Date: Sat Nov 28 18:05:53 2020 +0100 Revert "docs: Add index for API new in 0.64" This reverts commit ebda2490952c2c93e1830b2ae6bd4ef8f4ace1ec. doc/reference/vte-docs.xml | 3 --- 1 file changed, 3 deletions(-) commit f3119c2cf0b56d8566c941fce8a510967832564c Author: Kristjan SCHMIDT Date: Sat Nov 28 16:31:48 2020 +0000 Update Esperanto translation po/eo.po | 74 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 25 deletions(-) commit cb8f16c0bd6bbd8c0675a83541c72014e5464659 Author: Christian Persch Date: Mon Nov 16 21:34:23 2020 +0100 widget: Add API to disable fallback scrolling Ordinarily, when the VteTerminal hasn't consumed a scroll event otherwise (e.g. by sending the event to the application), it falls back to perform a history scroll. When the terminal is added to a GtkScrolledWindow, this result in the scrolled window not performing kinetic scrolling. This commit adds API (and GObject property) to VteTerminal to disable the fallback scrolling. Based on a patch by Tony Houghton . Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/234 doc/reference/vte-sections.txt | 2 ++ src/app/app.cc | 4 +++ src/vte.cc | 17 +++++++--- src/vte/vteterminal.h | 6 ++++ src/vtegtk.cc | 75 ++++++++++++++++++++++++++++++++++++++++-- src/vtegtk.hh | 1 + src/vteinternal.hh | 3 ++ src/widget.hh | 3 ++ 8 files changed, 103 insertions(+), 8 deletions(-) commit ebda2490952c2c93e1830b2ae6bd4ef8f4ace1ec Author: Christian Persch Date: Mon Nov 16 21:34:23 2020 +0100 docs: Add index for API new in 0.64 doc/reference/vte-docs.xml | 3 +++ 1 file changed, 3 insertions(+) commit 770a375f023dd7bcd25a45ca01ff1fdcabf4c5bf Author: Christian Persch Date: Mon Nov 16 20:38:04 2020 +0100 lib: Fix unused variable warning when not using getrlimit Mentioned in https://gitlab.gnome.org/GNOME/vte/-/issues/296#note_963045 src/missing.cc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit efebf38e278b80ef4670dad87d749898cf244f88 Author: Matt Rose Date: Mon Nov 16 20:38:04 2020 +0100 lib: Use sysconf on macos to get the upper limit of number of FDs Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/296 src/missing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 89e9230dc1a27b89cca16de32e903918a27b8e42 Author: Christian Persch Date: Mon Nov 16 20:27:48 2020 +0100 lib: Drop wrong use of volatile src/vtetypebuiltins.cc.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit c6124858c2aeea72582964ef8a34210ee0f71f39 Author: Michael Catanzaro Date: Sun Nov 15 14:43:51 2020 +0000 Fix build src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 060344ac2d9e0bb65731a3340615ad4d804da804 Author: Christian Persch Date: Sat Nov 14 23:01:00 2020 +0100 all: Use std::swap src/app/app.cc | 6 ++++-- src/vte.cc | 27 +++++++++++++-------------- 2 files changed, 17 insertions(+), 16 deletions(-) commit ef4e6b2cdc2481f7d1bb9391f4203826f2e27805 Author: Christian Persch Date: Sat Nov 14 22:50:15 2020 +0100 all: Use pragma once src/vtetypebuiltins.h.template | 7 ++----- src/vteutils.h | 9 +-------- 2 files changed, 3 insertions(+), 13 deletions(-) commit ecc6ec0cd563be1b54536e2adca512bd9a692f2a Author: Christian Persch Date: Sat Nov 14 12:08:21 2020 +0100 sixel: Use m_defaults to retrieve the SGR colours This takes into account the SGR 7 (reverse) attribute, which m_color_defaults doesn't carry. src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fdf39568ab0ce287a091db090734886560499462 Author: Christian Persch Date: Sat Nov 14 11:51:17 2020 +0100 sixel: Use special coulor registers for default foreground and background ... and implement background colour transparency using the second parameter to DECSIXEL. It's not clear from the available documentation of how the 2nd parameter to DECSIXEL *should* work, but based on discussion in issue #253, this patch makes vte use the value "1" as meaning uninked pixels should be transparent, and any other value (including the default) to mean that uninked pixels should use the current SGR background colour. This also fixes an issue where the user-addressable colour register 0 was being overwritten with the current SGR foreground colour. Based on patches by Hans Petter Jansson . https://gitlab.gnome.org/GNOME/vte/-/issues/253 src/sixel-context.cc | 58 +++++++++++++++++++++++++++------------------------- src/sixel-context.hh | 13 ++++++------ src/sixel-test.cc | 24 ++++++++++++++-------- src/vte.cc | 13 ++++++++++++ src/vteinternal.hh | 6 ++++++ src/vteseq.cc | 28 ++++++++++++++++++------- 6 files changed, 93 insertions(+), 49 deletions(-) commit 39749d9ce83e4f6ebb7da7e02a9b494186abe6e1 Author: Christian Persch Date: Sat Nov 14 11:51:17 2020 +0100 Revert "sixel: Use special coulor registers for default foreground and background" This reverts commit 65234343b88b12072ff8414ce9a6742ddbade407. There is nothing technically wrong with this commit, but it was a heavily amended commit based on squashing two commits by the Author, and I forgot to change the Author to myself. The next commit will re-commit this with proper attribution. src/sixel-context.cc | 58 +++++++++++++++++++++++++--------------------------- src/sixel-context.hh | 13 ++++++------ src/sixel-test.cc | 24 ++++++++-------------- src/vte.cc | 13 ------------ src/vteinternal.hh | 6 ------ src/vteseq.cc | 28 +++++++------------------ 6 files changed, 49 insertions(+), 93 deletions(-) commit 11cb693c816b241e8660885dc48f2f5a1c6047ff Author: Christian Persch Date: Fri Nov 13 17:53:57 2020 +0100 lib: Sanitise the passed-in font description Remove weight and style if set, so that SGR attributes can work. src/vte.cc | 8 ++++++++ 1 file changed, 8 insertions(+) commit 79e40dd5387a6a54ce418a082a4ebb6eaf60b20e Author: Christian Persch Date: Thu Nov 12 22:53:36 2020 +0100 app: Fix background image drawing Use the option's background alpha value, *not* the value retrieved from vte_terminal_get_color_background_for_draw() since that is set to zero in this case. Fixes a regression from commit eb85292b3ef44ac95d3863af68b19f6a8d8131e2. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/301 src/app/app.cc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit 65234343b88b12072ff8414ce9a6742ddbade407 Author: Hans Petter Jansson Date: Thu Nov 12 21:37:16 2020 +0100 sixel: Use special coulor registers for default foreground and background ... and implement background colour transparency using the second parameter to DECSIXEL. https://gitlab.gnome.org/GNOME/vte/-/issues/253 src/sixel-context.cc | 58 +++++++++++++++++++++++++++------------------------- src/sixel-context.hh | 13 ++++++------ src/sixel-test.cc | 24 ++++++++++++++-------- src/vte.cc | 13 ++++++++++++ src/vteinternal.hh | 6 ++++++ src/vteseq.cc | 28 ++++++++++++++++++------- 6 files changed, 93 insertions(+), 49 deletions(-) commit 24c4be967482aa2c152de7a46be8f6d0498f4b01 Author: Christian Persch Date: Thu Nov 12 21:37:16 2020 +0100 parser: Add some more known sequences src/parser-seq.py | 7 +++++++ src/vteseq.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 58 insertions(+), 2 deletions(-) commit 75a5e3304618fa48a8bc88671fbff593b1933f26 Author: Christian Persch Date: Thu Nov 12 21:37:16 2020 +0100 modes: Add some more private modes src/modes-private.hh | 4 ++++ 1 file changed, 4 insertions(+) commit f044a720d4ba94806d65fade94dd01fbeea6bd5e Author: Christian Persch Date: Thu Nov 12 21:37:16 2020 +0100 parser: Add some more charsets src/parser-charset-tables.hh | 17 +++++++++++++++++ src/parser-charset.hh | 6 ++++++ src/parser-test.cc | 8 +++++++- src/parser.cc | 6 ++++++ 4 files changed, 36 insertions(+), 1 deletion(-) commit 2dbe5d478ccadfe182e29856ebedd0370053173b Author: Christian Persch Date: Thu Nov 12 21:37:16 2020 +0100 lib: Use bitset to store pending change flags src/vte.cc | 11 +++++------ src/vteinternal.hh | 10 +++++++--- src/vteseq.cc | 10 +++++----- 3 files changed, 17 insertions(+), 14 deletions(-) commit b1af335aaa31333aee2bdf91bb539a974c1739bf Author: Christian Persch Date: Wed Nov 4 20:26:58 2020 +0100 widget: Don't use scroll event's position Use the last known mouse position in when sending the mouse coordinates. [gtk4 preparation] src/vte.cc | 4 +--- src/widget.cc | 6 ------ src/widget.hh | 18 +++++++----------- 3 files changed, 8 insertions(+), 20 deletions(-) commit dc829d65834e5b2f85b423aa057441b2122359ce Author: Christian Persch Date: Wed Nov 4 20:26:58 2020 +0100 app: Fix paste action sensitivity src/app/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 37722d9a7c13f32ed62caa817f7b26413c7c3b8a Author: Christian Persch Date: Mon Nov 2 23:02:18 2020 +0100 widget: Scroll events have no button src/widget.cc | 4 ---- src/widget.hh | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) commit 87f70c44341879226443df403ab50b65f89c84ce Author: Christian Persch Date: Mon Nov 2 22:23:25 2020 +0100 widget: Move GdkEvent from EventBase to KeyEvent Only the key events handling needs to access the native event anymore. [gtk4 preparation] src/widget.cc | 6 ++---- src/widget.hh | 28 +++++++++++----------------- 2 files changed, 13 insertions(+), 21 deletions(-) commit 76400386360dc49ecd00c4af4d7716510c612520 Author: Hans Petter Jansson Date: Mon Nov 2 21:24:43 2020 +0100 sixel: Store device-independent pixel surfaces in Image src/image.hh | 2 +- src/vte.cc | 22 +--------------------- 2 files changed, 2 insertions(+), 22 deletions(-) commit 235f5ce5f89d9ec94a414514a6fb8bfbe2994fd1 Author: Christian Persch Date: Mon Nov 2 21:22:40 2020 +0100 widget: Make scroll event its own class [gtk4 preparation] src/fwd.hh | 1 + src/vte.cc | 24 ++------------- src/vteinternal.hh | 2 +- src/widget.cc | 34 +++++++++++++++++++++ src/widget.hh | 90 +++++++++++++++++++++++++++--------------------------- 5 files changed, 83 insertions(+), 68 deletions(-) commit 96616b857010a0825b83aced46bcf45e17099c64 Author: Christian Persch Date: Sun Nov 1 20:11:37 2020 +0100 lib: Use pragma once src/vte/vte.h | 7 ++----- src/vte/vtedeprecated.h | 9 +++------ src/vte/vteenums.h | 7 ++----- src/vte/vteglobals.h | 7 ++----- src/vte/vtemacros.h | 7 ++----- src/vte/vtepty.h | 7 ++----- src/vte/vteregex.h | 7 ++----- src/vte/vteterminal.h | 7 ++----- src/vte/vteversion.h.in | 7 ++----- 9 files changed, 19 insertions(+), 46 deletions(-) commit 1aab3df07bbedf01cfe38f9da6df48ef7a9d995f Author: Christian Persch Date: Sun Nov 1 18:06:13 2020 +0100 widget: Remove unused event timestamp [gtk4 preparation] src/widget.cc | 2 -- src/widget.hh | 16 ++++------------ 2 files changed, 4 insertions(+), 14 deletions(-) commit 01dfedc57d25ceed1c2978a2579ddf4639d46753 Author: Piotr Drąg Date: Sat Oct 31 11:27:53 2020 +0100 Update POTFILES.skip po/POTFILES.skip | 3 +++ 1 file changed, 3 insertions(+) commit 499898451d35cd84caa12c795a3108dd7c631025 Author: Christian Persch Date: Thu Oct 29 20:23:57 2020 +0100 widget: Record the press count for button press events Replace double/triple click events with a press_count on the generic button press event. [gtk4 preparation] src/vte.cc | 16 ++++++++-------- src/widget.cc | 42 +++++++++++++++++++++++++++++------------- src/widget.hh | 9 ++++----- 3 files changed, 41 insertions(+), 26 deletions(-) commit d2d7d0e6e9bd92347d5e38e3c25a5979922f2f33 Author: Christian Persch Date: Sun Oct 25 22:25:30 2020 +0100 app: Fork UI files for gtk3 Unfortunately, gtk4-build-tool 3to4 doesn't actually produce a working UI file for gtk4, so it'll be necessary to adjust them by hand. Fork the UI files so that they have different names for gtk3 (and later gtk4). [gtk4 preparation] src/app/{app.gresource.xml => app-gtk3.gresource.xml} | 6 +++--- src/app/{appmenu.ui => appmenu-gtk3.ui} | 0 src/app/meson.build | 18 +++++++++--------- src/app/{search-popover.ui => search-popover-gtk3.ui} | 0 src/app/{window.ui => window-gtk3.ui} | 0 5 files changed, 12 insertions(+), 12 deletions(-) commit c112ac02caa628e65d3255837db0b5944d26c1b7 Author: Christian Persch Date: Sun Oct 25 22:25:30 2020 +0100 sixel: Fix unused variable warning when not building with sixel enabled src/vteseq.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 4ef278b94b4414a3ddbb31b460daaec9a88075b2 Author: Christian Persch Date: Sun Oct 25 15:34:55 2020 +0100 app: Replace GtkBox with GtkGrid [gtk4 preparation] src/app/app.cc | 19 +++++++++++-------- src/app/window.ui | 31 +++++++++++++++++++------------ 2 files changed, 30 insertions(+), 20 deletions(-) commit fdbab4edf9abe815b211a4541425144eb508306d Author: Christian Persch Date: Sat Oct 24 11:58:57 2020 +0200 build: Add config.h as dependency to all sources meson.build | 10 ++++++---- src/app/meson.build | 2 +- src/meson.build | 46 +++++++++++++++++++++++----------------------- 3 files changed, 30 insertions(+), 28 deletions(-) commit 4b2c688dde8b239ec2af1e7d709893a328737e5f Author: Christian Persch Date: Fri Oct 23 20:16:55 2020 +0200 emulation: sixel: Implement DECSET 1070 Private mode 1070 controls whether each SIXEL image gets a freshly initialised set of colour registers, or if changes from one SIXEL image persist to the next. src/modes-private.hh | 13 ++++++++++++- src/modes.hh | 5 ++++- src/vte.cc | 10 ++++++++++ src/vteinternal.hh | 1 + src/vteseq.cc | 4 +++- 5 files changed, 30 insertions(+), 3 deletions(-) commit d5a6a30166a951740c7a4fd2c07ead3fbbe2e1ec Author: Christian Persch Date: Fri Oct 23 19:55:05 2020 +0200 lib: sixel: Update bbox when inserting an image This should fix a problem where sometimes the image wouldn't scroll into view. src/vte.cc | 11 ++++++++--- src/vteinternal.hh | 3 ++- 2 files changed, 10 insertions(+), 4 deletions(-) commit c3d14d92b57adce40e68de668c07541d14287bb7 Author: Christian Persch Date: Fri Oct 23 19:55:05 2020 +0200 lib: Move ProcessingContext up ... so that it can be used earlier. src/vte.cc | 216 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 108 insertions(+), 108 deletions(-) commit be953b92769cfeab1fdddc84676f8bb1ae8f57b5 Author: Christian Persch Date: Fri Oct 23 19:55:05 2020 +0200 emulation: Implement XTERM_SMGRAPHICS sequence src/parser-reply.hh | 1 + src/parser-seq.py | 4 +- src/sixel-context.hh | 4 +- src/vtedefines.hh | 2 + src/vteseq.cc | 117 +++++++++++++++++++++++++++++++++++++++++++++++++-- 5 files changed, 121 insertions(+), 7 deletions(-) commit 30d212ff45a801fbfe62ee5d23043df184d737ef Author: Christian Persch Date: Fri Oct 23 18:00:02 2020 +0200 sixel: Remove unnecessary include src/sixel-context.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit af9ce0acff15a7714adb8abde9c990d9af4d0856 Author: Christian Persch Date: Thu Oct 22 20:34:52 2020 +0200 spawn: Clarify ownership transfer Pass unqiue_ptr to ::run_async to make it clear that it takes ownership of the operation. src/spawn.cc | 34 ++++++++++++++++++---------------- src/spawn.hh | 16 ++++++++++------ src/vtepty.cc | 37 +++++++++++++++++++------------------ 3 files changed, 47 insertions(+), 40 deletions(-) commit a1fbb9df57492c4d3c298099f0a242261be7ccc3 Author: Christian Persch Date: Thu Oct 22 20:34:52 2020 +0200 widget: Use safe getter src/glib-glue.hh | 2 ++ src/widget.cc | 16 +++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) commit 7a484cdec223b4241d7497e08be3cda99480e25a Author: Christian Persch Date: Thu Oct 22 20:34:52 2020 +0200 parser: Update sequences with additions from recent xterm src/parser-seq.py | 25 ++++++-- src/vteseq.cc | 187 ++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 152 insertions(+), 60 deletions(-) commit acb99154e2dbcf038a03badc9a13e812f2ec52e3 Author: Christian Persch Date: Thu Oct 22 20:34:52 2020 +0200 decoder: cat: Use more smart pointers src/decoder-cat.cc | 158 ++++++++++++++++++++++++----------------------------- 1 file changed, 71 insertions(+), 87 deletions(-) commit b5f777b17e5391e7ff4be6442e691f678d5885ac Author: Christian Persch Date: Thu Oct 22 20:34:52 2020 +0200 parser: cat: Use more smart pointers src/parser-cat.cc | 80 ++++++++++++++++++++++--------------------------------- 1 file changed, 32 insertions(+), 48 deletions(-) commit 0b7dfe82260bc3455b390ea12db8a7547d07257e Author: Christian Persch Date: Thu Oct 22 20:34:52 2020 +0200 app: Use smart pointers src/app/app.cc | 74 +++++++++++++++++++++++++++++--------------------------- src/glib-glue.hh | 1 + 2 files changed, 39 insertions(+), 36 deletions(-) commit bd5025524bf9ca3490ba3739312618a1f7092766 Author: Christian Persch Date: Thu Oct 22 20:34:51 2020 +0200 lib: Add getter support for smart pointer src/std-glue.hh | 43 +++++++++++++++++++++++++++++++++++++++++++ src/vte.cc | 17 +++++++++-------- src/widget.cc | 10 +++++----- 3 files changed, 57 insertions(+), 13 deletions(-) commit 095876ffca23d2f389c0a83a552164599c2f6e81 Author: Christian Persch Date: Thu Oct 22 20:34:51 2020 +0200 lib: Simplify smart pointers for glib/pango/pcre types src/app/app.cc | 8 ++-- src/app/meson.build | 2 +- src/cairo-glue.hh | 9 +++-- src/cxx-utils.hh | 4 +- src/drawing-cairo.cc | 27 ++++++------- src/drawing-cairo.hh | 2 +- src/glib-glue.hh | 7 ++++ src/image.hh | 4 +- src/meson.build | 17 ++++++-- src/pango-glue.hh | 29 ++++++++++++++ src/parser-cat.cc | 1 + src/{vtepcre2.h => pcre2-glue.hh} | 10 +++++ src/regex.cc | 24 +++++------ src/regex.hh | 9 ++--- src/ring.cc | 2 +- src/ring.hh | 2 +- src/sixel-context.cc | 12 +++--- src/sixel-context.hh | 2 +- src/std-glue.hh | 39 ++++++++++++++++++ src/systemd.cc | 7 ++-- src/vte.cc | 84 +++++++++++++++++---------------------- src/vteinternal.hh | 17 ++++---- src/vteregex.cc | 5 +-- src/widget.cc | 2 +- 24 files changed, 204 insertions(+), 121 deletions(-) commit 6557b6eec39cafdb334aa59f59984d99abb946c1 Author: Hugo Parente Lima Date: Wed Oct 21 11:40:32 2020 +0200 lib: Add missing nullable annotation to spawn child setup functions Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/293 src/vtegtk.cc | 8 ++++---- src/vtepty.cc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) commit 0afc1c1b9fa739251c04b54f751c0f9f3f762294 Author: Christian Persch Date: Tue Oct 20 16:46:04 2020 +0200 modes: Assign enum values to non-fixed modes first This allows all settable modes to have values that fit into the storage, while fixed modes get assigned enum values after all settable modes. Fixes a regression introduced by commit ce715e7b9859f62fc881c2ddd64cab7e3a2fbc7a. src/modes.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 528d851085794003b4ca90bf336f1be1156e7a6e Author: Christian Persch Date: Mon Oct 19 21:56:20 2020 +0200 sixel: Pass colour components to Context::prepare The Context's colour storage format is internal, so pass the fg and bg colours components individually. src/sixel-context.cc | 13 +++++++++---- src/sixel-context.hh | 8 ++++++-- src/sixel-test.cc | 28 +++++++++++++++++++++------- src/vteseq.cc | 5 ++--- 4 files changed, 38 insertions(+), 16 deletions(-) commit 39f353a9c511d11056cdb4355dc1f719391c1595 Author: Christian Persch Date: Mon Oct 19 21:14:43 2020 +0200 draw: Move drawing images after translating the cairo context This avoids having to offset the images manually. src/vte.cc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) commit 028e7a7780f0ea6b95a3467b89d0bec0910bb9e0 Author: Christian Persch Date: Mon Oct 19 21:14:43 2020 +0200 widget: Use GdkEvent accessor function [gtk4 preparation] src/widget.hh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit 535d22bb47285a53d22bbf3a3480304f7278ce0b Author: Christian Persch Date: Mon Oct 19 21:14:43 2020 +0200 widget: Remove unused function [gtk4 preparation] src/vte.cc | 6 +++--- src/widget.hh | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) commit 73d05db64bb271cee1af7f301c19c23ada7e9176 Author: Christian Persch Date: Mon Oct 19 21:14:43 2020 +0200 fonts: Don't use deprecate gdk threads timeout API [gtk4 preparation] src/fonts-pangocairo.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0136048d32d29412de3381828bb21f05563c799f Author: Christian Persch Date: Mon Oct 19 21:14:43 2020 +0200 widget: Move clipboard handling to Widget Move clipboard handling into its own Clipboard class to make Terminal independent of the platform's clipboard handling. [gtk4 preparation] src/clipboard-gtk.cc | 305 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/clipboard-gtk.hh | 89 +++++++++++++++ src/fwd.hh | 1 + src/meson.build | 2 + src/vte.cc | 230 ++++++++------------------------------ src/vtegtk.cc | 19 +++- src/vteinternal.hh | 126 ++------------------- src/widget.cc | 83 ++++++++++++++ src/widget.hh | 39 ++++--- 9 files changed, 580 insertions(+), 314 deletions(-) commit be6896d96dc5188fe8d9da80c41f2b04b1ead7ce Author: Christian Persch Date: Mon Oct 19 21:14:43 2020 +0200 widget: Manage the Widget implementation through a shared_ptr src/vtegtk.cc | 71 +++++++++++++++++++++++++++++++++++++++++++++-------------- src/widget.hh | 2 +- 2 files changed, 56 insertions(+), 17 deletions(-) commit eda2c7e8b17101a893938fff9960c99d0800163f Author: Christian Persch Date: Mon Oct 19 20:19:10 2020 +0200 lib: Add missing include src/chunk.hh | 1 + 1 file changed, 1 insertion(+) commit 78b80bacae6df2e7f4bedd23c454dffe58eef3af Author: Christian Persch Date: Mon Oct 19 20:19:10 2020 +0200 lib: Add missing include std::malloc/free require . src/chunk.hh | 1 + 1 file changed, 1 insertion(+) commit b9a3a6561a37aa861b358cc075f65f3214769def Author: Christian Persch Date: Mon Oct 19 20:19:10 2020 +0200 lib: Fix typo in comment src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d48a80b8ec417541717f74ae622a78dc1ef068f4 Author: Rico Tzschichholz Date: Mon Oct 19 20:00:22 2020 +0200 parser: Properly refer to python3 https://gitlab.gnome.org/GNOME/vte/-/issues/292 src/parser-seq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a9b3bda2bed8713cd8ae503fee5db1d8c9124313 Author: Christian Persch Date: Mon Oct 19 00:54:13 2020 +0200 lib: sixel: Also reset data capacity when dropping the buffer src/sixel-context.cc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit cfc406659b0ce45962ca07a86fbf3db956d8007f Author: Hans Petter Jansson Date: Mon Oct 19 00:16:36 2020 +0200 lib: Keep track of unscaled cell size and report window size unscaled This allows sixel image dimensions to be consistent when printed at different zoom levels. src/vte.cc | 52 ++++++++++++++++++++++++++++++++++++++++++---------- src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 6 +++++- src/vteseq.cc | 4 ++-- 4 files changed, 51 insertions(+), 15 deletions(-) commit e0ff2c71b71f45c50d8d704f411f2d2f5c18e469 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 lib: Replace SIXEL handling Remove the old sixel parser and context, and move over to the new parser and context. https://gitlab.gnome.org/GNOME/vte/-/issues/253 src/icu-decoder.hh | 15 ++ src/image.hh | 2 +- src/meson.build | 2 - src/parser-seq.py | 2 +- src/parser-string.hh | 9 - src/ring.cc | 16 +- src/ring.hh | 5 +- src/sixelparser.cc | 713 --------------------------------------------------- src/sixelparser.hh | 75 ------ src/vte.cc | 149 +++++++++-- src/vteinternal.hh | 35 ++- src/vteseq.cc | 207 ++++++++------- 12 files changed, 307 insertions(+), 923 deletions(-) commit 93d10c5db61cc286373e7fa75c8856a411f5d469 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 lib: Add new SIXEL context and test COPYING.XTERM | 30 +++ src/fwd.hh | 1 + src/meson.build | 9 +- src/sixel-context.cc | 505 ++++++++++++++++++++++++++++++++++++++ src/sixel-context.hh | 668 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/sixel-test.cc | 551 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 1762 insertions(+), 2 deletions(-) commit d3b562e1156c97199542d3243fc21153546d26d7 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 parser: cat: Plug in new SIXEL parser Use the new SIXEL parser to descend into parsing SIXEL data. Also implement linter support for SIXEL to catch a few common problems. src/meson.build | 4 + src/parser-cat.cc | 565 +++++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 502 insertions(+), 67 deletions(-) commit 37d658072e564a37584e1292a1cc3dceebaa9223 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 lib: Add new SIXEL parser and test suite src/fwd.hh | 7 + src/meson.build | 26 +- src/sixel-parser.hh | 677 ++++++++++++++++++++++++++++++++++ src/sixel-test.cc | 1016 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1725 insertions(+), 1 deletion(-) commit ce715e7b9859f62fc881c2ddd64cab7e3a2fbc7a Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 modes: Add DECSDM mode src/modes-private.hh | 12 +++++------- src/modes.hh | 1 + 2 files changed, 6 insertions(+), 7 deletions(-) commit 299e2d1d8138b3de264e34d44b44135918fd017a Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 lib: Add infrastructure for data syntax switching Add a way for a sequence handler to signal to the processing loop that it has switched data syntax, and thus the processing loop must return so the handler for the new data syntax can take over. src/meson.build | 1 + src/parser-glue.hh | 43 +++++++++++++++++- src/parser-seq.py | 71 +++++++++++++++++++++++++----- src/parser-test.cc | 10 ++--- src/parser.cc | 86 +++++++++++++++++++++++++++++++----- src/parser.hh | 8 ++++ src/vte.cc | 125 ++++++++++++++++++++++++++++++++++++++--------------- src/vtedefines.hh | 2 + src/vteinternal.hh | 42 ++++++++++++++---- src/vteseq.cc | 2 +- 10 files changed, 319 insertions(+), 71 deletions(-) commit 2b7678b09a1f2e71786a8c0d40ebc1fb70c01ccf Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 parser: Silence missing declaration warning src/parser.hh | 3 +++ 1 file changed, 3 insertions(+) commit 2d7be5bdad2b332ae22a41dd83935e0bc53cd509 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 widget: Remove excessive const src/widget.hh | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) commit 5b84ea7ed76c2631f518747c2fb840de5efa4c74 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 debug: Make 'image' debug flag work src/debug.cc | 3 ++- src/debug.h | 66 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 35 insertions(+), 34 deletions(-) commit ea72547c12f27f05b0622f510c2d5ac32512bac5 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 emulation: Fix DA1 response with SIXEL disabled Omit SIXEL from the DA1 response when SIXEL is enabled at build time but disabled at runtime. src/parser-glue.hh | 27 +++++++++++++++++++++++++-- src/vteseq.cc | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) commit 770bdb87311748cb63beb13ebef8dea07551c8a6 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 tests: Rename sixel fuzzer src/meson.build | 10 +++++----- src/{sixel-test.cc => sixel-fuzzer.cc} | 0 2 files changed, 5 insertions(+), 5 deletions(-) commit 245dab98ce0ad775ba409c98a24916d2a5b450c9 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 parser: cat: Factor processing out into its own function This will be used in later commits. src/parser-cat.cc | 105 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 69 insertions(+), 36 deletions(-) commit e19b69998492465fb555753b52ebce0a0e46d0ed Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 parser: Store the string terminator for DCS sequences This will be used in a subsequent commit. src/parser-cat.cc | 2 +- src/parser-glue.hh | 10 ++++++++++ src/parser-test.cc | 10 +++++----- src/parser.cc | 6 ++++-- src/parser.hh | 1 + src/vte.cc | 2 +- src/vteseq.cc | 2 +- 7 files changed, 23 insertions(+), 10 deletions(-) commit 21817903f532b715d5f68762a5ea3a039cc00422 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 terminal: Prepare for processing only part of a chunk Copy the last byte of the preceding chunk (except for EOS chunks) to the next chunk's dataminusone. This will allow rewinding the stream during processing by one byte, without keeping the preceding chunk around. This is in preparation of upcoming refactoring. src/chunk.cc | 8 +-- src/chunk.hh | 140 +++++++++++++++++++++++++++++++++++++++++++++++------ src/parser-cat.cc | 19 +++++--- src/vte.cc | 88 +++++++++++++++++++++------------ src/vteinternal.hh | 4 +- 5 files changed, 200 insertions(+), 59 deletions(-) commit 012a1fa302bea95a2ad949a5ec79a50e047f61e6 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 terminal: Don't stop processing on EOS chunk There may be more chunks after the EOS chunk since the terminal may already have another PTY and have read data from it. src/vte.cc | 4 ---- 1 file changed, 4 deletions(-) commit a8e2451eab9da9f6ad646f970a29c39ac29cd7c9 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 terminal: Reindent Remove excessive indentation left over from recent refactoring. src/vte.cc | 284 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 142 insertions(+), 142 deletions(-) commit 8c7ab45ae413249e9017e9744210335788f60cc4 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 terminal: Process one chunk at a time Move the common code out of the data syntax specific processing functions, and call them separately for each chunk. This is in preparation of upcoming refactoring. src/vte.cc | 319 ++++++++++++++++++++--------------------------------- src/vteinternal.hh | 6 +- 2 files changed, 121 insertions(+), 204 deletions(-) commit a57d145c5a8b2c85e0e661c053fe820c36d1ab10 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 terminal: Create ProcessingContext struct Move local variables used in process_incoming_{utf8,pcterm} into a struct. This is in preparation of upcoming refactoring. src/vte.cc | 323 ++++++++++++++++++++++++----------------------------- src/vteinternal.hh | 2 + 2 files changed, 147 insertions(+), 178 deletions(-) commit 7d181d8404f23925b7cae70b6d080755eeba3d80 Author: Christian Persch Date: Mon Oct 19 00:16:36 2020 +0200 parser: Generate the sequences and command lists with a script This is in preparation for further parser changes which would be hard to do when relying only on the C preprocessor to transform the sequence and command lists. src/meson.build | 24 +- src/parser-c01.hh | 73 ---- src/parser-cmd.hh | 336 ---------------- src/parser-csi.hh | 214 ---------- src/parser-dcs.hh | 46 --- src/parser-esc.hh | 70 ---- src/parser-sci.hh | 20 - src/parser-seq.py | 1138 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteseq.cc | 16 +- 9 files changed, 1171 insertions(+), 766 deletions(-) commit f0d1bcd35bda44026afbe160487d4db67440d413 Author: Christian Persch Date: Mon Oct 19 00:16:35 2020 +0200 parser: Sort command list src/parser-cmd.hh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 61e1e59e5b23409fd072dcf1374f0d58e1957b84 Author: Olivier Fourdan Date: Wed Oct 7 12:00:38 2020 +0200 widget: Fix missing include Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/289 src/widget.cc | 1 + 1 file changed, 1 insertion(+) commit 8d8243b2e431c58b0dddb2a556fbe0189cb4d830 Author: Christian Persch Date: Tue Oct 6 20:21:56 2020 +0200 widget: Use named cursors by default [gtk4 preparation] src/vtedefines.hh | 8 ++++---- src/widget.cc | 6 +++--- src/widget.hh | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) commit 6495f3e0c05468f3a85fbceef34ed8122146688c Author: Christian Persch Date: Tue Oct 6 19:46:17 2020 +0200 widget: Simplify mouse event translation Just throw on unexpected event type. src/widget.cc | 8 ++++---- src/widget.hh | 30 +++++++++++------------------- 2 files changed, 15 insertions(+), 23 deletions(-) commit 54daba14724d4afde4f00a2f23fe5698f23b663d Author: Christian Persch Date: Tue Oct 6 19:46:17 2020 +0200 widget: Move Event classes to platform [gtk4 preparation] src/fwd.hh | 3 + src/vte.cc | 82 +++++++++--------- src/vteinternal.hh | 249 ++++------------------------------------------------- src/widget.cc | 46 +++++----- src/widget.hh | 221 ++++++++++++++++++++++++++++++++++++++++++++++- 5 files changed, 302 insertions(+), 299 deletions(-) commit c168ef7053363887ad3fd44ca92b43a8b964bcb2 Author: Christian Persch Date: Sat Oct 3 14:52:51 2020 +0200 widget: Remove GdkAtom usage where possible [gtk4] src/cxx-utils.hh | 11 +++++++++ src/vte.cc | 67 ++++++++++++++++++++++++++---------------------------- src/vteaccess.cc | 5 ++-- src/vtegtk.cc | 10 ++++---- src/vteinternal.hh | 24 ++++++++----------- src/widget.hh | 9 ++++++-- 6 files changed, 68 insertions(+), 58 deletions(-) commit de1ee80d07ef3d7da138bf7f03395685d7327d97 Author: Christian Persch Date: Sat Oct 3 11:25:33 2020 +0200 widget: Reference terminals while processing In some language bindings, the callbacks we emit during processing may cause their GC to run, which could finalise a VteTerminal, removing it from g_active_terminals list while we're iterating over that list. https://gitlab.gnome.org/GNOME/vte/-/issues/270 src/vte.cc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) commit e56d624372e69facd9f601fae339bae1712ac8b1 Author: Christian Persch Date: Wed Sep 30 21:07:36 2020 +0200 pty: Allow null callback for spawn_async Continued from https://gitlab.gnome.org/GNOME/vte/-/issues/286 src/vtepty.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit fafaa6ff619fd05fc03244fa99619c67cf717e0d Author: Christian Persch Date: Wed Sep 30 16:52:31 2020 +0200 gtk: Allow passing null callback to spawn_async Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/286 src/vtegtk.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 71c03eaa260156a84884643ccbb6861c8fa558a1 Author: Christian Persch Date: Wed Sep 30 16:52:31 2020 +0200 lib: Abort when alloc returns nullptr Allocating memory with glib (g_new, etc) will abort the process when memory allocation fails. Do the same when using the C++ allocator (operator new, etc) throws bad_alloc. src/vtegtk.cc | 4 ++++ 1 file changed, 4 insertions(+) commit 546e51c343a1a773a21f4f03dbc254dcb7b7b73c Author: Christian Persch Date: Wed Sep 30 16:52:31 2020 +0200 spawn: Remove current directory from fallback search PATH Via https://gitlab.gnome.org/GNOME/glib/-/issues/2188 src/spawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e148105691926cbd4861e7dc26dec194f59c7f14 Author: Marko Mäkelä Date: Fri Sep 27 05:09:05 2019 +0000 vte.sh: Avoid warnings if shell is configured with 'set -u' Resolves: https://gitlab.gnome.org/GNOME/vte/-/issues/285 Bug-Debian: https://bugs.debian.org/941247 src/vte.sh.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit a7b863a6fcfc7f3bf4f96ce6baffaa240c5830f2 Author: Christian Persch Date: Thu Sep 24 21:39:43 2020 +0200 widget: Implement GtkScrollableInterface::get_border https://gitlab.gnome.org/GNOME/vte/-/issues/283 src/vtegtk.cc | 26 ++++++++++++++++++++++++-- src/vteinternal.hh | 1 + src/widget.hh | 1 + 3 files changed, 26 insertions(+), 2 deletions(-) commit faab185155b5239efa13ca80d4d86b6f43e4e716 Author: Cheng-Chia Tseng Date: Tue Sep 22 15:13:47 2020 +0000 Update Chinese (Taiwan) translation (cherry picked from commit 1ff95a09b3d897db85b24a65b235c08477cec22b) po/zh_TW.po | 64 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 21 deletions(-) commit 667dea443f1c2a68fcf8287fbe5d8ab58c789673 Author: Dušan Kazik Date: Thu Sep 17 07:38:08 2020 +0000 Update Slovak translation (cherry picked from commit d95254fd8016878788c71f4c22ba5076bd11d95c) po/sk.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 88d0b3d7b0bdb238b12608e80c96bffdc00e589f Author: Christian Persch Date: Sun Sep 13 01:26:17 2020 +0200 glade: Set icon prefix https://gitlab.gnome.org/GNOME/vte/-/issues/281 bindings/glade/vte.xml.in | 1 + 1 file changed, 1 insertion(+) commit 7927c771b9394eaaf88c0b1cd4d10c76086f352a Author: Aleksandr Mezin Date: Sat Sep 12 21:59:56 2020 +0200 build: Restore glade catalogue Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/281 .../hicolor_actions_16x16_widget-vte-terminal.png | Bin 0 -> 644 bytes .../hicolor_actions_22x22_widget-vte-terminal.png | Bin 0 -> 901 bytes bindings/glade/meson.build | 42 +++++++++++++++++++++ bindings/glade/vte.xml.in | 17 +++++++++ bindings/meson.build | 4 ++ meson.build | 1 + meson_options.txt | 7 ++++ 7 files changed, 71 insertions(+) commit 51467c90cefc72efe5fbabb4350062f46d5ddf63 Author: Christian Persch Date: Sat Sep 12 21:24:55 2020 +0200 build: Post branch version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e31432b965a789a46a3c5bf19015d99a28f5b370 Author: Baurzhan Muftakhidinov Date: Sat Sep 12 14:05:51 2020 +0000 Update Kazakh translation po/kk.po | 62 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 19 deletions(-) commit d59c4ca8a3ef2fd2af48ed0dd5f973adbcbfc57a Author: Rūdolfs Mazurs Date: Sat Sep 12 13:09:17 2020 +0000 Update Latvian translation po/lv.po | 65 +++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 44 insertions(+), 21 deletions(-) commit 5e24d5020451be54bea42f42130b47dff6188e7b Author: Juliano Camargo Date: Fri Sep 11 23:59:40 2020 +0000 Update Portuguese translation po/pt.po | 76 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 26 deletions(-) commit 721a07084c7e12bd710a273ad5dbcc0836435689 Author: Milo Casagrande Date: Thu Sep 10 09:27:05 2020 +0000 Update Italian translation po/it.po | 61 ++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 23 deletions(-) commit 4d9149bca396ca83dfb7a8f2e43eccc6c2a49da9 Author: Tim Sabsch Date: Mon Sep 7 18:37:33 2020 +0000 Update German translation po/de.po | 67 +++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 20 deletions(-) commit 803ddeb015e58fc84402a295d518d86aa20c2099 Author: Balázs Meskó Date: Sun Sep 6 23:38:46 2020 +0000 Update Hungarian translation po/hu.po | 72 +++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 23 deletions(-) commit 10f996016d1ca54c08083f6b92d47ec145902e55 Author: Thibault Martin Date: Sun Sep 6 08:26:01 2020 +0000 Update French translation po/fr.po | 71 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 28 deletions(-) commit 34ba53db6a07268e5d78179f86dc112a87fe9048 Author: Dušan Kazik Date: Fri Sep 4 08:17:00 2020 +0000 Update Slovak translation po/sk.po | 46 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 8 deletions(-) commit c25ca2d0487249a8b64dfdcda4e7d88179dea75a Author: Simon McVittie Date: Thu Sep 3 10:13:05 2020 +0100 Export vte_pty_spawn_finish again This was accidentally unexported in af649664, breaking the ABI. Signed-off-by: Simon McVittie Resolves: https://gitlab.gnome.org/GNOME/vte/-/issues/278 src/vte/vtepty.h | 1 + 1 file changed, 1 insertion(+) commit 6ca80dfd7da4cb07ae9940320f003ce7becd4fbc Author: Марко Костић Date: Mon Aug 31 14:37:24 2020 +0000 Update Serbian translation po/sr.po | 61 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 19 deletions(-) commit c8c01d3d8e4dc705ffd5c6a92d7ca1889ad841f8 Author: Changwoo Ryu Date: Sun Aug 30 07:47:07 2020 +0000 Update Korean translation po/ko.po | 59 +++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 20 deletions(-) commit c95a9d61a545690f3dd457c019b3d76b81af046d Author: Marek Černocký Date: Tue Aug 25 11:27:06 2020 +0200 Updated Czech translation po/cs.po | 59 +++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 22 deletions(-) commit 121908c1bb7c937b82fca35e6a65f111a48502b4 Author: Anders Jonsson Date: Mon Aug 24 16:27:30 2020 +0000 Update Swedish translation po/sv.po | 87 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 37 deletions(-) commit 54e1dceb147d28f188b90b1e42f5a2bc74821947 Author: Benno Schulenberg Date: Sun Aug 23 22:10:17 2020 +0200 docs: Remove three mistaken little words doc/ambiguous.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2020e23bd752ba8889b13107134eaea3d61b3b39 Author: Ask Hjorth Larsen Date: Sun Aug 23 20:45:52 2020 +0200 Updated Danish translation po/da.po | 135 +++++++++++++++++---------------------------------------------- 1 file changed, 35 insertions(+), 100 deletions(-) commit 958e5e1bfb40323e57597394026b1a2e64a27831 Author: Goran Vidović Date: Sun Aug 23 12:42:49 2020 +0000 Update Croatian translation po/hr.po | 61 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 19 deletions(-) commit 97d2e87fa196e4023bf658bc56701cac27063434 Author: Christian Persch Date: Sat Aug 22 20:53:10 2020 +0200 all: Fix sixelparser.{hh,cc} licence header src/sixelparser.cc | 4 ++-- src/sixelparser.hh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 2473ddb9eb312cd646ed7c04d75907957e5eb1cf Author: Christian Persch Date: Sat Aug 22 20:53:10 2020 +0200 pty: Only fill in ws_[xy]pixel when sixel is enabled src/pty.cc | 2 ++ 1 file changed, 2 insertions(+) commit 0596536d213f489ab0dee27bb1377cc2a7ff5c9b Author: Piotr Drąg Date: Sun Aug 16 12:51:59 2020 +0200 Update Polish translation po/pl.po | 67 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 26 deletions(-) commit 12599636842931003c01d07e82496018ac56de1e Author: Rafael Fontenelle Date: Mon Aug 10 11:58:47 2020 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 73 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 24 deletions(-) commit d88d8902e65fbfc3aa664589e797aca087f02e7f Author: Zander Brown Date: Mon Aug 10 11:14:21 2020 +0000 Update British English translation po/en_GB.po | 65 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 21 deletions(-) commit 1d7cc29255f21c8e3b4f158e6674c5792ad185e1 Author: Christian Persch Date: Sat Aug 8 21:56:17 2020 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 09e71510d1b7061df177d6e3b531aa5cc86b8d65 (tag: 0.61.90) Author: Christian Persch Date: Sat Aug 8 21:55:09 2020 +0200 widget: Redraw when en/disabling SIXEL src/vteinternal.hh | 2 ++ 1 file changed, 2 insertions(+) commit a737e397e391761546dd9356ec99f499ccaa4cf8 Author: Debarshi Ray Date: Sat Aug 8 21:55:09 2020 +0200 widget: Improve legibility by using the appropriate background color From GTK 3.24.22 onwards, Adwaita exports a text_view_bg color [1] that's meant to be used as the background in text views, such as terminal emulators, where higher contrast helps with legibility. [1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2402 https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2403 Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/226 src/vtegtk.cc | 4 ++++ 1 file changed, 4 insertions(+) commit f825132b10c89d4512241330ff5fa465d0d82256 Author: Christian Persch Date: Sat Aug 8 21:55:09 2020 +0200 Version 0.61.90 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e28f1d50c07605bb0deaec70a46f520b621a9bff Author: Christian Persch Date: Sat Aug 8 21:55:09 2020 +0200 widget: Add API to get features as flags This will be used in gnome-terminal to hide UI that's not functional due to VTE being compiled without that feature. doc/reference/vte-sections.txt | 2 ++ src/vte/vteenums.h | 21 ++++++++++++++++++++- src/vte/vteglobals.h | 4 ++++ src/vtegtk.cc | 30 ++++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+), 1 deletion(-) commit 9b879a3c326118ec8bd7657a7ac11d78f084e6c0 Author: Hans Petter Jansson Date: Sat Aug 8 21:55:09 2020 +0200 all: Add SIXEL support This adds support for SIXEL images to VTE. Based on initial work by Hayaki Saito , updated and improved by Hans Petter Jansson For now this is off by default; build with -Dsixel=true to enable. (This is the contents of the wip/sixels branch, squashed together into one commit.) https://gitlab.gnome.org/GNOME/vte/-/issues/253 doc/reference/vte-sections.txt | 2 + meson.build | 2 + meson_options.txt | 7 + src/app/app.cc | 6 + src/debug.h | 1 + src/image.cc | 68 ++++ src/image.hh | 102 ++++++ src/meson.build | 25 ++ src/parser-cmd.hh | 2 +- src/parser-dcs.hh | 2 +- src/parser-string.hh | 10 + src/ring.cc | 223 +++++++++++- src/ring.hh | 28 ++ src/sixel-test.cc | 763 +++++++++++++++++++++++++++++++++++++++++ src/sixelparser.cc | 713 ++++++++++++++++++++++++++++++++++++++ src/sixelparser.hh | 75 ++++ src/vte.cc | 88 ++++- src/vte/vteterminal.h | 10 + src/vtedefines.hh | 2 + src/vtegtk.cc | 81 +++++ src/vtegtk.hh | 1 + src/vteinternal.hh | 19 +- src/vteseq.cc | 114 +++++- src/widget.hh | 3 + 24 files changed, 2323 insertions(+), 24 deletions(-) commit acc15425af882bb541bff14557bafbdc77530c7d Author: Fran Dieguez Date: Tue Aug 4 07:32:18 2020 +0000 Update Galician translation po/gl.po | 72 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 24 deletions(-) commit 3707633a71dfa91b244528e6cd8ed50eaa0ab327 Author: Christian Persch Date: Wed Jul 22 19:50:29 2020 +0200 pty: Fix typo src/pty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a4e9f0a9d35f6820876d5aab21729232e34253b4 Author: Christian Persch Date: Sat Jul 18 13:52:55 2020 +0200 draw: Fix a thinko Don't overwrite constructed data, and don't run the destructor twice. Regression introduced in commit 9c9d9a44c045b16685061fc0380bcc2d86634011. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/267 src/fonts-pangocairo.cc | 8 -------- 1 file changed, 8 deletions(-) commit d552d64c0e218566f076ef2cd47a45275620b576 Author: Christian Persch Date: Sat Jul 18 13:52:55 2020 +0200 app: Add option to load extra CSS from a file https://gitlab.gnome.org/GNOME/vte/-/issues/268 src/app/app.cc | 28 ++++++++++++++++++++++++++++ src/app/meson.build | 2 +- src/meson.build | 7 +++++-- 3 files changed, 34 insertions(+), 3 deletions(-) commit fe95bc7af1b0e70c0fc9254d41ed4f15ea0cfbb9 Author: Christian Persch Date: Sat Jul 18 13:52:55 2020 +0200 app: Add option to disable window decorations Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/268 src/app/app.cc | 6 ++++++ 1 file changed, 6 insertions(+) commit 79031079146eb82106551f0d92c13dc5d356a1a9 Author: Christian Persch Date: Sat Jul 18 13:52:55 2020 +0200 all: Replace %m with %s and g_strerror() For portability, don't use %m in non-linux code. Based on a patch by Nia Alarie . Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/261 src/app/app.cc | 19 ++++++++++----- src/app/meson.build | 2 +- src/decoder-cat.cc | 8 +++++-- src/meson.build | 4 ++-- src/parser-cat.cc | 8 +++++-- src/pty.cc | 69 +++++++++++++++++++++++++++++++++++++---------------- src/spawn.cc | 18 ++++++++++---- src/vte.cc | 14 +++++++---- 8 files changed, 98 insertions(+), 44 deletions(-) commit e036d389eb198efa85bf35dd8baa2c47220abb8d Author: Christian Persch Date: Sat Jul 18 13:52:55 2020 +0200 spawn: Error out when it is impossible to close all file descriptors When the limit is RLIM_INFINITY, we cannot use the fallback fdwalk that calls close() on all FDs. Instead of potentially leaking some FDs, error out. src/missing.cc | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) commit ed78b9e2ec47675a9dccf045caca4d7a0b6c9fe8 Author: Christian Persch Date: Sat Jul 18 13:52:55 2020 +0200 spawn: Async-signal-safety fixes Ported from https://gitlab.gnome.org/GNOME/glib/-/issues/2140 with some adjustments. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/263 src/missing.cc | 69 +++++++++++++++++++++++------ src/spawn.cc | 43 ++++++++++++++++-- src/spawn.hh | 11 ++--- src/vtepty.cc | 5 +-- src/vtespawn.cc | 133 ++++++++++++++++++++++++++++---------------------------- src/vtespawn.hh | 7 +-- 6 files changed, 173 insertions(+), 95 deletions(-) commit 45de5443b637c81f57360066d84bc0d304868e30 Author: Christian Persch Date: Sat Jul 18 13:52:55 2020 +0200 build: Use -Bsymbolic when available meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit a53fd3199728695c48eb2ea96bb7602c699eb6cc Author: Aurimas Černius Date: Sun Jul 12 20:43:12 2020 +0300 Updated Lithuanian translation po/lt.po | 71 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 47 insertions(+), 24 deletions(-) commit 0add69cd3d50af8e1d61fdaa86a72fac2b8df5c4 Author: Fabio Tomat Date: Sat Jul 11 19:34:33 2020 +0000 Update Friulian translation po/fur.po | 69 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 25 deletions(-) commit b0e7b2d55d69f140497a729f0a8e2784bedc651a Author: Gil Forcada Date: Fri Jul 3 05:33:14 2020 +0000 Update Catalan translation po/ca.po | 76 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 26 deletions(-) commit 9810f06b14ed11b7926c697db1fbdabecfb09194 Author: Matej Urbančič Date: Mon Jun 22 22:06:37 2020 +0200 Updated Slovenian translation po/sl.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 38f740241a9da929e8a783c07c3f1d3f044ec37a Author: Zephyr Wang 王滋涵 Date: Wed Jun 17 03:05:55 2020 +0000 Update Chinese (China) translation po/zh_CN.po | 72 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 48 insertions(+), 24 deletions(-) commit 263f7a14d14b091579c8fd15b39f031c8d9afee5 Author: Kukuh Syafaat Date: Fri Jun 12 08:24:36 2020 +0000 Update Indonesian translation po/id.po | 66 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 22 deletions(-) commit 2fcd6a98598319e1b0d092d3f44274ccfe5471b5 Author: sicklylife Date: Wed Jun 10 12:34:17 2020 +0000 Update Japanese translation po/ja.po | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) commit 070ddda450a0aae085640b6a4e43a55ad89b6152 Author: sicklylife Date: Wed Jun 10 12:18:31 2020 +0000 Update Japanese translation po/ja.po | 60 +++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 43 insertions(+), 17 deletions(-) commit b3d5c1f6a4422d4c46ceb6d0379aaeac3a3f8068 Author: Christian Persch Date: Thu Jun 4 21:54:41 2020 +0200 emulation: Fix EL 0 after cursor movement Before erasing to the end of the line, need to fill the line up to the current cursor position. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/260 src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0604617936deb66e89f235640e1ed933ef4f3e3d Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 lib: Improve smart pointers Save some memory by using an empty deleter class. src/cairo-glue.hh | 28 ++++++++++++++++++++++++++++ src/cxx-utils.hh | 14 ++++++++++++++ src/drawing-cairo.cc | 9 ++++----- src/drawing-cairo.hh | 4 +++- src/glib-glue.hh | 18 ++++-------------- src/meson.build | 1 + src/refptr-test.cc | 6 +++--- src/refptr.hh | 19 +++++++------------ src/regex.hh | 9 +++++++-- src/vte.cc | 4 ++-- src/vteinternal.hh | 6 +++--- src/widget.cc | 2 +- 12 files changed, 77 insertions(+), 43 deletions(-) commit b0ef50363a1503be16012b02b01a173aa2ee2b07 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Use attr in public functions instead of font style Move public function to the only file it is used from, and pass the attr directly to draw_text etc instead of the bold/italc style. src/drawing-cairo.cc | 57 ++++++++++++++++++++++++++-------------------------- src/drawing-cairo.hh | 17 +++++----------- src/vte.cc | 13 ++++-------- 3 files changed, 38 insertions(+), 49 deletions(-) commit 39ea41b942f96d9e2e63f5ff8f86ad8b9a52e185 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Move remaining class into new file src/{vtedraw.cc => drawing-cairo.cc} | 30 ++++++++---------------------- src/{vtedraw.hh => drawing-cairo.hh} | 18 +++++++++--------- src/meson.build | 4 ++-- src/minifont.cc | 2 +- src/vte.cc | 1 - src/vteinternal.hh | 4 ++-- 6 files changed, 22 insertions(+), 37 deletions(-) commit 4c58cac26a89a6b3f85b07c8d4c831b003f43a7a Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Move public define to the only file where it is used src/vtedraw.cc | 4 ++++ src/vtedraw.hh | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) commit af8058637005e1438ed0029b7328141e5f38a7ea Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Move public define to the only file where it is used src/vte.cc | 2 ++ src/vtedraw.hh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) commit 507ac2860eb575520ba3628457342161556e4a8b Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Move custom drawing code into its own class src/meson.build | 2 + src/minifont.cc | 1113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/minifont.hh | 61 +++ src/vtedraw.cc | 1100 +----------------------------------------------------- src/vtedraw.hh | 8 + 5 files changed, 1188 insertions(+), 1096 deletions(-) commit 42ea29e93c08266c3b3fd30cc4a838f3970f9892 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Move FontInfo to its own file src/fonts-pangocairo.cc | 474 ++++++++++++++++++++++++++++++++ src/fonts-pangocairo.hh | 286 ++++++++++++++++++++ src/fwd.hh | 7 + src/meson.build | 2 + src/vtedraw.cc | 700 +----------------------------------------------- 5 files changed, 770 insertions(+), 699 deletions(-) commit bb6adce89cb82677b85e1f6ceaa5279e5bdc5752 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Pass ownership of references through RefPtr src/vtedraw.cc | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) commit 9c9d9a44c045b16685061fc0380bcc2d86634011 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Move struct unistr_info into FontInfo class src/vtedraw.cc | 213 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 104 insertions(+), 109 deletions(-) commit 405d3f78fde37dbcc93beb5ad8bf7454e9e2ad50 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Move struct _vte_draw_text_request into DrawingContext src/vte.cc | 12 +++++------- src/vtedraw.cc | 6 +++--- src/vtedraw.hh | 33 +++++++++++++++++++-------------- src/vteinternal.hh | 4 ++-- 4 files changed, 29 insertions(+), 26 deletions(-) commit 012131e92b290a6c80becc4fa234570be5592e25 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Remove unnecessary out param checks We can just always pass the param even if unused, since this is used only internally and in a few places. src/vte.cc | 6 +++--- src/vtedraw.cc | 26 ++++++++++---------------- src/vtedraw.hh | 4 ++-- 3 files changed, 15 insertions(+), 21 deletions(-) commit 1c5949c6a04367df2e96d39cfad40f9bbdde8710 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: Use DrawingContext directly ... instead of through the wrapper functions. Remove those. src/vte.cc | 60 ++++++++++++------------ src/vtedraw.hh | 145 --------------------------------------------------------- 2 files changed, 30 insertions(+), 175 deletions(-) commit d9386afe15e8e1df4530f59e6727d37f13d96852 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: C++ify src/vtedraw.cc | 530 ++++++++++++++++++++++++++++----------------------------- src/vtedraw.hh | 10 +- 2 files changed, 267 insertions(+), 273 deletions(-) commit c1a86839eea2ca95f9cf1cfc3405472609ec5132 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 draw: C++ify src/vte.cc | 25 +-- src/vtedraw.cc | 462 +++++++++++++++++++++++++---------------------------- src/vtedraw.hh | 338 +++++++++++++++++++++++++++++++-------- src/vteinternal.hh | 6 +- 4 files changed, 492 insertions(+), 339 deletions(-) commit ba30655e1c632f4b83d97397a85a2ee2a7dd3d98 Author: Christian Persch Date: Mon Jun 1 22:48:43 2020 +0200 all: Remove cruft ChangeLog.pre-git | 12065 ---------------------------------------------------- NEWS | 1244 ------ 2 files changed, 13309 deletions(-) commit 7fa413a5ba5106bd9bf9ea7977fbc80fcea504ab Author: Matej Urbančič Date: Mon Jun 1 22:14:36 2020 +0200 Updated Slovenian translation po/sl.po | 79 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 27 deletions(-) commit ca4a9c9f064b6403fc356b0ce681ce9bf7856822 Author: Asier Sarasua Garmendia Date: Sat May 30 20:52:55 2020 +0000 Update Basque translation po/eu.po | 64 +++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 21 deletions(-) commit 87506bfe60b2fb91e2cd0741e7baf3473e5e71bc Author: Christian Persch Date: Wed May 27 22:43:29 2020 +0200 lib: Improve exception error message without debug enabled src/vtegtk.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 44547bf2cdd6ac9a2dc6212bb633f41493122426 Author: Christian Persch Date: Wed May 27 22:18:16 2020 +0200 lib: Fix the build with debug disabled src/vtegtk.cc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit af384940fd393d85682aa1f2fd688d85f76c5ad8 Author: Hans Petter Jansson Date: Wed May 27 21:17:04 2020 +0200 pty: Fill in winsize.ws_xpixel and .ws_ypixel for TIOCGWINSZ This makes the terminal's pixel size available to clients, which can use it to estimate the cell size and scale graphics accordingly. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/251 perf/printwinsize.py | 26 ++++++++++++++++++++++++++ src/pty.cc | 8 +++++++- src/pty.hh | 4 +++- src/vte.cc | 12 +++++++++++- src/vtegtk.cc | 8 +++++++- src/vtepty.cc | 17 ++++++++++++++++- src/vteptyinternal.hh | 7 +++++++ 7 files changed, 77 insertions(+), 5 deletions(-) commit dc6c348c3a4ef737f4f95cab373c7995a8a37e53 Author: Christian Persch Date: Wed May 27 21:17:04 2020 +0200 lib: Ensure no exceptions escape from the C API https://gitlab.gnome.org/GNOME/vte/-/issues/185 doc/reference/meson.build | 2 +- src/cxx-utils.hh | 45 ++ src/debug.cc | 1 + src/debug.h | 1 + src/glib-glue.hh | 21 +- src/gobject-glue.hh | 49 ++ src/meson.build | 2 + src/vte.cc | 77 +-- src/vte/vtedeprecated.h | 47 +- src/vte/vteglobals.h | 6 +- src/vte/vtemacros.h | 9 + src/vte/vtepty.h | 22 +- src/vte/vteregex.h | 12 +- src/vte/vteterminal.h | 188 +++---- src/vte/vteversion.h.in | 6 +- src/vteaccess.cc | 67 ++- src/vtegtk.cc | 1286 +++++++++++++++++++++++++++++++++++++-------- src/vteinternal.hh | 19 +- src/vtepty.cc | 101 +++- src/vteptyinternal.hh | 4 +- src/vteregex.cc | 47 +- src/widget.cc | 67 ++- src/widget.hh | 2 +- 23 files changed, 1603 insertions(+), 478 deletions(-) commit 7d97382b11e76dbafc790154c2ca7b39b9af70d8 Author: Christian Persch Date: Wed May 27 21:17:04 2020 +0200 build: Drop -fno-exceptions -fno-rtti Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/185 meson.build | 2 -- src/vteinternal.hh | 13 ++++--------- 2 files changed, 4 insertions(+), 11 deletions(-) commit 18912ef4fee8179c9fd2340e8e072f88bc6eda94 Author: Christian Persch Date: Wed May 27 21:17:04 2020 +0200 libc: glue: Implement swap for FD src/libc-glue.hh | 7 +++++++ 1 file changed, 7 insertions(+) commit e07d8071357fa9efa1e458930376b4df3ad17d79 Author: Christian Persch Date: Wed May 27 21:17:04 2020 +0200 libc: glue: Make FD operators noexcept src/libc-glue.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 197954648bf6868e63872d9d32339bd985d4a9ef Author: Christian Persch Date: Wed May 27 21:17:04 2020 +0200 libc: glue: Make FD self-assignment safe src/libc-glue.hh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 0e8d1a6fece6356663a3ce2c49c51d4e17be7381 Author: Christian Persch Date: Wed May 27 21:17:04 2020 +0200 glib: glue: Mark some methods as noexcept src/glib-glue.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b5304de6824b353a7acd5346a01f11bba3a7a6f4 Author: Florentina Mușat Date: Fri May 22 08:40:10 2020 +0000 Update Romanian translation po/ro.po | 66 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 22 deletions(-) commit c7d1782bbc63d2104835f4085b2b3187dde1ee02 Author: Danial Behzadi Date: Wed May 13 17:33:49 2020 +0000 Update Persian translation po/fa.po | 62 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 19 deletions(-) commit 6a9580bab89c8d82d67cff538e1d0c483c6e142f Author: Egmont Koblinger Date: Wed May 13 11:46:48 2020 +0200 widget: Fix underlining the space character in a matched regex https://gitlab.gnome.org/GNOME/vte/-/issues/248 src/vte.cc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 78031f362af3933a70a40ad9e3ea5cd3ba2df590 Author: Christian Persch Date: Tue May 12 00:22:59 2020 +0200 terminal: Adjust variable type AFAICT the computation will never exceed the int range, but simply use auto here to be sure, and remove a FIXME. https://gitlab.gnome.org/GNOME/vte/-/issues/244#note_796941 src/vte.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit b975ca703559e9ccfad81331bca4534af6d44598 Author: Ting-Wei Lan Date: Sun May 10 21:57:01 2020 +0200 pty: Fix opening a PTY on non-linux Commit 387b0a4924c895d14c5776093274fecd13c23138 changed the code from using int to store a file descriptor to using the vte::libc::FD class, but omitted to change some calls in the non-linux code path to use .get() when passing the file descriptor to a libc function. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/245 src/pty.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit fc0fb8adc246d146de8869da5be334bdc44000aa Author: Ting-Wei Lan Date: Sun May 10 21:57:01 2020 +0200 libc: glue: Make FD's operator bool() explicit This prevents an accidental implicit conversion from FD to int with value 0 or 1 instead of using get(). src/libc-glue.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 062d504b634dda4627d6fc3e23f450a500ffebdd Author: Ting-Wei Lan Date: Sun May 10 21:57:01 2020 +0200 spawn: Ignore EBADF in the fdwalk callback The fallback implementation of fdwalk can call the callback with invalid file descriptors on non-Linux systems because it doesn't know how to get a list of valid file descriptors. Therefore, we have to ignore bad file descriptor errors, otherwise the fdwalk call always fail. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/245 src/spawn.cc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 81dca07bc96e199f59dd805c61b7ae53e9775a3d Author: Christian Persch Date: Sun May 10 21:57:01 2020 +0200 spawn: Check for explicit systemd requirement When built without systemd support, fail only if a systemd scope was explicitly requested with the VTE_SPAWN_REQUIRE_SYSTEMD_SCOPE flag. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/245 src/spawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9e6647a1fe53c36e59da0ebd850d81bda332cd37 Author: Benjamin Berg Date: Tue May 5 15:44:33 2020 +0200 systemd: Place vte into app.slice rather than apps.slice To avoid confusion, we have updated the systemd specification to use app.slice rather than apps.slice. Update the use here accordingly. This change is in no way urgent as other software is not using the conventions yet. See https://github.com/systemd/systemd/pull/15647 Closes: #240 src/systemd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d2792596e4aee6d951c0127719144bbfb3345bd1 Author: Jwtiyar Nariman Date: Mon May 4 22:17:23 2020 +0000 Add Kurdish Sorani translation (cherry picked from commit 7e6442233e24141eb8ce92e96587c2c8df159b98) po/LINGUAS | 1 + po/ckb.po | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) commit 0c95c0c9f376aa0a2b91c516a52181bbc9f372f5 Author: Christian Persch Date: Sun May 3 22:18:11 2020 +0200 spawn: Use unique_ptr for child setup data src/spawn.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 87943812161c45c1c33967cbfcbed487347b7c0f Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Make mouse scroll handler return bool This will be used in https://gitlab.gnome.org/GNOME/vte/-/issues/234 src/vte.cc | 14 ++++++++++---- src/vteinternal.hh | 2 +- src/widget.hh | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) commit 5ccac1ed2876ad85d7845a85c586b607790d75c1 Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Remove extraneous unmap GtkWidget::unrealize already unmaps the widget if mapped, so there is no need to do this manually again. src/vte.cc | 6 ------ 1 file changed, 6 deletions(-) commit e77a894530128cd0c0fcad58a33c6f2b0b0b120f Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Move retrieving gtk settings to Widget src/vte.cc | 10 +++------- src/widget.cc | 18 ++++++++++++++---- src/widget.hh | 1 + 3 files changed, 18 insertions(+), 11 deletions(-) commit 4870238eccdc3a0a5e8a9dc3bc94b0dba218b96d Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Move grab focus method to Widget src/vte.cc | 19 +++++++++---------- src/vteinternal.hh | 2 +- src/widget.hh | 2 ++ 3 files changed, 12 insertions(+), 11 deletions(-) commit 9f139a093ec7d832a5ebc13ebef6f71d2503b9a6 Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Move style update handler to Widget src/vte.cc | 51 ++++++++++++++++++++++----------------------------- src/vteinternal.hh | 4 +++- src/widget.cc | 27 +++++++++++++++++++++++++++ src/widget.hh | 4 ++-- 4 files changed, 54 insertions(+), 32 deletions(-) commit 84258756968c263068db7f7ec4899fcc6feb9380 Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Move signal emission to the widget src/vte.cc | 6 ------ src/vtegtk.cc | 4 +++- 2 files changed, 3 insertions(+), 7 deletions(-) commit b898f1da0591ad60db811b68c9e442f4eef55ba6 Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Continue treating Meta as Alt This partially reverts commit 2965a10e63d024a9318976ae2bf81621b31809b1. The original change is correct, but needs more work, so revert the parts that are observable by the terminal app/user for now. The sequences vte sends are those for Alt, not Meta; so rename all occurrences of 'meta' to alt. src/modes-private.hh | 4 ++-- src/modes-test.cc | 2 +- src/modes.hh | 2 +- src/vte.cc | 2 +- src/widget.cc | 6 ++++++ 5 files changed, 11 insertions(+), 5 deletions(-) commit 58327921370340f4f44afa0c2323c42aa5e33f54 Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Move keymap translation to Widget ... making Terminal now entirely free of use of GdkEvent APIs. Part of https://gitlab.gnome.org/GNOME/vte/issues/12 src/vte.cc | 33 ++------------------------------- src/widget.cc | 29 +++++++++++++++++++++++++++++ src/widget.hh | 2 ++ 3 files changed, 33 insertions(+), 31 deletions(-) commit 56132ed80fcff068769e85888278d4587d26151e Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Fix debug output to use the event wrapper src/vte.cc | 2 +- src/vteinternal.hh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) commit b404b62dc32be80dbbfc25606d5e10a170046e5d Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: No need to pass focus events to Terminal All the information the Terminal needs is if it's an in or out event, and that's already encoded in the function name. src/vte.cc | 4 ++-- src/vteinternal.hh | 4 ++-- src/widget.hh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) commit 477c45bcbec34841dda0ee63b58aebe37c356b93 Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Add wrapper class for mouse events Extract all information from the GdkEvent{Button,Crossing,Scroll}, put them into a wrapper class, and pass that down to Terminal, instead of the native event. src/vte.cc | 269 ++++++++++++++++++++++------------------------------- src/vtegtk.cc | 16 ++-- src/vteinternal.hh | 232 ++++++++++++++++++++++++++++++++++++--------- src/widget.cc | 56 +++++++++-- src/widget.hh | 49 ++++++++-- 5 files changed, 396 insertions(+), 226 deletions(-) commit 940ce2cf377731319662f51af804f65da99f6432 Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Remove unused function src/vte.cc | 13 ------------- 1 file changed, 13 deletions(-) commit 6b773dda1399a66dbdcc94cf7bf7304d1da5c0e2 Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Focus events have no modifier state ... so don't even try to read it. src/vte.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) commit 19ea46dadd7898389753241ea2d1b5429bc4bd7d Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 widget: Add wrapper class for key events Extract all information from the GdkEventKey, put them into a wrapper class, and pass that down to Terminal, instead of the native event. src/fwd.hh | 6 +++++ src/vte.cc | 52 +++++++++++++++++++--------------------- src/vteinternal.hh | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++--- src/widget.cc | 40 +++++++++++++++++++++++++++++-- src/widget.hh | 9 ++++--- 5 files changed, 142 insertions(+), 35 deletions(-) commit d63523a26cf68c3b8d5540dd304d1293233d8d3a Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 lib: Meta really is Alt The sequences vte sends are those for Alt, not Meta; so rename all occurrences of 'meta' to alt. src/keymap.cc | 42 ++++++++++++++++++++-------------------- src/keymap.h | 2 +- src/mev.c | 8 ++++---- src/modes-private.hh | 4 ++-- src/modes-test.cc | 2 +- src/modes.hh | 2 +- src/vte.cc | 54 ++++++++++++++++++++++++++-------------------------- 7 files changed, 57 insertions(+), 57 deletions(-) commit f69eadf4fa48bbf8b45c36d9a9b71fbf6049557c Author: Christian Persch Date: Fri May 1 23:08:42 2020 +0200 parser: Add DECFNK sequence src/parser-cmd.hh | 1 + src/parser-reply.hh | 2 +- src/vteseq.cc | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) commit 84224f52f726b0062bc2c228d7052faf1c48fa0a Author: Christian Persch Date: Fri May 1 20:34:49 2020 +0200 widget: Notify correct property when setting the scroll-on-keystroke Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/238 src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 216030e3f443c8032c36ac84cb471fbae99b1db6 Author: Christian Persch Date: Fri May 1 20:23:47 2020 +0200 spawn: Remove inaccurate comment src/spawn.cc | 1 - 1 file changed, 1 deletion(-) commit 0b1708033fbd70913c0938ed6ac05622a6a17ddd Author: Christian Persch Date: Fri May 1 20:03:42 2020 +0200 spawn: Fix double-calling of the child setup data destructor The problem was that after moving the SpawnContext into the SpawnOperation, ~SpawnContext of the move source's context called the child setup data destructor but the data now belongs to the move target. Fix this by using a std::shared_ptr. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/237 src/spawn.cc | 2 +- src/spawn.hh | 18 +++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) commit b1591c62a5018350c7c561bb91ce3733be21b176 Author: Christian Persch Date: Fri May 1 20:03:42 2020 +0200 spawn: Use nullptr not NULL src/vtepty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 423c2ff47f44810adcb8fd6591c2bb93e759618f Author: Christian Persch Date: Fri May 1 11:05:04 2020 +0200 spawn: Don't change PWD when no cwd is given src/spawn.cc | 2 -- 1 file changed, 2 deletions(-) commit bb873963040de80a86b94b8f0c2aec822b82d395 Author: Christian Persch Date: Fri May 1 11:05:04 2020 +0200 spawn: Use g_get_environ src/spawn.cc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit db0b3d350ebc51355ebaa6c026a16e45fec813fa Author: Christian Persch Date: Fri May 1 10:48:18 2020 +0200 glib: glue: Use correct cast src/glib-glue.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f35a9e259d93e1c53cdb6f0439873bf3e85ed934 Author: Christian Persch Date: Fri May 1 10:46:43 2020 +0200 spawn: Don't try to call null callback src/spawn.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit eb8e2ed3923bce8ff5e1fa0d8142bfceb8dc0c70 Author: Christian Persch Date: Fri May 1 10:43:43 2020 +0200 spawn: Remove debug leftovers src/spawn.hh | 2 -- 1 file changed, 2 deletions(-) commit 52aa14a13fd9fbfdf7c8b50970bc9315c346707d Author: Christian Persch Date: Fri May 1 10:21:16 2020 +0200 spawn: Tighten envv precondition check src/vtepty.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 9697d30cead63dfba031d3547140668535395540 Author: Christian Persch Date: Fri May 1 10:21:16 2020 +0200 spawn: Add envv precondition check Make sure the passed environment contains valid entries in the KEY=VALUE format. src/vtegtk.cc | 1 + src/vtepty.cc | 23 +++++++++++++++++++++++ src/vteptyinternal.hh | 2 ++ 3 files changed, 26 insertions(+) commit 620923938f6dc82ae06f3c8c5e4d542e283ce183 Author: Christian Persch Date: Fri May 1 10:21:16 2020 +0200 widget: Set out param only once src/vtegtk.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 0bc2d7a2c29e5af9751f957c4e49808d47b98c58 Author: Christian Persch Date: Wed Apr 29 15:01:07 2020 +0200 widget: Also set n_matches out param when returning nullptr src/vtegtk.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 6ed2ed23e32da468cd94f4f7b4425cdca2fe674f Author: Christian Persch Date: Wed Apr 29 15:00:17 2020 +0200 widget: Also set n_regexes out param on early return src/vtegtk.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit eae447e4d22a073bb7cac2ff6937f43747ccbee0 Author: Christian Persch Date: Wed Apr 29 13:13:40 2020 +0200 widget: Fix assertion failure in vte_terminal_event_check_regex_array Simply return NULL when n_regexes is 0. https://gitlab.gnome.org/GNOME/vte/-/issues/228#note_783787 src/vtegtk.cc | 3 +++ 1 file changed, 3 insertions(+) commit d4d101d97f0592bf0a1b9b89e4b1cf2c3dc57f9e Author: Christian Persch Date: Wed Apr 29 00:24:54 2020 +0200 widget: Only set out param on success src/vtegtk.cc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) commit 2950eadc52f2648fbf7ee1c39e1c648675f53b29 Author: Christian Persch Date: Tue Apr 28 23:40:00 2020 +0200 widget: Fix some goi annotations https://gitlab.gnome.org/GNOME/vte/-/issues/228#note_783408 src/vtegtk.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8ba1ed5c6ece5efae8258723b60bc3b5a24de25f Author: Christian Persch Date: Tue Apr 28 20:52:35 2020 +0200 widget: Add introspectable variant of vte_terminal_event_check_regex_simple Based on a patch by Phil Clayton Fixes: https://gitlab.gnome.org/GNOME/vte/issues/228 doc/reference/vte-sections.txt | 1 + src/vte/vteterminal.h | 7 ++++++ src/vtegtk.cc | 49 +++++++++++++++++++++++++++++++++++++++--- 3 files changed, 54 insertions(+), 3 deletions(-) commit 4fd7bd9b2fc07938ffe2840053c4834b5f2bdedb Author: Christian Persch Date: Tue Apr 28 20:52:35 2020 +0200 icu: Add early return for no-change to set_encoding Check if the new encoding is the same as the old one, and return early instead of creating a new converted for the same charset. This also prevents losing the outgoing queue contents unnecessarily. src/vte.cc | 4 ++++ 1 file changed, 4 insertions(+) commit aada5503c7d11c4620a27a68f689824fc28f5d58 Author: Christian Persch Date: Tue Apr 28 20:52:35 2020 +0200 spawn: Remove unused member variables src/spawn.hh | 2 -- 1 file changed, 2 deletions(-) commit 02e62e293f0a4859326e3274c56db2eae64205c1 Author: Daniel Mustieles Date: Tue Apr 28 17:54:42 2020 +0200 Updated Spanish translation po/es.po | 71 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 46 insertions(+), 25 deletions(-) commit 464313bb930a6ca3b39a412c5a6e9c020873ce30 Author: Emin Tufan Çetin Date: Tue Apr 28 12:36:50 2020 +0000 Update Turkish translation po/tr.po | 68 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 24 deletions(-) commit 97839e0f9c9c348dd706a5f694ca3ca62f109458 Author: Christian Persch Date: Mon Apr 27 22:45:43 2020 +0200 spawn: Remove leftover assertions src/spawn.cc | 8 -------- 1 file changed, 8 deletions(-) commit b8db038eb9c097f87059c0bfff5fb9a1ff63100b Author: Yuri Chornoivan Date: Mon Apr 27 20:42:47 2020 +0000 Update Ukrainian translation po/uk.po | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) commit 8aefb5a7d7833dd4a975f7a870283887675ca155 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 lib: Remove unused function src/vtespawn.cc | 9 --------- 1 file changed, 9 deletions(-) commit ffedb03dbd0193b19060c4d54125eff0cd7992be Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 app: Use utility function src/app/app.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit cf7a90fd03e0f36734a79000456d58421f4e29b8 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 lib: Make argv precondition check tighter argv[0] must be non-nullptr too. src/app/app.cc | 6 ++++++ src/vtegtk.cc | 1 + src/vtepty.cc | 1 + 3 files changed, 8 insertions(+) commit 5454a606442d9da5f3042ce87214abeedb3d969e Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 lib: Move impl for missing libc function to missing.cc src/missing.cc | 14 ++++++++++++++ src/missing.hh | 5 +++++ src/vtespawn.cc | 5 ++--- src/vteutils.cc | 13 ------------- src/vteutils.h | 3 --- 5 files changed, 21 insertions(+), 19 deletions(-) commit 387b0a4924c895d14c5776093274fecd13c23138 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 lib: Remove duplicated code src/pty.cc | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) commit d7a9beeffee2f5177b5fec79cf5cdc8e5bc4f636 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 lib: Move utility function to the file of its only caller read_ints is only used in spawn.cc, so move it there. Make a note that this code is copied from glib. po/POTFILES.in | 1 + src/libc-glue.hh | 57 ++++++++++++++++++----- src/spawn.cc | 125 ++++++++++++++++++++++++++++++++++++++++++++++++--- src/vtespawn.cc | 134 ------------------------------------------------------- src/vtespawn.hh | 8 ---- 5 files changed, 166 insertions(+), 159 deletions(-) commit 69ed779091b4165b8ea3894e4d58b986dde946a5 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 lib: Move fdwalk fallback implementation to its own file src/meson.build | 1 + src/missing.cc | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/missing.hh | 5 ++ src/spawn.cc | 33 ++++++++++++- src/spawn.hh | 1 + src/vtespawn.cc | 139 ---------------------------------------------------- src/vtespawn.hh | 6 --- 7 files changed, 186 insertions(+), 147 deletions(-) commit af649664497d8e1b0b191705e9f09c019f103d68 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Allow passing file descriptors to the child process Add vte_pty_spawn_with_fds_async() and vte_terminal_spawn_with_fds_async() that take an array of file descriptors, and an array of integers specifying where to assign the file descriptors to in the child process. This also fixes the equivalent of gspawn/gsubprocess bug https://gitlab.gnome.org/GNOME/glib/-/issues/2097 when using these new functions (e.g. in gnome-terminal). doc/reference/vte-sections.txt | 2 + meson.build | 5 +- src/app/app.cc | 140 +++++++++++++++++++++++--- src/libc-glue.hh | 95 ++++++++++++++++++ src/pty.cc | 7 +- src/pty.hh | 2 +- src/spawn.cc | 217 +++++++++++++++++++++++++++++------------ src/spawn.hh | 48 ++++++++- src/vte/vtepty.h | 17 ++++ src/vte/vteterminal.h | 19 ++++ src/vtegtk.cc | 123 +++++++++++++++++------ src/vtepty.cc | 120 ++++++++++++++++++----- src/vteptyinternal.hh | 4 +- 13 files changed, 663 insertions(+), 136 deletions(-) commit fc75bd93068041860276cd8b75d73d2d95dd9667 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 pty: Call grantpt/unlockpt when opening the PTY ... instead of in the child after fork. This fixes an infrequent deadlock in the NSS code when grantpt is called in the child while it was in use in another thread in the parent process. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/195 src/pty.cc | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) commit 80a583842f9d013f63d80c469c4b7eace2c03414 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Rework spawning The old spawning code was copied from glib, and used a thread to make the synchronous variant into an asynchronous one. This had the problem that fork(3p) was called from the worker thread, not the calling (main) thread. The new code replaces this with a two-stage approach where the fork takes place on the calling thread, and only the async wait for the child error is done in a worker thread. This also unifies the sync and async spawn variants to use the exact same code, only called in one or two stages. This also removes calls to setenv/unsetenv from the child setup code, which are not safe to do there. Instead, the environment is prepared in advance and used via execve(2). Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/118 src/app/app.cc | 7 +- src/glib-glue.hh | 63 ++++++- src/libc-glue.hh | 13 +- src/meson.build | 3 + src/missing.hh | 25 +++ src/pty.cc | 304 +++---------------------------- src/pty.hh | 22 +-- src/refptr.hh | 7 + src/spawn.cc | 486 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/spawn.hh | 213 ++++++++++++++++++++++ src/vte.cc | 4 +- src/vte/vteterminal.h | 2 +- src/vtedefines.hh | 4 + src/vtegtk.cc | 106 +++++------ src/vtepty.cc | 308 +++++++++++++++----------------- src/vteptyinternal.hh | 23 +-- src/vtespawn.cc | 386 ++++++--------------------------------- src/vtespawn.hh | 32 ++-- 18 files changed, 1104 insertions(+), 904 deletions(-) commit 3911b3ee1a6a00cf78d277812f52df8423bec989 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 docs: Add index for API new in 0.62 doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit ca76aa7678655a0da430a9127a77f7c003bb4a77 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 pty: spawn: Mask vte additions to GSpawnFlags src/pty.cc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) commit 02e4d76017e59ef13b3ec0cfc3dc70aa7153c4fb Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Use GIOErrorEnum errors to translate errno src/vtespawn.cc | 154 ++++++-------------------------------------------------- 1 file changed, 16 insertions(+), 138 deletions(-) commit 7caf60301238a80ce53fc12fff159fbc57bb87df Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Remove unnecessary code All FDs are CLOEXEC anyway, so there's no need to explicitly close this FD. src/vtespawn.cc | 6 ------ 1 file changed, 6 deletions(-) commit f6384bae65e848a8de3167e6f00e083f75aaa3c1 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Remove unused parameter and variables Vte never uses an intermediate child process. src/vtespawn.cc | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) commit f0785e0498fe7c7c37416f7d11c2abea5c05edea Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Always set FDs CLOEXEC src/vtespawn.cc | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) commit 84d9b5192bb999054e50487ac3b3019068f77371 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Remove unused error cases src/vtespawn.cc | 19 ------------------- 1 file changed, 19 deletions(-) commit 27766e7f3b10f37e9d15d57bb9cf37e62e87aa34 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Remove unused code Vte always uses a child setup function, so this code was never executed. src/vtespawn.cc | 56 +------------------------------------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) commit 280cf8160122065bd4d82f1828c33c49cfb33485 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Remove unused functionality Vte always connects stdin, stdout and stderr to the PTY, so G_SPAWN_STD{OUT,ERR}_TO_DEV_NULL and G_SPAWN_CHILD_INHERITS_STDIN are not supported. src/vtegtk.cc | 10 +++++++++ src/vtepty.cc | 13 ++++++++++++ src/vtespawn.cc | 65 +++------------------------------------------------------ 3 files changed, 26 insertions(+), 62 deletions(-) commit f38de6a95228cd250b97610ce5cc4ec99ab91ea8 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Whitespace cleanup src/vtespawn.cc | 60 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) commit 626bebff6dbc641afaf6ede2e1dda2e84f5f0fd0 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 spawn: Remove unused functionality src/pty.cc | 38 ++++---- src/vtespawn.cc | 279 +++++++++++++++----------------------------------------- src/vtespawn.hh | 14 --- 3 files changed, 91 insertions(+), 240 deletions(-) commit 877d5b298160f02a4caa29b043aa2f24672e8402 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 pty: Don't fail init when passed a cancellable src/vtepty.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) commit 12097b6c5135745de8cc756e02cad16f536cb33e Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 pty: Add link to some docs src/pty.cc | 4 ++++ 1 file changed, 4 insertions(+) commit c9dc0863888e536f002059550e205cdc1c03d701 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 pty: Split getting PTY peer FD out of child setup It will be needed separately when spawning via the portal. src/pty.cc | 168 +++++++++++++++++++++++++++++++++---------------------------- src/pty.hh | 2 + 2 files changed, 92 insertions(+), 78 deletions(-) commit e3bc90a3d60884e7f230d093bcb60625e0b1dcde Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 lib: Make FD helper class less magic Remove operator int() and operator int*(), and add operator bool() and an explicit get(). src/libc-glue.hh | 9 +++++++-- src/pty.cc | 58 ++++++++++++++++++++++++++++---------------------------- src/pty.hh | 6 +++--- 3 files changed, 39 insertions(+), 34 deletions(-) commit 328ac0df7f98f51a8251fd88e819160ec362ea91 Author: Christian Persch Date: Mon Apr 27 20:49:04 2020 +0200 lib: Rename some helper classes Move smart FD and errno helper classes to its own header, and rename them. src/libc-glue.hh | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/meson.build | 8 +++-- src/pty.cc | 36 +++++++++---------- src/pty.hh | 7 ++-- src/vtepty.cc | 13 +++---- src/vtetypes.cc | 27 ++------------ src/vtetypes.hh | 36 ------------------- 7 files changed, 144 insertions(+), 88 deletions(-) commit 344c2e77e9fdbc19f4c213c23b7bf91e93a9f7aa Author: Christian Persch Date: Sat Apr 25 12:28:14 2020 +0200 icu: glue: Set error callback on the from-unicode conversion The from-unicode side of the converter is only used on user input (keyboard, IM, clipboard paste). When it receives input not representable in the target encoding, it inserts the substitution character of the target encoding, which in many cases is U+001A. However, when sent to a PTY, that is interpreted as Ctrl-Z. Instead, set the from-unicode converter to error out when encountering such unrepresentable input. Fixes: https://gitlab.gnome.org/GNOME/vte/issues/233 src/icu-glue.cc | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) commit 19c9401788880debb852bc3a93df1cd99dad5192 Author: Christian Persch Date: Sat Apr 25 09:29:35 2020 +0200 lib: Fix switching between legacy encodings Need to switch encoders when changing the encoding between two legacy encodings. Fixes: https://gitlab.gnome.org/GNOME/vte/issues/232 src/vte.cc | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) commit 408a041584c5c10a6b8d133495078851d44730e6 Author: Yuri Chornoivan Date: Sat Apr 25 07:04:31 2020 +0000 Update Ukrainian translation po/uk.po | 130 ++++++++------------------------------------------------------- 1 file changed, 16 insertions(+), 114 deletions(-) commit 9a21d415720a9c1981c29429e32a6521de056a99 Author: Christian Persch Date: Thu Apr 23 00:06:04 2020 +0200 widget: Set error from vte_terminal_set_encoding when built without ICU src/vte.cc | 2 ++ 1 file changed, 2 insertions(+) commit 262c45090dc5557732337517422f7da9bf9069bb Author: Christian Persch Date: Wed Apr 22 23:44:54 2020 +0200 all: Fix the build without ICU src/decoder-cat.cc | 23 +++++++++++++++++++++-- src/meson.build | 6 +++++- src/vte.cc | 4 ++++ 3 files changed, 30 insertions(+), 3 deletions(-) commit 276d06cf3238e2de2869493575ad7eb0f323058b Author: Christian Persch Date: Mon Apr 20 23:19:43 2020 +0200 docs: Add index for API new in 0.60 doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 663983a1d38c782c73bb9af640d6e0beb26e86f6 Author: Christian Persch Date: Sun Apr 19 20:03:35 2020 +0200 glib: glue: Set source names for debug https://gitlab.gnome.org/GNOME/vte/-/issues/231 src/glib-glue.hh | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) commit a201edeee522d7153ae4a3b7b2ee5e67dfe2eb86 Author: Christian Persch Date: Thu Apr 9 11:43:19 2020 +0200 lib: Fix exception thrown from std::clamp Add vte::clamp which doesn't throw when max Date: Thu Apr 2 18:20:44 2020 +0200 widget: Improve legibility when using colours from the system theme https://gitlab.gnome.org/GNOME/vte/-/issues/225 src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 42f256b3a04ceb41e4e39c442ffe96a06d417e73 Author: Christian Persch Date: Thu Apr 2 21:59:50 2020 +0200 app: Add options to use theme colours src/app/app.cc | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) commit b9adc08edf2899b7f66fa03a86eb0f208c69a6bd Author: Christian Persch Date: Sun Mar 29 23:27:57 2020 +0200 docs: Add regex flag requirements Fixes: https://gitlab.gnome.org/GNOME/vte/issues/223 src/vtegtk.cc | 2 ++ 1 file changed, 2 insertions(+) commit f0162eaf518ee260d08b7a794ff6f493df356433 Author: Christian Persch Date: Sun Mar 29 23:27:57 2020 +0200 docs: Add regex flag requirements Fixes: https://gitlab.gnome.org/GNOME/vte/issues/223 src/vtegtk.cc | 4 ++++ 1 file changed, 4 insertions(+) commit 8efe867a817107f92e7b8663ee881bb8e4049e43 Author: Christian Persch Date: Sun Mar 29 23:27:57 2020 +0200 bindings: gir: Add missing file to extract source comments and annotations from src/meson.build | 1 + 1 file changed, 1 insertion(+) commit 277ee003066b3993cf6d55a05606009caac69015 Author: Christian Persch Date: Thu Mar 26 18:18:51 2020 +0100 widget: Emit the ::commit signal even when the terminal has no PTY Some users drive VteTerminal entirely with vte_terminal_feed/feed_child(), e.g. qemu, and they rely on the ::commit signal to read the user input. So for now, restore the signal emission. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/222 src/vte.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 12814a1dfd33018268af10d257e96bb78bdcf5b8 Author: Christian Persch Date: Tue Mar 24 20:22:08 2020 +0100 app: Fix --no-pty mode thinko src/app/app.cc | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) commit 628273d8a86b3638808303dd4ffa7dc8332917b9 Author: Christian Persch Date: Tue Mar 24 19:55:09 2020 +0100 app: Add mode to test operation without a PTY Add --no-pty which together with --no-shell tests the mode where vte is driven entirely from vte_terminal_feed(). src/app/app.cc | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) commit fd91213485aff9304403f34f1bdaf9f67bca646c Author: Christian Persch Date: Tue Mar 24 19:10:32 2020 +0100 app: Add test for vte_terminal_feed_child When passed --feed-stdin, read data from stdin and write it to the terminal with vte_terminal_feed_child(). src/app/app.cc | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) commit 070085ea5d7e7dab48b0b8780add3e782948d025 Author: Christian Persch Date: Sun Mar 22 23:46:43 2020 +0100 build: Keep files list sorted src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e44aac2dc0a545277b2cc206203000f394296bb7 Author: Christian Persch Date: Sun Mar 22 23:34:40 2020 +0100 bindings: gir: Fix VtePty The build was missing the annotations for VtePty since it was moved into a new file. https://gitlab.gnome.org/GNOME/vte/issues/221 src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d77d42c6d556a961ad99b682e1b65b5e6aecc979 Author: Egmont Koblinger Date: Fri Mar 13 16:30:50 2020 +0100 vte.csh: Fix the behavior if VTE_VERSION is undefined https://gitlab.gnome.org/GNOME/vte/issues/217 src/vte.csh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 288e5f0e303651e9fa9791b9c227895354cae07c Author: Christian Persch Date: Sat Feb 29 20:42:23 2020 +0100 Post branch version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f843b12cf3375876d5b04b4d37da3fb3e5a73e2c (tag: 0.59.92) Author: Christian Persch Date: Sat Feb 29 20:36:25 2020 +0100 Version 0.59.92 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ff88e5aa067850430f8d222de70b5f8a243b2183 Author: Jor Teron Date: Sun Feb 23 07:20:51 2020 +0000 Update Karbi translation po/mjw.po | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) commit bc2ff07dc24ca1f20e7023c21c9f104881785498 Author: Christian Persch Date: Wed Feb 19 21:41:22 2020 +0100 app: Add option to disable scrollbar src/app/app.cc | 7 +++++++ 1 file changed, 7 insertions(+) commit 215b0605773d0351b1ae05d32c29dfda09b869eb Author: Christian Persch Date: Wed Feb 19 21:41:22 2020 +0100 lib: Use g_propagate_error here src/glib-glue.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b7d8f5ba7f44d11ff7ee2982260431ad7c9b43fe Author: Zander Brown Date: Wed Feb 19 19:18:33 2020 +0000 Update British English translation po/en_GB.po | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) commit adedb9c5ef222d52c6f66e3140de4d3cd4b7bc3d Author: Christian Persch Date: Mon Feb 17 20:57:29 2020 +0100 emulation: Remove 'separated mosaic' SGR This needs to be discussed in terminal-wg before we commit to the new SGR numbers. src/attr.hh | 8 +--- src/cell.hh | 1 - src/parser-sgr.hh | 2 - src/vte.cc | 3 +- src/vtedraw.cc | 108 ------------------------------------------------------ src/vteseq.cc | 6 --- 6 files changed, 2 insertions(+), 126 deletions(-) commit e1162ba50d9eced3503c5b7473c1b7ea178fda21 Author: Christian Persch Date: Tue Mar 10 00:00:00 2020 +0100 draw: Enable unicode 13 legacy terminal characters Enable custom drawing of new characters U+1FB00..U+1FBBF from the unicode 13.0 Symbols for Legacy Computing block. src/vtedraw.cc | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) commit 34cf6f5717d1404c2d8902cb8710aa5ab78c9950 Author: Christian Persch Date: Sun Feb 16 12:57:18 2020 +0100 draw: Add extra define for separated mosaic drawing The new Unicode 13.0 characters will be enabled soon, but the separated mosaic drawing will need to be proposed to terminal-wg before we can enable this in a release. src/vtedraw.cc | 6 ++++++ 1 file changed, 6 insertions(+) commit 81bd158c24ef1d716d3cbf801e72fda2e11b81b4 Author: Christian Persch Date: Sun Feb 16 12:37:47 2020 +0100 build: systemd: Add option to disable systemd support meson.build | 5 ++++- meson_options.txt | 7 +++++++ src/meson.build | 4 ++-- src/pty.cc | 11 +++++++---- src/vtegtk.cc | 8 ++++++++ 5 files changed, 28 insertions(+), 7 deletions(-) commit 83626eb775fe856e1cdbd5c35a58bb30b9ced845 Author: Christian Persch Date: Sat Feb 15 20:44:13 2020 +0100 Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a444c23eca931cadad321eaf06bc9c437ed9cee3 (tag: 0.59.91) Author: Christian Persch Date: Sat Feb 15 20:39:42 2020 +0100 Version 0.59.91 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 12a54279ce70874d3b50540c1ef64f87e2240b37 Author: Christian Persch Date: Sat Feb 15 20:38:32 2020 +0100 pty: Reduce wait-for-EOS time to 2 seconds This should make the delay less noticeable while still allowing to read all data from the recently exited child process. src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 81c7d901f7b3e9f961cb1113251a46af6d56b783 Author: Christian Persch Date: Wed Feb 5 18:27:22 2020 +0100 build: Fix libsystemd req version sd_pid_get_user_slice() was added in 220, so change the minimum dep version to that. meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ea1c0495dc5b51f5228eecd84d1c3e3aca98613 Author: Christian Persch Date: Tue Feb 4 18:13:47 2020 +0100 systemd: Put child process into the parent's slice src/systemd.cc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit 9e8168d9e510388842c09296e5beea0c7ec8bcff Author: Christian Persch Date: Tue Feb 4 18:13:47 2020 +0100 systemd: Install config drop-in for vte-spawn-.scope meson.build | 4 ++++ src/meson.build | 10 ++++++++++ src/systemd.cc | 1 - src/vte-spawn-.scope.conf | 6 ++++++ 4 files changed, 20 insertions(+), 1 deletion(-) commit 1d488966c70f97a86962e0f4a470451bf1cd223d Author: Christian Persch Date: Tue Feb 4 18:13:47 2020 +0100 systemd: Add systemd support Move newly created child processes into their own systemd user scope. Apparently this is required so that when the OOM killer catches one of gnome-terminal-server's child processes, it doesn't also kill gnome-terminal-server itself and thus all and every terminals in it. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/issues/206 https://bugzilla.gnome.org/show_bug.cgi?id=744736 https://bugzilla.redhat.com/show_bug.cgi?id=1796828 doc/reference/vte-sections.txt | 2 + meson.build | 15 ++++-- src/app/app.cc | 11 ++++- src/meson.build | 10 ++++ src/pty.cc | 61 ++++++++++++++++++------ src/systemd.cc | 104 +++++++++++++++++++++++++++++++++++++++++ src/systemd.hh | 33 +++++++++++++ src/vte/vtepty.h | 4 +- src/vtegtk.cc | 13 +++++- src/vtepty.cc | 34 ++++++++++++++ 10 files changed, 266 insertions(+), 21 deletions(-) commit 427eebbf210c0d090abe8f220e4dac7fc1021bb5 Author: Christian Persch Date: Tue Feb 4 18:13:47 2020 +0100 pty: Document VTE_SPAWN_NO_PARENT_ENVV doc/reference/vte-sections.txt | 1 + src/vtepty.cc | 11 +++++++++++ 2 files changed, 12 insertions(+) commit 27804390ee936ae79b973f3128db1d88b137710c Author: Christian Persch Date: Tue Feb 4 18:13:47 2020 +0100 lib: Add smart pointer for g_free()able things src/glib-glue.hh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) commit c4f90c53cb1f2267eb7b7de9dc834ac17720f51b Author: Christian Persch Date: Sat Feb 1 00:00:00 2020 +0100 emulation: Remove support for obsolete charset https://bugzilla.gnome.org/show_bug.cgi?id=732586#c5 src/vte.cc | 3 --- src/vteinternal.hh | 3 +-- src/vteseq.cc | 7 ------- 3 files changed, 1 insertion(+), 12 deletions(-) commit 4e3f29303b6f0234a47b159c932bc075ee4d455e Author: Umarzuki Bin Mochlis Moktar Date: Mon Jan 27 12:34:24 2020 +0000 Update Malay translation po/ms.po | 169 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 70 insertions(+), 99 deletions(-) commit 3bd204b9400650ff75197b4a1ab65711a58b5388 Author: Carlos Santos Date: Wed Jan 22 18:06:28 2020 +0100 vte.sh: Add vte.csh, a tcsh counterpart of vte.sh Use vte-urlencode-cwd in the precmd alias. This overrides an existing precmd and can also be overriten, like happens with the PROMPT_COMMAND variable in vte.sh. Fixes: https://gitlab.gnome.org/GNOME/vte/issues/206 src/meson.build | 10 ++++++++++ src/vte.csh.in | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) commit 115db9c2b4d07ab7bcd98c287c39854649bd2750 Author: Carlos Santos Date: Wed Jan 22 18:06:28 2020 +0100 vte.sh: Use the vte-urlencode utility Drop the __vte_urlencode function and use the vte-urlencode-cwd utility, instead of it, in __vte_osc7. Also call __vte_osc7 directly in __vte_prompt_command, instead of in a subshell, avoiding an extra fork. Drop the __vte_urlencode test, since the function does not exist anymore and vte-urlencode-cwd has its own test. https://gitlab.gnome.org/GNOME/vte/issues/206 src/meson.build | 32 +++++--------------- src/test-vte-sh.sh | 75 ----------------------------------------------- src/{vte.sh => vte.sh.in} | 24 +++------------ 3 files changed, 11 insertions(+), 120 deletions(-) commit f997bcb8a7623b813c00b9e0c15923e7c4ed3360 Author: Carlos Santos Date: Wed Jan 22 18:06:28 2020 +0100 prompt: Add a test for the vte-urlencode-cwd utility Copy src/test-vte-sh.sh to src/test-vte-urlencode.sh and adapt it to set PWD before running vte-urlencode-cwd instead of passing the path as argument to the __vte_urlencode function. https://gitlab.gnome.org/GNOME/vte/issues/206 src/meson.build | 12 +++++++ src/test-vte-urlencode-cwd.sh | 80 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) commit 4c02a3e89eab6da68b63832ef7d6d5c5a2e7654a Author: Carlos Santos Date: Wed Jan 22 18:06:28 2020 +0100 prompt: Add a vte-urlencode-cwd utility This will be used by the shell prompt command to url-encode the current directory (taken from PWD). https://gitlab.gnome.org/GNOME/vte/issues/206 src/meson.build | 17 +++++++++++++++++ src/urlencode.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) commit 8f5724c2d9d6bb00966a705ac7ea535fe8b4bbb4 Author: Zander Brown Date: Mon Jan 20 21:55:24 2020 +0100 widget: Set terminal input purpose This enables OSKs to show keys not usually shown, like Control. Fixes: https://gitlab.gnome.org/GNOME/vte/issues/212 src/widget.cc | 5 +++++ 1 file changed, 5 insertions(+) commit dc9c6614b0bf4b02f810b53880ce139b2bbba0de Author: Dušan Kazik Date: Mon Jan 20 17:08:30 2020 +0000 Update Slovak translation po/sk.po | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) commit ca4b833b306eeea94058a19be5e7cdfdf9756966 Author: Christian Persch Date: Sun Dec 1 23:59:31 2019 +0100 lib: Add missing noexcept src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 058adf5f924cce9ee1e6da2d8f3909c441d90ec1 Author: Christian Persch Date: Sun Dec 1 22:58:51 2019 +0100 pty: Fix indefinite wait for EOS after child-exited When the child process exits, we wait for EOF on the PTY, so that we can read and process any data already emitted by the child process but not read yet at that time. However that leads to a problem when the child process created child processes of its own that inherited the PTY as stdin/out/err, which keeps the PTY open and thus we get no EOF until all such processes have exited. To work around this, install a timeout when the child process exits, and when the timer times out, fake en EOF. https://gitlab.gnome.org/GNOME/vte/issues/204 src/glib-glue.hh | 4 ++-- src/vte.cc | 29 +++++++++++++++++++++++++++++ src/vteinternal.hh | 4 ++++ 3 files changed, 35 insertions(+), 2 deletions(-) commit fbdaa7c71b0a79bee9a8b638c4b96854be519473 Author: Christian Persch Date: Sun Dec 1 22:58:51 2019 +0100 lib: Use Timer class for mouse autoscroll timer src/vte.cc | 45 +++++++++------------------------------------ src/vteinternal.hh | 8 +++++--- 2 files changed, 14 insertions(+), 39 deletions(-) commit 0746dad188a3c3337dff01474aa586edafcf615c Author: Christian Persch Date: Sun Dec 1 22:58:51 2019 +0100 lib: Use Timer class for text blink timer src/vte.cc | 39 +++++++++++++-------------------------- src/vteinternal.hh | 11 ++++++----- 2 files changed, 19 insertions(+), 31 deletions(-) commit b80417fc07b279ffb1fa8507f65ad8327546854b Author: Christian Persch Date: Sun Dec 1 22:58:51 2019 +0100 lib: Use Timer class for cursor blink timer src/vte.cc | 36 ++++++++++-------------------------- src/vteinternal.hh | 11 +++++++---- 2 files changed, 17 insertions(+), 30 deletions(-) commit 87546597ea47ab952766a099c07de547a95c2d40 Author: Christian Persch Date: Sun Dec 1 22:58:51 2019 +0100 lib: Add convenience class for timeouts src/glib-glue.hh | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) commit f3f7fd4e1b550e22fd6f92d9c5579d23ade81f4c Author: Christian Persch Date: Sun Dec 1 22:58:51 2019 +0100 lib: Add GError convenience class src/app/app.cc | 90 ++++++++++++++++++++++++----------------------------- src/app/meson.build | 2 +- src/decoder-cat.cc | 8 ++--- src/glib-glue.hh | 59 +++++++++++++++++++++++++++++++++++ src/meson.build | 14 ++++++--- src/parser-cat.cc | 8 ++--- src/pty.cc | 15 ++++----- src/vtegtk.cc | 14 +++------ 8 files changed, 130 insertions(+), 80 deletions(-) commit 9a6dded6e975e11877976ca46713644d4e4adaae Author: Christian Persch Date: Wed Nov 27 19:16:57 2019 +0100 regex: Use string_view and optional src/regex.cc | 63 +++++++++++++++++++++++++++++---------------------------- src/regex.hh | 9 +++++---- src/vteregex.cc | 3 ++- 3 files changed, 39 insertions(+), 36 deletions(-) commit 61e41f1fab719c0d288dc4fe4f43798bd93eb8bd Author: Christian Persch Date: Wed Nov 27 19:16:57 2019 +0100 regex: Use string_view src/regex.cc | 8 +++----- src/regex.hh | 4 ++-- src/vteregex.cc | 11 ++++++----- 3 files changed, 11 insertions(+), 12 deletions(-) commit c33f440f867d210f03d8378a11c758a406234dd4 Author: Christian Persch Date: Tue Nov 26 19:24:00 2019 +0100 pty: Add debug output for when EOS happens src/vte.cc | 3 +++ 1 file changed, 3 insertions(+) commit a0bb8222f3a0a29e4f22817bf3d7053d185b7afb Author: Christian Persch Date: Tue Nov 26 19:24:00 2019 +0100 widget: Finish deprecation of GRegex taking APIs Using GRegex with vte has been deprecated since version 0.46. Now remove the internal translation from GRegex to PCRE2, making making all public API taking GRegex simple no-ops. src/app/app.cc | 87 ++++++++++++++----------------------------------- src/regex.cc | 1 - src/vtegtk.cc | 34 +++---------------- src/vteregex.cc | 87 ------------------------------------------------- src/vteregexinternal.hh | 6 ---- 5 files changed, 28 insertions(+), 187 deletions(-) commit 596a581540f0f3789ad526ab075265f8ec35c800 Author: Christian Persch Date: Tue Nov 26 19:24:00 2019 +0100 parser: Small documentation addition src/parser.cc | 2 ++ 1 file changed, 2 insertions(+) commit 26bc760d0944232e2d18640b294edf058c9a936c Author: Christian Persch Date: Sun Nov 24 19:15:34 2019 +0100 emulation: Remove support for window control sequences Remove support for raising/lowering, iconify/deiconify and maximise/restore, and to move the window. Remove support for refresh. Vte tracks which areas need to be repainted; so there is *never* a need for the application to tell vte to repaint everything. https://gitlab.gnome.org/GNOME/vte/issues/128 src/vte.cc | 3 ++ src/vtegtk.cc | 32 +++++++++++---- src/vteinternal.hh | 12 ++---- src/vteseq.cc | 115 ++++------------------------------------------------- 4 files changed, 37 insertions(+), 125 deletions(-) commit 901c7739362d4b6228897486c127bdbe6ba3a7df Author: Christian Persch Date: Fri Nov 22 22:35:32 2019 +0100 emulation: Report fixed origin for CSI 13 t https://gitlab.gnome.org/GNOME/vte/issues/128 src/vteseq.cc | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) commit b1af917ffbccb516e8cdbb4c624c39615444c423 Author: Christian Persch Date: Thu Nov 21 22:02:51 2019 +0100 draw: Fix unused function warning src/vtedraw.cc | 4 ++++ 1 file changed, 4 insertions(+) commit ea96b074c0a599c275ab7bfede5eda7a23b2440d Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Use functions instead of macros src/vtedraw.cc | 244 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 132 insertions(+), 112 deletions(-) commit f39fc152929f8f02ddc631c64afc4dfac59f9fe7 Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Make some data static and shrink it Use int8_t where possible instead of wasting space for a full int. src/vtedraw.cc | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) commit 76571681c1e5f176d694e62b2c38c9f7eba14165 Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Narrow the range of characters in the U+1FBxx block Don't include unallocated characters, and also exclude the 7-segment numbers which can be drawn just fine using a font. src/vtedraw.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e3718ee42cfca70fe2aeed5aa9eefc1d36aae8f9 Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Implement U+1FBAF doc/boxes.txt | 5 +++++ src/vtedraw.cc | 7 +++++++ 2 files changed, 12 insertions(+) commit df35de1bd58ffa81f7d12ae1f801bb578c9dfd72 Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Improve diagnoals drawing Make the diagonals contiguous by allowing them to slightly extend outside the cell on the left and right. src/vtedraw.cc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) commit 5a2a631cc10a52bc5df93a54051a10406cf59321 Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Make new diagonal characters align better with box drawings Make the new diagonal characters align with the horizontal and vertical box drawing characters, by making them have a square end. src/vtedraw.cc | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) commit e9ba527edf8bd6727ba117834b82c25e57e362b3 Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Use binary notation for some constants src/vtedraw.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit a782f9663890e12c1643199c4c274394e0da298a Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Change checkboard pattern Use a checkboard fill pattern, instead of a fixed 4x4 checkerboard. doc/boxes.txt | 11 ++++++----- src/vtedraw.cc | 28 ++++++++++++++++++---------- 2 files changed, 24 insertions(+), 15 deletions(-) commit 5d15b75141a869c37c9354698152390943d3b5b8 Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Implement hatching pattern characters U+1FB98 and U+1FB99 doc/boxes.txt | 8 ++++++-- src/vtedraw.cc | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 2 deletions(-) commit 0f87a6a67884e4a5b54838739a4f74e64a49c989 Author: Christian Persch Date: Thu Nov 21 20:52:27 2019 +0100 draw: Implement separated mosaic graphics https://gitlab.gnome.org/GNOME/vte/issues/189 src/attr.hh | 10 ++++- src/cell.hh | 3 +- src/parser-sgr.hh | 2 + src/vte.cc | 4 +- src/vtedraw.cc | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- src/vtedraw.hh | 2 + src/vteseq.cc | 6 +++ 7 files changed, 147 insertions(+), 8 deletions(-) commit de627cebda608313f2b76d9f616a8c0c25c74554 Author: Egmont Koblinger Date: Thu Nov 21 20:52:27 2019 +0100 draw: Add manual drawing for new legacy terminal unicode characters This adds support for the new characters in the U+1FB00 block. https://gitlab.gnome.org/GNOME/vte/issues/189 doc/boxes.txt | 206 ++++++++++++-- perf/1fb.sh | 13 + perf/checkered.sh | 24 ++ perf/line-drawing-missing.sh | 6 + src/vtedraw.cc | 655 ++++++++++++++++++++++++++++++++++++++----- 5 files changed, 820 insertions(+), 84 deletions(-) commit def6a1c39389e12e0b7d24e024b8d1b3931f7975 Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 widget: Add missing (nullable) annotations Fixes https://gitlab.gnome.org/GNOME/vte/issues/190 src/vtegtk.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit 5ad5aea9f9ad3dc0fc3f04b9301c560b9cf86806 Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Don't append data to sealed chunks src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 60c0c3423c43fa1f64d1c50452197db43e51bbe6 Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Use smart pointer src/vte.cc | 22 +++++++--------------- src/vteinternal.hh | 5 +++-- src/widget.cc | 15 ++++++++------- 3 files changed, 18 insertions(+), 24 deletions(-) commit c78e6d9824b65670126c8431bb08e9e31284ce69 Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Use string_view src/vte.cc | 2 +- src/vteinternal.hh | 2 +- src/widget.cc | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) commit bc680aaa835daed9ed8cc0e4b9f2e1dfa4848afb Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Skip commit signal emission when there are no handlers src/vte.cc | 3 +++ src/widget.cc | 9 +++++++++ src/widget.hh | 2 ++ 3 files changed, 14 insertions(+) commit 44c6c0610e9305efd04c00ac06de30e5a47b4852 Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Remove some incorrect doc comments src/vte.cc | 4 +--- src/vtegtk.cc | 7 ++----- 2 files changed, 3 insertions(+), 8 deletions(-) commit fcbf3e9640f6aa98473ee0471c13343a9df133da Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Use string_view src/icu-converter.cc | 11 ++++----- src/icu-converter.hh | 3 +-- src/keymap.cc | 4 +-- src/keymap.h | 4 +-- src/vte.cc | 69 +++++++++++++++++----------------------------------- src/vteinternal.hh | 8 ++---- 6 files changed, 34 insertions(+), 65 deletions(-) commit ea22c881641d3bf99525d0b459c8f18dc5facdae Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Use string_view src/vte.cc | 107 +++++++++++++++++++++-------------------------------- src/vtegtk.cc | 17 +++++++-- src/vteinternal.hh | 12 +++--- src/widget.hh | 4 ++ 4 files changed, 66 insertions(+), 74 deletions(-) commit bd108b0845609079961bbd42701518b0b0b8c3ef Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Use string_view src/vte.cc | 18 ++++++++++++++---- src/vteinternal.hh | 3 ++- src/widget.cc | 3 +++ 3 files changed, 19 insertions(+), 5 deletions(-) commit 4af0f18d5fb35a15c5b7003ccd4b2fcc7a98af53 Author: Christian Persch Date: Thu Nov 21 20:01:30 2019 +0100 terminal: Remove redundant function feed_child_using_modes was redundant with send_child since the removal of SRM mode. src/vte.cc | 17 +++-------------- src/vteinternal.hh | 2 -- 2 files changed, 3 insertions(+), 16 deletions(-) commit e472bb2ad7010c5bf4daa62f81467f193f2a6308 Author: Christian Persch Date: Tue Nov 19 18:43:17 2019 +0100 widget: Emit EOF signal from idle handler Fixes a crash in xfce terminal which destroys the terminal from its EOF signal handler. src/vte.cc | 22 +++++++++++++++++++++- src/vteinternal.hh | 1 + 2 files changed, 22 insertions(+), 1 deletion(-) commit 18d9763db20dbcadd1fd825552ee5655d0f42fa5 Author: Christian Persch Date: Tue Nov 19 18:30:44 2019 +0100 widget: Fix crash using nullptr for word char exceptions Constructing a std::string_view with nullptr works here, but it is undefined behaviour and does crash on other distros. src/vte.cc | 7 ++----- src/vtegtk.cc | 3 ++- src/vteinternal.hh | 2 +- src/widget.cc | 8 ++++---- src/widget.hh | 7 ++++--- 5 files changed, 13 insertions(+), 14 deletions(-) commit 624aadb5793dafe4352aa37405c9e4a67bae6c7c Author: Egmont Koblinger Date: Tue Nov 19 14:16:31 2019 +0100 build: Suppress warnings about ignored returned value src/decoder-cat.cc | 3 +++ src/parser-cat.cc | 3 +++ 2 files changed, 6 insertions(+) commit d6ac3668272a7bdaf65b47243af8ba900231af0b Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Use an enum class for selection type src/vte.cc | 20 ++++++++++---------- src/vteinternal.hh | 18 +++++++++--------- 2 files changed, 19 insertions(+), 19 deletions(-) commit b62c7ffa28288a5311f83b240ff7d0d82297943c Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Move enums used in only one file into it src/vteinternal.hh | 27 --------------------------- src/vteseq.cc | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) commit 0a96b927dc1a282175c6b395594c31b642555270 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Use an enum class for mouse tracking mode src/vte.cc | 18 +++++++++--------- src/vteinternal.hh | 22 +++++++++++----------- src/vteseq.cc | 14 +++++++------- 3 files changed, 27 insertions(+), 27 deletions(-) commit 61645124479367bcdb38ae00b39ec0956e59de68 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Remove unused enum src/vteinternal.hh | 6 ------ 1 file changed, 6 deletions(-) commit 1b3a87e552a2f44b4b389a40ce1d2948a138cd64 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Remove double-initialisation src/vte.cc | 2 -- 1 file changed, 2 deletions(-) commit b99ba4e12989d492005859a55b804bc2d4242f72 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Use an enum class for erase bindings src/vte.cc | 28 ++++++++++++---------------- src/vtegtk.cc | 8 ++++---- src/vteinternal.hh | 19 +++++++++++++++---- src/widget.hh | 6 ++++++ 4 files changed, 37 insertions(+), 24 deletions(-) commit c07bd83c35df3d10f543756a5a4c6749f959c5d9 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Store word chars exceptions string in Widget src/vte.cc | 61 +++++++++++++++++++----------------------------------- src/vtegtk.cc | 5 ++--- src/vteinternal.hh | 9 ++++---- src/widget.cc | 14 +++++++++++++ src/widget.hh | 5 +++++ 5 files changed, 46 insertions(+), 48 deletions(-) commit 6a7bd15672fddd32bdbb86146361c33d67ede9bf Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Use an enum class for text blink mode src/vte.cc | 13 ++++++------- src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 13 +++++++++++-- src/widget.hh | 3 +++ 4 files changed, 22 insertions(+), 11 deletions(-) commit b7667a5209d3e64ebaedd7db7b8e1bd7e6f99a8f Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Use an enum class for cursor shape src/vte.cc | 23 ++++++++++------------- src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 14 +++++++++++--- src/widget.hh | 3 +++ 4 files changed, 26 insertions(+), 18 deletions(-) commit d6e1b8994e9c2ef96d8b27172b8ceb9f5cc22d7a Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Use an enum class for cursor blink mode src/vte.cc | 19 ++++++++----------- src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 20 ++++++++++++++++---- src/widget.hh | 3 +++ 4 files changed, 29 insertions(+), 17 deletions(-) commit 872d2b8eb183f2d047755a44bacde2c7e304661d Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Use an enum class for cursor style src/vte.cc | 40 ++++++++++++++++++---------------------- src/vteinternal.hh | 53 ++++++++++++++++++++++++++++------------------------- src/vteseq.cc | 4 ++-- 3 files changed, 48 insertions(+), 49 deletions(-) commit c744693945814518f2d3b3173e486c03ec106d91 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Move some initialisations to the class ... and use smart pointers. src/vte.cc | 40 +++++++++------------------------------- src/vtegtk.cc | 2 +- src/vteinternal.hh | 7 +++++-- 3 files changed, 15 insertions(+), 34 deletions(-) commit db8ca71880af64fa0be1eef8d127aa92070a90c3 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Move some initialisations to the class ... and use bool instead of gboolean. src/vte.cc | 24 ++++++------------------ src/vteinternal.hh | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 28 deletions(-) commit 43ae648458b99ac919f41b3504d12a504b027246 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Move some initialisations to the class src/vte.cc | 4 +--- src/vteinternal.hh | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) commit 7467cba7a396b9105fc441800b86c7b17f3a7405 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Move some initialisations to the class src/vte.cc | 20 +------------------- src/vtegtk.hh | 2 -- src/vteinternal.hh | 26 +++++++++++++------------- 3 files changed, 14 insertions(+), 34 deletions(-) commit 5da975a21d4f7866ec7ab38bab17261824869b08 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 terminal: Move some initialisations to the class src/vte.cc | 14 ++------------ src/vteinternal.hh | 49 ++++++++++++++++++++++++++----------------------- 2 files changed, 28 insertions(+), 35 deletions(-) commit 1aa5dd001b46bdb7e39e4495e2e55a963c21af24 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 widget: Move some calls to Widget constructor src/vte.cc | 6 ------ src/widget.cc | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) commit 1bdfc0fa1adf1225152068040c8bde0804297805 Author: Christian Persch Date: Mon Nov 18 22:42:22 2019 +0100 widget: Move scrollable adjustments up to Widget Move the unused bits of the GtkScrollable implementation up to Widget, since they are not used in Terminal, and use smart pointers. src/refptr.hh | 9 +++++ src/vte.cc | 104 +++++++++++++++++++++-------------------------------- src/vtegtk.cc | 13 ++++--- src/vteinternal.hh | 10 ++---- src/vteseq.cc | 2 +- src/widget.cc | 5 ++- src/widget.hh | 20 +++++++---- 7 files changed, 77 insertions(+), 86 deletions(-) commit 55e5d53676960feb5dc11400ecdc7c9d7c4ab13e Author: Christian Persch Date: Sun Nov 17 22:15:38 2019 +0100 lib: Add missing files src/icu-glue.cc | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/icu-glue.hh | 34 ++++++++++++++++ 2 files changed, 155 insertions(+) commit 7888602c3a980eee093313b2c0f949c756668070 Author: Christian Persch Date: Sun Nov 17 21:58:09 2019 +0100 lib: Rework child exit and EOF handling When the child process exits, we used to immediately unset the PTY, which causes us to miss data written by the child but not yet read by vte. Instead, only store the child exit status, and defer emitting the 'child-exited' signal until after all the pending data has been read and processed. Similarly, rework how EOF is processed. Instead of immediately queuing the emission of the 'eof' signal, only take note of the EOF, and process it after all pending data has processed. There also was a bug in that we took the first occurence of G_IO_HUP in Terminal::pty_io_read() to stop reading more data. Instead, only take a pure G_IO_HUP without G_IO_IN as EOF, or if reading data from the PTY returns the EIO error. This also fixes the bug where a(ny) partial character(s) not yet fully decoded by the UTF-8 and ICU decoder would not show in the output; this now correctly flushes the decoder, which inserts either a replacement character (for the UTF-8 decoder) or the character(s) in the ICU decoder internal state (most likely also a replacement character). https://bugzilla.gnome.org/show_bug.cgi?id=777686 src/chunk.hh | 15 ++- src/vte.cc | 276 ++++++++++++++++++++++++++++++----------------------- src/vteinternal.hh | 12 ++- src/widget.cc | 7 ++ src/widget.hh | 1 + 5 files changed, 188 insertions(+), 123 deletions(-) commit 9e4fbae2cabcd937ac4d1a984ba844d24b44b83f Author: Christian Persch Date: Sun Nov 17 21:58:09 2019 +0100 lib: Use ICU for legacy charset support Instead of converting the whole chunk of input from the input charset to UTF-8 in one go, we need a decoder that consumes the input one byte at a time. Since the iconv API is not particularly suited to this (or, really, any) task, switch to using ICU for this. Add functions to get the list of supported legacy charsets, and to check whether a particular string is a supported charset. Fixes https://gitlab.gnome.org/GNOME/vte/issues/40 doc/reference/vte-sections.txt | 2 + meson.build | 11 +- meson_options.txt | 4 +- src/app/app.cc | 4 +- src/debug.cc | 1 + src/debug.h | 1 + src/decoder-cat.cc | 550 +++++++++++++++++++++++++++++++ src/icu-converter.cc | 139 ++++++++ src/icu-converter.hh | 81 +++++ src/icu-decoder.cc | 151 +++++++++ src/icu-decoder.hh | 102 ++++++ src/meson.build | 33 +- src/parser-cat.cc | 6 +- src/utf8-test.cc | 8 +- src/utf8.hh | 7 + src/vte.cc | 713 ++++++++++++++++++++++------------------- src/vte/vtedeprecated.h | 8 + src/vtegtk.cc | 73 ++++- src/vteinternal.hh | 47 ++- src/widget.hh | 5 +- 20 files changed, 1580 insertions(+), 366 deletions(-) commit 83cbe9998aa1c2babbf32eed0b5fa3909360a83b Author: Christian Persch Date: Sun Nov 17 21:58:09 2019 +0100 widget: Deprecate vte_terminal_feed_child_binary doc/reference/vte-sections.txt | 2 +- src/vte/vtedeprecated.h | 6 ++++++ src/vte/vteterminal.h | 4 ---- src/vtegtk.cc | 6 +++++- 4 files changed, 12 insertions(+), 6 deletions(-) commit cdccfe59db102628857086bd3b89de77b6de1d73 Author: Egmont Koblinger Date: Sat Nov 16 00:35:05 2019 +0100 introspection: Fix signedness in vte_terminal_feed_child's annotation https://gitlab.gnome.org/GNOME/vte/issues/201 src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit af2c8bad34a17fcf7c59e2a292fe3ae93c211369 Author: Egmont Koblinger Date: Thu Nov 14 12:15:35 2019 +0100 emulation: Maintain cursor column during screen switch https://gitlab.gnome.org/GNOME/vte/issues/198 src/vteseq.cc | 2 ++ 1 file changed, 2 insertions(+) commit cdeaea32b406fd462c08883e3d4595bdcc645c20 Author: Egmont Koblinger Date: Thu Nov 14 12:13:15 2019 +0100 emulation: Ignore delete/insert line outside the scroll region https://gitlab.gnome.org/GNOME/vte/issues/199 src/vteseq.cc | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) commit 96dc2ebaf18118bd3ffadd48d54d7ee8bdc5ab54 Author: Egmont Koblinger Date: Thu Nov 14 12:08:30 2019 +0100 emulation: Fix vertical cursor movememnt outside the scroll region https://gitlab.gnome.org/GNOME/vte/issues/197 src/vteseq.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 623f3c66de097eefef44001a4ff70600c11313f9 Author: Christian Persch Date: Mon Nov 11 22:10:34 2019 +0100 build: Add configure switch to disable a11y code meson.build | 3 +++ meson_options.txt | 7 +++++++ src/meson.build | 11 +++++++++-- src/vte.cc | 15 ++++++++++++++- src/vtegtk.cc | 7 ++++++- src/vteinternal.hh | 2 ++ 6 files changed, 41 insertions(+), 4 deletions(-) commit 75196cef0150cb46385961a1b1d4ad7fb2e9791a Author: Christian Persch Date: Wed Nov 6 18:55:37 2019 +0100 lib: Typo fix src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b55e2423ba4fe3d7d8ce52536eea69dede64a61f Author: Christian Persch Date: Wed Nov 6 18:55:37 2019 +0100 build: Ensure LTO is off meson.build | 4 ++++ 1 file changed, 4 insertions(+) commit 07aad3e0d5e75bead37f94964907aee59dc9b12c Author: Christian Persch Date: Sun Nov 3 22:38:24 2019 +0100 pty: Set size on creation The size needs to be set before spawning the child process, so that the child process has the correct size from the start, instead of starting with a default size and then shortly afterwards receiving a SIGWINCH signal. https://gitlab.gnome.org/GNOME/vte/issues/188#note_635057 src/vtegtk.cc | 7 +++++-- src/vtepty.cc | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) commit 0b9a3cd2c4d9563b0d2efe8564770e20f8b672e8 Author: Egmont Koblinger Date: Mon Oct 28 23:50:10 2019 +0100 draw: Fix reporting the dimensions of locally drawn graphic characters https://gitlab.gnome.org/GNOME/vte/issues/191 src/vtedraw.cc | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) commit ff72577bd7d84c30faca3285d7ed4e7f75194f98 Author: Christian Persch Date: Sun Oct 27 12:23:14 2019 +0100 build: Add no-exceptions sanity check Some distributions pass -fexceptions in a way that overrides vte's own -fno-exceptions. This is a hard error; fail the build. See https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/207 src/vteinternal.hh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit e7f5c4174a760c4270cc4b7962597d0b1ee38e4e Author: Egmont Koblinger Date: Fri Oct 25 10:34:05 2019 +0200 vte.sh: Remove the obsolete __vte_ps1 function src/vte.sh | 6 ------ 1 file changed, 6 deletions(-) commit 7d237cb4410f91a3a6c2d352fd36325747d224ba Author: Danial Behzadi Date: Wed Oct 23 21:59:42 2019 +0000 Update Persian translation (cherry picked from commit e059cd8855836fad4b593a9d32a4848a44636933) po/fa.po | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) commit f524b6959c760390c0ff5e1d0faef211aa283e26 Author: Christian Persch Date: Wed Oct 16 12:30:44 2019 +0200 test: Add some more explanation to the UTF-8-test.txt file perf/UTF-8-test.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 416c41be417a051b1d20499754aaa0a827e43b6b Author: Christian Persch Date: Wed Oct 16 12:23:48 2019 +0200 test: Document the changes made to UTF-8-test.txt perf/UTF-8-test.txt | 6 ++++++ 1 file changed, 6 insertions(+) commit 65d86418f3278b583f3f3bbe656e0aeb6114d6f7 Author: Christian Persch Date: Wed Oct 16 12:23:48 2019 +0200 git: Diff *.txt files as text This fixes the diff for the perf/UTF-8-test.txt file, which git thinks is binary because it contains NUL bytes. .gitattributes | 1 + 1 file changed, 1 insertion(+) commit 6caae8b8550f1bccae7819216d1f5626dfafb279 Author: Christian Persch Date: Tue Oct 15 21:39:15 2019 +0200 test: Add UTF-8 test This is the "UTF-8 decoder capability and stress test" file from Markus Kuhn, modified to show the right margin correctly for a decoder conforming to the whatwg Encoding Standard spec (which vte's decoder does conform to). COPYING.CC-BY-4-0 | 154 +++++++++++++++++++++++++++ perf/UTF-8-test.txt | 300 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 454 insertions(+) commit 347f7dd9b1c11244156bfb593866306c735cb06a Author: Christian Persch Date: Sun Oct 13 21:30:49 2019 +0200 build: Add option to disable -Bsymbolic-functions Fixes: https://gitlab.gnome.org/GNOME/vte/issues/184 meson.build | 16 +++++++++++----- meson_options.txt | 9 +++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) commit d7f46fe0d437eeca9e72e8a65ad4b57fdd413e14 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 debug: Handle all enum values in switch src/vteseq.cc | 4 ++++ 1 file changed, 4 insertions(+) commit bc333628a96c706b8a63d76b702566b829ceb5a3 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 parser: Make unused command a NOP src/parser-csi.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e3e16ca4a69bb18187afec5c5ea1bad8232a1a82 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 lib: Remove GIOChannel use We only used GIOChannel for the I/O watch, which we can replace with using g_unix_fd_add_full() directly. src/vte.cc | 115 +++++++++++++++++++++-------------------------------- src/vteinternal.hh | 15 ++++--- 2 files changed, 52 insertions(+), 78 deletions(-) commit 5f846118919e6f357b7b151e0e2878dd1e63b06a Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 terminal: Remove extraneous fcntl The PTY in the Pty object is already in nonblocking mode. src/vte.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) commit 9356270ec482a0a3b8ed1cdc9af1902da4968f04 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 spawn: Warn if G_SPAWN_LEAVE_DESCRIPTORS_OPEN is passed This flag has never been supported by vte, so warn if it is passed. In future, this may become a g_return_if_fail() precondition. src/vtegtk.cc | 1 + 1 file changed, 1 insertion(+) commit 0af1342d81c6ade8bef88de2aaf3e3aa8a06a378 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 fixup pty gobject src/pty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b87c6f49ea0dda0c6bc7a274e389597af096718f Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 build: Remove unncessary feature test getpgid() is in POSIX, so just depend on its presence. meson.build | 2 -- src/vte.cc | 3 +-- src/vtegtk.cc | 3 +-- 3 files changed, 2 insertions(+), 6 deletions(-) commit 22318b29a0a982b313458d75193f6389df3018a5 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 build: Remove unnecessary feature test for functions We can just depend on these functions. meson.build | 2 -- src/dumpkeys.c | 10 ---------- src/mev.c | 10 ---------- src/pty.cc | 2 +- 4 files changed, 1 insertion(+), 23 deletions(-) commit 0c00665c211c6c8cdc4baed27658595b883bed12 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 pty: Cleanup session creation Remove setpgid() call, since it always fails with EPERM, and doesn't make sense after setsid() anyway. setsid() creates a new session, and loses the controlling TTY. Furthermore, setsid() is in POSIX, so we can depend on its presence; remove the conditional around it. Fixes: https://gitlab.gnome.org/GNOME/vte/issues/179 meson.build | 2 -- src/pty.cc | 20 +++++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) commit 3b695af9524cc76bdf4ab77ba1e4f0d7963a2852 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 pty: Add more error checking src/pty.cc | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) commit 171fd49e24111749c415ec1e92efcd65f08fdcf6 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 pty: Start new session before opening the PTY peer src/pty.cc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) commit 8c72345d1df56287c8ffaa2186f5913ac587d837 Author: Christian Persch Date: Sat Oct 12 20:10:55 2019 +0200 pty: Separate PTY code from its GObject wrapper src/fwd.hh | 28 ++ src/meson.build | 11 +- src/pty.cc | 770 +++++++++----------------------------------------- src/pty.hh | 83 ++++++ src/vte.cc | 217 +++++--------- src/vtegtk.cc | 48 +++- src/vteinternal.hh | 51 ++-- src/vtepty-private.h | 33 --- src/vtepty.cc | 722 ++++++++++++++++++++++++++++++++++++++++++++++ src/vteptyinternal.hh | 35 +++ src/vtetypes.hh | 19 +- src/widget.cc | 27 ++ src/widget.hh | 13 +- 13 files changed, 1182 insertions(+), 875 deletions(-) commit 84bb0d45e0ee62e57e78a1c385dad88c9fbe122d Author: Christian Persch Date: Fri Oct 11 21:14:31 2019 +0200 Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b524886338ff638f3f732ebe548580f51540d483 (tag: 0.59.0) Author: Egmont Koblinger Date: Fri Oct 11 13:47:56 2019 +0200 widget: Deprecate vte_terminal_[sg]et_allow_bold() https://bugzilla.gnome.org/show_bug.cgi?id=762247#c36 src/vte/vtedeprecated.h | 8 ++++++++ src/vte/vteterminal.h | 5 ----- src/vtegtk.cc | 17 ++++++++++------- 3 files changed, 18 insertions(+), 12 deletions(-) commit 7f6e48ce00eb0fd6992966a66df6464e85cfda84 Author: Egmont Koblinger Date: Fri Oct 11 13:04:41 2019 +0200 ring: Tiny code cleanup: maintain GString integrity src/ring.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a6cb948d2c352056b79e04efd372f88f84b8e0a1 Author: Egmont Koblinger Date: Fri Oct 11 12:47:15 2019 +0200 ring: Fix an incorrect assertion An assertion in the rewrap code incorrectly assumed that the last line of the ring is always hard wrapped (i.e. ends in an explicit newline). Rewrapping when the last line is soft wrapped and the cursor stands here after the last nonempty cell resulted in a crash. https://gitlab.gnome.org/GNOME/vte/issues/181 src/ring.cc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 9dd455a3f80657e17afabdc86c9cef0bb1d0a7e6 Author: Christian Persch Date: Thu Oct 10 21:25:47 2019 +0200 pty: Fix error check for ioctl(TIOCGPTPEER) failure While the kernel's own tests say that EINVAL would be returned when the running kernel doesn't support the ioctl, it appears that actually it returns ENOTTY. Fixes: https://gitlab.gnome.org/GNOME/vte/issues/182 src/pty.cc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit c142e30a4f9041d9deec4f8aedbed9eadb924f5e Author: Ryuta Fujii Date: Tue Oct 8 12:45:10 2019 +0000 Update Japanese translation po/ja.po | 106 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 48 insertions(+), 58 deletions(-) commit e64eff10c34601e22ea626f11af38dfd36b634e2 Author: Egmont Koblinger Date: Fri Oct 4 09:29:26 2019 +0200 build: Avoid a method deprecated in Pango 1.44 https://gitlab.gnome.org/GNOME/vte/issues/180 src/vtedraw.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 443cfe95a308247c8661b1bea22c1139520faddf Author: Egmont Koblinger Date: Wed Oct 2 15:56:41 2019 +0200 draw: Fix typos src/vtedraw.cc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit d37c5a671a442d1371282178e8f477350d968b73 Author: Christian Persch Date: Mon Sep 30 23:02:06 2019 +0200 spawn: Port fdwalk improvements from glib https://gitlab.gnome.org/GNOME/vte/issues/171 src/vtespawn.cc | 107 ++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 80 insertions(+), 27 deletions(-) commit a506334ea8148faa7e89eb0a582125391409abe9 Author: Christian Persch Date: Wed Sep 25 12:26:28 2019 +0200 build: Fix clang build https://gitlab.gnome.org/GNOME/vte/issues/178 src/tabstops.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ef0734c1eb775cf98db9a6e8e87700830b1a3890 Author: Egmont Koblinger Date: Tue Sep 24 13:01:54 2019 +0200 emulation: Ensure the cursor remains onscreen when moving down Previously the cursor could escape from the onscreen area, resulting in a crash. This happened when a scrolling area was defined which did not include the bottom row, the cursor was in the terminal's bottom row and moved downwards from there. https://gitlab.gnome.org/GNOME/vte/issues/176 src/vte.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit ac68d4c02e21f5857f68e75bf39f4cfc4c593a52 Author: Christian Persch Date: Fri Sep 20 21:01:06 2019 +0200 build: Fix format warnings test meson.build | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) commit 90afbfd67e452ed308f8b3dc5ce8210ae70fe9b9 Author: Christian Persch Date: Thu Sep 19 11:44:05 2019 +0200 build: Fix clang build https://gitlab.gnome.org/GNOME/vte/issues/174 src/vteinternal.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b0ad91c9092f06155b826478b9d2ad475e821405 Author: Christian Persch Date: Thu Sep 19 11:24:13 2019 +0200 build: Print compiler version in configure summary meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 912fffcb3b548dc883d4f9749b33ba87cd1be86b Author: Christian Persch Date: Wed Sep 18 22:09:02 2019 +0200 lib: Rework how vte stores the match and search regexes (cherry picked from commit 2d0df88babd1faae09ee6b92fb589427ea12437a) src/refptr.hh | 50 ++++++ src/regex.cc | 3 +- src/vte.cc | 433 ++++++++++++------------------------------------ src/vtegtk.cc | 40 ++--- src/vteinternal.hh | 137 +++++++++++---- src/vteregex.cc | 23 +-- src/vteregexinternal.hh | 19 ++- src/widget.cc | 51 +++++- src/widget.hh | 19 ++- 9 files changed, 349 insertions(+), 426 deletions(-) commit ae2e8bdf4b6cf9d17b7c60b0752fed311bab1877 Author: Christian Persch Date: Thu Sep 19 11:18:36 2019 +0200 regex: Add missing noexcept https://gitlab.gnome.org/GNOME/vte/issues/175 src/regex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6710777ac3172f8e025ac33b1ecb9d8a73bfa3cf Author: Michael Catanzaro Date: Wed Sep 18 23:33:53 2019 +0000 Revert "lib: Rework how vte stores the match and search regexes" This reverts commit 2d0df88babd1faae09ee6b92fb589427ea12437a src/refptr.hh | 50 ------ src/regex.cc | 3 +- src/vte.cc | 431 ++++++++++++++++++++++++++++++++++++------------ src/vtegtk.cc | 40 +++-- src/vteinternal.hh | 133 ++++----------- src/vteregex.cc | 23 ++- src/vteregexinternal.hh | 19 +-- src/widget.cc | 51 +----- src/widget.hh | 19 +-- 9 files changed, 423 insertions(+), 346 deletions(-) commit 2d0df88babd1faae09ee6b92fb589427ea12437a Author: Christian Persch Date: Wed Sep 18 22:09:02 2019 +0200 lib: Rework how vte stores the match and search regexes src/refptr.hh | 50 ++++++ src/regex.cc | 3 +- src/vte.cc | 431 ++++++++++++------------------------------------ src/vtegtk.cc | 40 ++--- src/vteinternal.hh | 133 +++++++++++---- src/vteregex.cc | 23 +-- src/vteregexinternal.hh | 19 ++- src/widget.cc | 51 +++++- src/widget.hh | 19 ++- 9 files changed, 346 insertions(+), 423 deletions(-) commit 474b63ba88a0f2a83f3fbde44508ec37f5b2934d Author: Christian Persch Date: Wed Sep 18 22:09:02 2019 +0200 regex: Make regex a C++ class Make regex a C++ class and the public VteRegex only a wrapper. .dir-locals.el | 4 + src/meson.build | 7 +- src/regex.cc | 238 +++++++++++++++++++++++++++++++++++++++ src/regex.hh | 83 ++++++++++++++ src/vtegtk.cc | 18 +-- src/vtepcre2.h | 9 +- src/vteregex.cc | 292 ++++++++---------------------------------------- src/vteregexinternal.hh | 21 ++-- 8 files changed, 400 insertions(+), 272 deletions(-) commit d3ed7be7ade9d04b85df5af416f80e545228674c Author: Christian Persch Date: Wed Sep 18 21:26:01 2019 +0200 build: Define gtk3 min/max version defines only for gtk3 targets ... instead of globally (which will conflict with gtk4 defines in the future). meson.build | 8 +++++--- src/app/meson.build | 3 ++- src/meson.build | 10 +++++++--- 3 files changed, 14 insertions(+), 7 deletions(-) commit b588b33b568f7687967e2e512aa65f8375f25163 Author: Egmont Koblinger Date: Wed Sep 18 15:34:29 2019 +0200 build: Silence a warning with debug disabled https://gitlab.gnome.org/GNOME/vte/issues/173 src/vte.cc | 2 ++ 1 file changed, 2 insertions(+) commit 9102b9d8ae547bfda9e8d336139b3ed6450b6d2c Author: Egmont Koblinger Date: Wed Sep 18 14:16:41 2019 +0200 build: Bump gtk min-req version to 3.18 https://gitlab.gnome.org/GNOME/vte/issues/172 meson.build | 2 +- src/app/app.cc | 5 ++++- src/reflect.c | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) commit 569620226390668c4e90c4bbd85bc09de755bd87 Author: Egmont Koblinger Date: Wed Sep 18 14:16:10 2019 +0200 build: Bump gtk min-req version to 3.6 Also drop gdk_threads_enter/leave() calls. https://gitlab.gnome.org/GNOME/vte/issues/172 meson.build | 2 +- src/vte.cc | 55 +------------------------------------------------------ 2 files changed, 2 insertions(+), 55 deletions(-) commit 537fbfa2c197d3273c2630920ed452284f2a8ff5 Author: Egmont Koblinger Date: Wed Sep 18 14:15:52 2019 +0200 build: Bump gtk min-req version to 3.4 https://gitlab.gnome.org/GNOME/vte/issues/172 meson.build | 2 +- src/reflect.c | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) commit 50974dc57683ac32842882c9fc6b63421092eecb Author: Egmont Koblinger Date: Wed Sep 18 14:15:20 2019 +0200 build: Bump glib min-req version to 2.44 https://gitlab.gnome.org/GNOME/vte/issues/172 meson.build | 2 +- src/reaper.cc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) commit 0a9b4425b2430cc13ecb4f6eb5b89974b48e4547 Author: Egmont Koblinger Date: Wed Sep 18 14:14:55 2019 +0200 build: Enable glib/gtk deprecation warnings https://gitlab.gnome.org/GNOME/vte/issues/172 meson.build | 18 +++++++++++++++++- src/app/meson.build | 1 + src/meson.build | 5 +++-- 3 files changed, 21 insertions(+), 3 deletions(-) commit 8be5ae296c11fbe71682abe46916b7edea557ad9 Author: Danial Behzadi Date: Sat Sep 14 20:53:04 2019 +0000 Update Persian translation po/fa.po | 48 ++++++++++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 26 deletions(-) commit 016fd4690b85011b5691ff39ae269ad912a7e69e Author: Egmont Koblinger Date: Sat Sep 14 22:41:52 2019 +0200 widget: Don't scroll to bottom on keystroke in read-only mode https://gitlab.gnome.org/GNOME/gnome-terminal/issues/159 src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit bff758d228772c2aac653d0feb9a51cd75ad80dd Author: Egmont Koblinger Date: Sat Sep 14 22:37:28 2019 +0200 emulation: Make DEC alternate charset convert underscore to space https://gitlab.gnome.org/GNOME/vte/issues/157 src/vte.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit b8113e6dd3b6ae8d202c876b3d408125391cf9cb Author: Egmont Koblinger Date: Sat Sep 14 22:28:39 2019 +0200 emulation: Remove urxvt mouse extension support https://gitlab.gnome.org/GNOME/vte/issues/155 src/mev.c | 15 +-------------- src/modes-private.hh | 7 ++----- src/parser-reply.hh | 1 - src/vte.cc | 3 --- src/vteseq.cc | 1 - 5 files changed, 3 insertions(+), 24 deletions(-) commit 3e285bc667a3599056aa567d581b9fba880acae5 Author: Egmont Koblinger Date: Sat Sep 14 22:28:22 2019 +0200 emulation: Remove SRM support https://gitlab.gnome.org/GNOME/vte/issues/69 src/modes-ecma.hh | 29 ++++++++++++++++------------- src/modes-test.cc | 12 ++++++------ src/modes.hh | 3 +-- src/vte.cc | 26 +++----------------------- src/vteinternal.hh | 3 +-- 5 files changed, 27 insertions(+), 46 deletions(-) commit bc041e78cd287b75be5b82d1c58364a29986cd44 Author: Egmont Koblinger Date: Sat Sep 14 21:40:08 2019 +0200 build: Require GLib 2.44 and GTK 3.20 https://gitlab.gnome.org/GNOME/vte/issues/170 meson.build | 6 +++--- src/app/app.cc | 6 ------ src/pty.cc | 4 ---- src/vte/vtepty.h | 2 -- src/vte/vteregex.h | 2 -- src/vte/vteterminal.h | 2 -- src/vtegtk.cc | 14 -------------- 7 files changed, 3 insertions(+), 33 deletions(-) commit 1f049285d7744ddbc492b020cf26b9a1f31a54b6 Author: Egmont Koblinger Date: Sat Sep 14 21:37:45 2019 +0200 build: Require meson 0.50 https://gitlab.gnome.org/GNOME/vte/issues/169 meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 22f5fabbd1c3b97000ed6cb4a963d429a2c79bab Author: Egmont Koblinger Date: Sat Sep 14 21:36:04 2019 +0200 build: Use "fallthrough" consistently https://gitlab.gnome.org/GNOME/vte/issues/168 src/parser-glue.hh | 7 +------ src/vteseq.cc | 8 ++++---- 2 files changed, 5 insertions(+), 10 deletions(-) commit 80a5ec56edf562727c3008248674bf7b171edb36 Author: Egmont Koblinger Date: Sat Sep 14 21:34:59 2019 +0200 build: Suppress warnings about ignored returned value https://gitlab.gnome.org/GNOME/vte/issues/167 src/xticker.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit 1acae31e2db94bcd98ebbaeeca6c3dfcda025e63 Author: Christian Persch Date: Mon Sep 9 21:24:10 2019 +0200 build: Don't pass C warning flags to the C++ compiler https://gitlab.gnome.org/GNOME/vte/issues/166 (cherry picked from commit 740b173e06bcd38baeb6fa87232492f9bee76834) meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 53ebaece6fbebdcf259b0faf4569e1571619c284 Author: Christian Persch Date: Mon Aug 5 20:07:18 2019 +0200 Post branch version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit def2f0ee9dfbed821b859c9d59f2bb66ae76dd27 (tag: 0.57.90) Author: Christian Persch Date: Mon Aug 5 20:06:03 2019 +0200 Version 0.57.90 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ed32f91aaa0f3446a70ef85f6bbb35a52b0c0ad Author: Ting-Wei Lan Date: Wed Jul 10 22:49:11 2019 +0800 draw: #include for std::max https://gitlab.gnome.org/GNOME/vte/issues/150 src/vtedraw.cc | 1 + 1 file changed, 1 insertion(+) commit 118ad1caab2256bf731404c467c08b98e14b8ccc Author: Christian Persch Date: Sat Aug 3 19:01:13 2019 +0200 pty: Prefer using TIOCGPTPEER ioctl src/pty.cc | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) commit 6e640d5efd2d9427f6dac3dace60ddca3f8afb0c Author: Christian Persch Date: Sat Aug 3 19:01:13 2019 +0200 pty: Use O_NOCTTY when VTE_PTY_NOCTTY is set src/pty.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 2eb1707ca0f0c0b19a1d6d03ca364d183eca2e61 Author: Jor Teron Date: Thu Aug 1 17:41:00 2019 +0000 Add Karbi translation po/LINGUAS | 1 + po/mjw.po | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) commit 68c8e34004c35d1699c500d470fd1afb66d8209d Author: Asier Sarasua Garmendia Date: Sun Jul 14 17:29:41 2019 +0000 Update Basque translation po/eu.po | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) commit 0567e31bddeb02c45049aab42d146f90d7f455ca Author: Egmont Koblinger Date: Mon Jul 8 23:42:44 2019 +0200 bidi: Disable Arabic ligatures https://gitlab.gnome.org/GNOME/vte/issues/142 src/bidi.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit bdf7531b6cbf82caae107a01baf9f2ffb8c3bcb1 Author: Christian Persch Date: Sun Jun 30 22:20:38 2019 +0200 Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f186c89e1dffd4401bbee456135618f5237c6236 (tag: 0.57.3) Author: Christian Persch Date: Sun Jun 30 22:15:02 2019 +0200 Version 0.57.3 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8aae59d7c8b8e35555a23f5f80620d32acb18494 Author: Peter Simonyi Date: Sun Jun 30 22:12:54 2019 +0200 vte.sh: Remove control chars for window title Many of the C0 and C1 control characters other than the expected Esc-\ or BEL will abort the OSC sequence, and none of them will display usefully in a window title, so strip them all. https://bugzilla.gnome.org/show_bug.cgi?id=743867 https://gitlab.gnome.org/GNOME/vte/issues/139 src/vte.sh | 1 + 1 file changed, 1 insertion(+) commit 9a4090339d12e3cb5f129db303086b8126dbdcd7 Author: Christian Persch Date: Sun Jun 30 22:10:47 2019 +0200 draw: Measure characters individually Measure U+0021..U+007E individually instead of all together and then averaging. For monospace fonts, the results should be the same, but if the user (by design, or trough mis-configuration) uses a proportional font, the latter method will greatly underestimate the required width, leading to unreadable, overlapping characters. https://gitlab.gnome.org/GNOME/vte/issues/138 src/vte.cc | 1 - src/vtedraw.cc | 27 ++++++++++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) commit 17cf94a83b1c0da8413501232ca29d3db7a63b70 Author: Egmont Koblinger Date: Sun Jun 30 15:29:44 2019 +0200 widget: Remove line_is_wrappable() src/vte.cc | 15 +++------------ src/vteinternal.hh | 2 -- 2 files changed, 3 insertions(+), 14 deletions(-) commit a2b1bdb850ac15f5e2adbd9082f0fd5ec19eabd9 Author: Egmont Koblinger Date: Sun Jun 30 15:29:41 2019 +0200 perf,bidi: Add BiDi demo and info files https://gitlab.gnome.org/GNOME/vte/issues/53 perf/bidi-demo.txt | 287 +++++++++++++++++++++++++++++++++++++++++++++++++++++ perf/bidi.sh | 39 ++++++++ 2 files changed, 326 insertions(+) commit 913e57e77bdd897ede6558ef01d74f96fd425408 Author: Egmont Koblinger Date: Sun Jun 30 15:29:37 2019 +0200 docs,bidi: Clarify the relation between get_text API methods and BiDi https://gitlab.gnome.org/GNOME/vte/issues/53 src/vte/vteterminal.h | 2 +- src/vtegtk.cc | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) commit 029103a9a650baa61370495160771ee2e18e7c28 Author: Egmont Koblinger Date: Sun Jun 30 15:29:33 2019 +0200 emulation,bidi: Add keyboard swapping mode If the corresponding mode is enabled and the cursor stands within an RTL paragraph, the Left and Right keys of the keyboard swap their generated escape sequence. https://gitlab.gnome.org/GNOME/vte/issues/53 src/vte.cc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) commit cb134a60569b8119651718bbf406c05e9918cef5 Author: Egmont Koblinger Date: Sun Jun 30 15:29:29 2019 +0200 widget,bidi: Denote the direction in the I-beam cursor Show the direction of the character underneath if the paragraph contains a character of foreign direction. Currently for I-beam cursor shape only. https://gitlab.gnome.org/GNOME/vte/issues/53 src/vte.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 6e59b3025daa3f005a87284016de9592b01e91c2 Author: Egmont Koblinger Date: Sun Jun 30 15:29:23 2019 +0200 widget,bidi: Display according to the BiDi mapping Display each row according to the BiDi treatment (shuffling, basic Arabic shaping) it received. https://gitlab.gnome.org/GNOME/vte/issues/53 src/vte.cc | 318 ++++++++++++++++++++++++++++++++++++++++------------- src/vtedraw.cc | 6 + src/vtedraw.hh | 2 + src/vteinternal.hh | 9 +- 4 files changed, 256 insertions(+), 79 deletions(-) commit 7d3704f1c54e58443624355835f675ec22c6b9d3 Author: Egmont Koblinger Date: Sun Jun 30 15:29:17 2019 +0200 bidi: Find the BiDi mapping for the RingView's contents Find the mapping between logical and visual positions for the rows of the RingView, according to the paragraph's BiDi parameters. For implicit paragraphs, the Unicode Bidirectional Algorithm is run via the FriBidi library. Basic Arabic shaping is also performed using presentation form characters. https://gitlab.gnome.org/GNOME/vte/issues/53 meson.build | 9 + meson_options.txt | 7 + src/bidi.cc | 781 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/bidi.hh | 118 +++++++++ src/meson.build | 3 + src/ringview.cc | 88 +++++- src/ringview.hh | 19 ++ src/vte.cc | 2 + src/vtegtk.cc | 6 + src/vteunistr.cc | 33 +++ src/vteunistr.h | 23 ++ 11 files changed, 1084 insertions(+), 5 deletions(-) commit 8264e755da196961fc1d5d10a4f199edbed050a6 Author: Egmont Koblinger Date: Sun Jun 30 15:29:14 2019 +0200 bidi: Add API to enable or disable bidirectional text support https://gitlab.gnome.org/GNOME/vte/issues/53 doc/reference/vte-sections.txt | 4 ++ src/app/app.cc | 8 +++ src/vte.cc | 36 ++++++++++++++ src/vte/vteterminal.h | 13 +++++ src/vtegtk.cc | 108 +++++++++++++++++++++++++++++++++++++++++ src/vtegtk.hh | 2 + src/vteinternal.hh | 4 ++ 7 files changed, 175 insertions(+) commit 59017da98ce05dd4673d915ee4978aee7c155caa Author: Egmont Koblinger Date: Sun Jun 30 15:29:07 2019 +0200 ringview: Add RingView infrastructure The RingView extracts the contents of the currently visible area plus context lines up to the next hard newline (or a safety limit). This can be used to perform display related tweaks, such as BiDi. https://gitlab.gnome.org/GNOME/vte/issues/53 src/debug.cc | 1 + src/debug.h | 3 +- src/meson.build | 2 + src/ringview.cc | 237 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/ringview.hh | 97 ++++++++++++++++++++++ src/vte.cc | 87 +++++++++++++++++++- src/vteinternal.hh | 7 ++ src/vterowdata.cc | 8 ++ src/vterowdata.hh | 1 + src/widget.cc | 2 + 10 files changed, 443 insertions(+), 2 deletions(-) commit 3c6505bef69b6e4ee9e92cc8e9b6058109364ba5 Author: Egmont Koblinger Date: Sun Jun 30 15:29:02 2019 +0200 widget: Invalidate the entire paragraph when its contents change This will soon be required by RingView and BiDi. https://gitlab.gnome.org/GNOME/vte/issues/53 src/ring.cc | 21 ++++++++++ src/ring.hh | 1 + src/vte.cc | 121 +++++++++++++++++++++++++++++++++++++++++++++-------- src/vtedefines.hh | 3 ++ src/vteinternal.hh | 3 ++ src/vteseq.cc | 44 +++++++++++-------- 6 files changed, 157 insertions(+), 36 deletions(-) commit f48b297427bd2adf02e12b44b7b528ebe15e409a Author: Egmont Koblinger Date: Sun Jun 30 15:28:57 2019 +0200 emulation: Track BiDi parameters https://gitlab.gnome.org/GNOME/vte/issues/53 src/debug.cc | 1 + src/debug.h | 1 + src/modes-ecma.hh | 18 +++++++- src/modes-private.hh | 25 +++++++++++ src/modes.hh | 4 +- src/parser-cmd.hh | 4 +- src/parser-csi.hh | 4 +- src/ring.cc | 11 +++-- src/ring.hh | 9 ++-- src/vte.cc | 106 ++++++++++++++++++++++++++++++++++++++++++-- src/vteinternal.hh | 15 +++++++ src/vterowdata.hh | 3 +- src/vteseq.cc | 122 ++++++++++++++++++++++++++++++++++++++++++++------- 13 files changed, 288 insertions(+), 35 deletions(-) commit 13ba4605c10a10924d79aae1c0670dd381ed5dac Author: Egmont Koblinger Date: Sun Jun 30 15:28:54 2019 +0200 emulation: Make certain operataions convert line endings to hard newline Clearing above the cursor now also turns the line just above the normal viewport to hard wrapped. (Clearing the entire screen already does this by appending new lines.) Scrolling a region turns all locations where lines are removed or added to hard wrapped. This is done based on the BiDi spec. https://gitlab.gnome.org/GNOME/vte/issues/53 src/vte.cc | 7 +++++++ src/vteseq.cc | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 39 insertions(+), 2 deletions(-) commit 983c1835613db1824ffe7b3df3372b4c8efb29ab Author: Egmont Koblinger Date: Sun Jun 30 15:28:51 2019 +0200 ring: Keep an additional row writable This is so that we can set the line ending above the normal terminal area to hard newline. Useful e.g. when clearing the screen, and required by the BiDi spec. https://gitlab.gnome.org/GNOME/vte/issues/53 src/ring.cc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit 616d6a1874f3703ec01420eb40e7d09fdb90993e Author: Egmont Koblinger Date: Sun Jun 30 15:28:45 2019 +0200 widget: Set the soft_wrapped flag via wrapper methods This is in preparation for RingView and BiDi where there'll be more to do. https://gitlab.gnome.org/GNOME/vte/issues/53 src/vte.cc | 32 +++++++++++++++++++++++++++++++- src/vteinternal.hh | 3 +++ src/vteseq.cc | 10 +++++----- 3 files changed, 39 insertions(+), 6 deletions(-) commit 92c05284388a569f9b423bc839fca8868d2156af Author: Egmont Koblinger Date: Sat Jun 29 23:42:39 2019 +0200 emulation: Fix background color handling of DCH and ECH https://gitlab.gnome.org/GNOME/vte/issues/136 src/vte.cc | 3 +-- src/vteseq.cc | 9 ++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) commit d0f65fb1f982ba0b58d75184ee1e8d03bb9e3d2e Author: Egmont Koblinger Date: Sat Jun 29 23:39:17 2019 +0200 widget: Merge identical m_color_defaults and m_fill_defaults https://gitlab.gnome.org/GNOME/vte/issues/136 src/vte.cc | 16 +++++++--------- src/vteinternal.hh | 18 +++++++----------- src/vteseq.cc | 17 ++++++++--------- 3 files changed, 22 insertions(+), 29 deletions(-) commit 8e46f0f176e63ac20a7e1d49ae166159972d2bab Author: Christian Persch Date: Fri Jun 28 21:20:05 2019 +0200 emulation: Improve docs src/vteseq.cc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) commit 83f98691b4b929537a6b33279f2b932de0512a5d Author: Egmont Koblinger Date: Fri Jun 28 10:19:19 2019 +0200 draw: Align the baseline across font styles https://gitlab.gnome.org/GNOME/vte/issues/137 src/vtedraw.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit aa4e84ca35dbcbd508c829818d59726f48875429 Author: Egmont Koblinger Date: Thu Jun 6 23:31:07 2019 +0200 widget: Deprecate vte_terminal_[sg]et_rewrap_on_resize() Rewrapping is planned to be always enabled. https://gitlab.gnome.org/GNOME/vte/issues/135 doc/reference/vte-sections.txt | 4 ++-- src/vte/vtedeprecated.h | 8 ++++++++ src/vte/vteterminal.h | 5 ----- src/vtegtk.cc | 6 ++++++ 4 files changed, 16 insertions(+), 7 deletions(-) commit afe6f05571c44ef2d75e8f8dba8e2b16344b7e9f Author: Egmont Koblinger Date: Thu Jun 6 23:04:26 2019 +0200 widget: Increase minimum width to 2 cells plus padding https://gitlab.gnome.org/GNOME/vte/issues/134 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ca4eae6ac0f1547ae42b6811035e7d93954d1c37 Author: Egmont Koblinger Date: Thu Jun 6 10:37:38 2019 +0200 widget: Revert to paint unused rows They might be selected, and thus have a nondefault background. https://gitlab.gnome.org/GNOME/vte/issues/132 src/vte.cc | 3 --- 1 file changed, 3 deletions(-) commit 4ae78d048df2354cc5f76e3e740baeccb60a5422 Author: Egmont Koblinger Date: Fri May 31 22:51:02 2019 +0200 widget: Clean up invalidating in insert_char() src/vte.cc | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) commit 5465b748b04b05700863e04ed4b2f8897a22ae21 Author: Egmont Koblinger Date: Fri May 31 22:50:34 2019 +0200 widget: Don't clamp before invalidating from process_incoming() invalidate_rows() takes care of this. With forthcoming BiDi, we do need to call invalidate_rows() even if the modified region is offscreen because it might affect onscreen rows too. src/vte.cc | 21 --------------------- 1 file changed, 21 deletions(-) commit 61e7b898e4aca413c6c5112916fd5e4b79da0c25 Author: Egmont Koblinger Date: Fri May 31 22:49:18 2019 +0200 widget: Find contiguous LTR and RTL runs of decoration This is in preparation for forthcoming BiDi support. src/vte.cc | 89 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 35 deletions(-) commit 3df8e58310044d4a51ad229362c0512661bf8351 Author: Egmont Koblinger Date: Fri May 31 22:48:54 2019 +0200 widget: Move out a common condition for painting the background src/vte.cc | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) commit dc94f74c766fd445710d54946093040282bd80d3 Author: Louie Lu Date: Fri May 31 20:53:39 2019 +0200 all: Add installation & debugging information README | 15 --------------- README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 15 deletions(-) commit e5b017af473503f74724cb3210846575900fa486 Author: Egmont Koblinger Date: Fri May 31 13:22:51 2019 +0200 widget: Fix misleading comments in cursor_down() src/vte.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit 9c657532e6c7871266dbf70b6488a749ac22fc14 Author: Egmont Koblinger Date: Fri May 31 10:30:52 2019 +0200 widget: Fix invalidation with scrolling region In some special case involving a scrolling region, the wrong part of the display was invalidated. https://gitlab.gnome.org/GNOME/vte/issues/131 src/vte.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 4b53da3627efead28ee2034c9ad368e37c378da1 Author: Christian Persch Date: Thu May 30 23:06:56 2019 +0200 draw: Optimise invalidation and painting Cells may contain content that draws outside the cell area. Limit this to only allow drawing up to the underline position of the line above, and the overline position of the line below, by clipping the cairo context to that area before drawing each line. Only paint lines that are in the invalidated region (or which due to overdrawing may draw into the invalidated region). https://gitlab.gnome.org/GNOME/vte/issues/56 src/vte.cc | 183 ++++++++++++++++------------------------------------- src/vtedraw.cc | 16 +++++ src/vtedraw.hh | 22 +++++++ src/vteinternal.hh | 19 +++++- 4 files changed, 109 insertions(+), 131 deletions(-) commit 3e435583ab34dd0a5c9dbbb040c09aa8cd33ffdf Author: Egmont Koblinger Date: Thu May 30 15:33:32 2019 +0200 widget: Refactor offscreen cursor detection https://gitlab.gnome.org/GNOME/vte/issues/75 src/vte.cc | 23 ++++++++++++++++++----- src/vteinternal.hh | 1 + 2 files changed, 19 insertions(+), 5 deletions(-) commit 564ce8222dc44c7caac31d80120202fe1f8f0d20 Author: Christian Persch Date: Wed May 29 22:47:46 2019 +0200 widget: Add valist signal marshallers src/marshal.list | 2 -- src/meson.build | 1 + src/vtegtk.cc | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 2 deletions(-) commit 1867af10ea314dc3ab4fb7f7093a8882a2fd3f77 Author: Egmont Koblinger Date: Mon May 6 19:57:35 2019 +0200 widget: Avoid double painting of letters In some cases a piece of text was overstriked with itself, resulting in bolder look at antialiased edges. https://gitlab.gnome.org/GNOME/vte/issues/4 src/vte.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) commit e8fff1c231910783d61003a36bbf960690f50a11 Author: Christian Persch Date: Mon May 6 19:46:59 2019 +0200 app: Plug mem leaks src/app/app.cc | 2 ++ 1 file changed, 2 insertions(+) commit fc0b0c456b93c97d3a0b2676780c72c7018eaf94 Author: Christian Persch Date: Wed May 1 16:33:07 2019 +0200 widget: Throw away remaining incoming data on finalize There is no need to process remaining incoming data when we're just finalizeing the widget. https://gitlab.gnome.org/GNOME/vte/issues/122 src/vte.cc | 7 ++++--- src/vteinternal.hh | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) commit ba7d6416a4bbfe0b0ca4c53f222b5fabd5bdaa72 Author: Christian Persch Date: Mon Apr 29 11:09:16 2019 +0200 build: Fix build on meson 0.49 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7df0f9a997a1cdffee31fe4d0d100f294c74abea Author: Christian Persch Date: Sun Apr 28 15:02:23 2019 +0200 build: Do not allow disabling asserts meson.build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 2395e8f18a7fea559e4c65f27ea26d8fe62c3860 Author: Christian Persch Date: Sun Apr 28 14:47:57 2019 +0200 build: Use our own warning flags Use warning_level=0, and use our own list of warnings. meson.build | 3 +++ 1 file changed, 3 insertions(+) commit fcff57272ea62c2dbfcfc4594bdd85eff7a0c528 Author: Christian Persch Date: Sun Apr 28 14:38:47 2019 +0200 build: Add debug flags when debug is enabled meson.build | 6 ++++++ 1 file changed, 6 insertions(+) commit e6ac72a2f7f67d508cd2fcf863764dc593636850 Author: Christian Persch Date: Fri Apr 26 16:49:28 2019 +0200 build: Increase test timeout It appears there are computers even slower than mine out there! https://gitlab.gnome.org/GNOME/vte/issues/120 src/meson.build | 1 + 1 file changed, 1 insertion(+) commit 3147319e58f20bee8973088c396acc3cd71034b3 Author: Christian Persch Date: Thu Apr 25 23:53:16 2019 +0200 pty: Make vte_pty_child_setup() useful for flatpack Add flags to VtePty to skip starting a new session and setting the PTY as controlling TTY for the child process in vte_pty_child_setup(). This is used when the process using vte is flatpacked, but wants to run the child process in the host. src/pty.cc | 15 +++++++++------ src/vte/vteenums.h | 6 ++++++ 2 files changed, 15 insertions(+), 6 deletions(-) commit 4717fd5d9e0faf34786f642f3a8fbf260ab0cbb7 Author: Christian Persch Date: Thu Apr 25 23:53:16 2019 +0200 docs: Add index for API new in 0.58 doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 35d867918c497df7a15aeb731a88937e28cf899d Author: Christian Persch Date: Thu Apr 25 23:53:16 2019 +0200 docs: Add index for API new in 0.56 doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 7bd8b721f726e4c45464701497c9d79363492cb8 Author: Christian Persch Date: Tue Apr 23 22:13:43 2019 +0200 Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8afa5e46905492779027ed2c04e8a63e30cd74df (tag: 0.57.0) Author: Christian Persch Date: Sat Apr 20 19:41:46 2019 +0200 parser: glue: Correct parameter collection If the minimum value is greater than the maximum_value (which can happen e.g. when the minimum is 1 and the maximum is m_column_count - cursor.column), the parameter collection should return the minimum value, not the maximum value. src/parser-glue.hh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit d4da2ac7417c710bc7e9824062ab09d1187e815a Author: Christian Persch Date: Sat Apr 20 19:41:46 2019 +0200 Revert "parser: glue: Use std::clamp" This reverts commit 1a84c427cd2ea05939b86eb47c21a437d0ce6d79. https://bugzilla.redhat.com/show_bug.cgi?id=1701590 src/parser-glue.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit bc983ed04151ed769eb9f1bb5d7f2c782f19112c Author: Abderrahim Kitouni Date: Wed Apr 17 14:58:18 2019 +0100 ring: fix printf format G_GSIZE_FORMAT was used for an of type row_t which is a gulong This fixes 8289c7269512082cf6a3664a0622d83c37bceff1 Fixes https://gitlab.gnome.org/GNOME/vte/issues/113 src/ring.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit fdb669439066a2c531f249f0d55d4603ba1a4f24 Author: Rico Tzschichholz Date: Tue Apr 16 16:34:37 2019 +0200 vala: Make binding tests compile without warning This is an untidy approach which was accepted to be fine as is. Fixes https://gitlab.gnome.org/GNOME/vte/issues/112 bindings/vala/app.vala | 94 +++++++++++++++++++++++++------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) commit 15c45ca13f3a3f2e048c392fd7f3bf276b709649 Author: Christian Persch Date: Mon Apr 15 20:26:19 2019 +0200 build: Check gcc version Apparently earlier gcc versions claim to support the -std flag for C++17 but don't actually support C++17 fully. Ideally, meson would check that the compiler actually supports the standard, not just the -std flag, but until then, implement a simple version check based on https://gcc.gnu.org/projects/cxx-status.html#cxx17 https://gitlab.gnome.org/GNOME/vte/issues/110 meson.build | 8 ++++++++ 1 file changed, 8 insertions(+) commit 8289c7269512082cf6a3664a0622d83c37bceff1 Author: Christian Persch Date: Mon Apr 15 18:44:28 2019 +0200 ring: Silence some warnings with debug disabled https://bugzilla.gnome.org/show_bug.cgi?id=789778 src/ring.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 19a483cd7bd1aa73639a9138ee431dfa2929a9d0 Author: Christian Persch Date: Mon Apr 15 18:44:28 2019 +0200 build: List Wextra warnings meson.build | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 59915c1163862b4411acd4e6fbd1c3c3d1673b6a Author: Christian Persch Date: Mon Apr 15 18:44:28 2019 +0200 vala: Make the vala test build without warnings Fix the code, and pass --enable-deprecated to silence the deprecation warnings. The vala test is itself deprecated, so there is no need to keep it current with gtk deprecations. bindings/vala/app.vala | 4 +--- bindings/vala/meson.build | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) commit d1e4d6322591421ba9d67b829119809cf94982c0 Author: Christian Persch Date: Mon Apr 15 18:44:28 2019 +0200 gir: Fix introspection annotations src/pty.cc | 7 ++++--- src/vtegtk.cc | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) commit 8cd5eee8cca948aef03cd360c67d933d74538931 Author: Christian Persch Date: Mon Apr 15 18:44:28 2019 +0200 reflect: Fix compiler warnings meson.build | 1 - src/reflect.c | 17 ++++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) commit 32b2cfd47649c9878f7086ac21ad8841eee43a16 Author: Christian Persch Date: Mon Apr 15 18:44:27 2019 +0200 mev: Fix an implicit fallthrough warning src/mev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1817fb8f8ffbb3f3fce81e448968c9de28287bb1 Author: Christian Persch Date: Mon Apr 15 18:44:27 2019 +0200 build: Ignore everything in the build directory That makes 'git status' omit the build dir, in case it is inside the git checkout. meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) commit d3d01aa7fd190a80ef9e1c2d5f0531e0168db3dd Author: Christian Persch Date: Mon Apr 15 10:49:24 2019 +0200 build: Add missing file https://gitlab.gnome.org/GNOME/vte/issues/78#note_489465 bindings/meson.build | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit 367f0abc9388eef1dd33221de13fa113c4b0006f Author: Christian Persch Date: Sun Apr 14 22:36:27 2019 +0200 l10n: Add POTFILES.skip back l10n.g.o still runs intltool-update -m even on non-intltool modules, so add the skip file back for now. po/POTFILES.skip | 7 +++++++ 1 file changed, 7 insertions(+) commit 7905715638662f02860d1f0ebd079053fb9cca3e Author: Christian Persch Date: Sun Apr 14 22:28:59 2019 +0200 l10n: Re-rename POTFILES to POTFILES.in It seems l10n.gnome.org requires that. https://gitlab.gnome.org/GNOME/vte/issues/78#note_489302 po/{POTFILES => POTFILES.in} | 0 1 file changed, 0 insertions(+), 0 deletions(-) commit 69d2fb4c3067d9030072d3a675a9049a274e67e1 Author: Christian Persch Date: Sun Apr 14 22:23:19 2019 +0200 Add barebones README README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 7566ad673a12d26293b0a74dd3cb3e5f3d22ed49 Author: Christian Persch Date: Sun Apr 14 21:11:43 2019 +0200 build: Port to meson build system Based on a patch by Iñigo Martínez. Drop the glade catalogue, which was unmaintained. Remove the config.h define for the default terminfo name to use, and just hardcode it. https://gitlab.gnome.org/GNOME/vte/issues/78 Makefile.am | 48 - Makefile.meson | 48 + autogen.sh | 16 - bindings/Makefile.am | 13 - bindings/gir/Makefile.am | 34 - bindings/gir/meson.build | 38 + bindings/vala/Makefile.am | 98 --- bindings/vala/meson.build | 98 +++ configure.ac | 485 ---------- doc/Makefile.am | 11 - doc/reference/Makefile.am | 168 ---- doc/reference/check-doc-coverage.sh | 50 -- doc/reference/check-doc-syntax.sh | 12 - doc/reference/meson.build | 108 +++ git.mk | 333 ------- glade/Makefile.am | 43 - .../hicolor_actions_16x16_widget-vte-terminal.png | Bin 644 -> 0 bytes .../hicolor_actions_22x22_widget-vte-terminal.png | Bin 901 -> 0 bytes glade/vte.xml.in.in | 45 - m4/attributes.m4 | 289 ------ m4/ax_cxx_compile_stdcxx.m4 | 980 --------------------- meson.build | 406 +++++++++ meson_options.txt | 70 ++ perf/Makefile.am | 16 - po/{POTFILES.in => POTFILES} | 0 po/POTFILES.skip | 7 - po/meson.build | 21 + src/Makefile.am | 451 ---------- src/app/Makefile.am | 58 -- src/app/app.cc | 2 - src/app/meson.build | 56 ++ src/meson.build | 475 ++++++++++ src/pty.cc | 6 +- src/test-vte-sh.sh | 7 +- src/{vte.gresource.xml.in => vte.gresource.xml} | 0 src/vte/meson.build | 70 ++ src/vtegtk.cc | 2 - vte.pc.in | 11 - 38 files changed, 1397 insertions(+), 3178 deletions(-) commit 9bdf87c1eb41855c323259c8b4854864bdb1064e Author: iTakeshi Date: Thu Apr 11 13:47:28 2019 +0200 regex: Fix doc comment https://gitlab.gnome.org/GNOME/vte/issues/107 src/vteregex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b06dd748b705afb4c1306296f4118c2b63d5da27 Author: Egmont Koblinger Date: Mon Apr 8 22:58:54 2019 +0200 widget: Cancel autoscroll on ending selecting https://gitlab.gnome.org/GNOME/vte/issues/105 (cherry picked from commit 52e546badeedf12dbbd7706042f1d0f3a9e4f0b3) src/vte.cc | 2 ++ 1 file changed, 2 insertions(+) commit 9540448ba80bf7750581a5749fa35c12631b598d Author: Christian Persch Date: Mon Mar 4 16:40:14 2019 +0100 Post branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 200fe5db6c3f542493374026f8b37d7a73ec86c3 (tag: 0.55.92) Author: Christian Persch Date: Mon Mar 4 16:33:59 2019 +0100 Version 0.55.92 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d99c19cd6063d71d1debe3d656644f87faa26107 Author: Christian Persch Date: Mon Mar 4 16:31:30 2019 +0100 app: Add fullscreen mode ... to test geometry handling on fullscreen/unfullscreen. src/app/app.cc | 46 +++++++++++++++++++++++++++++++++++++++++++++- src/app/window.ui | 6 ++++++ 2 files changed, 51 insertions(+), 1 deletion(-) commit 7b23b8aa338a289eafaf5e27c93ede4355b22af5 Author: Egmont Koblinger Date: Mon Mar 4 09:56:53 2019 +0100 attr: Typo fix src/attr.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3ab488b30283bca9f797965a9ff1ace8f56b0d32 Author: Christian Persch Date: Sun Mar 3 22:15:26 2019 +0100 widget: Prevent clipboard callbacks during destruction https://gitlab.gnome.org/GNOME/vte/issues/89 src/vte.cc | 3 +++ 1 file changed, 3 insertions(+) commit 16669671641438f35514082048449231b43c55bb Author: Марко Костић Date: Thu Feb 28 20:30:38 2019 +0000 Update Serbian translation po/sr.po | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) commit 770df2354cd159db37fb40a66e43038dfc97ef09 Author: Nathan Follens Date: Sun Feb 24 10:27:51 2019 +0000 Update Dutch translation po/nl.po | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) commit 473c4e712881252cc832e31ecf7f2d077f60f70f Author: Egmont Koblinger Date: Mon Feb 11 22:57:13 2019 +0100 emulation: Do not encode keyboard modifiers in X10 mouse mode https://gitlab.gnome.org/GNOME/vte/issues/93 src/vte.cc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) commit 97dcafab38f209d0ae3529741e346a500a196dee Author: Christian Persch Date: Mon Feb 4 23:47:41 2019 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6bbff58a518ead0850b4c1e3ef942f2827f92f11 (tag: 0.55.90) Author: Christian Persch Date: Mon Feb 4 23:40:48 2019 +0100 Version 0.55.90 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2bc606c8dc093c93a7909230da7c2235e3bb062f Author: Egmont Koblinger Date: Mon Feb 4 23:32:55 2019 +0100 perf: Add files to EXTRA_DIST perf/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) commit 5cff1f231cbc2d59f13298cdaa106b39c1875762 Author: Egmont Koblinger Date: Mon Feb 4 23:31:21 2019 +0100 devanagari.txt: New test file perf/devanagari.txt | 6 ++++++ 1 file changed, 6 insertions(+) commit 0765088c7710d7c48083efdb1ebf958df742a0b8 Author: Egmont Koblinger Date: Mon Feb 4 23:06:39 2019 +0100 widget: Handle spacing combining marks Spacing combining marks are now combined with the preceding base letter for display purposes. This significantly improves the rendering of Devanagari and similar scripts. https://bugzilla.gnome.org/show_bug.cgi?id=584160 src/vte.cc | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) commit 27411d1642d3bbafe5986e4f406db361a326a31e Author: Egmont Koblinger Date: Mon Feb 4 23:05:45 2019 +0100 vteunistr: Add method to concatenate two unistrs src/vteunistr.cc | 13 +++++++++++++ src/vteunistr.h | 13 +++++++++++++ 2 files changed, 26 insertions(+) commit 5a01bf95904148a06baf7f908f7321ff3fc7d1a8 Author: Egmont Koblinger Date: Thu Jan 3 13:51:27 2019 +0100 build: Add -Wvla configure.ac | 1 + 1 file changed, 1 insertion(+) commit f00344ba6ffee12ad79c6bf62aa65dc2fe2374dc Author: Andre Klapper Date: Sat Dec 15 23:58:58 2018 +0100 Replace Bugzilla by Gitlab URL in DOAP file vte.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 72648d140b7e9d50dc0d0139dcd846fa21116d71 Author: Christian Persch Date: Mon Dec 10 22:06:50 2018 +0100 parser: charset: Mention some more charsets src/parser-charset-tables.hh | 5 +++++ 1 file changed, 5 insertions(+) commit 76c7dcab5ea80ca3fc6338765eaf7a49b4833b56 Author: Egmont Koblinger Date: Sun Dec 9 22:20:29 2018 +0100 widget: Disconnect GtkSettings signals in destructor This fixes a crash when the cursor blink settings are modified after a terminal exits. https://gitlab.gnome.org/GNOME/vte/issues/77 src/vte.cc | 4 ---- src/widget.cc | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) commit 53690d5cee51bdb7c3f7680d3c22b316b1086f2c Author: Rico Tzschichholz Date: Sat Dec 1 19:04:59 2018 +0100 vala: Fix build with vala 0.43+ git master due to empty struct definition This should get a proper refactoring as the FIXME suggests. See https://gitlab.gnome.org/GNOME/vte/issues/76 bindings/vala/app.vala | 2 ++ 1 file changed, 2 insertions(+) commit 748547ef4c1c44942a45e5724d82993e325dbd04 Author: Christian Persch Date: Wed Nov 28 21:58:24 2018 +0100 parser: Document some known deviations from VT100 src/parser.cc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit 072274d0ef5a0a3729a51ad14f6a9d32c445b505 Author: Christian Persch Date: Wed Nov 28 20:36:47 2018 +0100 parser: Assert that the parser is not in an unknown state Don't print a useless warning, but use an assertion instead. src/parser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3f81d804ccf19d700bfcf6caf2c07d7887f4d5ae Author: Christian Persch Date: Wed Nov 28 20:36:47 2018 +0100 parser: Code style fixes src/parser-glue.hh | 8 +-- src/parser.cc | 198 ++++++++++++++++++++++++++++++++++++----------------- src/parser.hh | 18 ++--- 3 files changed, 147 insertions(+), 77 deletions(-) commit 75b4f8440bc00fecec0286a452e7b182c46079bb Author: Egmont Koblinger Date: Tue Nov 27 23:13:57 2018 +0100 widget: Don't show the cursor occasionally over the scrollback data https://gitlab.gnome.org/GNOME/vte/issues/75 src/vte.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 8e35ff4ae7b4b10ab9b1c01ea35e0743d7542f5f Author: Peter Wu Date: Mon Nov 26 12:28:50 2018 +0100 spawn: Fix g_spawn deadlock in a multi-threaded program on linux Ported from glib@f2917459f745bebf931bccd5cc2c33aa81ef4d12 Issues: glib#945 and glib#1014 src/vtespawn.cc | 94 +++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 65 insertions(+), 29 deletions(-) commit e229ea34cadd21a5afcded56bc7b794e14e86649 Author: Egmont Koblinger Date: Mon Nov 26 00:38:13 2018 +0100 widget: Fix mouse selection to skip trailing unused cells Regression from commit 4005f653ac7df5475066da7245b87d71f11e2c8b. https://gitlab.gnome.org/GNOME/vte/issues/68 src/vte.cc | 16 ++++++++-------- src/vterowdata.cc | 13 +++++++++++++ src/vterowdata.hh | 1 + 3 files changed, 22 insertions(+), 8 deletions(-) commit 7124ade774e73d9a4210607e8666dc98ab200acb Author: Egmont Koblinger Date: Mon Nov 26 00:37:11 2018 +0100 widget: Strip off trailing unused cells in get_text() Restore the behavior of not including trailing unused cells as spaces, not even when they have a custom background. This corresponds to the false value of the former include_trailing_spaces flag. This partially reverts commit 138baedc50bbbc455bbc16e76919af2d6f6d7492 https://gitlab.gnome.org/GNOME/vte/issues/38 https://gitlab.gnome.org/GNOME/vte/issues/68 src/vte.cc | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) commit cfd75ab69f221259e1c15a6b6957a88ef5b91ebc Author: Egmont Koblinger Date: Mon Nov 26 00:21:57 2018 +0100 widget: Fix URL recognition after dragging the scrollbar https://gitlab.gnome.org/GNOME/vte/issues/74 src/vte.cc | 1 + 1 file changed, 1 insertion(+) commit 8d45f5ff950131d1d9724b62628b4e81a8461462 Author: Christian Persch Date: Sun Nov 25 23:46:43 2018 +0100 regex: Add vte_regex_substitute Add VteRegex API to substitute a string match with a replacement. Based on a patch by Rodolfo Granata . https://gitlab.gnome.org/GNOME/gnome-terminal/issues/43 doc/reference/vte-sections.txt | 1 + src/app/app.cc | 25 +++++++++++++--- src/vte/vteregex.h | 7 +++++ src/vteregex.cc | 67 +++++++++++++++++++++++++++++++++++++++++- src/vteregexinternal.hh | 2 +- 5 files changed, 96 insertions(+), 6 deletions(-) commit 3df8290b4c90d3794ed00cff7f284fbeb6b0ef72 Author: Iñigo Martínez Date: Mon Jul 3 09:36:14 2017 +0200 build: Use input file as parameter in box drawing script Changed box_drawing_generate.sh script to read from a file passed as parameter explicitly instead of using input redirection. src/Makefile.am | 2 +- src/box_drawing_generate.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit ecb62ea5a5b24a5bff38356ab3575b1d9852938b Author: Ting-Wei Lan Date: Sun Nov 18 23:09:45 2018 +0800 parser: cat: Fix clang build error seq.param returns int, so param should not be declared as unsigned int. src/parser-cat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fe664c53ed8e43437a10c3699a5870a10132ac32 Author: Christian Persch Date: Mon Nov 12 22:11:00 2018 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b9cc7d79afe7d8d399840d1d269b04c71df28df (tag: 0.55.0) Author: Christian Persch Date: Sat Nov 10 11:08:12 2018 +0100 parser: Complete SCI infrastructure Add (empty) list of known CSI functions, and test for them. src/Makefile.am | 3 +++ src/parser-sci.hh | 20 ++++++++++++++++++++ src/parser-test.cc | 24 ++++++++++++++++++++++++ src/parser.cc | 8 +++++++- 4 files changed, 54 insertions(+), 1 deletion(-) commit 9dabb0f46623b9c7987b3a4c6ee0a67bf43bac71 Author: Christian Persch Date: Sat Nov 10 11:08:12 2018 +0100 parser: cat: Add linter for SGR sequences Warn on unknown and unsupported SGR values, and on unknown and deprecated colour parameters for SGR 38, 48 and 58. src/parser-cat.cc | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) commit ca6956bc653fa1804053d9e3af0f5b4c61aad5aa Author: Christian Persch Date: Sat Nov 10 11:08:12 2018 +0100 parser: cat: Use the parser glue src/parser-cat.cc | 129 ++++++++++++++++++++++++++++++----------------------- src/parser-glue.hh | 11 +++++ 2 files changed, 84 insertions(+), 56 deletions(-) commit 01ad89c6c8926fba966f4333241359afe84c7ee0 Author: Christian Persch Date: Sat Nov 10 11:08:12 2018 +0100 emulation: Treat rapid blink like blink src/vteseq.cc | 1 + 1 file changed, 1 insertion(+) commit 38ea0414a411650f5b59b8ecd89f9c453f188690 Author: Christian Persch Date: Sat Nov 10 11:08:12 2018 +0100 parser: Define SGR enum from include files src/Makefile.am | 6 +++++ src/parser-decsgr.hh | 35 ++++++++++++++++++++++++ src/parser-sgr.hh | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/parser.hh | 16 +++++++++++ src/vteinternal.hh | 36 ------------------------- 5 files changed, 133 insertions(+), 36 deletions(-) commit f51e0bf23a1b0cbc65e76272eed8d74ec13eba3e Author: Christian Persch Date: Sat Nov 10 11:08:12 2018 +0100 parser: Fix licence template sed job mistake src/parser-osc.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 8c034b3839c2d3c6b1b947fd167c711e97dc374a Author: Christian Persch Date: Sat Nov 10 11:08:12 2018 +0100 app: Add new terminal to main menu When there's nothing displaying the app menu, New Terminal wasn't accessible. Add it to the main menu. src/app/window.ui | 6 ++++++ 1 file changed, 6 insertions(+) commit 4005f653ac7df5475066da7245b87d71f11e2c8b Author: Egmont Koblinger Date: Wed Nov 7 14:00:40 2018 +0100 widget: Rewrite the tracking of selection endpoints Track mouse click and drag positions as pointing to the left or right half of a character cell, rather than between cells. This change is required for forthcoming BiDi support. Refactor the methods and their responsibilities. Fixes and improvements of corner cases as listed in the bugreport. https://gitlab.gnome.org/GNOME/vte/issues/34 src/vte.cc | 1058 ++++++++++++++++++++++++++-------------------------- src/vteaccess.cc | 9 +- src/vtegtk.cc | 2 +- src/vteinternal.hh | 31 +- src/vtetypes.cc | 73 +++- src/vtetypes.hh | 57 ++- 6 files changed, 659 insertions(+), 571 deletions(-) commit 1d4eab2e8e098830aafb1001ce4b5a4100db9f4f Author: Christian Persch Date: Sat Nov 3 22:25:48 2018 +0100 lib: Fix clang build error Explicitly cast to integer to avoid a narrowing error. https://gitlab.gnome.org/GNOME/vte/issues/67 src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ad078eb4fec6ba5ec7c2c220fe987b45f87798eb Author: Christian Persch Date: Fri Nov 2 20:27:20 2018 +0100 regex: Check whether PCRE2 was compiled with JIT support ... and only warn once if it was not. src/vteregex.cc | 48 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 10 deletions(-) commit 8717ef9d2ec206fe36b758fe9098387c0c3351b2 Author: Christian Persch Date: Sun Oct 28 19:44:28 2018 +0100 emulation: Make OSC replies with same terminator as request When replying to an OSC request with an OSC reply, use the same string terminator (ST or BEL) as the request. https://bugzilla.gnome.org/show_bug.cgi?id=722446 https://gitlab.gnome.org/GNOME/vte/issues/65 src/parser-glue.hh | 2 ++ src/vte.cc | 20 ++++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) commit a25b6339bcf3a328ec3aed63141970a75bce813f Author: Christian Persch Date: Sun Oct 28 19:44:28 2018 +0100 parser: charset: Add a DEC private OCS src/parser-charset-tables.hh | 2 +- src/parser-charset.hh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit fe8b0649d58dea2fc614e617776bc8794f9d6323 Author: Christian Persch Date: Sun Oct 28 19:44:28 2018 +0100 emulation: Document two more DECSGR values src/vteseq.cc | 3 +++ 1 file changed, 3 insertions(+) commit c67376c8e95eee50687e00dd409f62e47c65ec8e Author: Christian Persch Date: Sun Oct 28 19:44:28 2018 +0100 emulation: Document two DEC private ACS value src/vteseq.cc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) commit da28e9007b2ad10ef9d200a999997fc228ea88b9 Author: Christian Persch Date: Sun Oct 28 19:44:28 2018 +0100 parser: charset: Add a DEC private OCS src/parser-charset-tables.hh | 12 ++++++++++-- src/parser-charset.hh | 1 + src/parser-test.cc | 16 +++++++++++----- src/parser.cc | 18 ++++++++++++++---- 4 files changed, 36 insertions(+), 11 deletions(-) commit 05d7324a8cf9cb5af32a4ced094a308139cfd34e Author: Egmont Koblinger Date: Sun Oct 21 00:25:52 2018 +0200 hyperlink-demo.txt: Prefer ST to BEL perf/hyperlink-demo.txt | 104 ++++++++++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 52 deletions(-) commit 668173e13e22d840fe418a2276f81161f82bcdb2 Author: Christian Persch Date: Fri Oct 19 23:46:03 2018 +0200 parser: charset: Add a DEC private OCS src/parser-charset-tables.hh | 3 +++ src/parser-charset.hh | 4 ++++ src/parser-test.cc | 2 +- src/parser.cc | 4 ++-- 4 files changed, 10 insertions(+), 3 deletions(-) commit d3d9ce88326b0b0d94341de70a73b114e004fdcf Author: Christian Persch Date: Fri Oct 19 23:46:03 2018 +0200 parser: Add another sequence src/parser-cmd.hh | 1 + src/parser-csi.hh | 1 + src/vteseq.cc | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) commit c164518011ace939a74b689ac0487dd939dde7fb Author: Christian Persch Date: Fri Oct 19 23:46:03 2018 +0200 tabstops: Cleanup includes src/tabstops.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit 4edf989337664452b988a5273a24f9b0355cdb27 Author: Christian Persch Date: Fri Oct 19 23:46:03 2018 +0200 parser: cat: Restructure options parsing Also fixes narrowing error with clang: https://gitlab.gnome.org/GNOME/vte/issues/58 src/parser-cat.cc | 148 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 100 insertions(+), 48 deletions(-) commit 7c988b9e1ca4a96bd759d52370e6b43cbf572160 Author: Christian Persch Date: Fri Oct 19 23:46:03 2018 +0200 parser: cat: Code style fixes src/parser-cat.cc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) commit 1a84c427cd2ea05939b86eb47c21a437d0ce6d79 Author: Christian Persch Date: Fri Oct 19 23:46:03 2018 +0200 parser: glue: Use std::clamp src/parser-glue.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 441ea0ed2c06bfe716c390c825031024eee065ee Author: Akira Nakajima Date: Fri Oct 19 22:12:48 2018 +0200 ring: Fix thawing combining accents over a double-wide character https://bugzilla.gnome.org/show_bug.cgi?id=795192 src/ring.cc | 4 ++++ 1 file changed, 4 insertions(+) commit 5c7bf233c78969d4b92f71c077a118d51bed3187 Author: Anish Sheela Date: Mon Oct 15 14:29:06 2018 +0000 Update Malayalam translation po/ml.po | 137 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 56 insertions(+), 81 deletions(-) commit db83de67084387a73031deaf984b21626879d6be Author: Christian Persch Date: Sat Oct 6 23:08:28 2018 +0200 parser: cat: Refactor and implement lint mode Refactor the parser cat to make it easier plugging in a linter instead of a pretty printer, and implement a basic linter. src/parser-cat.cc | 792 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 466 insertions(+), 326 deletions(-) commit 86e1d0883b88d4899c9b398d9f0a1c51b9d86e8d Author: Christian Persch Date: Sat Oct 6 23:08:28 2018 +0200 emulation: Make dispatch of SCORC symmetrical to SCOSC Only dispatch either when DECLRMM is reset. src/vteseq.cc | 3 +++ 1 file changed, 3 insertions(+) commit e9129cb8f408d7970e8fb32c845075aa52233e26 Author: Christian Persch Date: Sat Oct 6 23:08:28 2018 +0200 modes: Use parentheses in macro src/modes.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 58f451a52cb7b3fa68202d6756538731235cb0f1 Author: Egmont Koblinger Date: Fri Oct 5 14:54:30 2018 +0200 widget: Convert vte::grid::span to end-exclusive Also fix highlighting when the last character of a match is of double width. https://gitlab.gnome.org/GNOME/vte/issues/34 src/vte.cc | 8 +++++--- src/vte/vteterminal.h | 2 +- src/vtetypes.cc | 25 ++++++++++++------------- src/vtetypes.hh | 9 +++++---- 4 files changed, 23 insertions(+), 21 deletions(-) commit 79f74ded5a87103426902e21f0d6000086806ffb Author: Egmont Koblinger Date: Fri Oct 5 13:57:16 2018 +0200 widget: Always invalidate entire rows https://gitlab.gnome.org/GNOME/vte/issues/26 src/vte.cc | 396 ++++++++++++----------------------------------------- src/vteinternal.hh | 15 +- src/vteseq.cc | 33 ++--- 3 files changed, 106 insertions(+), 338 deletions(-) commit b8756bef93778aed0c6f3e3290a95c8773c30f0d Author: Egmont Koblinger Date: Fri Oct 5 13:56:48 2018 +0200 widget: Always draw entire rows https://gitlab.gnome.org/GNOME/vte/issues/26 src/vte.cc | 46 +++++++++++++++------------------------------- src/vteinternal.hh | 3 --- 2 files changed, 15 insertions(+), 34 deletions(-) commit f4fd7fde0984f6e6ae8a7de265f15025b68f4ef6 Author: Egmont Koblinger Date: Fri Oct 5 13:55:43 2018 +0200 widget: Simplify draw_rows() https://gitlab.gnome.org/GNOME/vte/issues/26 src/vte.cc | 412 ++++++++++++++++++++------------------------------------- src/vtedraw.cc | 3 - src/vtedraw.hh | 1 - 3 files changed, 140 insertions(+), 276 deletions(-) commit f86cae603b23d34e36ab95fde6612bfc4d5eeca8 Author: Egmont Koblinger Date: Mon Oct 1 23:31:26 2018 +0200 emulation: Implement SCOSC/SCORC https://gitlab.gnome.org/GNOME/vte/issues/48 src/modes-private.hh | 3 ++- src/modes.hh | 11 ++++++++-- src/parser-cmd.hh | 6 ++++-- src/parser-csi.hh | 4 ++-- src/vteseq.cc | 61 +++++++++++++++++++++++++++++++++++++++++----------- 5 files changed, 66 insertions(+), 19 deletions(-) commit b4107da616c069bdff5c275fa37145a36cb9a373 Author: Christian Persch Date: Fri Sep 28 12:17:40 2018 +0200 stream: test: Silence warning clang generates weird warnings for this from -Wstring-plus-int; silence that warning. src/vtestream-file.h | 4 ++++ 1 file changed, 4 insertions(+) commit f6c7c9e9ac6d1121c3ca6f1e0e0e4dfe4253eb3f Author: Christian Persch Date: Fri Sep 28 12:17:40 2018 +0200 tests: Silence unused variable warning src/vtetypes.cc | 2 ++ 1 file changed, 2 insertions(+) commit c6c029152090c772b51291531871abc8e818e4e9 Author: Christian Persch Date: Fri Sep 28 12:17:40 2018 +0200 mev: Add noreturn attribute src/mev.c | 1 + 1 file changed, 1 insertion(+) commit f88efe23e25f88b2ade06f6c4a4f0dde3d6070a4 Author: Christian Persch Date: Fri Sep 28 12:17:40 2018 +0200 regex: Only silence warning on GCC clang doesn't know this warning, so silencing it results in another warning. src/vteregex.cc | 2 ++ 1 file changed, 2 insertions(+) commit 228a2850fa9da2e3ee1ce807363405c485c323b9 Author: Christian Persch Date: Fri Sep 28 12:17:40 2018 +0200 spawn: Add noreturn attribute src/vtespawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 74810de1329073b0dcda36a2f4c227106891e051 Author: Christian Persch Date: Fri Sep 28 12:17:40 2018 +0200 chunk: Remove erroneous std::move calls src/chunk.cc | 2 +- src/vte.cc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) commit 089b7964997123917f07c5d82bae301ac7364f6a Author: Christian Persch Date: Fri Sep 28 12:17:40 2018 +0200 cell: Silence an incorrect warning Compiling cell.hh with clang generates lots of warnings of the form: ./cell.hh:102:9: warning: taking address of packed member 'm_colors' of class or structure 'VteCellAttr' may result in an unaligned pointer value [-Waddress-of-packed-member] CELL_ATTR_COLOR(fore) ^~~~~~~~~~~~~~~~~~~~~ ./cell.hh:94:46: note: expanded from macro 'CELL_ATTR_COLOR' vte_color_triple_set_##name(&m_colors, value); \ ^~~~~~~~ However, VteCellAttr is only ever used as a member of VteCell, where it has offset 4, resulting in the pointers being aligned sufficiently. src/cell.hh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 4e7fe2f2fc02cc008f67d80ef3cd9b41a8f17129 Author: Egmont Koblinger Date: Thu Sep 27 21:25:50 2018 +0200 widget: Add missing exception specification This fixes compiling with clang. src/widget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a688882382d6484e790ea87aa713c012970280b0 Author: Christian Persch Date: Thu Sep 27 20:15:24 2018 +0200 parser: Improve documentation of XTERM_CHECKSUM_MODE https://gitlab.gnome.org/GNOME/vte/issues/24 src/vteseq.cc | 1 + 1 file changed, 1 insertion(+) commit db2127025b742da895a416d7053b3e09589b2fa4 Author: Christian Persch Date: Thu Sep 27 20:15:24 2018 +0200 parser: Recognise new xterm sequence xterm 335 adds XTERM_CHECKSUM_MODE sequence to set how DECRQCRA calculates the area checksum. Make our parser recognise it, but we won't implement it unless esctest starts requiring it. https://gitlab.gnome.org/GNOME/vte/issues/24 src/parser-cmd.hh | 1 + src/parser-csi.hh | 1 + src/vteseq.cc | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) commit 28b24ba1850b1dad4215697a58f91c8313ce1b23 Author: Christian Persch Date: Thu Sep 27 18:07:50 2018 +0200 all: Fix implicit-fallthrough warnings Use [[fallthrough]] attribute to make it clear where fallthrough is expected. configure.ac | 2 ++ src/parser-cat.cc | 4 ++-- src/parser.cc | 3 ++- src/utf8-test.cc | 4 ++-- src/vte.cc | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) commit 12e0145329cc4f16ea1bc6ba5f2075109a84eef6 Author: Christian Persch Date: Thu Sep 27 18:07:50 2018 +0200 build: Require C++17 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 549166627c077412b3fee2a248a33e497bd24b34 Author: Christian Persch Date: Thu Sep 27 18:07:50 2018 +0200 regex: Silence compiler warning The function cast is fine, but -Wcast-function-type warns about it with recent gcc / recent glib. src/vteregex.cc | 3 +++ 1 file changed, 3 insertions(+) commit cb315a4c4162a543f910cb0c11a8cf91bd17b0e4 Author: Egmont Koblinger Date: Sun Sep 23 12:55:46 2018 +0200 conv: Fix crash after multiple encoding changes https://gitlab.gnome.org/GNOME/vte/issues/50 src/vte.cc | 2 ++ 1 file changed, 2 insertions(+) commit bca1cd274c1ffafea98f5b9e586b9069a781a318 Author: Egmont Koblinger Date: Wed Sep 12 13:04:28 2018 +0200 widget: Avoid unnecessary invalidations at hyperlinks https://gitlab.gnome.org/GNOME/vte/issues/44 src/vte.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 02e5fc3ea9c8fd0a39559bc9f1ef63d56be562db Author: Stas Solovey Date: Mon Sep 10 20:13:11 2018 +0000 Update Russian translation (cherry picked from commit 94082c9736405c1fb2d7a71da943ca52d21c130f) po/ru.po | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) commit 5a3cb742fca2d3d5a995e7a3c3cb4204d3aef511 Author: Christian Persch Date: Mon Sep 10 14:07:12 2018 +0200 parser: Remove extraneous sequence DCS $ r is DECRPSS, the response to DECRQSS, so don't recognise it as DECRQSS itself. https://gitlab.gnome.org/GNOME/vte/issues/35#note_312259 src/parser-dcs.hh | 1 - 1 file changed, 1 deletion(-) commit b3b3c3585528754a0923fcfc7a74126cd839784f Author: Egmont Koblinger Date: Sun Sep 9 23:39:45 2018 +0200 vte.sh: Revert to C0 controls in OSC sequences src/vte.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 138baedc50bbbc455bbc16e76919af2d6f6d7492 Author: Egmont Koblinger Date: Fri Sep 7 23:13:37 2018 +0200 widget: Deprecate vte_terminal_get_text_include_trailing_spaces() Also remove the include_trailing_spaces flag internally. https://gitlab.gnome.org/GNOME/vte/issues/38 doc/reference/vte-sections.txt | 2 +- src/vte.cc | 47 ++---------------------------------------- src/vte/vtedeprecated.h | 6 ++++++ src/vte/vteterminal.h | 5 ----- src/vteaccess.cc | 1 - src/vtegtk.cc | 17 ++++----------- src/vteinternal.hh | 3 --- 7 files changed, 13 insertions(+), 68 deletions(-) commit ab5161c7df07e09bc7796812d6fa6fdf79f61830 Author: Egmont Koblinger Date: Fri Sep 7 17:50:02 2018 +0200 widget: Disable "bold is bright" by default https://bugzilla.gnome.org/show_bug.cgi?id=762247#c25 src/app/app.cc | 8 ++++---- src/vte.cc | 2 +- src/vtegtk.cc | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) commit ae7a52101554487f58f8d55325ef8e27136df242 Author: Yuras Shumovich Date: Fri Sep 7 11:20:48 2018 +0000 Update Belarusian translation (cherry picked from commit dace9988710869d0a3a02e6a1f3904f7d2289bf5) po/be.po | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) commit 8f4e3c199064adca159daa475774a9ce4be9df36 Author: Christian Persch Date: Mon Sep 3 16:10:51 2018 +0200 parser: Fix incorrect sequence https://gitlab.gnome.org/GNOME/vte/issues/35 src/parser-cmd.hh | 9 +++++---- src/parser-csi.hh | 6 +++--- src/vteseq.cc | 22 ++++++++++++++++++---- 3 files changed, 26 insertions(+), 11 deletions(-) commit b8b1aa4ed5ef12368c5c3f6d85ebf3e1d72f91a8 Author: Christian Persch Date: Mon Sep 3 16:10:51 2018 +0200 utf8: Make decoder conform to recommendation on replacement characters With this change, the decoder conforms to the W3 Encoding TR and the Unicode recommendation on inserting replacement characters from §3.9 of the Unicode core spec. https://gitlab.gnome.org/GNOME/vte/issues/30 src/parser-cat.cc | 15 ++++++-------- src/utf8-test.cc | 58 ++++++++++--------------------------------------------- src/utf8.cc | 47 ++++++++++++++++++++++++++++++++++++-------- src/utf8.hh | 7 ++----- src/vte.cc | 15 ++++++-------- 5 files changed, 63 insertions(+), 79 deletions(-) commit 9bda7de4baf75fd81b8d9a4c745cf46898273477 Author: Christian Persch Date: Mon Sep 3 16:10:51 2018 +0200 utf8: Use a symbol for REJECT in the data table Use a short abbreviation, so that the table doesn't need to be reformatted when the next commit introduces a new 3-digit state. src/utf8.cc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) commit 765f59f1c3c5881b43292223a9cb7545c0764c95 Author: Christian Persch Date: Mon Sep 3 16:10:51 2018 +0200 utf8: Reformat data table Make the table more readable and add comments. src/utf8.cc | 63 ++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 15 deletions(-) commit a7cf5d57115ed3b6ffd62b375c12a6c3eae5ee73 Author: Christian Persch Date: Mon Sep 3 16:10:51 2018 +0200 lib: Make debug assertion conditional on VTE_DEBUG src/vte.cc | 2 ++ 1 file changed, 2 insertions(+) commit dba065d10fedcadeab5b825a9ac2739509929798 Author: Egmont Koblinger Date: Mon Sep 3 13:40:17 2018 +0200 widget: Clean up overly complex vte_cell_is_between() https://gitlab.gnome.org/GNOME/vte/issues/33 src/vte.cc | 73 ++++++-------------------------------------------------------- 1 file changed, 7 insertions(+), 66 deletions(-) commit dabedec3df2134e8888e9c4f9a003473c561611f Author: Egmont Koblinger Date: Mon Sep 3 13:34:45 2018 +0200 emulation: Fix upper coordinate limit for legacy mouse events https://gitlab.gnome.org/GNOME/vte/issues/36 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 78d07374fc46895487afa02b4644a9451e297a53 Author: gogo Date: Sun Sep 2 17:00:36 2018 +0000 Update Croatian translation po/hr.po | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) commit f95c35b95dd77376f71f071de0e089b2a20d8ac2 Author: Christian Persch Date: Sun Sep 2 11:43:27 2018 +0200 Post branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2b7729bab7ba1faa05be0c5b480c0a33f3e360aa (tag: 0.54.0) Author: Christian Persch Date: Sun Sep 2 11:37:04 2018 +0200 Version 0.54.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit bc2f1b390a6fc0ea6913833bf7919500f5c96e35 Author: Christian Persch Date: Sun Sep 2 11:29:19 2018 +0200 utf8: Don't swallow start bytes in the middle of a sequence https://gitlab.gnome.org/GNOME/vte/issues/30 src/Makefile.am | 19 ++- src/parser-cat.cc | 11 ++ src/utf8-test.cc | 349 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/utf8.hh | 4 + src/vte.cc | 12 ++ 5 files changed, 394 insertions(+), 1 deletion(-) commit 57c3a07947f301d0363e9449b089da800a7e08d7 Author: Christian Persch Date: Sat Sep 1 19:28:40 2018 +0200 widget: Avoid invalidation from unrealize On unrealize, reset the IM preedit data without causing an invalidation, which would access data already destroyed. https://gitlab.gnome.org/GNOME/vte/issues/29 src/vte.cc | 28 +++++++++++++++------------- src/vteinternal.hh | 1 + src/widget.cc | 2 +- 3 files changed, 17 insertions(+), 14 deletions(-) commit bd74d0dda1287e137a84d9ed49b45e789685980b Author: Ask Hjorth Larsen Date: Sat Sep 1 18:46:10 2018 +0200 Updated Danish translation po/da.po | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) commit 390eb885cbbde69e44c1b2138011b6f5163c3a0f Author: Rūdolfs Mazurs Date: Fri Aug 31 18:07:08 2018 +0000 Update Latvian translation po/lv.po | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) commit e12f34cd0820ac4c5e38ee803ed5447f5af45c20 Author: Balázs Meskó Date: Fri Aug 31 10:56:58 2018 +0000 Update Hungarian translation po/hu.po | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) commit efdd7400c0dc59e2252d4aa054a70b94c1632861 Author: Fran Dieguez Date: Wed Aug 29 22:35:26 2018 +0000 Update Galician translation po/gl.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 9abfa272447ad2bbbd87c45e3c13ebe8b4e9eaff Author: Fran Dieguez Date: Wed Aug 29 22:29:44 2018 +0000 Update Galician translation po/gl.po | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) commit 8a70b7c1c86e587ca5b163118a61f80b1d3cfc49 Author: Christian Persch Date: Mon Aug 27 22:42:00 2018 +0200 emulation: Fix off-by-one in TSR https://gitlab.gnome.org/GNOME/vte/issues/28 src/vteseq.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit cb34c788658c8df42859c25b64606c67609b8d24 Author: Milo Casagrande Date: Mon Aug 27 08:04:21 2018 +0000 Update Italian translation po/it.po | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) commit b7b0721af583a5794ce0208017a95ce085159217 Author: Christian Persch Date: Sun Aug 26 10:14:50 2018 +0200 Version 0.53.92 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f5e863516c2c393d387a19c20cf28d74afa1835d Author: Christian Persch Date: Sun Aug 26 10:14:50 2018 +0200 emulation: Be more strict in DECRQSS Reject the whole sequence if there are extraneous characters in the string. src/vteseq.cc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 1880afb994ab2cab152b49b703bf02801bef29a8 Author: Changwoo Ryu Date: Sun Aug 26 03:59:46 2018 +0000 Update Korean translation po/ko.po | 70 +++++++++++++--------------------------------------------------- 1 file changed, 14 insertions(+), 56 deletions(-) commit cf5c9560467b69fd2430e798716f0480e0a53e61 Author: Baurzhan Muftakhidinov Date: Sat Aug 25 17:39:33 2018 +0000 Update Kazakh translation po/kk.po | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) commit 0f6fe003af3a4db5b285b25a14dd7e958cb5af7c Author: Christian Persch Date: Fri Aug 24 10:55:05 2018 +0200 emulation: Clarify a comment src/vteseq.cc | 3 +++ 1 file changed, 3 insertions(+) commit 01b5020b163c10112e3da0fb197e208a12bfe84b Author: Christian Persch Date: Fri Aug 24 10:55:05 2018 +0200 parser: Fix sort order src/parser-csi.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 19e85103b9415cc7eabbf5afd7e698c211747d17 Author: Christian Persch Date: Fri Aug 24 10:55:05 2018 +0200 doap: Fix email address vte.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 417b9958a135ca1cb3ccf6252d3ce0dbcf7ded35 Author: Christian Persch Date: Mon Aug 20 22:47:46 2018 +0200 emulation: Add sequence and no-op handler for new xterm SGR functions https://gitlab.gnome.org/GNOME/vte/issues/23 src/parser-cmd.hh | 3 +++ src/parser-csi.hh | 3 +++ src/parser-reply.hh | 1 + src/vteseq.cc | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 80 insertions(+) commit 6211878c55d262fa28e463edf44c33961dc9f8d6 Author: Christian Persch Date: Mon Aug 20 22:47:46 2018 +0200 emulation: Add sequence and no-op handler for synchronous update https://gitlab.gnome.org/GNOME/vte/issues/15 src/parser-cmd.hh | 1 + src/parser-dcs.hh | 1 + src/vteseq.cc | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+) commit 4bdcd7a345e215400819ccf6140b912cf0b31ac9 Author: Christian Persch Date: Mon Aug 20 22:47:46 2018 +0200 widget: Add nullable annotations Add nullable annotations to functions returning a char* that may be nullptr. (vte_terminal_get_window_title() actually doesn't ever return nullptr in 0.53 but may have before, and it may do so again, so add the annoation on it, too.) https://gitlab.gnome.org/GNOME/vte/issues/21 src/vtegtk.cc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit 3a36e1da3dae7f54f3bfbfbf085a584ac654890d Author: Christian Persch Date: Mon Aug 20 22:47:46 2018 +0200 widget: Always return non-null from vte_terminal_get_encoding Terminal recently changed to storing nullptr instead of "UTF-8". Make the public accessor continue to return "UTF-8" instead. src/vtegtk.cc | 2 +- src/widget.hh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) commit 0276859709692ec53f35a8cc158d7553a195c730 Author: Christian Persch Date: Mon Aug 20 22:47:46 2018 +0200 widget: Always emit the child-exited signal When there is still a child process running when the VteTerminal is destroyed, it gets kill()ed, but since the child-exited signal was only emitted from the VteReaper callback, it was never actually emitted, since by that time VteTerminal has ceased to exist. Instead of waiting for the reaper, immediately emit the child-exited signal in VteTerminal::dispose(). The exit status is synthesised to be WIFSIGNALED() with WTERMSIG() == SIGKILL. https://gitlab.gnome.org/GNOME/gnome-terminal/issues/16 src/app/app.cc | 8 +++++- src/vte.cc | 79 +++++++++++++++++++++++++++--------------------------- src/vtegtk.cc | 13 +++++++++ src/vteinternal.hh | 7 ++--- src/widget.cc | 19 +++++++++++++ src/widget.hh | 4 +++ 6 files changed, 86 insertions(+), 44 deletions(-) commit cc5904f9ffcc0bbf13a312d7577966d42ff6fb43 Author: Christian Persch Date: Fri Aug 17 21:05:45 2018 +0200 emulation: Fix SRM mode documentation https://gitlab.gnome.org/GNOME/vte/issues/22 src/modes-ecma.hh | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit 1d2001c4a2bcc4d637a61dbf7595f8ac48c7618b Author: Christian Persch Date: Fri Aug 17 20:51:35 2018 +0200 parser: cat: Handle SCI instead of asserting src/parser-cat.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) commit c1dbc12b27b3f2e2de524ca596a9e71a6d98c934 Author: Jiri Grönroos Date: Fri Aug 17 18:04:23 2018 +0000 Update Finnish translation po/fi.po | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) commit b2316ab8f9655e36a07f73682f695866fd333cba Author: Ricardo Silva Veloso Date: Thu Aug 16 20:14:30 2018 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) commit ad010150bfd97fe92382de7bff3eccde575e64e5 Author: Efstathios Iosifidis Date: Wed Aug 15 11:14:31 2018 +0000 Update Greek translation po/el.po | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) commit e2fcd488c874d3306a57ad9a86799d0a1023908a Author: Christian Persch Date: Sun Aug 12 23:48:15 2018 +0200 widget: Add nullable annotations for functions that can return nullptr https://gitlab.gnome.org/GNOME/vte/issues/21 src/vtegtk.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8f74ce70d96a63df7074cb8bc163a35f42f430d6 Author: Aurimas Černius Date: Sat Aug 11 18:20:08 2018 +0300 Updated Lithuanian translation po/lt.po | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) commit 21e79fd3642809bf626b52dc2a67af33a6711115 Author: Christian Persch Date: Thu Aug 9 21:56:22 2018 +0200 emulation: Clamp cursor column When setting/unsetting tab stops, make sure to clamp the cursor column to 0..m_column_count-1. This is necessary because vte's weird autowrap handling where it puts the cursor on column m_column_count if there's a wrap pending, instead of keeping the cursor at the right margin and using a flag, like every other terminal emulator does. Fixes a crash when setting/unsetting a tabstop while the cursor is in that pending autowrap state. src/vteinternal.hh | 8 ++++++-- src/vteseq.cc | 23 +++++++++++------------ 2 files changed, 17 insertions(+), 14 deletions(-) commit b83970ba3869f55c2758f1362753bb4e2f5fe792 Author: Christian Persch Date: Thu Aug 9 19:26:14 2018 +0200 parser: Make reset directly change the state Distinguish this from CAN. src/parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b934f1bfa0ec4c5c16beffd4045a4a4156e3f568 Author: Christian Persch Date: Thu Aug 9 19:26:14 2018 +0200 parser: glue: Add accessor for the introducer character src/parser-glue.hh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit 97d9376bd176d665efa125fe40f07a815654959f Author: Christian Persch Date: Thu Aug 9 19:26:14 2018 +0200 parser: glue: Minor comment edit src/parser-glue.hh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) commit 983b70d0d491760508fb83fc7766e2e85df814fc Author: Christian Persch Date: Thu Aug 9 19:26:14 2018 +0200 emulation: Fix DECRQSS reply While the VT525 documentation says that a valid reply returns 0 and and invalid one 1, the STD 070 documentation actually has that inversed, and xterm also follows that. Since this seems to just be a documentation bug, and following xterm makes this more useful, change vte to match this. src/vteseq.cc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 5c12cd6f84357b08bf849278fa531256382da911 Author: Christian Persch Date: Thu Aug 9 19:26:14 2018 +0200 build: Version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bd732ae1468e64ea58f9e29dae6f0f4328d4d28d Author: Christian Persch Date: Thu Aug 9 19:26:14 2018 +0200 emulation: Fix DECDSR 6 reply DECXPR starts with '?'. src/parser-reply.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5ecf957d95546a3eccd2620390bc11ef920d2373 Author: Egmont Koblinger Date: Mon Jul 30 12:54:03 2018 +0200 widget: Avoid unnecessary invalidations on mouseover Works around (or at least reduces the incidence of) https://gitlab.gnome.org/GNOME/vte/issues/4 src/vte.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 1c56c6342414c53ce285e2a57c1e5aac0a35a804 Author: Igor Zakharov Date: Mon Jul 30 12:48:12 2018 +0200 build: Fix "cast between incompatible function types" warning https://gitlab.gnome.org/GNOME/vte/issues/16 src/vte.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit f5748452ffb69635b0127bae6b0817bfa1e2c6cb Author: Tim Sabsch Date: Fri Jul 27 12:48:39 2018 +0000 Update German translation po/de.po | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) commit 4331c2748109c9c2b1ba3b0a393cc8ccdfee88fd Author: Christian Persch Date: Tue Jul 24 21:01:15 2018 +0200 lib: Add API to enable test mode Add API to set the test flags, instead of using an env variable for this. src/app/app.cc | 4 +--- src/vte.cc | 4 ++-- src/vte/vteglobals.h | 6 ++++++ src/vtegtk.cc | 25 ++++++++++++++++++------- src/vteinternal.hh | 4 +++- src/vteseq.cc | 2 +- 6 files changed, 31 insertions(+), 14 deletions(-) commit f20a7ccd9cc8fc3bd0f73aa14969231376421c80 Author: Christian Persch Date: Tue Jul 24 21:01:15 2018 +0200 widget: Move bell to Widget src/vte.cc | 8 ++------ src/vtegtk.cc | 3 ++- src/widget.cc | 7 +++++++ src/widget.hh | 2 ++ 4 files changed, 13 insertions(+), 7 deletions(-) commit 1eee87d2bf1a005f4abc072c8bfa32daa0a12cbb Author: Christian Persch Date: Tue Jul 24 21:01:15 2018 +0200 widget: Move GtkSettings change handling to Widget src/vte.cc | 54 +++--------------------------------------------------- src/vteinternal.hh | 5 +++-- src/widget.cc | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/widget.hh | 4 +++- 4 files changed, 63 insertions(+), 54 deletions(-) commit 69dfd0c37b361adc3d51af6234081989fef9e7d6 Author: Christian Persch Date: Tue Jul 24 21:01:15 2018 +0200 widget: Move IM context to Widget src/vte.cc | 145 ++++++----------------------------------------------- src/vtegtk.cc | 4 ++ src/vteinternal.hh | 10 ++-- src/widget.cc | 125 ++++++++++++++++++++++++++++++++++++++++++++- src/widget.hh | 19 +++++++ 5 files changed, 167 insertions(+), 136 deletions(-) commit 9f9b31f8833a3bd3300657e2355b684225621b7b Author: Christian Persch Date: Tue Jul 24 21:01:15 2018 +0200 widget: Move event window handling to Widget src/vte.cc | 103 ++++++++------------------------------------- src/vtegtk.cc | 4 +- src/vteinternal.hh | 23 ++++------ src/widget.cc | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++-- src/widget.hh | 62 ++++++++++++++++++++++----- 5 files changed, 198 insertions(+), 115 deletions(-) commit c76874b8d54729df7d998ed776265c8a013cb157 Author: Christian Persch Date: Tue Jul 24 21:01:15 2018 +0200 widget: Start separating widget from terminal src/Makefile.am | 2 ++ src/vtegtk.cc | 103 ++++++++++++++++++++++++++++++----------------------- src/vteinternal.hh | 3 +- src/widget.cc | 46 ++++++++++++++++++++++++ src/widget.hh | 94 ++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 202 insertions(+), 46 deletions(-) commit 8e0c94b22e17f46053ac9d9332514a23991ab44a Author: Christian Persch Date: Tue Jul 24 21:01:15 2018 +0200 lib: Rename VteTerminalPrivate src/vte.cc | 710 +++++++++++++++++++++++++------------------------ src/vte/vteterminal.h | 2 +- src/vtegtk.cc | 10 +- src/vteinternal.hh | 18 +- src/vteseq.cc | 724 +++++++++++++++++++++++++------------------------- 5 files changed, 742 insertions(+), 722 deletions(-) commit 935723cad1c324b0769f17f6c2c78083f22ea439 Author: Matej Urbančič Date: Wed Jul 11 21:30:23 2018 +0200 Added Slovenian translation po/sl.po | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) commit eb85292b3ef44ac95d3863af68b19f6a8d8131e2 Author: Christian Persch Date: Wed Jul 11 21:21:15 2018 +0200 widget: Add accessor for the background colour https://gitlab.gnome.org/GNOME/vte/issues/9 doc/reference/vte-docs.xml | 4 ++++ doc/reference/vte-sections.txt | 1 + src/app/app.cc | 17 +++++++++-------- src/vte/vteterminal.h | 3 +++ src/vtegtk.cc | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 50 insertions(+), 8 deletions(-) commit 0cb4e79077b2f40ea0ace71c9c18163d40cd9f84 Author: Christian Persch Date: Wed Jul 11 21:21:15 2018 +0200 lib: debug: Hexdump incoming and outgoing buffers Add hexdump of incoming (pre- and post-conversion) and outgoing buffers. src/debug.cc | 44 ++++++++++++++++++++++++++++++++++++++++++++ src/debug.h | 6 +++++- src/vte.cc | 21 ++++++++++++--------- 3 files changed, 61 insertions(+), 10 deletions(-) commit 297b44b765f8c19ebb5f4c0b600b5015338bb90e Author: Emin Tufan Çetin Date: Sat Jul 7 07:33:31 2018 +0000 Update Turkish translation po/tr.po | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) commit 65d67f6f814df4f4ab800898bb7f4b1bc9f135b0 Author: Debarshi Ray Date: Fri Jun 22 13:19:56 2018 +0200 widget: Fix race between polling the master & using the PTY in a child When a very short-lived process, like true(1), is spawned asynchronously as a child, there is a race between the child closing the pseudo-terminal's slave device on exit and VteTerminal receiving it, and the GAsyncReadyCallback passed to vte_pty_spawn_async being invoked. If the child closes it and the G_IO_HUP is received before the callback is invoked, then it causes VterTerminal to unset its VtePty object, which leads to the following CRITICAL when the callback tries to set up a watch on the child: Vte-CRITICAL **: void vte_terminal_watch_child(VteTerminal*, GPid): assertion 'impl->m_pty != NULL' failed The race can be avoided by setting up the GIOChannel to poll the pseudo-terminal master device only after the callback has been invoked. If the kernel has already buffered up some activity on the slave device, then that will be seen in the next iteration of the main loop, and the VtePty won't be unset before setting up the watch. There is a similar race for downstreams that continue to use gnome-pty-helper. In those cases, the helper is in charge of creating the pseudo-terminal device pair, and it closes its copies of the file descriptors after sending them to VteTerminal. If VteTerminal starts polling the master device immediately after receiving it from the helper, before the child process has been forked, and the helper loses the race to close its copy of the slave device's file descriptor before the master is polled, then VteTerminal will receive a G_IO_HUP and stop reading further input from the master. The subsequently forked child process gets left in a defunct state and the same CRITICAL is logged. This also makes vte_terminal_spawn_async match its synchronous variant, which is nice. Fixes GNOME/vte#7: https://gitlab.gnome.org/GNOME/vte/issues/7 src/vtegtk.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 2f2dc9dce0b2ff1d606cc6ddb43393748cdce7f4 Author: Kukuh Syafaat Date: Sat Jun 23 03:56:49 2018 +0000 Update Indonesian translation po/id.po | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit a88f8c27542203ee2cbb7f000aa1b760828486ef Author: Cédric Valmary Date: Fri Jun 22 06:59:55 2018 +0000 Update Occitan translation po/oc.po | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) commit 48bfd731fcaabd2a04b8e3ae29afed0d7ed8a5f0 Author: Piotr Drąg Date: Wed Jun 20 22:18:58 2018 +0200 Update POTFILES.in po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit 79d84d680527ff04e1d14f76c2f4a7768e10e703 Author: Christian Persch Date: Wed Jun 20 21:20:19 2018 +0200 lib: Make legacy charset support optional configure.ac | 15 +++++++++++++++ src/vte.cc | 30 ++++++++++++++++++++++++++---- src/vteinternal.hh | 13 ++++++++----- 3 files changed, 49 insertions(+), 9 deletions(-) commit 82591edee0ce62cc9911434fbef22952f5fb7d17 Author: Christian Persch Date: Wed Jun 20 21:20:19 2018 +0200 conv: Remove vteconv.{h,cc} Move the only function into vte.cc where there are only 2 callers. src/Makefile.am | 2 -- src/vte.cc | 68 +++++++++++++++++++++++++++++++++++++- src/vteconv.cc | 96 ------------------------------------------------------ src/vteconv.h | 35 -------------------- src/vteinternal.hh | 1 - 5 files changed, 67 insertions(+), 135 deletions(-) commit e8f57c242ad6ebfd2abf104e5800e30071a2b222 Author: Christian Persch Date: Wed Jun 20 21:20:19 2018 +0200 conv: Remove _vte_conv_reset There is only caller and the body is a one-liner, so just put it into the caller. src/vte.cc | 6 ++++-- src/vteconv.cc | 9 --------- src/vteconv.h | 1 - 3 files changed, 4 insertions(+), 12 deletions(-) commit d82c807a4c00d84c6804493658ff7043ccfae077 Author: Christian Persch Date: Wed Jun 20 21:20:19 2018 +0200 conv: Remove _vte_conv_open Just call g_iconv_open() directly, and lose the //TRANSLIT. If transliteration is desired, the caller should use it in the passed encoding string. src/vte.cc | 4 ++-- src/vteconv.cc | 15 +-------------- src/vteconv.h | 1 - 3 files changed, 3 insertions(+), 17 deletions(-) commit b3b02f643dc4b052d494c3e278e62b47cd793bff Author: Christian Persch Date: Wed Jun 20 21:20:19 2018 +0200 conv: Remove extra wrapper struct VteConv was reduced to only contain a sole GIConv member, so remove the VteConv struct and use GIConv directly. src/vte.cc | 34 +++++++++++++++++----------------- src/vteconv.cc | 53 +++++++++-------------------------------------------- src/vteconv.h | 12 +++--------- src/vteinternal.hh | 4 ++-- 4 files changed, 31 insertions(+), 72 deletions(-) commit d93ea3ec95ecdc468f921bf424926337203eb4c3 Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 conv: Remove iso2022.{h,cc} Move the remaining, legacy charset conversion code, directly to vte.cc. src/Makefile.am | 2 - src/iso2022.cc | 193 ----------------------------------------------------- src/iso2022.h | 42 ------------ src/vte.cc | 121 +++++++++++++++++++++++---------- src/vteconv.cc | 22 ++++-- src/vteconv.h | 5 +- src/vteinternal.hh | 4 +- 7 files changed, 107 insertions(+), 282 deletions(-) commit 9d0c2e55727097941f3e474f79a54a7ee73ce925 Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 conv: Remove UTF-8-to-UTF-8 conversion It's unused now. src/Makefile.am | 7 - src/vteconv.cc | 417 +++----------------------------------------------------- 2 files changed, 21 insertions(+), 403 deletions(-) commit 53228783239e9a822c4821498c18caa43d27e951 Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 lib: Remove extraneous UTF-8-to-UTF-8 conversion on output Only do conversion for legacy encodings; normally the outgoing data is already in UTF-8 and need not be converted to itself. src/iso2022.cc | 12 ++- src/vte.cc | 256 ++++++++++++++++++++++++++++----------------------------- src/vteconv.cc | 2 + 3 files changed, 141 insertions(+), 129 deletions(-) commit 3910a229d14eaee85952e78a681f06cafa4a6213 Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 conv: Remove conversion to unichar It's unused now. src/vteconv.cc | 65 ++++------------------------------------------------------ src/vteconv.h | 4 ---- 2 files changed, 4 insertions(+), 65 deletions(-) commit 582e2d0848946d1458050a0d0fdb81d22e8c53fe Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 conv: test: Fix test src/vteconv.cc | 140 --------------------------------------------------------- 1 file changed, 140 deletions(-) commit a22695724f513324495ca4e775dc4917c91f0b76 Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 lib: Remove double conversion for legacy encodings Directly convert to UTF-8 instead of going first to UTF-32 then back to UTF-8. src/iso2022.cc | 68 +++++++++++++++++++++---------------------------------- src/iso2022.h | 4 ++-- src/vte.cc | 22 ++++-------------- src/vtedefines.hh | 2 +- 4 files changed, 34 insertions(+), 62 deletions(-) commit dad52a5b2c739842756fb647e7656c09c3ee3bc6 Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 parser: cat: Remove legacy encoding support src/Makefile.am | 4 --- src/parser-cat.cc | 93 ++----------------------------------------------------- 2 files changed, 3 insertions(+), 94 deletions(-) commit 3ac8b26212324592806b7def1b35b299cf357efa Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 lib: Make legacy encodings work again https://gitlab.gnome.org/GNOME/vte/issues/3 src/buffer.h | 1 + src/vte.cc | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++- src/vteinternal.hh | 4 ++- 3 files changed, 77 insertions(+), 2 deletions(-) commit 9774b87e2f0ff1ae48ce666c0698c062875cba22 Author: Christian Persch Date: Wed Jun 20 20:39:55 2018 +0200 conv: Remove unused code Source is never UTF-32. src/vteconv.cc | 73 ++++++++-------------------------------------------------- 1 file changed, 9 insertions(+), 64 deletions(-) commit a13b07d346b280592510e7ee6af05bc602197691 Author: Debarshi Ray Date: Tue Jun 19 18:28:25 2018 +0200 parser: Fix the build with GCC 8.1.1 Otherwise it fails with: vteseq.cc:47:1: error: declaration of 'void vte::parser::Sequence::print() const' has a different exception specifier vte::parser::Sequence::print() const ^~~ In file included from vteinternal.hh:30, from vteseq.cc:34: parser-glue.hh:83:14: note: from previous declaration 'void vte::parser::Sequence::print() const noexcept' void print() const noexcept; ^~~~~ ... and so on. Fixes GNOME/vte#5: https://gitlab.gnome.org/GNOME/vte/issues/5 src/vteseq.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 05c1c6dd46835580091a2750b19b05a1866a0d66 Author: Daniel Șerbănescu Date: Sun Jun 17 19:29:19 2018 +0000 Update Romanian translation po/ro.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) commit a17e714d01ea403450d1920347eb04cd3e6afa5b Author: Christian Persch Date: Sun Jun 17 19:48:49 2018 +0200 widget: Deprecate vte_terminal_[sg]et_encoding() https://gitlab.gnome.org/GNOME/vte/issues/3 doc/reference/vte-sections.txt | 4 ++-- src/vte/vtedeprecated.h | 11 +++++++++++ src/vte/vteterminal.h | 8 -------- src/vtegtk.cc | 43 +++++++++++++++++++++++++++--------------- 4 files changed, 41 insertions(+), 25 deletions(-) commit 263aa005a5864d74c9d14bce2ecc1c4e95a01646 Author: Christian Persch Date: Sat Jun 16 20:51:58 2018 +0200 lib: Remove unused defines src/vtedefines.hh | 8 -------- 1 file changed, 8 deletions(-) commit 7cd6819682dae4bcb167e26c40712d36644e5fba Author: Christian Persch Date: Sat Jun 16 20:51:58 2018 +0200 lib: Use branchless, streaming UTF-8 converter Previously vte used to convert the whole chunk of input from the PTY into UTF-32 in one go, and feed that to the parser. Replace this with a streaming converter, which consumes the bytes one-by-one and feeds the result to the parser whenever a unicode character falls out of it. Also simplify the chunk handling by using C++ standard classes to manage the queue (and stack of reserve chunks) instead of a hand-grown list handling code. As a result of the converter change, vte currently doesn't work with non-UTF-8 I/O encoding. This will either be reimplemented or non-UTF-8 support will be dropped completely (to be discussed in bugzilla). The change fixes a bug in parser-cat (and potentially also in vte itself, haven't been able to check) where occasionally a character at the end (or start?) of a chunk was discarded. That can be observed by comparing the output of 'parser-cat --charset "UTF-8"' (old converter) vs just parser-cat (new converter). src/Makefile.am | 6 + src/chunk.cc | 65 ++++++ src/chunk.hh | 80 +++++++ src/parser-cat.cc | 90 +++++++- src/utf8.cc | 47 ++++ src/utf8.hh | 79 +++++++ src/vte.cc | 620 ++++++++++++++++++++--------------------------------- src/vtedefines.hh | 1 - src/vteinternal.hh | 26 +-- 9 files changed, 601 insertions(+), 413 deletions(-) commit 5edc2dba692e8132c6f8190f4477330918a83789 Author: Christian Persch Date: Sat Jun 16 20:51:58 2018 +0200 conv: Remove unused functions src/vteconv.cc | 20 -------------------- src/vteconv.h | 6 ------ 2 files changed, 26 deletions(-) commit a167d8b52697a44dc4db39e5bd7a0768b896dcb4 Author: Christian Persch Date: Sat Jun 16 20:51:58 2018 +0200 doap: Cleanup vte.doap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit fdf194112384e76fc80a9e9ba98f4da170e5b155 Author: Yi-Jyun Pan Date: Wed Jun 13 13:35:42 2018 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) commit 079683ed10ea1b817bfaf71935523fd17f5f0a53 Author: Charles Monzat Date: Thu May 31 09:34:13 2018 +0000 Update French translation po/fr.po | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) commit cfc3fedb046141ae74c4a39a9cbbd1ebb2e81a72 Author: Mingcong Bai Date: Mon May 28 09:46:41 2018 +0000 Update Chinese (China) translation po/zh_CN.po | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) commit b1753f33bdb2929cab2f91b738cca4f758571b25 Author: Piotr Drąg Date: Sun May 27 07:49:25 2018 +0200 Update Polish translation po/pl.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 6cf37ab6dd22f4f3027f56ed87c7c0e0304fe91f Author: Fabio Tomat Date: Sat May 26 09:00:44 2018 +0000 Update Friulian translation po/fur.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit d8b485cb6b82729ac6c6c810e9c33f7adcc4f525 Author: Christian Persch Date: Wed May 23 22:41:11 2018 +0200 app: Dim terminal when toplevel has backdrop https://bugzilla.gnome.org/show_bug.cgi?id=758368 src/app/app.cc | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) commit c0b50d05eb5d0a8fe070a1ecadfb53c486e9ae30 Author: Anders Jonsson Date: Wed May 23 20:40:40 2018 +0000 Update Swedish translation po/sv.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) commit 0cd931c15ebaec0e7f34148e2588a2a251f7766f Author: Marek Cernocky Date: Tue May 22 13:55:07 2018 +0200 Updated Czech translation po/cs.po | 64 ++++++++++++---------------------------------------------------- 1 file changed, 12 insertions(+), 52 deletions(-) commit 14d6d348d2a466a6fdfd3cb4b8207325a8e8eed2 Author: Daniel Mustieles Date: Tue May 22 13:07:24 2018 +0200 Updated Spanish translation po/es.po | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) commit 2ad88cd2eb74a42da30b65f963e222c7e9ec65bd Author: Christian Persch Date: Mon May 21 20:54:52 2018 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 961927a8115c82f35deafe09c1d68689ff069905 (tag: 0.53.0) Author: Christian Persch Date: Mon May 21 20:37:54 2018 +0200 all: Fix spelling https://bugzilla.gnome.org/show_bug.cgi?id=795278 configure.ac | 8 ++++---- src/vte.cc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) commit d7df8276158dd448cf6813fb1039e7b5c464a1c2 Author: Egmont Koblinger Date: Sun May 13 15:27:17 2018 +0200 ring: Proper boundary checking for hyperlink position This fixes a rare crash around hyperlinks in a non grid aligned VTE widget when the mouse enters the extra padding at the bottom. https://bugzilla.gnome.org/show_bug.cgi?id=795826 src/ring.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fd1956fb96e229d4176cc118274f325696f46e8e Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 parser: Update copyright notice src/parser.hh | 1 + 1 file changed, 1 insertion(+) commit 8b72b407f01055a7780d5b6e48c4e6fd15502e66 Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 widget: Use RefPtr for the cursors src/vte.cc | 22 +++++++++------------- src/vteinternal.hh | 9 +++++---- 2 files changed, 14 insertions(+), 17 deletions(-) commit d282b59690df3edf164274a082792d4b1a87bae6 Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 lib: Add RefPtr type for holding a GObject src/Makefile.am | 19 +++++++- src/refptr-test.cc | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/refptr.hh | 38 +++++++++++++++ src/vteinternal.hh | 1 + src/vtetypes.hh | 1 + 5 files changed, 193 insertions(+), 1 deletion(-) commit 71a3550e5372b6636fc276dab1f48fd9418179d4 Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 widget: Deprecate vte_terminal_match_set_cursor_type GdkCursorType is gone from gtk4, so deprecate its use here also on gtk3 already. doc/reference/vte-sections.txt | 2 +- src/vte/vtedeprecated.h | 6 ++++++ src/vte/vteterminal.h | 4 ---- src/vtegtk.cc | 4 +++- 4 files changed, 10 insertions(+), 6 deletions(-) commit 12b024c83830147434c3daa5011d7f251843ed67 Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 lib: Store preedit string in a string Avoid manual memory management. src/vte.cc | 57 ++++++++++++++++++++++++------------------------------ src/vteinternal.hh | 2 +- 2 files changed, 26 insertions(+), 33 deletions(-) commit 38daca643c2aedf0606fde5ec9dce23b501566ce Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 lib: Store word char exceptions in a string Avoid manual memory management. src/vte.cc | 69 ++++++++++++++++++++---------------------------------- src/vtegtk.cc | 3 ++- src/vteinternal.hh | 8 +++---- 3 files changed, 30 insertions(+), 50 deletions(-) commit 33a64ff18ea36e2c946678a60ff013f17763ae69 Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 ring: Replace some assertions with static_assert src/cell.hh | 8 ++++---- src/vterowdata.hh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) commit 20c47ad8f28b7b25c4cc8f4839d0d7ce632bb45e Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 ring: Split cell and rowdata headers doc/reference/Makefile.am | 1 + src/Makefile.am | 1 + src/cell.hh | 187 ++++++++++++++++++++++++++++++++++++++++++++++ src/vterowdata.hh | 159 +-------------------------------------- 4 files changed, 190 insertions(+), 158 deletions(-) commit 9da1685123387d5c59e455dd5fb278e97514e9ed Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 cxx: ring: Move to C++ Straight port; improvements will come later. src/ring.cc | 1038 +++++++++++++++++++++++++--------------------------- src/ring.hh | 253 ++++++++++--- src/vte.cc | 27 +- src/vteinternal.hh | 27 +- src/vterowdata.cc | 8 +- src/vterowdata.hh | 9 - 6 files changed, 726 insertions(+), 636 deletions(-) commit 838150fbdc2ffff1b18e739d1deb19d9bef00afc Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 ring: Add some static assertions Just to make sure nothing breaks during refactoring. src/vterowdata.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) commit c3755f9a9dcc8a41b1bf9a90e11f0f69ca768d98 Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 ring: Move some types to ring.cc These types are only used internally by the ring and only in this one file, so there is no need to put them into the header. src/ring.cc | 5 +++++ src/ring.hh | 6 ------ src/vte.cc | 1 + 3 files changed, 6 insertions(+), 6 deletions(-) commit 728684cd7db14960ba8cc9aa631163dea1c512c2 Author: Christian Persch Date: Mon Apr 23 20:51:18 2018 +0200 cxx: Move some headers to .hh doc/reference/Makefile.am | 4 ++-- src/Makefile.am | 4 ++-- src/ring.cc | 2 +- src/{ring.h => ring.hh} | 7 ++----- src/vte.cc | 3 +-- src/vteinternal.hh | 2 +- src/vterowdata.cc | 2 +- src/{vterowdata.h => vterowdata.hh} | 5 +---- 8 files changed, 11 insertions(+), 18 deletions(-) commit dff76fa217f8c6e1909e46e715416f01c0df397e Author: Christian Persch Date: Sat Apr 14 23:49:27 2018 +0200 parser: glue: StringTokeniser must not be used with a temporary StringTokeniser requires the string to be kept alive while iterating over its tokens. https://bugzilla.gnome.org/show_bug.cgi?id=795269 src/parser-glue.hh | 2 +- src/vteseq.cc | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) commit 691db2070ead5894947c7db7c87568aa494fbcfd Author: Christian Persch Date: Mon Apr 9 10:55:04 2018 +0200 lib: Filter out BS and DEL from paste https://bugzilla.gnome.org/show_bug.cgi?id=794653 src/vte.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 88239d9fca8365397bd1f069eabf24bc74de95d3 Author: Christian Persch Date: Fri Apr 6 10:01:08 2018 +0200 parser: Fix warning with GCC < 7 The -Wimplicit-fallthrough option is a GCC 7 addition, so don't try ignoring it on GCC < 7. src/parser-glue.hh | 2 ++ 1 file changed, 2 insertions(+) commit 346ada29f448ade931ee1febeda5218433c76970 Author: Debarshi Ray Date: Tue Apr 3 12:07:59 2018 +0200 parser: Ignore -Wimplicit-fallthrough https://bugzilla.gnome.org/show_bug.cgi?id=789778 src/parser-glue.hh | 3 +++ 1 file changed, 3 insertions(+) commit b54395869c408656f31493a25f9e9fe89cd56bb7 Author: Debarshi Ray Date: Fri Mar 9 19:51:03 2018 +0100 widget: Remove GdkVisibilityState handling GtkWidget::visibility-notify-event doesn't work on modern composited windowing systems. In such cases one can only assume that the widget is always completely visible (ie. GDK_VISIBILITY_UNOBSCURED). These days most users have a compositor, and therefore bugs in this optimization often manage to survive undetected. https://bugzilla.gnome.org/show_bug.cgi?id=794214 src/vte.cc | 53 +---------------------------------------------------- src/vtegtk.cc | 9 --------- src/vteinternal.hh | 4 ---- 3 files changed, 1 insertion(+), 65 deletions(-) commit 513220cd80272947ccdcb6b13d7b48ba9bd1d601 Author: Debarshi Ray Date: Wed Mar 14 12:36:38 2018 +0100 ring: Silence -Wunsafe-loop-optimizations https://bugzilla.gnome.org/show_bug.cgi?id=789778 src/ring.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 43cd3d176264656956febf4f6f29c120e5c73df9 Author: Christian Persch Date: Sat Mar 31 22:22:12 2018 +0200 all: Cleanup some cruft AUTHORS | 2 +- HACKING | 11 --------- Makefile.am | 1 - README | 10 --------- configure.ac | 1 - doc/Makefile.am | 3 +-- doc/openi18n/Makefile.am | 7 ------ doc/openi18n/UTF-8.txt | 18 --------------- doc/openi18n/cursor.c | 57 ----------------------------------------------- doc/openi18n/wrap.txt | 1 - doc/readme.txt | 10 --------- doc/vttest.tar.gz | Bin 100593 -> 0 bytes src/Makefile.am | 2 +- src/iso2022.txt | 15 ------------- 14 files changed, 3 insertions(+), 135 deletions(-) commit 073a5600c11025660893a6558ae7db7bc9ecf874 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 build: Update macros from autoconf-archive m4/ax_cxx_compile_stdcxx.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 8c8ac7c7b0e65525a11f5ccb8eb570639672d017 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Remove excessive clearing of sequence fields seq.command is set when the sequence is executed, seq.terminator is set when the final character is received, and seq.introducer is set when the introducer is received, and all this happens before the sequence is dispatched. Therefore these fiedls need not be cleared in any case. src/parser.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit ac5a03b0246ffdf3aa986c6254f5736a26eec246 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Only clear the intermediates and params when necessary The intermediates need only be cleared when entering ESCAPE, CSI or DCS sequence states, and the params only be cleared for CSI and DCS sequence states, since in all other sequence types, there are no intermediates/parameters, and thus handlers must not access these fields. src/parser-glue.hh | 16 ++++++++------ src/parser.cc | 61 ++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 51 insertions(+), 26 deletions(-) commit 64db63956b9e3a1861f593d4249897880db9964a Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: No need to clear the charset seq.charset is only allowed to be accessed if the command is GnDm, GnDMm, CnD or DOCS; so there is no need to clear this field for all other commands and sequence types. src/parser.cc | 6 ------ 1 file changed, 6 deletions(-) commit f7d39f6d130a871b14eaea2ec42e29823346f5a3 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: No need to clear for GRAPHIC sequence On GRAPHIC, the only field allowed to access are the type, command, and final character; so there's no need to clear the other data. src/parser.cc | 2 -- 1 file changed, 2 deletions(-) commit 0c2f5bb95d8feda694f2d73dc3a741af9119af82 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: No need to clear for IGNORE sequence On IGNORE, the only field allowed to access are the type, command, and final character; so there's no need to clear the other data. src/parser.cc | 2 -- 1 file changed, 2 deletions(-) commit 50457ebadacfc2cf503d210052e1604f55f28614 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 docs: Update list of ignored files doc/reference/Makefile.am | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) commit e934d70d8bcf61a0e0e518caa8da40c52c79fd1c Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Increase maximum number of parameters 16 parameters is a bit tight for SGR, considering we allow specifying 3 colours ([345]8:2:id:r:g:b), each taking 6 parameters, and then other attributes too, in the same call. Increase the maximum to 32, which should be enough. src/parser.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ae56290c08acd59626387bc3b0914c6bb24d66e Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Clear only used parameters At most n_args + 1 parameters have been touched, and therefore only clear these. This provides an almost ⅓ speedup on the pure parsing time. src/parser.cc | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit a7385b19423cd33d723715bbc039561a85e5e616 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Remove redundant assignment Don't clear seq.command first and then immediately overwrite the value again. src/parser.cc | 3 --- 1 file changed, 3 deletions(-) commit e2bd1889ec229e718a2ad4ccd7c3e2fecfe3d1c8 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Ignore sequence with too many parameters Also ignore sequences with too many default parameters. src/parser-test.cc | 4 ++-- src/parser.cc | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) commit 100df735dce712f2512723ed943f7c7260438cf8 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Ignore sequence with too many parameters src/parser-test.cc | 50 +++++++++++++++ src/parser.cc | 181 ++++++++++++++++++++++++++++++++--------------------- 2 files changed, 159 insertions(+), 72 deletions(-) commit d89930ed35031f9b009f9f5f60befe36ba8aa186 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: test: Check parameter clearing src/parser-glue.hh | 2 +- src/parser-test.cc | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) commit 3596fa22cfeff920c025380ed532c11003a3dcc2 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Annotate unlikely conditionals src/parser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 23bf9277df7109467031daa88a08bf3e905ac952 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 emulation: Limit window title length Same as xterm does. src/vtedefines.hh | 3 +++ src/vteseq.cc | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) commit 45949df16692ac56bb4ab86e1fef3732e1e4d601 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 widget: Remove extraneous refresh-window emissions Palette changes are already doing an invalidate_all(), no need to emit refresh-window too. src/vteinternal.hh | 2 +- src/vteseq.cc | 35 +++-------------------------------- 2 files changed, 4 insertions(+), 33 deletions(-) commit 32243017bc520c512eaca79d7664ef5654c9f180 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 emulation: Implement OSC 5 https://bugzilla.gnome.org/show_bug.cgi?id=722751 src/vteinternal.hh | 18 ++++++- src/vteseq.cc | 155 ++++++++++++++++++++++++++++++++++++----------------- src/vtetypes.hh | 4 ++ 3 files changed, 127 insertions(+), 50 deletions(-) commit a64a06f4753573010951f6b23206ffa742a93267 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 emulation: Implement SUB src/vteseq.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit 38f09c5ec29a0d00cfbf12aa0d7acf67d1d226f4 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 emulation: Implement DECSR src/vteseq.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 774d43cdda268fc89e39c36b616cd409622bb36e Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Add more functions ...and mark them as implemented / unimplemented accordingly. src/Makefile.am | 6 + src/modes-ecma.hh | 145 ++- src/modes-private.hh | 603 +++++++++- src/parser-c01.hh | 73 ++ src/parser-cat.cc | 9 +- src/parser-cmd.hh | 482 +++++--- src/parser-csi.hh | 202 ++-- src/parser-dcs.hh | 40 +- src/parser-esc.hh | 47 +- src/parser-reply.hh | 7 +- src/parser-test.cc | 79 +- src/parser.cc | 90 +- src/parser.hh | 5 +- src/vte.cc | 15 + src/vteinternal.hh | 8 + src/vteseq.cc | 3258 +++++++++++++++++++++++++++++++++++++++++++++----- 16 files changed, 4308 insertions(+), 761 deletions(-) commit 33e84644162ac3b5deea493433ac0e40f68738a0 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 emulation: Update DA1 response Use 65 to indicate VT5xx. src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 181752d26586c050204a56616255ac1473abff91 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Reject mixed-control OSC and DCS sequences Only accept OSC/DCS sequences where the introducer (OSC or DCS) and the string terminator (ST) are either both C1 or C0. Note that this doesn't regress bug 730154; we still parse the sequences but return VTE_SEQ_IGNORE. src/parser-test.cc | 50 +++++++++++++++++++++++++++++++++++++------------- src/parser.cc | 36 ++++++++++++++++++++++++++++++++++++ src/parser.hh | 1 + 3 files changed, 74 insertions(+), 13 deletions(-) commit 771e9f7f20270936ab3a99402626ad9c41c0aa4a Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: test: Use SequenceBuilder src/parser-glue.hh | 44 ++++- src/parser-test.cc | 476 +++++++++++++++-------------------------------------- 2 files changed, 174 insertions(+), 346 deletions(-) commit a7c9e797fecf9ea1bbad1c076564ca6ea13c4572 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 lib: Use an enum for the SGR codes src/vteinternal.hh | 41 +++++++++++++++++++++++++++++++++ src/vteseq.cc | 66 +++++++++++++++++++++++++++--------------------------- 2 files changed, 74 insertions(+), 33 deletions(-) commit 5288de355453232bb0c18e6d0a65885fb8204155 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: test: Test DCS sequences without intermediates src/parser-test.cc | 4 ++++ 1 file changed, 4 insertions(+) commit 7686ffe760f184a92898e9ff5191c0d6a9fc9d03 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Ignore overflowing OSC and DCS sequences When the length of the data string exceeds the limit, ignore these sequences. src/parser-test.cc | 44 +++++++++++++++++++++++++++++++------------- src/parser.cc | 6 ++++-- 2 files changed, 35 insertions(+), 15 deletions(-) commit c38cfbf5b7dedfe8eeaa2c6abefd13ca840a636e Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 emulation: Implement DECRQSS For now, only DECSCUSR and DECSTBM requests are supported. src/parser-glue.hh | 32 ++++++++++++++++++-- src/parser-reply.hh | 62 +++++++++++++++++++++----------------- src/vte.cc | 21 +++++++++++-- src/vteinternal.hh | 5 ++++ src/vteseq.cc | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 174 insertions(+), 32 deletions(-) commit f2fb1f76b838d842b0b0d547aaeb3bb4e7bbdd8b Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: glue: Add wrapper class for struct vte_parser src/parser-cat.cc | 12 +++---- src/parser-glue.hh | 45 ++++++++++++++++++++++++++ src/parser-test.cc | 17 +++++----- src/parser.cc | 95 ++++++++++++++---------------------------------------- src/parser.hh | 10 ++++-- src/vte.cc | 15 ++------- src/vteinternal.hh | 3 +- 7 files changed, 95 insertions(+), 102 deletions(-) commit 3c35e09be098206beb586f18d67a0f6f44856011 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Remove leftover from initial import These bits are unused. src/parser.hh | 33 --------------------------------- 1 file changed, 33 deletions(-) commit 418350bdbd129ea8ff1da6c4fbd9ee6ef687ac11 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Distinguish between state changes and actions src/parser.cc | 391 ++++++++++++++++++++++++++++------------------------------ 1 file changed, 188 insertions(+), 203 deletions(-) commit ff66c7352b27c087f419e0ccbc74086c8f388a1f Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Simplify parameter parsing The state machine already knows if it's processing a character '0'..'9', or the parameter delimiters ':' and ';'. Split parameter collection into 3 different actions: collecting the value, and finishing a parameter or subparameter. src/parser.cc | 73 ++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 50 insertions(+), 23 deletions(-) commit e25a901cf561a3b884f6ab83884309632e56e533 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Record intermediates in order Previously the parser would store intermediates as a bit mask, which loses the order and, when matching, makes any permutation of the intermediates match the same sequence. This commit changes that to record the intermediates in the order they are used. Store the intermediate (and, for CSI and DCS sequences, the optional parameter character at the beginning of the parameters) in one unsigned int, packed as much as possible. Simplify the ESC, CSI and DCS matchers by using a combined code of final character and intermediates. src/Makefile.am | 11 +- src/parser-cat.cc | 67 ++-- src/parser-cmd.hh | 2 + src/parser-csi.hh | 143 +++++++ src/parser-dcs.hh | 36 ++ src/parser-esc.hh | 49 +++ src/parser-glue.hh | 24 +- src/parser-test.cc | 164 ++++++-- src/parser.cc | 1052 ++++++++++++++++------------------------------------ src/parser.hh | 121 +++--- src/vteseq.cc | 51 ++- 11 files changed, 851 insertions(+), 869 deletions(-) commit 887f744b6e8c84204fa9bd66167ada88a9e7293a Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Don't collect invalid characters in escape sequences Intermediates must be 2/0..2/15, and finals must be 3/0..7/14. Characters outside of that range shouldn't be silently ignored, but instead abort the sequence. src/parser.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 6d7e27736203c9210a3e4fec2cc44efcf9890d84 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 app: Fix option output in help src/app/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 039d85213be271c91b2609369a2cf87dc21e8a3a Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Ignore most C0 controls in OSC string Instead of clearing the sequence, just drop the character, except for CAN, SUB and ESC. Note that this differs from xterm's behaviour. src/parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8306373fd374bc203e9ae515c67e31fc97146ca6 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Speed up no-op strings Perform no action while dropping DCS IGNORE, APC, PM, SOS. src/parser.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit c21e714b44fccdd9374483bbf46767638a902cdd Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Ignore DEL in all states DEL does not change state or performs any action. src/parser-test.cc | 21 ++++++++++----------- src/parser.cc | 41 ++++++----------------------------------- 2 files changed, 16 insertions(+), 46 deletions(-) commit ada093ad1f965d90688ef05f33b87f0810570684 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 parser: Accept C0 ST to terminate OSC, DCS ... as well as the ignored APC, PM, SOS. src/parser-test.cc | 57 ++++++++++++------------- src/parser.cc | 119 ++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 124 insertions(+), 52 deletions(-) commit 6c8fbbe2698ca8f374b63c047e3bf571f0f45fe7 Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 emulation: Implement DECRQCRA This will be used in the test suite later. https://bugzilla.gnome.org/show_bug.cgi?id=745045 src/vte.cc | 43 ++++++++++++++++++-------- src/vteinternal.hh | 8 ++++- src/vteseq.cc | 89 +++++++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 119 insertions(+), 21 deletions(-) commit 02521cba6add9374f716b1e774a4943cccc626ad Author: Christian Persch Date: Tue Mar 27 19:40:13 2018 +0200 emulation: Fix DECSTBM parameters The comment about requiring 2 lines was inaccurate; xterm does not actually work like that. https://bugzilla.gnome.org/show_bug.cgi?id=791451 src/vteseq.cc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) commit fcdd6958e49571ed51c7b6f342047319d1caf85f Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Fix typo DEL is 7/15. src/parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ef0a81b2cf08c5514772ee818316c094dda7d64e Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Refactor tabstop handling Use a bitmask to store the tabstops instead of a hash table, and add tests. src/Makefile.am | 18 ++- src/parser-cmd.hh | 5 + src/parser.cc | 10 ++ src/tabstops-test.cc | 234 +++++++++++++++++++++++++++++++++++++++ src/tabstops.hh | 222 +++++++++++++++++++++++++++++++++++++ src/vte.cc | 84 +++----------- src/vteinternal.hh | 16 ++- src/vteseq.cc | 306 +++++++++++++++++++++++++++------------------------ 8 files changed, 675 insertions(+), 220 deletions(-) commit db9ca29cfb593468bfabe8f4ac036e1521732692 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Implement SCI parsing src/parser-cat.cc | 1 + src/parser-cmd.hh | 1 - src/parser-glue.hh | 5 ++++- src/parser-test.cc | 51 +++++++++++++++++++++++++++++++++++++++++++++-- src/parser.cc | 58 ++++++++++++++++++++++++++++++++++++++++++++++-------- src/parser.hh | 2 +- src/vteseq.cc | 11 ----------- 7 files changed, 105 insertions(+), 24 deletions(-) commit 23c44f1f18b7985d9fba3205500d8873ecde51aa Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Implement the window title stack https://bugzilla.gnome.org/show_bug.cgi?id=699819 src/vte.cc | 5 +++++ src/vtedefines.hh | 3 +++ src/vteinternal.hh | 5 +++++ src/vteseq.cc | 39 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+) commit d17321a21c37369bd1383611d245b0ccb80c8cac Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Remove icon title support Remove OSC 1 (icon title) support; this is a relic and not useful anymore. Deprecate vte_terminal_get_icon_title(), the "icon-title-changed" signal and the "icon-title" property, as well. https://bugzilla.gnome.org/show_bug.cgi?id=793203 doc/reference/vte-sections.txt | 2 +- src/vte.cc | 14 -------------- src/vte/vtedeprecated.h | 4 ++++ src/vte/vteterminal.h | 2 -- src/vtegtk.cc | 10 ++++++---- src/vteinternal.hh | 3 --- src/vteseq.cc | 23 +++-------------------- 7 files changed, 14 insertions(+), 44 deletions(-) commit 20eb6baeb78652a585154150a27dd3ec8e58ca2d Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Implement DECRQM https://bugzilla.gnome.org/show_bug.cgi?id=787007 src/parser-cmd.hh | 2 +- src/parser.cc | 4 ++-- src/vteseq.cc | 48 ++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 45 insertions(+), 9 deletions(-) commit 6cd4713c561dba2188ecc78b6be648225cab7dda Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: glue: Add sequence builder ... and use it throughout. src/Makefile.am | 3 + src/debug.cc | 1 + src/debug.h | 1 + src/parser-arg.hh | 9 + src/parser-cat.cc | 3 + src/parser-glue.hh | 312 +++++++++++++++++++++++++++++++ src/parser-reply.hh | 54 ++++++ src/parser-test.cc | 15 ++ src/parser.hh | 42 +++++ src/vte.cc | 83 ++++++++- src/vteinternal.hh | 15 ++ src/vteseq.cc | 515 +++++++++++++++++++++++++++++++--------------------- 12 files changed, 836 insertions(+), 217 deletions(-) commit fbeb9cb88eecdc032c7bb0e5e229834eb45b7a9b Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Use an enum for the XTERM_WM param values src/vteinternal.hh | 22 ++++++++++++++++++++ src/vteseq.cc | 60 +++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 66 insertions(+), 16 deletions(-) commit b3d8fe0e25f6e59d368a4101bd361300fe060177 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Implement DCS parsing src/parser-cmd.hh | 17 ++++++ src/parser-test.cc | 92 +++++++++++++++++++++++++++++- src/parser.cc | 149 ++++++++++++++++++++++++++++++++++++++++-------- src/vteseq.cc | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 398 insertions(+), 23 deletions(-) commit 1e29c00aaae00069aed92370a8eb1c46fe4455e7 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Remove leftovers from old parser src/Makefile.am | 1 - src/vteinternal.hh | 8 ----- src/vteseq-list.hh | 96 ------------------------------------------------------ 3 files changed, 105 deletions(-) commit c4cd94d2b5ef472d83888a320c0d3744561d5ecc Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Implement OSC parsing src/Makefile.am | 6 + src/parser-arg.hh | 2 +- src/parser-cat.cc | 24 +- src/parser-cmd.hh | 1 + src/parser-glue.hh | 324 ++++++++++++++++----- src/parser-osc.hh | 100 +++++++ src/parser-string.hh | 138 +++++++++ src/parser-test.cc | 393 +++++++++++++++++++++++-- src/parser.cc | 58 ++-- src/parser.hh | 12 +- src/vte.cc | 53 ++-- src/vtegtk.cc | 10 +- src/vteinternal.hh | 63 ++-- src/vteseq.cc | 808 +++++++++++++++++++++++++-------------------------- 14 files changed, 1399 insertions(+), 593 deletions(-) commit e9fa511fe35ed38020671f1867ff0d3ccb76f07c Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 vte.sh: Use C1 controls in OSC sequences src/vte.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b0bb1540a5e1321aa4944310416b3d072596a002 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Unify mode handling src/Makefile.am | 23 +- src/debug.cc | 1 + src/debug.h | 1 + src/modes-ecma.hh | 65 ++++++ src/modes-private.hh | 250 +++++++++++++++++++++ src/modes-test.cc | 90 ++++++++ src/modes.hh | 250 +++++++++++++++++++++ src/vte.cc | 131 +++++------ src/vteinternal.hh | 68 ++---- src/vteseq.cc | 612 ++++++++++++++++----------------------------------- 10 files changed, 934 insertions(+), 557 deletions(-) commit 011856ac1904f79ddabce4d72c6dd6e9b428d5a9 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Remove LNM mode support LNM has been deprecated for so long that it's been removed from ECMA-48, see § F.5.2. src/vte.cc | 50 +++++++------------------------------------------- src/vteinternal.hh | 5 +---- src/vteseq.cc | 3 --- 3 files changed, 8 insertions(+), 50 deletions(-) commit 0b24be7830137b7b099da1b5b102bbdb3a55a86c Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Move sequence handler code directly into the handler src/vteseq-list.hh | 3 - src/vteseq.cc | 216 +++++++++++------------------------------------------ 2 files changed, 44 insertions(+), 175 deletions(-) commit 983769e2879a0d3eb31c6e4114d586054f240860 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Move sequence handler code directly into the handler src/parser-cmd.hh | 4 +-- src/parser.cc | 8 +++--- src/vteseq-list.hh | 4 --- src/vteseq.cc | 79 ++++++++++++++++++------------------------------------ 4 files changed, 32 insertions(+), 63 deletions(-) commit fde88ef7f9226a0849ca62663bc1eaa9862178b8 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Move sequence handler code directly into the handler src/vteseq-list.hh | 3 -- src/vteseq.cc | 99 ++++++++++++++++++++++-------------------------------- 2 files changed, 40 insertions(+), 62 deletions(-) commit d6e594de6fed766e874888cf44f396a6fd94ffb4 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Move sequence handler code directly into the handler src/vteseq-list.hh | 3 --- src/vteseq.cc | 70 +++++++++++++++++++++++------------------------------- 2 files changed, 30 insertions(+), 43 deletions(-) commit f96b1326ab5db3701ef0dfda1044b76bede6bbe9 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Move sequence handler code directly into the handler src/vteseq-list.hh | 5 ---- src/vteseq.cc | 75 +++++++++++++----------------------------------------- 2 files changed, 18 insertions(+), 62 deletions(-) commit 37db400d6b5c254d3df46328a170a3f325b59356 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Move sequence handler code directly into the handler src/vteseq-list.hh | 2 -- src/vteseq.cc | 93 +++++++++++++++++++++++------------------------------- 2 files changed, 39 insertions(+), 56 deletions(-) commit 15e9df6f359deb6b670eb714f74775e6e9b8fd93 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Move sequence handler code directly into the handler src/vteseq-list.hh | 2 -- src/vteseq.cc | 24 ++++++++---------------- 2 files changed, 8 insertions(+), 18 deletions(-) commit 13b3ac515590c7e874c4317ae927e06743e10c22 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port DECSTBM to new parameter glue src/vteinternal.hh | 3 -- src/vteseq-list.hh | 3 -- src/vteseq.cc | 131 +++++++++++++++++++---------------------------------- 3 files changed, 46 insertions(+), 91 deletions(-) commit 33ce2d03b16b6a46c8cb1032864e7b4dc29db0f3 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port DL, IL to new parameter glue src/vteseq-list.hh | 1 - src/vteseq.cc | 28 ++++++++-------------------- 2 files changed, 8 insertions(+), 21 deletions(-) commit 0064f8a157dc2e296d8c4c50f63b651e015d6fd1 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port HTS, TBC to new parameter glue src/vteseq-list.hh | 2 -- src/vteseq.cc | 62 +++++++++++++++++++++++++++++------------------------- 2 files changed, 33 insertions(+), 31 deletions(-) commit a85c4d30dbc7c97cddf1d47ccfe4bc68a1f9eeb5 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port CBT, CHT to new parameter glue src/vteseq-list.hh | 2 -- src/vteseq.cc | 62 ++++++++++++++++++++++++------------------------------ 2 files changed, 27 insertions(+), 37 deletions(-) commit 8a1b704d84a3b97842238d417641fa288a78b453 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port REP to new parameter glue src/vteseq-list.hh | 1 - src/vteseq.cc | 25 ++++++++++--------------- 2 files changed, 10 insertions(+), 16 deletions(-) commit e1687cf958dec87df509ecff0bbbabceeb67a783 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port ICH to new parameter glue src/vteseq-list.hh | 1 - src/vteseq.cc | 20 +++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) commit b7262c35463bde2474f8a17defcec2b9cec0252d Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port DCH, ECH to new parameter glue src/vteseq-list.hh | 2 -- src/vteseq.cc | 39 ++++++++++++++++----------------------- 2 files changed, 16 insertions(+), 25 deletions(-) commit 1aa9681b7be2079252d9a20333b1abe32c377176 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port CPL, CUU to new parameter glue src/vteseq-list.hh | 2 -- src/vteseq.cc | 32 +++++++++++--------------------- 2 files changed, 11 insertions(+), 23 deletions(-) commit 87385bb7ba0354e764ed652711f2c073cfaa40a2 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port SD, SU to new parameter glue src/vteseq-list.hh | 2 -- src/vteseq.cc | 30 +++++++++--------------------- 2 files changed, 9 insertions(+), 23 deletions(-) commit fcbe649e7b04c584af56ece29060f450cad635d3 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port CUB, CUF to new parameter glue src/vteseq-list.hh | 2 -- src/vteseq.cc | 26 ++++++++------------------ 2 files changed, 8 insertions(+), 20 deletions(-) commit b28f3dceb4b7aad6de98d966ee8fbd30fb66d010 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port CNL, CUD to new parameter glue src/vteseq-list.hh | 2 -- src/vteseq.cc | 28 ++++++++++------------------ 2 files changed, 10 insertions(+), 20 deletions(-) commit 8f223ebdd619846f2f9c1f04c3888eabecde67a6 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port VPA to new parameter glue src/vteseq-list.hh | 1 - src/vteseq.cc | 17 +++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) commit 58f7727b74e8e0957682121dd8a1dbb527f3c9b7 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port CHA, HPA, CUP to new parameter glue src/vteinternal.hh | 4 +++ src/vteseq-list.hh | 4 --- src/vteseq.cc | 71 +++++++++++++++++++++++++++--------------------------- 3 files changed, 39 insertions(+), 40 deletions(-) commit 7e0af2d46aed31eb53da558c5b2324d71d521693 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port XTERM_WM to new parameter glue src/parser-test.cc | 4 + src/vteseq-list.hh | 1 - src/vteseq.cc | 385 ++++++++++++++++++++++++++--------------------------- 3 files changed, 190 insertions(+), 200 deletions(-) commit 2dbfddd9e5f866a5aa146a1af8c9b5b2012853bb Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port DECSCUSR to new parameter glue src/vteseq-list.hh | 1 - src/vteseq.cc | 37 +++++++++++++------------------------ 2 files changed, 13 insertions(+), 25 deletions(-) commit 2d8e0f8f27fb57347ebb4f95baaf8ed8c6c04cad Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 emulation: Port DSR to new parameter glue src/parser-cmd.hh | 2 +- src/parser.cc | 4 +- src/vteseq-list.hh | 2 - src/vteseq.cc | 193 +++++++++++++++++++++++++++-------------------------- 4 files changed, 100 insertions(+), 101 deletions(-) commit 35b484de9c4f559b445e48535bb39b79170f7c5a Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: glue: Add some convenience function to collect parameters src/parser-arg.hh | 14 +++++++++++ src/parser-glue.hh | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/parser-test.cc | 68 ++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 153 insertions(+), 2 deletions(-) commit edcb9d8ffaf3aa755df90637767c4dd04f949588 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Improve glue for subparameters ... and use it to parse SGR with subparameters. src/parser-arg.hh | 8 +- src/parser-glue.hh | 178 ++++++++++++++++-- src/parser-test.cc | 84 ++++++++- src/vteinternal.hh | 6 +- src/vteseq-list.hh | 1 - src/vteseq.cc | 520 ++++++++++++++++++----------------------------------- 6 files changed, 426 insertions(+), 371 deletions(-) commit 02bb51a508a8d368f529ee031cc47db5ba9d599b Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: cat: Add benchmark mode Add benchmark mode and repeat counter to parser-cat. This is useful to measure the time spent in the parser only. src/parser-cat.cc | 97 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 87 insertions(+), 10 deletions(-) commit cc76ded64133f942d5074fbc22120ab3f2c73f9a Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Improve test programme src/Makefile.am | 25 ++-- src/interpret.cc | 231 ------------------------------ src/iso2022.cc | 2 - src/iso2022.h | 1 - src/parser-cat.cc | 414 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 424 insertions(+), 249 deletions(-) commit 45561b86c5855a3a2c17582b033ef1aace20f2fb Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Parse subparameters in CSI sequences This is used in SGR. src/parser-test.cc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit db833edf98f881085b14ae5240ea65bcff383b91 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Parse subparameters in CSI sequences This is used in SGR. src/parser-arg.hh | 112 +++++++++++++++++++++++++++++++++++++++++++++++------ src/parser-test.cc | 107 ++++++++++++++++++++++++++++++++++++++------------ src/parser.cc | 42 +++++++++++--------- src/parser.hh | 1 + 4 files changed, 208 insertions(+), 54 deletions(-) commit 0b17caececdc1cf02fe66fd04a2e855b5a83dc2a Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Use 0 as the default arg value Instead of using -1 as the default value, use 0, and mark actual values with a flag. This is in preparation to implement parsing subparameters. src/parser-arg.hh | 22 +++++++++++----------- src/parser-test.cc | 1 - src/vteseq.cc | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) commit b512050c16e8ae9e9c40efc41b1eba6a52abdca7 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Fix charset detection And remove the old parser and test programme. src/Makefile.am | 42 +-- src/caps-list.hh | 318 ------------------ src/interpret-old.cc | 302 ----------------- src/matcher.cc | 221 ------------- src/matcher.hh | 88 ----- src/parser-charset-tables.hh | 230 +++++++++++++ src/parser-charset.hh | 306 +++++++++++++++++ src/parser-cmd.hh | 15 +- src/parser-glue.hh | 4 + src/parser-test.cc | 246 +++++++++++++- src/parser.cc | 508 ++++++++++++----------------- src/parser.hh | 61 +--- src/table.cc | 761 ------------------------------------------- src/table.hh | 55 ---- src/vteseq-list.hh | 8 - src/vteseq-str.hh | 156 --------- src/vteseq.cc | 403 +++++++++++------------ 17 files changed, 1211 insertions(+), 2513 deletions(-) commit bec2fff7f9431f9765f165c3a54b7d2fc19542a9 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Define a type for CSI parameters This is in preparation to parse subparameters delimited by ':'. src/Makefile.am | 2 ++ src/interpret.cc | 2 +- src/parser-arg.hh | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/parser-glue.hh | 4 +-- src/parser-test.cc | 62 +++++++++++++++++++++++++++++++++++++++++------ src/parser.cc | 33 +++++++++---------------- src/parser.hh | 4 ++- 7 files changed, 145 insertions(+), 33 deletions(-) commit e215bc5136e088f51700ba3e7baf6104d6669cc6 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Don't clear state when executing a control character C0 controls can occur inside an ESC or CSI sequence, where they must be executed immediately but not abort the sequence, and therefore also not clear the parameters. src/parser.cc | 1 - 1 file changed, 1 deletion(-) commit 78b37c0ef1e6266cd10789991fcc6bf1d1b9cc3c Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Import new parser doc/reference/Makefile.am | 3 + src/Makefile.am | 73 +- src/debug.cc | 3 +- src/debug.h | 27 +- src/interpret-old.cc | 302 +++++ src/interpret.cc | 281 ++-- src/iso2022.h | 1 - src/matcher.cc | 2 +- src/parser-cmd.hh | 193 +++ src/parser-glue.hh | 148 ++ src/parser-test.cc | 539 ++++++++ src/parser.cc | 115 +- src/parser.hh | 218 +-- src/table.cc | 4 +- src/table.hh | 1 + src/vte.cc | 290 ++-- src/vteinternal.hh | 140 +- src/vteseq-str.hh | 156 +++ src/vteseq.cc | 3257 ++++++++++++++++++++++++++++++++++++++++++--- 19 files changed, 4879 insertions(+), 874 deletions(-) commit 032a5c6622ff9ae8131a39c52623e595a2c94f54 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 parser: Import new parser COPYING.GPL3 | 675 ++++++++++++++++++++ COPYING => COPYING.LGPL2 | 0 COPYING.LGPL3 | 165 +++++ Makefile.am | 3 + src/parser.cc | 1578 ++++++++++++++++++++++++++++++++++++++++++++++ src/parser.hh | 362 +++++++++++ 6 files changed, 2783 insertions(+) commit f1b8a29ae7182ab76cad1867a7fa8a87867e06b4 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 build: Update requirements configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 899ce4558fd6c870813b552f78ab98278823e9b1 Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 Revert "emulation: Add support for OSC 5;0 (bold color)" This reverts commit e258bda404f146262545abf7c332d7917a55d5d6. src/caps-list.hh | 6 ------ src/vteinternal.hh | 2 +- src/vteseq-list.hh | 3 --- src/vteseq.cc | 57 ++++++++++++++++-------------------------------------- 4 files changed, 18 insertions(+), 50 deletions(-) commit 340233e40b96b69fb17ead2dea6d55e4a875993d Author: Christian Persch Date: Tue Mar 27 19:40:12 2018 +0200 Revert "emulation: Implement DECRQCRA" To avoid merge conflicts, this reverts commit cac7b40b507c8ef705c0d7a3c2fee8a4bc3ee6ef which will be re-implemented later on. src/caps-list.hh | 2 -- src/vte.cc | 29 ------------------ src/vteinternal.hh | 5 --- src/vteseq-list.hh | 1 - src/vteseq.cc | 89 ------------------------------------------------------ 5 files changed, 126 deletions(-) commit e258bda404f146262545abf7c332d7917a55d5d6 Author: Egmont Koblinger Date: Wed Mar 21 22:36:55 2018 +0100 emulation: Add support for OSC 5;0 (bold color) Also OSC 4;256 does the same. Resetting counterparts (104, 105) added too. https://bugzilla.gnome.org/show_bug.cgi?id=722751 src/caps-list.hh | 6 ++++++ src/vteinternal.hh | 2 +- src/vteseq-list.hh | 3 +++ src/vteseq.cc | 57 ++++++++++++++++++++++++++++++++++++++---------------- 4 files changed, 50 insertions(+), 18 deletions(-) commit f0ee057544f7ba255e92c171203e8b4a8de09121 Author: Egmont Koblinger Date: Wed Mar 21 21:20:39 2018 +0100 widget: Remove faux bold support When no suitable bold counterpart is found for a font, simply use the base font rather than printing it twice with a 1px offset. https://bugzilla.gnome.org/show_bug.cgi?id=756010 src/vte.cc | 3 +-- src/vtedraw.cc | 22 ---------------------- src/vtedraw.hh | 1 - 3 files changed, 1 insertion(+), 25 deletions(-) commit cac3f1d87583932bbac803e036baf5739a03565c Author: Egmont Koblinger Date: Wed Mar 21 21:19:21 2018 +0100 widget: Do not extend the background under faux bold characters https://bugzilla.gnome.org/show_bug.cgi?id=682692#c5 src/vte.cc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit 6f330cc1aac2975540d45d88b703131f351c51b2 Author: Christian Persch Date: Mon Mar 12 21:44:43 2018 +0100 Post branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b4b2eb2ceeeb1625fd1f689dc2b4cceff68e4bd6 (tag: 0.52.0) Author: Christian Persch Date: Mon Mar 5 21:58:12 2018 +0100 build: Post release version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a793a6eb93cab42bf24d691c778d6ecc545be5a0 (tag: 0.51.92) Author: Christian Persch Date: Mon Mar 5 21:53:25 2018 +0100 Version 0.51.92 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6b56f107ad98b9c50f73b9080d15e82c42da7f61 Author: Egmont Koblinger Date: Mon Mar 5 21:23:23 2018 +0100 widget: Do not scroll to the bottom on soft reset https://bugzilla.gnome.org/show_bug.cgi?id=789954#c17 src/vte.cc | 2 -- 1 file changed, 2 deletions(-) commit a9e75c4517c58385871cc17fe7ab007098ac363e Author: Egmont Koblinger Date: Mon Mar 5 21:22:05 2018 +0100 widget: Preserve the selection on reset https://bugzilla.gnome.org/show_bug.cgi?id=789954 src/vte.cc | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) commit 9c620f462dfa3410d5cb543571ff699754deca45 Author: Egmont Koblinger Date: Mon Mar 5 13:44:40 2018 +0100 widget: Improve regex and hyperlink highlight tracking Fix underlining to immediately follow movements of the mouse pointer, as well as changes to its visibility. Do not perform regex matches behind the scenes when the pointer is hidden. https://bugzilla.gnome.org/show_bug.cgi?id=789536 src/vte.cc | 265 +++++++++++++++++++---------------------------------- src/vteinternal.hh | 22 ++--- 2 files changed, 100 insertions(+), 187 deletions(-) commit f608f08f727bf9bc7b45e6e311560fc7f5a59e62 Author: Christian Persch Date: Mon Mar 5 00:08:25 2018 +0100 app: Unset env var when not in test mode Just to make sure other processes don't inherit it. src/app/app.cc | 2 ++ 1 file changed, 2 insertions(+) commit cac7b40b507c8ef705c0d7a3c2fee8a4bc3ee6ef Author: Christian Persch Date: Sun Mar 4 23:22:26 2018 +0100 emulation: Implement DECRQCRA This will be used in the test suite later. https://bugzilla.gnome.org/show_bug.cgi?id=745045 src/caps-list.hh | 2 ++ src/vte.cc | 29 ++++++++++++++++++ src/vteinternal.hh | 5 +++ src/vteseq-list.hh | 1 + src/vteseq.cc | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 126 insertions(+) commit bac521b55ec8df9de486c318094fa3d016b7ec8a Author: Christian Persch Date: Sun Mar 4 23:22:26 2018 +0100 all: Add test mode Add a way to enable test mode, which will activate functions that are normally not enabled (for whatever reason). Add --test-mode to the vteapp to activate test mode. This will later be used in automatic tests. src/app/app.cc | 12 +++++++++++- src/vte.cc | 17 +++++++++++++---- src/vtegtk.cc | 7 +++++++ src/vteinternal.hh | 5 ++++- 4 files changed, 35 insertions(+), 6 deletions(-) commit c9d53c075e4cc3734459051ba456d0e7d10dff06 Author: Egmont Koblinger Date: Sun Mar 4 14:28:40 2018 +0100 widget: Update adjustment page size and increments asynchronously This provides a workaround against these mistakenly printed warnings due to GTK+ bug 769566: "Allocating size to GtkScrollbar [...] without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?" https://bugzilla.gnome.org/show_bug.cgi?id=769566 https://bugzilla.gnome.org/show_bug.cgi?id=791014 https://bugzilla.gnome.org/show_bug.cgi?id=793435 src/vte.cc | 86 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 38 insertions(+), 48 deletions(-) commit 72cdf6e6579917c351ab324dd313d4c51d7e5687 Author: Christian Persch Date: Sun Mar 4 11:22:33 2018 +0100 widget: Fix bell timestamp update Only update the timestamp when emitting the signal, not every time a bell was pending. src/vte.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 5c94130ec7a8f9bb5eb38db7c7fe384c9699a199 Author: Christian Persch Date: Sat Mar 3 18:32:44 2018 +0100 widget: Limit bell rate Also move the gdk_display_beep() and the signal emission out of the processing loop and just queue it. https://bugzilla.gnome.org/show_bug.cgi?id=790815 src/vte.cc | 12 ++++++++++++ src/vtedefines.hh | 3 +++ src/vteinternal.hh | 4 ++++ src/vteseq.cc | 3 +-- 4 files changed, 20 insertions(+), 2 deletions(-) commit b398e253053806a05261aca79d6cfbfa9d69ed9b Author: Egmont Koblinger Date: Sat Mar 3 17:42:34 2018 +0100 draw: Do not cache ligatured glyphs This workaround avoids ligatured glyphs (e.g. for "<=>") from being cached. A more proper solution is still pending. https://bugzilla.gnome.org/show_bug.cgi?id=793391 src/vtedraw.cc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit f2d1926ca4cac16e8fc3f77deb1c7eb02df35b66 Author: Egmont Koblinger Date: Sat Mar 3 17:33:01 2018 +0100 widget: Cleanup integer vs. boolean around faux bold https://bugzilla.gnome.org/show_bug.cgi?id=793987 src/vte.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit 1aae8bf0771076c026b0b8ba494c84837784420d Author: Jiri Grönroos Date: Sat Mar 3 16:20:48 2018 +0000 Update Finnish translation po/fi.po | 114 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 51 insertions(+), 63 deletions(-) commit a1cd4a4e6e00022a6d874cef92980160973a9c01 Author: Phil Clayton Date: Sat Mar 3 13:29:34 2018 +0100 introspection: Fix annotation for vte_terminal_feed_child https://bugzilla.gnome.org/show_bug.cgi?id=793273 src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d47b23d154eb9a458f4d4bcc47304e51bda85aa Author: Christian Persch Date: Sat Mar 3 13:01:37 2018 +0100 widget: Fix disabling bold effect https://bugzilla.gnome.org/show_bug.cgi?id=793987 src/vte.cc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit b8faef7af4a1199055b9897d8a51f105e0459f4d Author: Christian Persch Date: Sat Mar 3 13:01:37 2018 +0100 app: Add option to disable bold src/app/app.cc | 4 ++++ 1 file changed, 4 insertions(+) commit 278cd4a44344f56050891d302d386320dd306666 Author: GNOME Translation Robot Date: Thu Mar 1 11:10:11 2018 +0000 Update Scottish Gaelic translation (cherry picked from commit e64ec6f38d8a63401fb6dad8ad076822b23a2162) po/gd.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 634d5b019d5a53dc2dd2d82a6c3b4bfc094e92c6 Author: Egmont Koblinger Date: Tue Feb 27 22:34:15 2018 +0100 widget: Initialize the last mouse coordinates to the padding https://bugzilla.gnome.org/show_bug.cgi?id=789536 src/vte.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 135c6844e554a569f14a48db362af58c9ddfedaa Author: Egmont Koblinger Date: Tue Feb 27 22:32:19 2018 +0100 widget: Update the last mouse coordinates on enter and leave events https://bugzilla.gnome.org/show_bug.cgi?id=789536 src/vte.cc | 4 ++++ 1 file changed, 4 insertions(+) commit 430e45d30a29e66131d10ca47144d5aa317f06c3 Author: Egmont Koblinger Date: Tue Feb 27 22:31:04 2018 +0100 widget: Fix the initial belief whether the mouse is over the widget https://bugzilla.gnome.org/show_bug.cgi?id=789536 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2e5dfbd89b96e90509e4d738f0e18f4ea163084c Author: Egmont Koblinger Date: Tue Feb 27 22:29:04 2018 +0100 widget: Unset hyperlink URI when moving the mouse to a non-hyperlink cell https://bugzilla.gnome.org/show_bug.cgi?id=789536 src/vte.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 34a2b58573a4879fd3e07d1fd946b57e46234723 Author: Carlos Garnacho Date: Thu Feb 15 09:35:24 2018 +0100 widget: Protect fudge_pango_colors() against all-inclusive PangoAttributes PangoAttribute documentation says "By default an attribute will have an all-inclusive range of [0,G_MAXUINT]". It seems legal to get that from IMs (referring to the pre-edit string), however the only caller of this function just relies on the attribute being within the VteCells range, leading to crashes. https://bugzilla.gnome.org/show_bug.cgi?id=793480 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3fffbb8c4001c8f6d8409630ec8ab740fdb7e002 Author: Christian Persch Date: Mon Feb 12 22:17:26 2018 +0100 doap: Add Egmont vte.doap | 7 +++++++ 1 file changed, 7 insertions(+) commit e9989360bb3b020c4507562af9385ca7584f0d97 Author: Egmont Koblinger Date: Mon Feb 12 20:52:33 2018 +0100 widget: No longer generate bold color automatically Use the one explicitly provided via API, or the foreground color. This also fixes how OSC 10 affects bold color. https://bugzilla.gnome.org/show_bug.cgi?id=728600 https://bugzilla.gnome.org/show_bug.cgi?id=793152 src/vte.cc | 13 ++++--------- src/vtetypes.cc | 35 ----------------------------------- src/vtetypes.hh | 3 --- 3 files changed, 4 insertions(+), 47 deletions(-) commit 68fc39464453eccefaaf92788e8be2afbea74727 Author: Christian Persch Date: Mon Feb 5 20:16:20 2018 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 614092c18c9272ee94e53957a9584ecd5118d053 (tag: 0.51.90) Author: Christian Persch Date: Mon Feb 5 20:12:29 2018 +0100 Version 0.51.90 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bc532dc160406aaea35756e9a9e8f755c82fddb2 Author: Christian Persch Date: Mon Feb 5 20:11:08 2018 +0100 widget: Add API to not clear the background Remove the background operator again and only support a simple boolean clear-or-not-clear. This is useful only to support a background image. https://bugzilla.gnome.org/show_bug.cgi?id=767575 doc/reference/vte-sections.txt | 2 +- src/app/app.cc | 32 ++------------------------------ src/vte.cc | 30 ++++++++++++++++-------------- src/vte/vteterminal.h | 4 ++-- src/vtedraw.cc | 3 +-- src/vtedraw.hh | 1 - src/vtegtk.cc | 17 ++++++++--------- src/vteinternal.hh | 4 ++-- 8 files changed, 32 insertions(+), 61 deletions(-) commit fdaad997cd9d2fa56a9827f3c327aa192ea0abd9 Author: Egmont Koblinger Date: Sat Feb 3 18:55:02 2018 +0100 pty: spawn: Set PWD to the working directory to preserve symlinks https://bugzilla.gnome.org/show_bug.cgi?id=758452 src/pty.cc | 10 +++++++++- src/vtegtk.cc | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) commit c68a546e0b70128987c392d8e140f809fd809902 Author: Egmont Koblinger Date: Wed Jan 31 23:01:21 2018 +0100 widget: Allow regexes to match spaces https://bugzilla.gnome.org/show_bug.cgi?id=792729 src/vte.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit 809e79770b4dea34d64574710ce429a86855fdb2 Author: Timm Bäder Date: Sat Jan 27 20:25:03 2018 +0100 widget: Fix scrollbar drawing not to be delayed https://bugzilla.gnome.org/show_bug.cgi?id=771899 src/vte.cc | 22 +--------------------- src/vtegtk.cc | 1 - 2 files changed, 1 insertion(+), 22 deletions(-) commit 602bb5c1c497b6389f41f364a9412c465370654b Author: Egmont Koblinger Date: Sat Jan 27 18:27:59 2018 +0100 docs: Remove an obsolete comment src/vteseq.cc | 1 - 1 file changed, 1 deletion(-) commit b274318f2e48573569d65b17cd2c4ead916e7d6a Author: Egmont Koblinger Date: Mon Jan 22 13:38:49 2018 +0100 widget: Fix mem leak in search_rows() https://bugzilla.gnome.org/show_bug.cgi?id=792740 src/vte.cc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit 154110da03b9a124d1de91b857bdeb90c558caf8 Author: Egmont Koblinger Date: Sat Jan 20 10:57:44 2018 +0100 app: Uppercase initial for menu entry src/app/window.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6bef0ec9e2c67257d87229b5f2035f3b8f487818 Author: Egmont Koblinger Date: Sun Jan 14 00:11:29 2018 +0100 widget: Respect "bold color" even when "bold is bright" is disabled https://bugzilla.gnome.org/show_bug.cgi?id=792501 src/vte.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit c0cd47f88448969bd219047c3d56af65e35e9278 Author: Christian Persch Date: Sat Jan 13 22:29:28 2018 +0100 all: Remove overzealous use of constexpr One more. Seems some compilers don't like it in these places. src/color-triple.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 5f5a11a42b86afed9e1984518d7fe5477289c65b Author: Christian Persch Date: Sat Jan 13 22:29:28 2018 +0100 all: Remove overzealous use of constexpr Seems some compilers don't like it in these places. src/attr.hh | 14 +++++++------- src/color-triple.hh | 12 ++++++------ src/vterowdata.h | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) commit 6eea10a62ff5b9d57873c498a89973f27a7189f1 Author: Christian Persch Date: Sat Jan 13 20:55:44 2018 +0100 widget: Translate more pango attributes in the IM string Take underline colour, underline style and font style from the PangoAttribute list. src/vte.cc | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) commit 66534dfc20c590ec2e0a1911fcbc18c9b92d3f7c Author: Christian Persch Date: Sat Jan 13 20:55:44 2018 +0100 ring: Store cell attributes together in an uint32_t Instead of using a bitfield, use an uint32_t and set/get the values manually. This allows to check for multiple values at once with just one operation instead of checking each bitfield member separately., perf/deco.sh | 85 +++++++++++++++++ src/Makefile.am | 1 + src/attr.hh | 137 ++++++++++++++++++++++++++ src/ring.cc | 32 +++---- src/vte.cc | 276 +++++++++++++++++++++++------------------------------ src/vteinternal.hh | 8 +- src/vterowdata.h | 108 ++++++++++++++------- src/vteseq.cc | 47 +++++---- 8 files changed, 453 insertions(+), 241 deletions(-) commit 615d5fac3fa8009a11a3def7799af968d71bc4a9 Author: Christian Persch Date: Sat Jan 13 20:55:44 2018 +0100 all: Rearrange VteCellAttr to store all colours together in one uint64_t This re-arranges the VteCellAttr struct to store the foreground, background and decoration colour together in one uint64_t. This will allow later optimising the *other* attributes. A 24-bit (8 bit per component) color is stored in 25 bits in vte (one extra bit is necessary to distinguish direct colours from index colors), so to fit 3 colours into 64 bits, it was necessary to reduce the depth of the (lesser used) decoration colour to 4 bit per component. src/Makefile.am | 1 + src/color-triple.hh | 92 ++++++++++++++++++++++++++++++++++++++++++ src/vte.cc | 113 ++++++++++++++++++++++++++++------------------------ src/vtedefines.hh | 19 +++++++-- src/vteinternal.hh | 10 +++-- src/vterowdata.h | 109 +++++++++++++++++++++++++++++--------------------- src/vteseq.cc | 100 +++++++++++++++++++++++++++------------------- 7 files changed, 298 insertions(+), 146 deletions(-) commit 088eb01c5f2f3abf558d10933bc5b57cbc9af030 Author: Christian Persch Date: Sat Jan 13 20:55:44 2018 +0100 emulation: Use deco colour also for default colour and fill attributes src/vte.cc | 1 + src/vteseq.cc | 2 ++ 2 files changed, 3 insertions(+) commit b17463c7d03eac1c9753b7b8ced4b9a455cf7727 Author: Christian Persch Date: Sat Jan 13 20:55:43 2018 +0100 widget: Return correct underline value in VteCharAttributes src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1f202f16559e5a1057391b0b77f404a419e8f158 Author: Christian Persch Date: Mon Jan 8 22:31:15 2018 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cd6f296fcad9a93d96233664e50360fd4274a869 (tag: 0.51.3) Author: Christian Persch Date: Mon Jan 8 22:28:26 2018 +0100 build: Fix distcheck src/debug.c | 122 ---------------------------------------------------------- src/debug.cc | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 122 insertions(+), 123 deletions(-) commit 38396ef88ff44b447399b6abc562a22e07a27684 Author: Egmont Koblinger Date: Sat Dec 23 22:41:24 2017 +0100 widget: Add support for blinking text Also add an API to enable/disable this feature depending on the focused or unfocused state of the widget. https://bugzilla.gnome.org/show_bug.cgi?id=579964 doc/reference/vte-sections.txt | 5 ++ src/app/app.cc | 15 +++++ src/vte.cc | 126 +++++++++++++++++++++++++++++++++++++++-- src/vte/vteenums.h | 19 +++++++ src/vte/vteterminal.h | 5 ++ src/vtegtk.cc | 55 ++++++++++++++++++ src/vtegtk.hh | 1 + src/vteinternal.hh | 11 ++++ 8 files changed, 231 insertions(+), 6 deletions(-) commit 68944c293d1004208846b9e9b18e536be3291365 Author: Egmont Koblinger Date: Tue Dec 19 22:22:22 2017 +0100 widget: Speed up the drawing of curly underline by caching its look https://bugzilla.gnome.org/show_bug.cgi?id=721761 src/vte.cc | 16 +++++------ src/vtedraw.cc | 79 +++++++++++++++++++++++++++++++++++++++++++----------- src/vtedraw.hh | 7 ++--- src/vteinternal.hh | 2 +- 4 files changed, 76 insertions(+), 28 deletions(-) commit 96dfd02eeb3c63b321204fcba01c3b8417c12d19 Author: Egmont Koblinger Date: Tue Dec 19 10:21:34 2017 +0100 doc: Fix vte_terminal_get_allow_bold's description src/vtegtk.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit c86612919e855025b03afd0189bd5c7e9c04b92b Author: Egmont Koblinger Date: Sat Dec 16 23:31:32 2017 +0100 widget: Fix display glitches around hidden underline https://bugzilla.gnome.org/show_bug.cgi?id=791303 src/vte.cc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit 3c9e41211840a602a14b92eea4897ccd2704d6a4 Author: Egmont Koblinger Date: Thu Dec 14 23:02:28 2017 +0100 emulation: Revise the extended color escape sequences Add support for true color sequences according to ITU-T T.416, i.e. CSI 38:2:[color_space_id]:R:G:B[:more_params]m. Color space id and further parameters are ignored. Keep support for the misinterpreted CSI 38:2:R:G:Bm format (missing color space id) for now, to be dropped at some point in the future. Keep support for 256-color sequences according to ITU-T T.416, i.e. CSI 38:5:INDEXm. Allow and ignore further parameters. Keep support for the de facto standard CSI 38;2;R;G;Bm and CSI 38;5;INDEXm supported by most terminal emulators and emitted by most apps. Drop support for mixed use of semicolons and colons. Add command line flags to perf/256test.sh and perf/img.sh to select the emitted sequences, switch to the de jure format as default. https://bugzilla.gnome.org/show_bug.cgi?id=791456 perf/256test.sh | 34 +++++++++++++++++++++++++--------- perf/img.sh | 29 +++++++++++++++++++++++------ src/vteinternal.hh | 3 ++- src/vteseq.cc | 49 ++++++++++++++++++------------------------------- 4 files changed, 68 insertions(+), 47 deletions(-) commit 87f72720512ea37e76beff9f69890ab0a04f1f74 Author: Egmont Koblinger Date: Mon Dec 11 22:36:04 2017 +0100 widget,emulation: Add support for overline The escape sequences are: CSI 53m to enable CSI 55m to disable https://bugzilla.gnome.org/show_bug.cgi?id=767115 src/vte.cc | 41 +++++++++++++++++++++++++++++++++++------ src/vteinternal.hh | 3 +++ src/vterowdata.h | 4 +++- src/vteseq.cc | 6 ++++++ 4 files changed, 47 insertions(+), 7 deletions(-) commit 9d5ab10bd7bc2b444306c275908e38f7315ed0f2 Author: Christian Persch Date: Mon Dec 11 22:16:15 2017 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9be01fdf027c1f3e5ed665e6da024cf5ca424f0b (tag: 0.51.2) Author: Egmont Koblinger Date: Mon Dec 11 22:02:44 2017 +0100 sgr-test.sh: New script for testing SGR escape sequences https://bugzilla.gnome.org/show_bug.cgi?id=721761 perf/Makefile.am | 1 + perf/sgr-test.sh | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) commit a8af47bcabc66417f3b0930c7f3e2a903f1b9710 Author: Egmont Koblinger Date: Mon Dec 11 21:50:12 2017 +0100 widget,emulation: Add support for colored underlines The escape sequences are, similarly to CSI 38...m and CSI 39m: CSI 58:5:...m or CSI 58;5;...m for an item of the 256-color palette CSI 58:2:...m or CSI 58;2;...m for a direct RGB color CSI 59m to turn this off (underline's color is the same as the text's) https://bugzilla.gnome.org/show_bug.cgi?id=721761 src/vte.cc | 110 ++++++++++++++++++++++++++++++++++------------------- src/vteinternal.hh | 10 +++-- src/vterowdata.h | 19 +++++---- src/vteseq.cc | 17 +++++++-- 4 files changed, 103 insertions(+), 53 deletions(-) commit efaf8f3c16809b8b2e43c39b13bf89464f51ba1a Author: Egmont Koblinger Date: Mon Dec 11 21:44:49 2017 +0100 widget,emulation: Add support for double and curly underlines The underline escape sequences are: CSI 4m or CSI 4:1m for single underline CSI 21m or CSI 4:2m for double underline CSI 4:3m for curly underline CSI 24m or CSI 4:0m for turning them off https://bugzilla.gnome.org/show_bug.cgi?id=721761 src/vte.cc | 84 ++++++++++++++++++++++++++++++++++++++++++------------ src/vtedraw.cc | 47 ++++++++++++++++++++++++++++++ src/vtedraw.hh | 9 ++++++ src/vteinternal.hh | 6 +++- src/vterowdata.h | 8 ++---- src/vteseq.cc | 44 +++++++++++++++++----------- 6 files changed, 157 insertions(+), 41 deletions(-) commit 6c44229d130dd1d5cdb218e897ec6f245e96d538 Author: Egmont Koblinger Date: Sat Dec 9 12:18:40 2017 +0100 widget: Add support for not automatically brightening bold colors https://bugzilla.gnome.org/show_bug.cgi?id=762247 doc/reference/vte-sections.txt | 2 ++ src/app/app.cc | 4 +++ src/vte.cc | 15 ++++++++++- src/vte/vteterminal.h | 6 +++++ src/vtegtk.cc | 59 ++++++++++++++++++++++++++++++++++++++++++ src/vtegtk.hh | 1 + src/vteinternal.hh | 2 ++ 7 files changed, 88 insertions(+), 1 deletion(-) commit 1a671bbe0af2b0611423e9c869dd8cb3907c0ebc Author: Egmont Koblinger Date: Fri Dec 8 23:18:39 2017 +0100 widget: Remove margin bell support https://bugzilla.gnome.org/show_bug.cgi?id=731453 src/vte.cc | 12 ------------ src/vteinternal.hh | 2 -- src/vteseq.cc | 4 ---- 3 files changed, 18 deletions(-) commit 26c79c6dc93aae4d4f787f36b594cac151df0f07 Author: Egmont Koblinger Date: Mon Dec 4 23:08:44 2017 +0100 widget: Add support for increased line and character spacing New API methods vte_terminal_set_cell_{height,width}_scale take values from 1.0 (default) to 2.0 (double spacing) to push the letters further apart from each other, without affecting the font size. https://bugzilla.gnome.org/show_bug.cgi?id=781479 https://bugzilla.gnome.org/show_bug.cgi?id=738781 doc/reference/vte-sections.txt | 4 + src/app/app.cc | 8 ++ src/vte.cc | 193 +++++++++++++++++++++++++++++------------ src/vte/vteterminal.h | 12 +++ src/vtedefines.hh | 2 + src/vtedraw.cc | 124 ++++++++++++++++++-------- src/vtedraw.hh | 11 ++- src/vtegtk.cc | 130 ++++++++++++++++++++++++++- src/vtegtk.hh | 2 + src/vteinternal.hh | 35 ++++++-- 10 files changed, 416 insertions(+), 105 deletions(-) commit 3d09f0731a61c7bc5ea8795cdb0a86e48740035b Author: Christian Persch Date: Mon Nov 27 20:17:00 2017 +0100 interpret: Add statistics output Output a summary of the number of characters inserted and sequences recognised. src/interpret.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit f479790d04bb8932b6816fa343d3621c7997fa5d Author: Christian Persch Date: Mon Nov 27 17:21:04 2017 +0100 build: Rename header file src/{caps.h => caps.hh} | 14 +------------- src/keymap.cc | 2 +- src/matcher.cc | 2 +- src/mev.c | 2 +- src/vte.cc | 2 +- src/vteseq.cc | 2 +- 6 files changed, 6 insertions(+), 18 deletions(-) commit 74ec8441de36060bf3410903be60c1e297a0c7db Author: Christian Persch Date: Mon Nov 27 17:03:00 2017 +0100 interpret: Bring back the matcher test src/Makefile.am | 37 +++++++- src/interpret.cc | 260 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 296 insertions(+), 1 deletion(-) commit 4e2f53632637abba42b1ac558b738b63de18441e Author: Christian Persch Date: Sun Nov 26 22:04:35 2017 +0100 build: Manually generate the C source from the vala source Don't use the automake vala support, instead just generate the C sources manually. This fixes a build failure on non-srcdir builds. bindings/vala/Makefile.am | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) commit 0d1f50109740931d9547ed49f5b744438a4157cc Author: Christian Persch Date: Tue Nov 21 18:36:48 2017 +0100 emulation: Simplify sequence matching Instead of returning a string from the matcher that is then used to lookup a handler, just return the function pointer directly from the matcher. configure.ac | 8 -- doc/reference/Makefile.am | 3 +- src/Makefile.am | 83 +----------- src/caps-list.hh | 318 ++++++++++++++++++++++++++++++++++++++++++++++ src/caps.cc | 306 -------------------------------------------- src/interpret.cc | 171 ------------------------- src/matcher.cc | 43 +++---- src/matcher.hh | 46 +++++-- src/table.cc | 277 ++++++++++------------------------------ src/table.hh | 22 ++-- src/vte.cc | 52 +++++--- src/vteinternal.hh | 8 +- src/vteseq-list.hh | 156 +++++++++++++++++++++++ src/vteseq-n.gperf | 175 ------------------------- src/vteseq.cc | 125 ++++++++++++------ 15 files changed, 738 insertions(+), 1055 deletions(-) commit 35e071e687e0f9bfed5adc7117e2c2d4cd3237a9 Author: Christian Persch Date: Tue Nov 21 18:36:48 2017 +0100 table: Remove unnecessary null checks We always pass non-null out parameters here, so remove the unnecessary checks. src/matcher.cc | 6 ++++-- src/matcher.hh | 14 +++++++++----- src/table.cc | 33 +++++++++++++-------------------- src/table.hh | 6 ++++-- 4 files changed, 30 insertions(+), 29 deletions(-) commit b7e21e539a9c5978f3de072aae42a15980fc89aa Author: Christian Persch Date: Tue Nov 21 18:36:48 2017 +0100 interpret: Fix for non-ASCII characters decoding Just call setlocale(), so that we can convert non-ASCII characters correctly. src/interpret.cc | 3 +++ 1 file changed, 3 insertions(+) commit be7d350d61df65f60f3b88753688387db984b7ee Author: Christian Persch Date: Tue Nov 21 18:36:48 2017 +0100 interpret: Also print value arrays src/interpret.cc | 53 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 21 deletions(-) commit 5e9ad640f61ba98436e3a48cc0031b64b7851c7e Author: Christian Persch Date: Tue Nov 21 18:36:48 2017 +0100 table: Move header to table.hh doc/reference/Makefile.am | 2 +- src/Makefile.am | 6 +++--- src/matcher.cc | 2 +- src/table.cc | 2 +- src/{table.h => table.hh} | 10 +--------- 5 files changed, 7 insertions(+), 15 deletions(-) commit 601a6d8e3532d656a1522534d5d738742f8f13f7 Author: Christian Persch Date: Sat Nov 18 23:19:22 2017 +0100 emulation: Simplify sequence handlers and parameter handling Encapsulate the use of the deprecated GValueArray API in a helper class, and use that to extract the parameters passed to the sequence handlers. Also, move from using 2-stage sequence handlers that first call a static function which in turn calls a method on VteTerminalPrivate to using the member functions directly via a member function pointer. doc/reference/Makefile.am | 2 +- src/Makefile.am | 8 +- src/{interpret.c => interpret.cc} | 2 +- src/iso2022.h | 2 +- src/matcher.cc | 2 +- src/{matcher.h => matcher.hh} | 10 +- src/vte.cc | 16 +- src/vteinternal.hh | 228 +++-- src/vteseq-n.gperf | 308 +++--- src/vteseq.cc | 1993 ++++++++++++++----------------------- 10 files changed, 1086 insertions(+), 1485 deletions(-) commit f6678e7e938aaf6f4fd72ceb8f1bb71b2bf3e69e Author: Egmont Koblinger Date: Sat Nov 18 20:50:06 2017 +0100 widget: Reset might need to start blinking the cursor https://bugzilla.gnome.org/show_bug.cgi?id=790536 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bca23e844378e57294c96661b5051ff199736cdc Author: Christian Persch Date: Sat Nov 18 19:13:17 2017 +0100 app: Fix a mem leak src/app/app.cc | 1 + 1 file changed, 1 insertion(+) commit 304e29d8a603828f42410ceac39ad803fcac475b Author: Christian Persch Date: Sat Nov 18 19:10:10 2017 +0100 pty: Fix mem leak src/pty.cc | 2 ++ 1 file changed, 2 insertions(+) commit dda73cc07250ea324b4227907197c39b93fcd365 Author: Christian Persch Date: Sat Nov 18 18:40:03 2017 +0100 matcher: Fix memory leak Don't leak the GValueArray. https://bugzilla.gnome.org/show_bug.cgi?id=790539 src/matcher.cc | 12 +++++++----- src/table.cc | 19 +++++++++++-------- 2 files changed, 18 insertions(+), 13 deletions(-) commit b4f6c831ad61a7d5c33e62c6dfb6e2b3f3aaa830 Author: Christian Persch Date: Mon Nov 13 23:01:48 2017 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 22b89cf804f219bd5ab009e6020c620835450e3f (tag: 0.51.1) Author: Christian Persch Date: Mon Nov 13 22:59:04 2017 +0100 Version 0.51.1 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d8146f747f3b55aff3e5b838f77da08653d117a3 Author: Alistair Thomas Date: Tue Oct 31 20:19:33 2017 +0100 vala: add metadata to make Terminal.spawn_async () appear in the VAPI See https://bugzilla.gnome.org/show_bug.cgi?id=784232 bindings/vala/Vte-2.91.metadata | 1 + 1 file changed, 1 insertion(+) commit 942c031b507c06e868936ac3fc2060d02a9d2f1b Author: Egmont Koblinger Date: Sun Oct 29 14:45:00 2017 +0100 widget: Rename char_width and char_height to cell_width and cell_height This is in preparation for the forthcoming line spacing and letter spacing feature. API names remain unmodified for now. https://bugzilla.gnome.org/show_bug.cgi?id=781479 src/app/app.cc | 44 ++++++++--------- src/vte.cc | 138 ++++++++++++++++++++++++++--------------------------- src/vteaccess.cc | 28 +++++------ src/vtegtk.cc | 12 ++--- src/vteinternal.hh | 8 ++-- src/vteseq.cc | 20 ++++---- 6 files changed, 125 insertions(+), 125 deletions(-) commit dc870c1f3d1f61fc4a5bfdf164c5ada5bafea2d9 Author: Egmont Koblinger Date: Sun Oct 29 14:43:40 2017 +0100 widget: Factor out underline and strikethrough position and thickness https://bugzilla.gnome.org/show_bug.cgi?id=781479 src/vte.cc | 45 +++++++++++++++++++++++++++------------------ src/vteinternal.hh | 4 ++++ 2 files changed, 31 insertions(+), 18 deletions(-) commit 3ad045e3a87bc192fa323e7811231abe2d4e578f Author: Nathan Follens Date: Sun Oct 29 10:18:44 2017 +0000 Update Dutch translation po/nl.po | 120 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 68 insertions(+), 52 deletions(-) commit 653ad2224deae42d93ac10c4dd8495c7cd214e87 Author: Egmont Koblinger Date: Sat Oct 28 14:44:15 2017 +0200 widget: Show the mouse pointer when a popover is presented from outside VTE This is a followup for the incomplete fix from commit 3e744098a4345fab636dca438f7e1996cdb57f7e. https://bugzilla.gnome.org/show_bug.cgi?id=789390 src/vte.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 908c14d7c07b1cc1cca147c763572dd3ee465dd6 Author: Egmont Koblinger Date: Tue Oct 24 23:12:45 2017 +0200 caps: Remove redundant entries https://bugzilla.gnome.org/show_bug.cgi?id=789389 src/caps.cc | 4 ---- 1 file changed, 4 deletions(-) commit 118177ad089b39a7f769aa372e4d453c85b6c19a Author: Egmont Koblinger Date: Tue Oct 24 23:12:02 2017 +0200 debug: Typo fix src/table.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7fb4bce92aac6e9fb5400523bbf0a2b4eee04db9 Author: Christian Persch Date: Tue Oct 24 23:03:51 2017 +0200 debug: Pass the known string length src/keymap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit be6cd8246c7993326677c9e2058deedac4263667 Author: Christian Persch Date: Tue Oct 24 22:45:49 2017 +0200 widget: Queue a redraw if the background operator changes src/vte.cc | 4 ++++ src/vtegtk.cc | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) commit 69a264904b80b4685e4350157396900c01e3e66a Author: Christian Persch Date: Tue Oct 24 20:37:27 2017 +0200 app: Default to the right operator when showing a background image src/app/app.cc | 5 +++++ 1 file changed, 5 insertions(+) commit 91d30f8f678afedd5f8eedbb95b64ec252abb7bd Author: Christian Persch Date: Tue Oct 24 20:33:17 2017 +0200 widget: Add API to set the operator used to draw the terminal background This is useful only to support a background image. https://bugzilla.gnome.org/show_bug.cgi?id=767575 configure.ac | 2 + doc/reference/vte-sections.txt | 1 + src/app/app.cc | 179 ++++++++++++++++++++++++++++++++++++++--- src/vte.cc | 8 ++ src/vte/vteterminal.h | 5 ++ src/vtedraw.cc | 3 +- src/vtedraw.hh | 1 + src/vtegtk.cc | 26 ++++++ src/vteinternal.hh | 2 + 9 files changed, 213 insertions(+), 14 deletions(-) commit b941987a7060662de320e76cda05f08dde5e10aa Author: Christian Persch Date: Tue Oct 24 18:38:58 2017 +0200 debug: Fix printing the sequence string Add a length parameter for non-0-terminated strings, and use it. src/debug.c | 14 ++++++++++---- src/debug.h | 3 ++- src/keymap.cc | 2 +- src/table.cc | 8 +++++--- 4 files changed, 18 insertions(+), 9 deletions(-) commit f2fbfce81265f01773fb8521d8eca46e498c2b82 Author: Christian Persch Date: Tue Oct 24 11:10:23 2017 +0200 docs: Move deprecated functions to deprecated section doc/reference/vte-sections.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1fce6af66a1952fdab31a7ec82297de5f77a9432 Author: Christian Persch Date: Tue Oct 24 10:47:23 2017 +0200 all: Silence compiler warning -Wfloat-equal We know it's bad to compare floats, but these are fine. src/vte.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 3917ff40f7f55646c4b6861a06631413ad3d67b9 Author: Christian Persch Date: Tue Oct 24 10:47:23 2017 +0200 build: Remove unused source code doc/reference/Makefile.am | 1 - src/Makefile.am | 4 ---- src/vtetree.cc | 60 ----------------------------------------------- src/vtetree.h | 50 --------------------------------------- 4 files changed, 115 deletions(-) commit 18962e5dd6e8ff293c0655f3df645f24ad4060eb Author: Christian Persch Date: Tue Oct 24 10:38:59 2017 +0200 table: Improve debug message src/table.cc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit 99e37b77ab3f6c31e5a29dda2b1ce914b5d9902c Author: Christian Persch Date: Tue Oct 24 10:38:59 2017 +0200 build: Remove wint_t checks We don't really need this type anyway. configure.ac | 18 ------------------ src/vte.cc | 10 ++-------- 2 files changed, 2 insertions(+), 26 deletions(-) commit 368e89dcb00d84fb741101e932ab6243732a9aa1 Author: Christian Persch Date: Tue Oct 24 10:38:59 2017 +0200 build: Separate libvte and test app build requirements configure.ac | 6 ++++++ src/app/Makefile.am | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 34cb79e23f019d67107a2624a6b54340b678254d Author: Christian Persch Date: Mon Oct 23 22:01:38 2017 +0200 app: Fix a copypaste error src/app/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 53c8026834278a1eeed5006dc0bdedb722f22768 Author: Christian Persch Date: Mon Oct 23 22:01:38 2017 +0200 app: Fix a copypaste error src/app/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9bc33bdd967887db026f5267ae7db28e6bfcfeef Author: Egmont Koblinger Date: Sun Oct 22 19:36:19 2017 +0200 widget: Emit title-changed and uri-changed only if the value really changed https://bugzilla.gnome.org/show_bug.cgi?id=782863 src/vte.cc | 45 +++++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 16 deletions(-) commit e2108c7db3c1136777212ed33ba8ab716e87b4f2 Author: Christian Persch Date: Sat Oct 21 22:30:29 2017 +0200 widget: Deprecate geometry helpers They can't work correctly since gtk+ removed geometry support, so all apps need to handle this themselves. src/vte/vtedeprecated.h | 12 ++++++++++++ src/vte/vteterminal.h | 10 ---------- src/vtegtk.cc | 4 ++++ 3 files changed, 16 insertions(+), 10 deletions(-) commit 05f936a295b7af63e447ea74769aa32d59b12379 Author: Christian Persch Date: Sat Oct 21 17:09:26 2017 +0200 build: Fix resource generation with glib < 2.50 https://bugzilla.gnome.org/show_bug.cgi?id=789290 src/app/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7734e2826debfecf6a147000bcdb601a356a41b6 Author: Christian Persch Date: Sat Oct 21 17:09:26 2017 +0200 app: Add opacity test mode https://bugzilla.gnome.org/show_bug.cgi?id=732023 src/app/app.cc | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) commit 6acfa59dfcceef65c1f7e3570db37ab245f049c4 Author: Egmont Koblinger Date: Sun Oct 15 22:36:38 2017 +0200 build: Remove manual define of _GNU_SOURCE https://bugzilla.gnome.org/show_bug.cgi?id=788476#c18 src/vteutils.cc | 4 ---- 1 file changed, 4 deletions(-) commit a4362e96d882e496444c8858963d4d4be4d7b430 Author: Egmont Koblinger Date: Sun Oct 15 22:33:22 2017 +0200 build: Add strchrnul implementation to fix compilation on macOS https://bugzilla.gnome.org/show_bug.cgi?id=788476 configure.ac | 3 +++ src/vteseq.cc | 1 + src/vtespawn.cc | 13 ++----------- src/vteutils.cc | 13 +++++++++++++ src/vteutils.h | 3 +++ 5 files changed, 22 insertions(+), 11 deletions(-) commit 425f76c798a7296e3c8a878d43c17b112e2bfab3 Author: Xavi Ivars Date: Thu Oct 5 13:17:46 2017 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 134 +++++++++++++++++++++++++----------------------------- 1 file changed, 63 insertions(+), 71 deletions(-) commit 291b36519dc94de2c35bfba63c2af2e48663e786 Author: Egmont Koblinger Date: Mon Oct 2 19:20:42 2017 +0200 widget: Fix a crash with hyperlinks if the mouse is over the padding https://bugzilla.gnome.org/show_bug.cgi?id=788426 src/vte.cc | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) commit efa20e03f8553373e6983b4b7cec61eaa38681d9 Author: Christian Persch Date: Fri Sep 29 18:22:49 2017 +0200 build: Fix dist src/app/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 41f55bc1c2a978491b3fa3d23cb4aeb0c900e2b1 Author: Egmont Koblinger Date: Fri Sep 29 14:26:40 2017 +0200 widget: Fix initial size in presence of non-default padding https://bugzilla.gnome.org/show_bug.cgi?id=787710 src/vte.cc | 13 ++++++++++--- src/vtegtk.cc | 11 +++++++++++ src/vteinternal.hh | 1 + 3 files changed, 22 insertions(+), 3 deletions(-) commit 0656a5794c8d075c8e7c4b56b3b6142068433981 Author: Egmont Koblinger Date: Thu Sep 28 16:03:04 2017 +0200 emulation: Add support for REP (repeat preceding graphic character) https://bugzilla.gnome.org/show_bug.cgi?id=787701 src/vte.cc | 6 ++++++ src/vteinternal.hh | 1 + src/vteseq-n.gperf | 2 +- src/vteseq.cc | 19 ++++++++++++++++++- 4 files changed, 26 insertions(+), 2 deletions(-) commit 6684fc6ba4e85065802ca000d4d2d3ccbf922214 Author: Christian Persch Date: Tue Sep 26 13:38:23 2017 +0200 widget: Improve debug output Also print padding updates for the WIDGET_SIZE debug category. src/vte.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit b2e9df861e9717c04824b52d4a6c41fcb2de2baf Author: Christian Persch Date: Tue Sep 26 13:06:59 2017 +0200 app: Fix parsing of boolean options Need to use a gboolean for the struct member, since GOption expects a gboolean (aka int) not a bool. src/app/app.cc | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) commit b7f5fe9fa297231a8370a6892753af50dfb0fc3a Author: Christian Persch Date: Mon Sep 25 12:58:02 2017 +0200 widget: Show padding in size request debug output src/app/app.cc | 7 ++++++- src/vte.cc | 15 +++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) commit 2125d07a54abfce73b86f41d8c92a20902ad6882 Author: Christian Persch Date: Mon Sep 25 11:45:41 2017 +0200 app: Try to make geometry work also for no-geometry-hints case src/app/app.cc | 135 +++++++++++++++++++++++++++++++++------------------------ 1 file changed, 78 insertions(+), 57 deletions(-) commit 5b89b156d0ad37e976a56f74e53a100a247d508e Author: Christian Persch Date: Sun Sep 24 21:09:29 2017 +0200 i18n: Update POTFILES.skip po/POTFILES.skip | 1 - 1 file changed, 1 deletion(-) commit 039b22ad57c8d43adf7f00cef0095e3d4c2f6657 Author: Christian Persch Date: Sun Sep 24 20:53:57 2017 +0200 app: Add new test application Re-write the vala test application in C for maintainability, and degrade the vala test app to a mere noinst programme there only to check that the vala bindings work. Remove the old C test application. bindings/vala/Makefile.am | 24 +- configure.ac | 16 +- po/POTFILES.skip | 4 + src/Makefile.am | 28 +- src/app/Makefile.am | 57 ++ src/app/app.cc | 1915 +++++++++++++++++++++++++++++++++++++++++++++ src/app/app.gresource.xml | 24 + src/app/appmenu.ui | 33 + src/app/search-popover.ui | 265 +++++++ src/app/window.ui | 209 +++++ src/vteapp.c | 1260 ----------------------------- 11 files changed, 2522 insertions(+), 1313 deletions(-) commit 9ac6663add75234a1d4cf0f51f37795b2ed21159 Author: Igor Zakharov Date: Fri Sep 15 20:44:42 2017 +0200 widget: Add accessor function to get scrollback lines number https://bugzilla.gnome.org/show_bug.cgi?id=787642 doc/reference/vte-sections.txt | 1 + src/vte/vteterminal.h | 2 ++ src/vtegtk.cc | 18 +++++++++++++++++- 3 files changed, 20 insertions(+), 1 deletion(-) commit 75d6f8fc98818b4f968df5836d8fc8f5857c90c2 Author: Christian Persch Date: Wed Sep 13 21:16:37 2017 +0200 docs: Add some missing functions to vte-sections.txt doc/reference/vte-sections.txt | 2 ++ 1 file changed, 2 insertions(+) commit 70747d037b06296ff41cd7525ee31b18912e82cc Author: Igor Zakharov Date: Wed Sep 13 21:16:37 2017 +0200 widget: Add accessor functions for properties To get 'scroll on output' and 'scroll on keystroke' states. https://bugzilla.gnome.org/show_bug.cgi?id=785083 doc/reference/vte-sections.txt | 2 ++ src/vte/vteterminal.h | 4 ++++ src/vtegtk.cc | 37 +++++++++++++++++++++++++++++++++++-- 3 files changed, 41 insertions(+), 2 deletions(-) commit a3fd7cfc0c05e64a36c9e28c9001ac4fc048f11e Author: Christian Persch Date: Wed Sep 13 21:16:37 2017 +0200 docs: Add index for 0.52 API additions doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 3e4b09e7aa5d3d3c70369f72f696d03b2c026c53 Author: Christian Persch Date: Wed Sep 13 18:38:14 2017 +0200 all: Remove gstdio.h src/debug.h | 1 - src/vte.cc | 1 - src/vtespawn.cc | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) commit 516b500c4f94a8c11de39213f78736ddbf6720f6 Author: Christian Persch Date: Mon Sep 11 21:10:04 2017 +0200 Post branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9032a81295fa48b088e6e5ceb366ab0676a5b6df (tag: 0.50.0) Author: Daniel Șerbănescu Date: Wed Sep 6 17:16:43 2017 +0000 Update Romanian translation po/ro.po | 101 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 49 insertions(+), 52 deletions(-) commit bdf5a0ea0370924a494214e9b492ac098e97c579 Author: Egmont Koblinger Date: Tue Sep 5 23:02:08 2017 +0200 widget: Fix a crash with hyperlinks if the mouse hasn't entered the widget https://bugzilla.gnome.org/show_bug.cgi?id=787283 src/vte.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 7f933a505a00864f87b1418f995efaddda29ba70 Author: Christian Persch Date: Mon Sep 4 20:14:59 2017 +0200 Post release version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f6a7ad5555839e76d643448124cf6a96d7c5ddd6 (tag: 0.49.92) 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(-) commit a79378a2ef0c748f3ba2c2750c659a73be8fcc37 (tag: 0.49.1) Author: Christian Persch Date: Tue Apr 25 12:45:30 2017 +0200 Version 0.49.1 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit c9e7cbabfe2fd682a80dd8938c317e7aed1195f4 Author: Egmont Koblinger Date: Tue Apr 25 01:17:11 2017 +0200 widget,emulation: Add support for OSC 8 hyperlinks (HTML-like anchors) The escape sequences OSC 8 ; params ; URI BEL OSC 8 ; params ; URI ST turn subsequent characters into an HTML-like anchor to the given address. Terminate the hyperlink with the same escape sequence with an empty URI. Params is an optional colon-separated list of key=value assignments. Cells having the same URI and "id" parameter, or cells lacking an "id" that were printed in a single OSC 8 run are underlined together on mouseover. For further details, see https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda. https://bugzilla.gnome.org/show_bug.cgi?id=779734 bindings/vala/app.vala | 7 + doc/reference/vte-docs.xml | 4 + doc/reference/vte-sections.txt | 3 + perf/hyperlink-demo.txt | 95 ++++++++++ src/debug.c | 3 +- src/debug.h | 3 +- src/marshal.list | 1 + src/ring.cc | 388 ++++++++++++++++++++++++++++++++++++++--- src/ring.h | 32 +++- src/vte.cc | 281 +++++++++++++++++++++++++++-- src/vte/vteterminal.h | 10 ++ src/vteapp.c | 19 +- src/vtedefines.hh | 30 ++++ src/vtegtk.cc | 121 +++++++++++++ src/vtegtk.hh | 3 + src/vteinternal.hh | 19 +- src/vterowdata.h | 57 +++++- src/vteseq.cc | 114 +++++++++++- 18 files changed, 1132 insertions(+), 58 deletions(-) commit 83674b1b09d0ee695d0577e86849d42f82ab5942 Author: Egmont Koblinger Date: Tue Apr 25 01:11:10 2017 +0200 ring: Invert colors for the stream's cells if debugging the ring If debugging the ring (or soon the hyperlink), make cells that are already written to the stream appear with reverse colors. This is so that the boundary is more prominent because this boundary is a potential source of problems. src/ring.cc | 6 ++++++ 1 file changed, 6 insertions(+) commit ca7f577a8ff92804d087145a1efad3fb6be2fefc Author: Egmont Koblinger Date: Mon Apr 24 13:48:55 2017 +0200 ring: Tiny code cleanup: maintain GString integrity src/ring.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a26a60b8e564968b61716f0d2e52e17cd9362413 Author: Egmont Koblinger Date: Sun Apr 23 23:57:57 2017 +0200 emulation: Disregard bce only when autowrapping to the new line Apply bce (background color erase) on a line that newly appears due to an explicit escape sequence, but not when the text overflows to the next line. This improves the fix from commit 18171bcfeaf8f3bf4bcb8a04dfcff916a3fbc40b and fixes the le editor. https://bugzilla.gnome.org/show_bug.cgi?id=754596#c15 src/vte.cc | 13 +++++++------ src/vteinternal.hh | 2 +- src/vteseq.cc | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) commit 8e670e32809911094d8fd1c127d80115dce7fcc7 Author: Behdad Esfahbod Date: Tue Apr 18 18:18:05 2017 -0700 Remove custom definition of howmany() vtedraw.cc has been using it off of sys/param.h just fine. src/vte.cc | 5 +---- src/vtedraw.cc | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) commit 9f292551493cd7ee0473ebd1de4d0d360771f6a1 Author: Yuras Shumovich Date: Tue Apr 18 09:36:45 2017 +0000 Update Belarusian translation (cherry picked from commit 57fa36fa775a8e1fac1aec35c4cb1bef92fc2da8) po/be.po | 103 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 48 insertions(+), 55 deletions(-) commit 776823da23b81b70e430c494bb66b54954c42d7b Author: Egmont Koblinger Date: Sun Apr 16 23:08:37 2017 +0200 widget: Clean up the mouse pointer displaying logic https://bugzilla.gnome.org/show_bug.cgi?id=780785 https://bugzilla.gnome.org/show_bug.cgi?id=762981 src/vte.cc | 58 ++++++++++++++++++++++++++++++------------------------ src/vteinternal.hh | 7 +++++-- src/vteseq.cc | 4 ++-- 3 files changed, 39 insertions(+), 30 deletions(-) commit 5189b676dff420f53f3ddf7e9b4d7aeee64175d3 Author: Egmont Koblinger Date: Sun Apr 16 22:01:39 2017 +0200 widget: Add more xkb layout switching codes to the list of modifiers https://bugzilla.gnome.org/show_bug.cgi?id=781130 src/keymap.cc | 8 ++++++++ 1 file changed, 8 insertions(+) commit 279c8d5d256ec7b7cbefb7250c665e3ac23a5d4a Author: Egmont Koblinger Date: Fri Apr 14 23:55:32 2017 +0200 widget: Remove the VteIntCell and VteIntCellAttr unions https://bugzilla.gnome.org/show_bug.cgi?id=779734#c57 src/ring.cc | 26 +++++++++++++------------- src/ring.h | 4 ++-- src/vte.cc | 10 +++++----- src/vterowdata.h | 51 +++++++++++++++++---------------------------------- src/vteseq.cc | 4 ++-- 5 files changed, 39 insertions(+), 56 deletions(-) commit bf18bfa791936609b3c5315e928f863ecf2319ff Author: Egmont Koblinger Date: Thu Apr 13 11:04:54 2017 +0200 widget: Support italic in HTML copy-paste target src/vte.cc | 5 +++++ 1 file changed, 5 insertions(+) commit 6b87524db415f6bb6ee760555986d6c17c0dc4ce Author: gogo Date: Tue Apr 11 16:46:42 2017 +0000 Update Croatian translation (cherry picked from commit 837cce9ced6bfe317cb97aeca171001da92cb3a1) po/hr.po | 137 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 57 insertions(+), 80 deletions(-) commit cd8c8b30241b0d357bcdf72256102d0afcc350b6 Author: Egmont Koblinger Date: Fri Apr 7 01:51:14 2017 +0200 emulation: Swallow OSC 8 Accept OSC 8 but make it a no-op, in preparation for the forthcoming hyperlink feature. https://bugzilla.gnome.org/show_bug.cgi?id=779734 src/caps.cc | 2 ++ src/vteseq-n.gperf | 1 + src/vteseq.cc | 6 ++++++ 3 files changed, 9 insertions(+) commit f7e3c8ad342c4965d433bf3b05f418b9e984aa1f Author: Christian Persch Date: Tue Mar 28 22:58:26 2017 +0200 spawn: async: Check for nullptr before unreffing This needs to handle a null terminal. Improves the fix from commit 8ad57f190f33c41b1bc9051e919844a294feada9. src/vtegtk.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 8ad57f190f33c41b1bc9051e919844a294feada9 Author: Christian Persch Date: Tue Mar 28 22:51:45 2017 +0200 spawn: async: Release reference to VteTerminal https://bugzilla.gnome.org/show_bug.cgi?id=780663 src/vtegtk.cc | 2 ++ 1 file changed, 2 insertions(+) commit 9b1d77603464362b7ee90a6b5ac285170359b255 Author: Egmont Koblinger Date: Wed Mar 22 21:55:18 2017 +0100 vteapp: Remove an unused variable src/vteapp.c | 4 ---- 1 file changed, 4 deletions(-) commit a7d534ac6135fa303f899a9e13483fbe24d1a679 Author: Christian Persch Date: Tue Mar 21 18:57:51 2017 +0100 build: Disable vala for distcheck Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 03b1a9271df6a27b43f05b1d9a5591a8bb10dde8 Author: Christian Persch Date: Tue Mar 21 09:37:18 2017 +0100 build: Revert "build: Fix building the vala test app with builddir != srcdir" This reverts commit 29fb71d3e6ba46e3539a2e0b755b0c7bb1c74670. bindings/vala/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ccd5023b65ff37936a44a765ba3abd189596a6b3 Author: Egmont Koblinger Date: Mon Mar 20 22:33:33 2017 +0100 emulation: Character deletion switches to hard line ending https://bugzilla.gnome.org/show_bug.cgi?id=780011 src/vteseq.cc | 1 + 1 file changed, 1 insertion(+) commit 8e8f8417e88cf102f7b958418ca6a1af7a21db09 Author: Christian Persch Date: Mon Mar 20 21:57:58 2017 +0100 Post branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5f536e5de58a3f7aa50aa60ce525139b6b50aa38 (tag: 0.48.0) Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 Version 0.48.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 392e68ab37dddaccd9d5c2e215129536dd531804 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Silence a compiler warning -Wmaybe-uninitialized erroneously complains about start_time. src/vtespawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f83add591aa100e923f96c7d350ad93060c8805a Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Fix builddir != srcdir build of check programmes src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 29fb71d3e6ba46e3539a2e0b755b0c7bb1c74670 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Fix building the vala test app with builddir != srcdir The vala automake integration really can't cope with builddir != srcdir, so explicitly use an absolute path to the generated vte vapi file using $(abs_top_builddir). https://bugzilla.gnome.org/show_bug.cgi?id=780162 bindings/vala/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3e556b57b75e33e0249d94aaf881ea201312b3c0 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Don't dist generated sources Instead of distributing vteseq-list.h and vteseq-n.cc, just generate them at build time. https://bugzilla.gnome.org/show_bug.cgi?id=780163 configure.ac | 8 ++++++++ src/Makefile.am | 19 +++++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) commit f078b6b65223025d7504d0895e66c6e34f1f5a65 Author: Christian Persch Date: Mon Mar 20 21:56:32 2017 +0100 build: Make sure builddir comes before srcdir src/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) commit a31a41d2a93ef45c3940d714f82f58c6b3f9d7d8 Author: Egmont Koblinger Date: Thu Mar 16 22:07:40 2017 +0100 build: Fix compilation of unittests https://bugzilla.gnome.org/show_bug.cgi?id=780146 src/vteconv.cc | 2 +- src/vtetypes.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 221aae59c552fad873977b8796603331ba85f30f Author: Rico Tzschichholz Date: Sun Mar 12 18:41:56 2017 +0000 bindings/vala/Makefile.am: Fix vala vapi generation Signed-off-by: Javier Jardón bindings/vala/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit 450f6b7db5ae9a027aae56c173aed83f8e11585b Author: GNOME Translation Robot Date: Tue Mar 7 11:52:12 2017 +0000 Update Scottish Gaelic translation (cherry picked from commit 88ff20cf8aa8252c0bdf6312195331fed5794486) po/gd.po | 134 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 64 insertions(+), 70 deletions(-) commit f205002af6f162f7850a55c40df7bb19f87f80f3 Author: Cédric Valmary Date: Mon Mar 6 17:40:37 2017 +0000 Update Occitan translation po/oc.po | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) commit f54c2ab018fb1855d1cc64b131873967c76019fb Author: Sveinn í Felli Date: Wed Mar 1 11:46:29 2017 +0000 Update Icelandic translation (cherry picked from commit 6beb22d9d03bdcf3889832b60b591319dad7b626) po/is.po | 94 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 49 deletions(-) commit 0e91d4ac1accd2c9c58ddc8497e7d268756cc37c Author: Chao-Hsiung Liao Date: Tue Feb 28 06:44:40 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 112 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 51 insertions(+), 61 deletions(-) commit 9ca6db26ee94c63baa1476d924186ad078bf7f84 Author: Emmanuele Bassi Date: Fri Feb 17 13:46:43 2017 +0000 gir: Look in the right path for vtetypebuiltins.cc The vtetypebuiltins.cc file is generated, so it can only be found in the build directory, not in the source directory. This fixes non-srcdir builds like GNOME Continuous. https://bugzilla.gnome.org/show_bug.cgi?id=778832 bindings/gir/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3dc55c48ab97825f26585e25fd37779a7bb1fc8f Author: Egmont Koblinger Date: Tue Feb 14 21:59:36 2017 +0100 stream: Use explicit_bzero() on encryption keys if available src/vtestream-file.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) commit d74609f0adfdd6bc17302a8865d70ff12d5e0497 Author: Christian Persch Date: Tue Feb 14 19:52:25 2017 +0100 build: Check for explicit_bzero() configure.ac | 1 + 1 file changed, 1 insertion(+) commit 4c88ec5c60dfa36c676b4a5044e4c146952f816e Author: Christian Persch Date: Mon Feb 13 21:04:25 2017 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fc7fec49e19fa93b288674a937f04dd6709cb773 (tag: 0.47.90) Author: Christian Persch Date: Mon Feb 13 21:03:53 2017 +0100 Version 0.47.90 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 22e448d8fbdd900ba32ee73f8ebb595fb0a15747 Author: Christian Persch Date: Mon Feb 13 21:02:56 2017 +0100 build: Revert erroneous commit This reverts commit 95f29c5b901150e5f59aa439138a879fb2b368e3. src/Makefile.am | 2 +- src/vteapp.cc | 1292 ------------------------------------------------------- 2 files changed, 1 insertion(+), 1293 deletions(-) commit f6efdca3f133bae951fe04e1e958c98a1ff2c662 Author: Christian Persch Date: Mon Feb 13 11:54:15 2017 +0100 build: Hint at --disable-{introspection,vala} on error configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 95f29c5b901150e5f59aa439138a879fb2b368e3 Author: Christian Persch Date: Sun Feb 12 20:05:39 2017 +0100 unf src/Makefile.am | 2 +- src/vteapp.cc | 1292 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1293 insertions(+), 1 deletion(-) commit 2d04ed4c5de05937022940c1d5ef0d4465b47595 Author: Christian Persch Date: Sun Feb 12 20:10:06 2017 +0100 build: Try to fix configure without vala installed configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit d82fc703c83e1759e73d12273ecf70c13bb5639e Author: Christian Persch Date: Sun Feb 12 18:32:42 2017 +0100 emulation: Reset should not switch encoding https://bugzilla.gnome.org/show_bug.cgi?id=777747 src/vte.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 6c3261f2a3cfdfa3e62f9c1515a2065b168e0f57 Author: Christian Persch Date: Sun Feb 12 16:22:12 2017 +0100 lib: Deprecate vte_terminal_spawn_sync Now that async spawning is working, deprecate the old spawning API. doc/reference/vte-sections.txt | 2 +- src/vte/vtedeprecated.h | 14 ++++++++++++++ src/vte/vteterminal.h | 13 ------------- src/vtegtk.cc | 2 ++ 4 files changed, 17 insertions(+), 14 deletions(-) commit a5de10b5b558f1e73b81b8f52b468115b33053f3 Author: Piotr Drąg Date: Sun Feb 12 13:51:29 2017 +0100 Update POTFILES.skip po/POTFILES.skip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0d4422a1b448f68334229f580ada5cad4ec0b013 Author: Christian Persch Date: Sat Feb 11 21:49:22 2017 +0100 m4: Update macros from upstream m4/ax_cxx_compile_stdcxx.m4 | 498 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 461 insertions(+), 37 deletions(-) commit f0691d3e847058c181280670b477e61142a10c50 Author: Christian Persch Date: Sat Feb 11 21:30:21 2017 +0100 bindings: Remove gir and vala bindings to their own directory Makefile.am | 2 +- bindings/Makefile.am | 13 ++++ bindings/gir/Makefile.am | 34 ++++++++ bindings/vala/Makefile.am | 101 ++++++++++++++++++++++++ {src => bindings/vala}/app.gresource.xml | 0 {src => bindings/vala}/app.ui | 0 {src => bindings/vala}/app.vala | 0 {src => bindings/vala}/config.vapi | 0 {src => bindings/vala}/search-popover.ui | 0 configure.ac | 16 +++- po/POTFILES.skip | 2 +- src/Makefile.am | 130 ------------------------------- src/vte/vtedeprecated.h | 3 + 13 files changed, 167 insertions(+), 134 deletions(-) commit cb947de6621ffbfb32971968f3dbcd6b1e511073 Author: Christian Persch Date: Sun Feb 5 21:01:27 2017 +0100 build: Fix option name The one-dash version works too, but two-dash is correct. doc/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 538e6a4c7bf67aac7cad9a3b3fe7edef97680429 Author: Christian Persch Date: Sun Feb 5 20:35:47 2017 +0100 docs: boxes: Add some more tests Add shades test from bug #778122, and flesh out the diagnoals section. https://bugzilla.gnome.org/show_bug.cgi?id=778122 doc/boxes.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) commit 56615fe40b9572a759158c41792050d0dab19272 Author: Christian Persch Date: Sat Feb 4 00:00:43 2017 +0100 pty: spawn: Remove some unused code src/vtespawn.cc | 142 ++++++++------------------------------------------------ 1 file changed, 20 insertions(+), 122 deletions(-) commit 048195077cee8f315d58fb4b059422cecd317f4a Author: Christian Persch Date: Fri Feb 3 21:16:16 2017 +0100 pty: spawn: Work around g_spawn_async non-cancellability Until glib gets a fully cancelleable spawning API (either for g_spawn_* or GSubprocess), just use a trimmed-down copy of gspawn.c with cancellation added in. https://bugzilla.gnome.org/show_bug.cgi?id=772354 configure.ac | 5 + po/POTFILES.skip | 1 + src/Makefile.am | 2 + src/pty.cc | 44 +- src/vtespawn.cc | 1261 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vtespawn.hh | 48 +++ 6 files changed, 1345 insertions(+), 16 deletions(-) commit 1226f58cd97aa06f0ce58791153ca1f58e89658a Author: Christian Persch Date: Sun Jan 29 17:21:03 2017 +0100 emulation: Try to work with newer gperf Use language=C++ in gperf. https://bugzilla.gnome.org/show_bug.cgi?id=777904 src/vteseq-n.gperf | 7 ++++--- src/vteseq.cc | 11 +++-------- 2 files changed, 7 insertions(+), 11 deletions(-) commit 906f3b65ddb638417093a337d3e5f952adf4df2b Author: Christian Persch Date: Sun Jan 8 13:39:24 2017 +0100 pty: Fix some leaks Async spawning was leaking the VtePty ref, and the closure data. https://bugzilla.gnome.org/show_bug.cgi?id=777007 src/pty.cc | 3 +++ 1 file changed, 3 insertions(+) commit b9b928a84559ea9eab5f415513d374f067b9847a Author: Christian Persch Date: Sun Jan 8 13:39:24 2017 +0100 lib: Ressurrect the reaper Bring back the reaper as an internal-only thing. This makes for cleaner code when we need to reap a child process without a VteTerminalPrivate around. This reverts commit de112fd8039ab6244e2cf53dbacdfc4a49504c48. src/Makefile.am | 14 ++++ src/reaper.cc | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/reaper.hh | 30 +++++++ src/vte.cc | 60 ++++++++------ src/vtegtk.cc | 12 ++- src/vteinternal.hh | 3 +- 6 files changed, 318 insertions(+), 28 deletions(-) commit b517d20379c7a665e897f925ca3ecb7b778364f2 Author: Christian Persch Date: Fri Nov 25 23:15:46 2016 +0100 pty: Do not pass G_SPAWN_CHILD_INHERITS_STDIN This makes no sense at all, since we redirect stdin to the PTY anyway. Fixes a FIXME! src/pty.cc | 8 ++------ src/vte.cc | 3 --- src/vtegtk.cc | 2 -- 3 files changed, 2 insertions(+), 11 deletions(-) commit a8924d88f23c37322bfc20f2ef08949c9c27d4cb Author: Christian Persch Date: Fri Nov 25 23:15:46 2016 +0100 lib: Check out params before setting them They are allowed to be NULL, so only set them when non-NULL. src/pty.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit f30eef1029cd7170d740d69c3693c7e8267a7037 Author: Christian Persch Date: Fri Nov 25 23:15:46 2016 +0100 !fixup: lib: Add async spawning Remove forgotten added include. src/pty.cc | 1 - 1 file changed, 1 deletion(-) commit fb296872feb8e4104760b54c31d83ff75412bc21 Author: Christian Persch Date: Fri Nov 25 22:07:52 2016 +0100 lib: Add async spawning Add vte_pty_spawn_async/finish for async spawning of a child process on a VtePty, and a vte_terminal_spawn_async convenience function that wraps creating the PTY and spawning the child process, and can cope with the terminal being destroyed between starting the spawning and the operation being finished. This is a partial solution to bug 772354; a full solution will require glib changes. https://bugzilla.gnome.org/show_bug.cgi?id=772354 doc/reference/vte-docs.xml | 5 +- doc/reference/vte-sections.txt | 6 ++ src/pty.cc | 181 ++++++++++++++++++++++++++++++++++++++++ src/vte.cc | 1 + src/vte/vtepty.h | 20 +++++ src/vte/vteterminal.h | 20 +++++ src/vteapp.c | 43 ++++++---- src/vtegtk.cc | 184 +++++++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 15 ++++ src/vtepty-private.h | 2 + 10 files changed, 460 insertions(+), 17 deletions(-) commit 710ab416df324ab8366d04d818de13101e21e161 Author: YunQiang Su Date: Tue Oct 18 17:19:19 2016 +0800 Update zh_CN translation po/zh_CN.po | 112 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 51 insertions(+), 61 deletions(-) commit 6212ed96e28bb38d48494778c60875886a4e437c Author: Kjartan Maraas Date: Sun Oct 16 12:39:15 2016 +0200 Updated Norwegian bokmål translation from Kjartan Maraas. po/nb.po | 78 +++++++++++++--------------------------------------------------- 1 file changed, 15 insertions(+), 63 deletions(-) commit 42e3196a63b8ac3c5352986dec7d768dedaa2c0f Author: Christian Persch Date: Wed Oct 12 21:24:06 2016 +0200 build: Add --with-gtk configure switch Add --with-gtk configure switch to allow building with gtk+ 3.9?. Tested only in the --with-gtk=3.0 configuration. Makefile.am | 2 +- configure.ac | 71 +++++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 55 insertions(+), 18 deletions(-) commit b302921e33a9771f52c66ecb2421c2b4e9bd2cd6 Author: Gianvito Cavasoli Date: Thu Oct 6 11:54:58 2016 +0000 Updated Italian translation (cherry picked from commit 01a026676864c818f4fd7c3bda71f78f548a85ec) po/it.po | 71 ++++++++++++++++------------------------------------------------ 1 file changed, 18 insertions(+), 53 deletions(-) commit bcc7bdbed0e2897b67333685cdf8771d832e01d1 Author: Egmont Koblinger Date: Mon Oct 3 21:48:16 2016 +0200 debug: Fix a typo src/pty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dc70d3aa143be15fce219d5294ea45bbe35e6c0e Author: Christian Persch Date: Tue Sep 27 20:25:26 2016 +0200 build: Require vala 0.24 https://bugzilla.gnome.org/show_bug.cgi?id=772064 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ff5c8bde995f20c45125cd3ec1736cf7338a02a9 Author: gogo Date: Sat Sep 24 11:09:30 2016 +0000 Updated Croatian translation (cherry picked from commit 65fa76b6e2a4c4845f2fc67283b94c65ee64d1da) po/hr.po | 83 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 40 insertions(+), 43 deletions(-) commit f6347b0ec91806d97c935eed8bc70fccc984788d Author: Christian Persch Date: Fri Sep 23 22:48:24 2016 +0200 doap: Cleanup Remove inactive maintainers (Behdad, Chris). Remove obsolete MAINTAINERS file. MAINTAINERS | 7 ------- Makefile.am | 1 - vte.doap | 16 ++-------------- 3 files changed, 2 insertions(+), 22 deletions(-) commit cefec54b93664cff61ce5a6d5d2be03f51a6c127 Author: Inaki Larranaga Murgoitio Date: Mon Sep 19 13:55:11 2016 +0200 Update Basque language po/eu.po | 124 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 57 insertions(+), 67 deletions(-) commit 774cfe534c59f7f1d7ed8f6a1ee4cf05a18a4ea4 Author: David King Date: Sun Sep 18 10:26:17 2016 +0200 Update British English translation po/en_GB.po | 95 ++++++++++++++++++++++++++++--------------------------------- 1 file changed, 43 insertions(+), 52 deletions(-) commit d4d201f80ca1f401e39daab4c8e6bd0836e02696 Author: Christian Persch Date: Sat Sep 17 20:33:47 2016 +0200 widget: Fix backward search Search was getting two lines of text at once, breaking backward search. Problem was introduced in commit d046ae112f5ca93378c2146c1ea239bc63778364. https://bugzilla.gnome.org/show_bug.cgi?id=769400 src/vte.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 6699fb33fad4db2acc2bf1f18512b698b8159f81 Author: Christian Persch Date: Sat Sep 17 20:33:47 2016 +0200 app: Fix button icon name src/search-popover.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a2e7874286b885d8bb678f0ffad496cddc441788 Author: Christian Persch Date: Sat Sep 17 20:33:47 2016 +0200 app: Fix search button sensitivity src/app.vala | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit 2b93575d98ccc5dbc932cf0c49be36fa33e61622 Author: Christian Persch Date: Sat Sep 17 20:33:47 2016 +0200 app: Add MULTILINE flag for regex src/app.vala | 14 +++----------- src/vteapp.c | 4 ++-- 2 files changed, 5 insertions(+), 13 deletions(-) commit d42993032c109cd717d93a631fa6c2855789dd89 Author: Christian Persch Date: Sat Sep 17 20:33:47 2016 +0200 Post branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6725adabc464654f0f225f6251116bdbadf0cbc6 Author: Stas Solovey Date: Fri Sep 16 09:26:37 2016 +0000 Updated Russian translation po/ru.po | 134 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 64 insertions(+), 70 deletions(-) commit 46f698b6d54bb42923f85d2b32e1149f78fdc3c0 Author: Arash Mousavi Date: Tue Sep 13 14:55:58 2016 +0430 [l10n] update Persian translations po/fa.po | 96 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 47 insertions(+), 49 deletions(-) commit 2e9d56251a7b4ce95efcdfbf422a50d4ffba9eae Author: Ask Hjorth Larsen Date: Tue Sep 13 02:01:48 2016 +0200 Updated Danish translation po/da.po | 115 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 54 insertions(+), 61 deletions(-) commit 202427f931b30f0c41583edbf2dd94831e5278f2 Author: Christian Persch Date: Mon Sep 12 21:06:17 2016 +0200 Post release version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 534fbf28fc6fc988959489ac1da635945dd63c6d (tag: 0.45.92) Author: Christian Persch Date: Mon Sep 12 21:05:10 2016 +0200 Version 0.45.92 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bc359ee16ab371ad5b2cf5f06389610031f8c3bc Author: Tom Tryfonidis Date: Sun Sep 11 21:19:58 2016 +0000 Updated Greek translation po/el.po | 120 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 56 insertions(+), 64 deletions(-) commit 791a4337cc74ce21db4f76e428e1190e0bb9815a Author: Egmont Koblinger Date: Sun Sep 11 21:09:22 2016 +0200 widget: Fix OSC 112 (reset cursor color) This was accidentally broken in commit 86f206b3ec01033c07a76cf949276058489b53ee. https://bugzilla.gnome.org/show_bug.cgi?id=771256 src/caps.cc | 2 +- src/vteseq-n.gperf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 0caaddb831e24d8b2cbc997e29a0be8945fb5b8e Author: Fran Dieguez Date: Fri Sep 9 00:03:10 2016 +0200 Updated Galician translations po/gl.po | 124 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 57 insertions(+), 67 deletions(-) commit 0381d1a2cb0e2cb4731fdf7b39d96d5d49a4be54 Author: Rūdolfs Mazurs Date: Thu Sep 8 21:51:01 2016 +0300 Update Latvian translation po/lv.po | 120 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 53 insertions(+), 67 deletions(-) commit 8d4195edd3af99237a1220008ea4a8d957380f7d Author: Anders Jonsson Date: Tue Sep 6 18:25:45 2016 +0000 Updated Swedish translation po/sv.po | 119 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 54 insertions(+), 65 deletions(-) commit b00caee60a757d354bf8d51678669c2eb426e086 Author: Christian Persch Date: Sun Sep 4 15:18:22 2016 +0200 regex: Warn if MULTILINE flag it not used Due to the way that vte implements the regex search, using PCRE2_MULTILINE when creating the regex is required. Warn if passing a regex that doesn't have it. src/vtegtk.cc | 8 ++++++-- src/vteregex.cc | 16 ++++++++++++++++ src/vteregexinternal.hh | 2 ++ 3 files changed, 24 insertions(+), 2 deletions(-) commit 4c0d8533051fb80999e886884f7fb2729c1a0c58 Author: Christian Persch Date: Sun Sep 4 14:36:19 2016 +0200 regex: Always add MULTILINE flag when translating from GRegex Instead of warning if the MULTILINE flag is not set in the GRegex, just add it, since we're translating the regex to PCRE2 anyway. https://bugzilla.gnome.org/show_bug.cgi?id=770718 src/vtegtk.cc | 1 - src/vteregex.cc | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) commit 298cfcbc643449c9617843e1e8937ab11e6cf3ce Author: Christian Persch Date: Sun Sep 4 12:45:43 2016 +0200 docs: Fix missing descriptions Need to specify the source code file extensions manually in order for gtk-doc to pick up our .cc files. https://bugzilla.gnome.org/show_bug.cgi?id=770114 doc/reference/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit cd83f79e9983b959c69790044ae8108c588b31fb Author: Baurzhan Muftakhidinov Date: Sun Sep 4 04:07:44 2016 +0000 Updated Kazakh translation po/kk.po | 114 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 53 insertions(+), 61 deletions(-) commit e2636596a5f6da194c3c9a3c46401b2baa0fce68 Author: Changwoo Ryu Date: Sat Sep 3 14:12:20 2016 +0000 Updated Korean translation po/ko.po | 116 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 53 insertions(+), 63 deletions(-) commit 297b0055c896f8f8f274a20dd524da3803c96497 Author: Claude Paroz Date: Tue Aug 30 08:55:34 2016 +0200 Updated French translation po/fr.po | 82 ++++++++++++---------------------------------------------------- 1 file changed, 15 insertions(+), 67 deletions(-) commit 1627c4211816be258829308a85f4a152a44665f7 Author: Мирослав Николић Date: Sun Aug 28 11:37:41 2016 +0200 Updated Serbian translation po/sr.po | 125 ++++++++++++++++++++++++++------------------------------ po/sr@latin.po | 127 +++++++++++++++++++++++++++------------------------------ 2 files changed, 117 insertions(+), 135 deletions(-) commit 2796f97eca37613128ee2a4c71e85cad2bfea643 Author: Eric R. Schulz Date: Sat Aug 27 00:55:11 2016 +0200 widget: Fix memory leak in _vte_file_stream_init() g_object_new() calls _vte_boa_init(), so calling the init twice leaks memory. The bug was introduced in commit ab8b3a3465625e08e4aa5657d13d54b6818a231a. https://bugzilla.gnome.org/show_bug.cgi?id=770038 src/vtestream-file.h | 1 - 1 file changed, 1 deletion(-) commit 7f09dc6a4bef5f4eb4ffc61d204575f543b9a8d8 Author: Egmont Koblinger Date: Fri Aug 26 00:54:12 2016 +0200 docs: Fix minor typo src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aede95e9c7d3abdb174cf9569d3809e62a09d55a Author: Matej Urbančič Date: Thu Aug 25 22:55:06 2016 +0200 Updated Slovenian translation po/sl.po | 124 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 57 insertions(+), 67 deletions(-) commit b83f44bfa10fad716c2e43aade20c207fe4a7179 Author: Balázs Úr Date: Fri Aug 19 21:47:56 2016 +0000 Updated Hungarian translation po/hu.po | 95 +++++++++++----------------------------------------------------- 1 file changed, 16 insertions(+), 79 deletions(-) commit 767974682a014c944d08b01767780dbd5b7754f1 Author: Andika Triwidada Date: Thu Aug 18 04:51:31 2016 +0000 Updated Indonesian translation po/id.po | 116 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 53 insertions(+), 63 deletions(-) commit 167f6607a779c9b57c0f856df244aa83aa8f2651 Author: Eric R. Schulz Date: Wed Aug 17 16:12:42 2016 +0200 widget: Fix refcount leak in child_watch_done VteTerminalPrivate::child_watch_done() was missing the g_object_unref() corresponding to its g_object_ref() at the start. Since this function is only called from the callback of g_child_watch_add_full(), and that callback already uses g_object_ref()/ g_object_unref() around the call to VteTerminalPrivate::child_watch_done to keep the VteTerminalPrivate in a death grip, just remove the extra g_object_ref(). The bug was introduced in commit 50aee40af7d16c2bec82f4f8bcdd259b6913c541. https://bugzilla.gnome.org/show_bug.cgi?id=770036 src/vte.cc | 1 - 1 file changed, 1 deletion(-) commit aecf940466a9b5b7b41ff4e094f567bced07d379 Author: Piotr Drąg Date: Tue Aug 16 09:27:16 2016 +0200 Updated Polish translation po/pl.po | 86 ++++++++++++++++++---------------------------------------------- 1 file changed, 24 insertions(+), 62 deletions(-) commit 50d67b8249a77c0f0351a63beef193566612ab50 Author: Christian Persch Date: Mon Aug 15 20:23:24 2016 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 18c271221d86f35940fee9ef6be88d637da781dd (tag: 0.45.90) Author: Christian Persch Date: Mon Aug 15 20:19:10 2016 +0200 Version 0.45.90 NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 28871b33b03d2f7e2df8c065189547add12f673d Author: Christian Persch Date: Mon Aug 15 14:39:28 2016 +0200 widget: gtk: Pass NULL for geometry widget Since gtk 3.20 the geometry hints are not applied if the geometry widget passed is not NULL. This makes geometry a bit better, but still not right. Need to bring over the fixed to gnome-terminal from bug 760944. src/vtegtk.cc | 4 ++++ 1 file changed, 4 insertions(+) commit 51361d236afd98eeeddaab6f1169dcbc865c0360 Author: Aurimas Černius Date: Sun Aug 14 21:34:11 2016 +0300 Updated Lithuanian translation po/lt.po | 124 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 57 insertions(+), 67 deletions(-) commit 8115d0c169639b4005fec131ff6d5e4bedd5e25d Author: Marek Černocký Date: Sat Aug 13 23:26:18 2016 +0200 Updated Czech translation po/cs.po | 118 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 54 insertions(+), 64 deletions(-) commit 18fc1015f62b75765ba1269876f3d2e355cece7c Author: Yosef Or Boczko Date: Tue Aug 9 20:40:03 2016 +0300 Updated Hebrew translation po/he.po | 107 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 49 insertions(+), 58 deletions(-) commit 4003f01ef2e732ae313bcf870c5364cfa6cf372f Author: Christian Persch Date: Thu Aug 4 17:51:44 2016 +0200 regex: Require PCRE2 Drop --without-pcre2 and just require PCRE2 to be present. configure.ac | 23 +------ src/Makefile.am | 3 - src/app.vala | 28 ++------- src/vte.cc | 155 ++++++++++++++++-------------------------------- src/vteapp.c | 17 +----- src/vtegtk.cc | 8 --- src/vteinternal.hh | 17 +----- src/vteregex.cc | 57 +----------------- src/vteregexinternal.hh | 2 - 9 files changed, 64 insertions(+), 246 deletions(-) commit 00f252725c1eb1c5dc65fd9901221523418e18be Author: Christian Persch Date: Thu Aug 4 17:51:44 2016 +0200 regex: Translate GRegex to PCRE2 Instead of duplicating all internal functions to deal with either a PCRE2 regex or a GRegex, just translate the GRegex to PCRE2 in the API entry points. src/vte.cc | 344 ++++-------------------------------------------- src/vtegtk.cc | 72 ++++------ src/vteinternal.hh | 42 +----- src/vteregex.cc | 90 +++++++++++++ src/vteregexinternal.hh | 6 + 5 files changed, 149 insertions(+), 405 deletions(-) commit da6eb4f22a1ccc9ceb3dcbccf0ed397fb9e297e6 Author: Piotr Drąg Date: Mon Jul 25 23:41:08 2016 +0200 Add Language headers to po files Future versions of gettext will fail if this header is missing. po/am.po | 1 + po/ang.po | 1 + po/ar.po | 1 + po/ast.po | 1 + po/az.po | 1 + po/be@latin.po | 1 + po/bn.po | 1 + po/bn_IN.po | 1 + po/ca@valencia.po | 2 +- po/cy.po | 1 + po/dz.po | 1 + po/en@shaw.po | 1 + po/en_CA.po | 1 + po/eo.po | 1 + po/es.po | 2 +- po/gu.po | 1 + po/hi.po | 1 + po/hr.po | 1 + po/hu.po | 2 +- po/ja.po | 1 + po/ka.po | 1 + po/kn.po | 1 + po/ko.po | 2 +- po/ku.po | 1 + po/ky.po | 1 + po/li.po | 1 + po/lv.po | 1 + po/mai.po | 1 + po/mi.po | 1 + po/mk.po | 1 + po/ml.po | 1 + po/mr.po | 1 + po/ms.po | 1 + po/nb.po | 2 +- po/nds.po | 1 + po/ne.po | 1 + po/nn.po | 1 + po/or.po | 1 + po/rw.po | 1 + po/si.po | 1 + po/sl.po | 2 +- po/sq.po | 1 + po/sr@latin.po | 2 +- po/ta.po | 1 + po/te.po | 1 + po/th.po | 1 + po/ug.po | 1 + po/uz@cyrillic.po | 1 + po/vi.po | 1 + po/wa.po | 1 + po/xh.po | 1 + po/zh_HK.po | 2 +- 52 files changed, 52 insertions(+), 8 deletions(-) commit a8bfe9d843cc58d7cb41c874a66a693cc0ae662c Author: Fabio Tomat Date: Mon Jul 25 10:07:46 2016 +0000 Updated Friulian translation po/fur.po | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit be0ae73fe58b9a3b37a0ca9568ac5999416552a2 Author: Egmont Koblinger Date: Sun Jul 24 19:06:52 2016 +0200 widget: Fix a memory leak in set_colors https://bugzilla.gnome.org/show_bug.cgi?id=768994 src/vtegtk.cc | 1 + 1 file changed, 1 insertion(+) commit 3c56e2cb170b7f5f085570f0f60ccc62bdc65700 Author: Christian Persch Date: Mon Jul 4 21:26:50 2016 +0200 emulation: Swallow iterm2 OSC 1337 Accept OSC 1337 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 1337 sequences that clutter the vte terminal since we don't ignore unknown sequences (bug 403130). https://bugzilla.gnome.org/show_bug.cgi?id=403130 src/caps.cc | 2 ++ src/vteseq-n.gperf | 1 + src/vteseq.cc | 12 ++++++++++++ 3 files changed, 15 insertions(+) commit 975a9436fe9f06c6e122c7f0c426f49277ea923d Author: Mario Blättermann Date: Wed Jun 22 11:30:28 2016 +0000 Updated German translation po/de.po | 125 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 61 insertions(+), 64 deletions(-) commit c36482e9c438d146cc733584b9cc8c710f7948cd Author: Rafael Fontenelle Date: Mon Jun 13 23:19:45 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 125 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 60 insertions(+), 65 deletions(-) commit 5bc6b3f8d8e733c02bebb9da8090429fef2b2688 Author: Simon McVittie Date: Mon May 23 10:42:41 2016 +0100 widget: Fix get_preferred_height to use the correct padding The implementation of GtkWidgetClass:get_preferred_height by mistake used the horizontal padding instead of the vertical padding. https://bugzilla.gnome.org/show_bug.cgi?id=760944 src/vte.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit dff6ea72abd509e5ae132ff75b343402433b13ac Author: Tiago Santos Date: Sat Jun 4 11:36:51 2016 +0000 Updated Portuguese translation po/pt.po | 101 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 49 insertions(+), 52 deletions(-) commit 7b4cf2aac53e0e0daa4ff89fb2d1f30b90063148 Author: Cédric Valmary Date: Mon May 30 19:46:22 2016 +0000 Updated Occitan translation po/oc.po | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) commit c810e88839087d924d27f5aaef55126641cacf12 Author: Daniel Mustieles Date: Mon May 30 19:22:38 2016 +0200 Updated Spanish translation po/es.po | 113 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 53 insertions(+), 60 deletions(-) commit 0cbdca11efab935f9edfc86b0a3811d1b2cc9e21 Author: Muhammet Kara Date: Thu May 26 19:23:07 2016 +0000 Updated Turkish translation po/tr.po | 97 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 47 insertions(+), 50 deletions(-) commit 4a6e4a42ff511d768e3daba13ed44efc45ad0e51 Author: Dušan Kazik Date: Sun May 22 09:57:06 2016 +0000 Updated Slovak translation po/sk.po | 121 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 56 insertions(+), 65 deletions(-) commit a81a797b0cc75b1801fcda11f5d844962d4a0f6c Author: Christian Persch Date: Mon May 16 10:25:30 2016 +0200 terminal: Warn on terminal if compiled without GNUTLS src/vte.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) commit cb7589ea01526ec696daae60c5ff8a96d00a73e4 Author: Christian Persch Date: Mon May 16 10:25:29 2016 +0200 api: Validate colour values Don't allow in a GdkRGBA whose components exceed the allowed range of 0..1. src/vtegtk.cc | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) commit 8c70f85361ddc54a61086929210add51dfc44da7 Author: Christian Persch Date: Mon May 16 10:25:29 2016 +0200 api: Don't process a reset when input is disabled With input disabled, only allow a reset when it comes from the terminal, not via the API. src/vte.cc | 6 +++++- src/vtegtk.cc | 2 +- src/vteinternal.hh | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) commit 3da10648004c2d201d5bbea1d773c183984a6e39 Author: Christian Persch Date: Mon May 16 09:33:18 2016 +0200 test: Don't use IMMEDIATE resize mode for the window This makes testvte segfault on startup due to an infinite recursion below gtk_window_size_allocate(). src/vteapp.c | 2 -- 1 file changed, 2 deletions(-) commit c4c589fee91b889f398f1829beade82ff12a2e6e Author: Egmont Koblinger Date: Wed May 11 07:54:00 2016 +0200 widget: Don't initialize a variable twice src/vte.cc | 1 - 1 file changed, 1 deletion(-) commit 47879674b97aa610174ce79e427a181ca23aad8d Author: Christian Persch Date: Sun May 8 12:55:32 2016 +0200 emulation: Swallow urxvt OSC 777 Accept OSC 777 but make it a no-op. Some distros patch their vte downstream with the rejected patch from bug 711059, which leads to problems with these escape sequences being shown on the terminal when using an unpatched upstream build of vte but the system-installed patched vte.sh script, due to vte not ignoring unknown escape sequences (bug 403130). https://bugzilla.gnome.org/show_bug.cgi?id=403130 https://bugzilla.gnome.org/show_bug.cgi?id=711059 src/caps.cc | 2 ++ src/vteseq-n.gperf | 1 + src/vteseq.cc | 7 +++++++ 3 files changed, 10 insertions(+) commit 2b05a52f318f3f9b10ef3784a18e69ba4f04d79e Author: Alexander Maznev Date: Sun May 8 10:22:07 2016 +0200 terminal: Fix search return value vte_terminal_search_find was always returning FALSE. https://bugzilla.gnome.org/show_bug.cgi?id=765328 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d005d622f458f259919b35e448a985e2aabc7ecd Author: Christian Persch Date: Sun May 8 08:59:09 2016 +0200 terminal: Fix ::get_text start column not to be negative When the selection starts at the beginning of the line but having been done by starting on the preceding line after the end of text, the start column is -1, which would cause ::get_text() to lose the first line of the selected text. Regression from commit 3696348c0b9c7d60caf7302411ec4c0298f56e57. https://bugzilla.gnome.org/show_bug.cgi?id=765276 src/vte.cc | 3 +++ 1 file changed, 3 insertions(+) commit 5b7ff132b16f9da882a2b359e68c40903a57b166 Author: Christian Persch Date: Sun May 8 08:59:09 2016 +0200 test: Typo fix src/vteapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2367a68928b85cf1724b84a36086d4e368eb0524 Author: Cédric Valmary Date: Thu May 5 20:17:47 2016 +0000 Updated Occitan translation po/oc.po | 95 ++++++++++++++++++++++++++++------------------------------------ 1 file changed, 42 insertions(+), 53 deletions(-) commit fb3dd7cd9fb236f8e42e00bec84d64f832a9c3df Author: Christian Persch Date: Sun Apr 24 13:08:13 2016 +0200 build: Treat precious variables correctly Test if a precious variable is set already before overwriting it. configure.ac | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit ac9b60acf5b187987153aabfe7ed8e09350e123a Author: Egmont Koblinger Date: Wed Apr 20 19:22:41 2016 +0200 build: Drop the unused cp437.py script https://bugzilla.gnome.org/show_bug.cgi?id=765301 src/cp437.py | 9 --------- 1 file changed, 9 deletions(-) commit 035f79c27f680c0e4920afa84a98772823bfaf20 Author: Debarshi Ray Date: Mon Apr 18 16:11:02 2016 +0200 Use my_object_get_instance_private, not G_TYPE_INSTANCE_GET_PRIVATE Both do the same thing, but G_TYPE_INSTANCE_GET_PRIVATE is a slower version of my_object_get_instance_private. Since we are already using G_ADD_PRIVATE, which generates my_object_get_instance_private, let's just go for the faster alternative. https://bugzilla.gnome.org/show_bug.cgi?id=765210 src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9069734acd66f4fcf28dfe140718a4e3357b9c75 Author: Debarshi Ray Date: Mon Apr 18 16:40:09 2016 +0200 Add autocleanups for all exported types https://bugzilla.gnome.org/show_bug.cgi?id=765217 src/vte/vtepty.h | 4 ++++ src/vte/vteregex.h | 4 ++++ src/vte/vteterminal.h | 4 ++++ 3 files changed, 12 insertions(+) commit 6edda4d403067c2a8d2d8b5d59879e11fbbe92fd Author: Debarshi Ray Date: Mon Apr 18 13:14:11 2016 +0200 pty: Use G_ADD_PRIVATE instead of g_type_class_add_private https://bugzilla.gnome.org/show_bug.cgi?id=765210 src/pty.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit bc72a5fbc474c0c48527c461cba04e0253a6478c Author: Alberts Muktupāvels Date: Fri Apr 15 18:09:41 2016 +0200 build: Fix the build when an older vte VAPI is present on the system Pass --disable-since-check to valac on vala >= 0.31. https://bugzilla.gnome.org/show_bug.cgi?id=762780 configure.ac | 3 +++ src/Makefile.am | 4 ++++ 2 files changed, 7 insertions(+) commit 4b2a92a4a7a8014dd9bb4cb7a05a50aa2bd626a8 Author: Fabio Tomat Date: Thu Apr 7 22:59:21 2016 +0000 Updated Friulian translation (cherry picked from commit 7fa0c02dbae2b6d749e6867533794933eb0ffb10) po/fur.po | 75 ++++++++++++++++++++++----------------------------------------- 1 file changed, 26 insertions(+), 49 deletions(-) commit 30a7c0b7f75fc72703e700838db1d831e90430c4 Author: Egmont Koblinger Date: Wed Apr 6 10:55:57 2016 +0200 emulation: Don't use smart tabs if the cells are already in use https://bugzilla.gnome.org/show_bug.cgi?id=764330#c3 src/vteseq.cc | 44 ++++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 28 deletions(-) commit f5452acf78a105466157a540beadd5dd2ced9efc Author: Egmont Koblinger Date: Wed Apr 6 10:54:02 2016 +0200 emulation: Fix Tab not to alter the background color https://bugzilla.gnome.org/show_bug.cgi?id=764330 src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e5a00b5b71194be9f2881dee67d82c308406dea7 Author: Egmont Koblinger Date: Wed Mar 30 10:46:53 2016 +0200 widget: Properly remove the cursor from its old position https://bugzilla.gnome.org/show_bug.cgi?id=764299 src/vte.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 8bc51bbfe464727d5fab8d6b5ef83087c286ba90 Author: Christian Persch Date: Sat Mar 19 16:07:51 2016 +0100 lib: Add missing include Should fix the build on build.g.o. src/vtegtk.cc | 1 + 1 file changed, 1 insertion(+) commit 4a05c4413419c2d4a8d9edc2da22ca1ff48680bb Author: Christian Persch Date: Sat Mar 19 15:47:00 2016 +0100 regex: Distinguish regex purposes doc/reference/vte-sections.txt | 3 +- src/app.vala | 6 +-- src/vte/vteregex.h | 14 ++++-- src/vteapp.c | 8 ++-- src/vtegtk.cc | 6 +++ src/vteregex.cc | 98 +++++++++++++++++++++++++++++++++--------- src/vteregexinternal.hh | 8 ++++ 7 files changed, 111 insertions(+), 32 deletions(-) commit 0e8d3cb52be25a81060b5a8c0bb184ddf6139c81 Author: Christian Persch Date: Mon Mar 14 18:07:35 2016 +0100 widget: Call internal functions directly src/vte.cc | 69 ++++++++++++++++++++++++++++++------------------------ src/vtegtk.cc | 10 ++++---- src/vtegtk.hh | 4 ++-- src/vteinternal.hh | 2 ++ 4 files changed, 49 insertions(+), 36 deletions(-) commit fa008f96d9484204db73d2b500f22f47c247905e Author: Christian Persch Date: Mon Mar 14 18:07:35 2016 +0100 widget: Warn about CSS problem with upgrade to gtk 3.19 https://bugzilla.gnome.org/show_bug.cgi?id=763538 src/vtegtk.cc | 4 ++++ 1 file changed, 4 insertions(+) commit 656530adcba25745e250de6d73ce40310c1c4d4c Author: Takao Fujiwara Date: Mon Mar 14 18:07:35 2016 +0100 widget: Move IM cursor to the right position in im_update_cursor() IM cursor is moved with pre-edit text. https://bugzilla.gnome.org/show_bug.cgi?id=756141 src/vte.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 659d64b76f89790eb4453effb9c31d66b4a119be Author: Christian Persch Date: Fri Mar 4 17:59:32 2016 +0100 build: Don't define GDK_MULTIHEAD_SAFE configure.ac | 2 -- 1 file changed, 2 deletions(-) commit a633f57e05dc30f444c5407ecb30b1bd67754ff4 Author: Egmont Koblinger Date: Wed Mar 2 12:42:08 2016 +0100 widget: Invalidate cursor on style change https://bugzilla.gnome.org/show_bug.cgi?id=762963 src/vte.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 083bb1e749ed53ccedc57f4ccc89566e58bdef78 Author: Christian Persch Date: Mon Feb 29 18:38:27 2016 +0100 docs: Add section for API new in 0.46 doc/reference/vte-docs.xml | 5 +++++ 1 file changed, 5 insertions(+) commit 2322cfaa6791284ae074ba9b421a70bff469eb60 Author: Christian Persch Date: Mon Feb 29 18:37:36 2016 +0100 lib: Fix Since: tags for VteRegex to 0.46 src/vte/vteenums.h | 2 +- src/vtegtk.cc | 18 +++++++++--------- src/vteregex.cc | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) commit b92236a8ab960fa892f86d41cff3a8957b971b77 Author: Anthony G. Basile Date: Mon Feb 29 18:28:22 2016 +0100 lib: Use nullptr as sentinel instead of NULL On some non-GCC/GLIBC systems, NULL may not be a suitable 0 pointer constant. https://bugzilla.gnome.org/show_bug.cgi?id=762863 (cherry picked from commit e3d9eef71fe29f658d1376a215b02cfddc7a68bc) src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a9fa01991ab7fb068af6d2a81691f32b44b91a9c Author: Anthony G. Basile Date: Mon Feb 29 18:20:27 2016 +0100 lib: Use nullptr as sentinel instead of NULL On some non-GCC/GLIBC systems, NULL may not be a suitable 0 pointer constant. https://bugzilla.gnome.org/show_bug.cgi?id=762863 src/pty.cc | 2 +- src/vte.cc | 6 +++--- src/vtedraw.cc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit 5351f75712fa62dc0016d0cece4b212b5dd43ece Author: Christian Persch Date: Mon Feb 29 18:20:27 2016 +0100 build: Add -Wstrict-null-sentinel to CXXFLAGS https://bugzilla.gnome.org/show_bug.cgi?id=762863 configure.ac | 1 + 1 file changed, 1 insertion(+) commit cf72edc15a73cdaa21a459fa2b5e8f470334e3ea Author: Christian Persch Date: Thu Feb 25 18:42:00 2016 +0100 widget: Don't deselect when updating the clipboard gtk_clipboard_set_with_data() differs from gtk_clipboard_set_with_owner() in that the old clear callback is *always* invoked instead of only when the owner (user_data) is different from the last owner (user_data). I think this is a gtk+ bug, but that code has been that way since 2000, so who knows why it does it this way. Adapt to this by guarding the clear callback to gtk_clipboard_set_with_owner() with a bool that is set/unset around the call and makes the callback bail out early if we're updating the clipboard from within vte. https://bugzilla.gnome.org/show_bug.cgi?id=762446 src/vte.cc | 9 ++++++++- src/vteinternal.hh | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) commit b2ee030f02b49ce44a3999d58d1bd3d486a38bd1 Author: Christian Persch Date: Sat Feb 20 12:17:28 2016 +0100 lib: Neuter _VTE_GNUC_NONNULL when compiling libvte src/vte/vtemacros.h | 4 ++++ 1 file changed, 4 insertions(+) commit d0a2e72476ca052a7623ea4ef65794ab19b5215c Author: Christian Persch Date: Sun Feb 14 21:19:02 2016 +0100 docs: Remove leftovers https://bugzilla.gnome.org/show_bug.cgi?id=762043 doc/Makefile.am | 1 - doc/utmpwtmp.txt | 31 ------------------------------- 2 files changed, 32 deletions(-) commit c1a1ab3882dc79cab0fb9b7c4d0425f556df08b0 Author: Christian Persch Date: Sat Feb 13 20:19:04 2016 +0100 Revert "build: libtoolectomy" This reverts commit d604a3d9a7ba29717ab479af927fecc71bf4c47b. This needs some more work to be functional. configure.ac | 23 +++++++++++++---------- doc/reference/Makefile.am | 2 +- src/Makefile.am | 45 +++++++++++++++------------------------------ 3 files changed, 29 insertions(+), 41 deletions(-) commit d604a3d9a7ba29717ab479af927fecc71bf4c47b Author: Christian Persch Date: Sat Feb 13 19:59:50 2016 +0100 build: libtoolectomy https://bugzilla.gnome.org/show_bug.cgi?id=761444 configure.ac | 23 ++++++++++------------- doc/reference/Makefile.am | 2 +- src/Makefile.am | 45 ++++++++++++++++++++++++++++++--------------- 3 files changed, 41 insertions(+), 29 deletions(-) commit 30f7bdddd30a6265804c6a82023732415ad3f6e5 Author: Christian Persch Date: Sat Feb 13 14:19:34 2016 +0100 Revert "regex: Disable PCRE2 for 0.44" This reverts commit ce94be5ea7f68be90849a1147e13747227adf5ee. configure.ac | 6 +++++- doc/reference/vte-docs.xml | 3 +++ doc/reference/vte-sections.txt | 12 ++++++++---- src/Makefile.am | 7 ++++--- src/vte/vte.h | 1 + src/vte/vtedeprecated.h | 25 +++++++++++++++++++++++++ src/vte/vteenums.h | 20 ++++++++++++++++++++ src/vte/vteterminal.h | 28 ++++++++++++++-------------- src/vteapp.c | 1 - src/vtegtk.cc | 28 +++++++++------------------- src/vteinternal.hh | 2 -- src/vteregexinternal.hh | 8 -------- 12 files changed, 89 insertions(+), 52 deletions(-) commit 110f9ef6f49b90f690c666f260bb094ba2835eb9 Author: Christian Persch Date: Sat Feb 13 14:19:33 2016 +0100 Revert "docs: Fix the build" This reverts commit ea0fe4fcb65345775be4359ea2015b3454a07478. doc/reference/vte-sections.txt | 16 ++++++++++++++++ doc/reference/vte.types | 2 ++ 2 files changed, 18 insertions(+) commit acf6a497b23abed25847e7e8a6881e83bb25b92b Author: Christian Persch Date: Sat Feb 13 14:19:20 2016 +0100 Post branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ea0fe4fcb65345775be4359ea2015b3454a07478 (tag: 0.44.90) Author: Christian Persch Date: Sat Feb 13 14:18:21 2016 +0100 docs: Fix the build Failed after commit ce94be5ea7f68be90849a1147e13747227adf5ee. doc/reference/vte-sections.txt | 16 ---------------- doc/reference/vte.types | 2 -- 2 files changed, 18 deletions(-) commit 59e794a4cfd2b0042b934866782e9d2ba14933ba Author: Christian Persch Date: Sat Feb 13 14:18:21 2016 +0100 Version 0.43.90 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ce94be5ea7f68be90849a1147e13747227adf5ee Author: Christian Persch Date: Sat Feb 13 13:33:18 2016 +0100 regex: Disable PCRE2 for 0.44 I'm not really satisfied with the API, so let's not export this API for 0.44. This patch will be reverted as soon as we branch for vte-0-44. configure.ac | 6 +----- doc/reference/vte-docs.xml | 3 --- doc/reference/vte-sections.txt | 12 ++++-------- src/Makefile.am | 7 +++---- src/vte/vte.h | 1 - src/vte/vtedeprecated.h | 25 ------------------------- src/vte/vteenums.h | 20 -------------------- src/vte/vteterminal.h | 28 ++++++++++++++-------------- src/vteapp.c | 1 + src/vtegtk.cc | 28 +++++++++++++++++++--------- src/vteinternal.hh | 2 ++ src/vteregexinternal.hh | 8 ++++++++ 12 files changed, 52 insertions(+), 89 deletions(-) commit 1dea919b9aa4b55e2c5c07bf2022769cbac365b5 Author: Christian Persch Date: Sat Feb 13 13:33:18 2016 +0100 pty: Set COLORTERM variable https://bugzilla.gnome.org/show_bug.cgi?id=754521 src/pty.cc | 3 +++ 1 file changed, 3 insertions(+) commit e5803965891e6c22bd503b6a96c98097f6890ffd Author: Christian Persch Date: Sat Feb 13 13:33:18 2016 +0100 pty: Comment cleanup src/pty.cc | 6 ++---- src/vteinternal.hh | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) commit f34c6fb8e9c795eec6ea993372625b094f2b3c51 Author: Alberts Muktupāvels Date: Sat Feb 6 16:16:27 2016 +0200 vtegtk: use CSS name for widget style GTK+ now use only CSS name for style. This also changes CSS name from vte to vte-terminal to make CSS name similar to type name. src/vtegtk.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f318750cd0ecfae87e27a084ffe43cf87a91e0f7 Author: Christian Persch Date: Fri Feb 5 20:06:30 2016 +0100 lib: Add some missing includes It works locally for me here without these, but build.g.o fails. src/vte.cc | 2 ++ src/vteseq.cc | 2 ++ 2 files changed, 4 insertions(+) commit fb072423c3e1bc733a8eff88771b4c05c0f3be4a Author: Christian Persch Date: Fri Feb 5 19:50:30 2016 +0100 build: Update C++ version check macros from autoconf archive configure.ac | 2 +- m4/ax_cxx_compile_stdcxx.m4 | 558 +++++++++++++++++++++++++++++++++++++++++ m4/ax_cxx_compile_stdcxx_11.m4 | 165 ------------ 3 files changed, 559 insertions(+), 166 deletions(-) commit 6d1ab462de4cce0add219aec5829a9dc528cdc64 Author: Christian Persch Date: Fri Feb 5 19:50:30 2016 +0100 lib: Move all colour defines to the same place src/vtedefines.hh | 10 +++++++++- src/vterowdata.h | 10 +--------- 2 files changed, 10 insertions(+), 10 deletions(-) commit a7c9910df445b3b97fe670bbaa6465d362a390f7 Author: Christian Persch Date: Fri Feb 5 19:50:30 2016 +0100 lib: Remove private header Don't need more than one private header, so remove vte-private.h. doc/reference/Makefile.am | 3 +- src/Makefile.am | 1 - src/vte-private.h | 73 ----------------------------------------------- src/vte.cc | 19 ++++++++++-- src/vteaccess.cc | 2 +- src/vteconv.cc | 7 +---- src/vtedraw.cc | 24 ++++++++++++---- src/vtegtk.cc | 2 -- src/vteinternal.hh | 13 +++++++++ src/vterowdata.h | 2 +- src/vteseq.cc | 7 +++-- 11 files changed, 56 insertions(+), 97 deletions(-) commit 894e4dacb566119c325df543c9c836039b1a3b67 Author: Christian Persch Date: Fri Feb 5 19:50:30 2016 +0100 widget: Change function name src/vte.cc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit 9a7d421694a9e6993aec1fc6700b1278eeeca1dc Author: Hashem Nasarat Date: Sun Jan 31 12:45:05 2016 -0500 build: print version of libpcre2-8 when not found I spent a few minutes being confused becuase I had the library installed but it was too old. The standard PKG_CHECK_MODULES macro error message prints out the expected version, so this custom one should too. https://bugzilla.gnome.org/show_bug.cgi?id=761369 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 79b0a66cce6170be7eda992469d565df76973820 Author: Christian Persch Date: Sun Jan 31 18:53:15 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vte.cc | 2 +- src/vtegtk.cc | 12 ++++++------ src/vteinternal.hh | 32 ++++++++++---------------------- 3 files changed, 17 insertions(+), 29 deletions(-) commit 850cd97de0ab914097711e1789c92b3cb5433623 Author: Christian Persch Date: Sun Jan 31 18:53:15 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vtegtk.cc | 8 ++++---- src/vteinternal.hh | 24 ++++++++---------------- 2 files changed, 12 insertions(+), 20 deletions(-) commit 6597df875164da49603535b6e20dfef299a68fdc Author: Christian Persch Date: Sun Jan 31 18:53:15 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vteinternal.hh | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) commit 5a7deca573b744b008207bae3e571ffe06ac2ed2 Author: Christian Persch Date: Sun Jan 31 18:53:15 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vte.cc | 2 +- src/vteinternal.hh | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) commit aae7da9bd7e50af68d5ccb529502aca25fe3b69b Author: Christian Persch Date: Sun Jan 31 18:53:14 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vtegtk.cc | 10 +++++----- src/vteinternal.hh | 38 +++++++++++++------------------------- 2 files changed, 18 insertions(+), 30 deletions(-) commit 43ed39913aff84a462dbf7aea27c915ebdf0b708 Author: Christian Persch Date: Sun Jan 31 18:53:14 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vtegtk.cc | 10 +++++----- src/vteinternal.hh | 9 +++------ 2 files changed, 8 insertions(+), 11 deletions(-) commit 3b50659ebb361413bec32d9265793da8c509e019 Author: Christian Persch Date: Sun Jan 31 18:53:14 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vte.cc | 4 ++-- src/vteinternal.hh | 20 +++++++------------- 2 files changed, 9 insertions(+), 15 deletions(-) commit 412aecfb230d7cceedabd6532980b53e73114643 Author: Christian Persch Date: Sun Jan 31 18:53:14 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vte.cc | 2 +- src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 45 ++++++++++++++++----------------------------- src/vteseq.cc | 16 ++++++++-------- 4 files changed, 27 insertions(+), 40 deletions(-) commit 487cc04093612225ee4cb4cb09efaafa19845cca Author: Christian Persch Date: Sun Jan 31 18:53:14 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vte.cc | 3 ++- src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 36 ++++++++++++------------------------ src/vteseq.cc | 2 +- 4 files changed, 17 insertions(+), 28 deletions(-) commit 0aef3e33170a2ff4cb13e985e6842818f8b02c91 Author: Christian Persch Date: Sun Jan 31 18:53:14 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vtegtk.cc | 6 +++--- src/vteinternal.hh | 19 ++++++------------- src/vteseq.cc | 2 +- 3 files changed, 10 insertions(+), 17 deletions(-) commit e99f32de91934a3c31d903dde57103020c684af8 Author: Christian Persch Date: Sun Jan 31 18:53:14 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vtegtk.cc | 10 +++++----- src/vteinternal.hh | 43 ++++++++++++++----------------------------- src/vteseq.cc | 8 ++++---- 3 files changed, 23 insertions(+), 38 deletions(-) commit 6d19eb06d1ca57c7af2658c3e63308c2e012c092 Author: Christian Persch Date: Sun Jan 31 18:53:14 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vteaccess.cc | 4 ++-- src/vtegtk.cc | 2 +- src/vteinternal.hh | 39 ++++++++++++--------------------------- 3 files changed, 15 insertions(+), 30 deletions(-) commit 14b0cf6b1b91bd9bede73c75f547d47b58e24f22 Author: Christian Persch Date: Sun Jan 31 18:53:13 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vtegtk.cc | 2 +- src/vteinternal.hh | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) commit 9769f6ff678173db2b94f8323c9d3e97878bf76b Author: Christian Persch Date: Sun Jan 31 18:53:13 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vteinternal.hh | 45 ++++++++++++++---------------------- src/vteseq.cc | 68 +++++++++++++++++++++++++----------------------------- 2 files changed, 49 insertions(+), 64 deletions(-) commit 1c1d51e4c9cb08d67879cf20d04beff251cac936 Author: Christian Persch Date: Sun Jan 31 18:53:13 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vte.cc | 10 +++++----- src/vteinternal.hh | 5 +---- src/vteseq.cc | 8 ++++---- 3 files changed, 10 insertions(+), 13 deletions(-) commit 625b6eb38edca38c4c49f67f379909a02fba5fcd Author: Christian Persch Date: Sun Jan 31 18:53:13 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 38 ++++++++++++++------------------------ 2 files changed, 16 insertions(+), 26 deletions(-) commit 08748a649af5d275f45d3bbff6e55ec8c8399bac Author: Christian Persch Date: Sun Jan 31 18:53:13 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 21 +++++++-------------- 2 files changed, 9 insertions(+), 16 deletions(-) commit ed3a4550bdc3d730c7a75d9eb45a575c93f79ca0 Author: Christian Persch Date: Sun Jan 31 18:53:13 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vteinternal.hh | 13 ++++--------- src/vteseq.cc | 10 +++++----- 2 files changed, 9 insertions(+), 14 deletions(-) commit 99e2c8346a33036fe9f98125485ab9bf730440d4 Author: Christian Persch Date: Sun Jan 31 18:53:13 2016 +0100 widget: Rename instance members Now that all of VteTerminalPrivate is ported over, remove the #define and just rename the member variable. src/vte.cc | 4 ++-- src/vtegtk.cc | 4 ++-- src/vteinternal.hh | 8 +++----- src/vteseq.cc | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) commit a446a5f12cac798115074f4ac4ff0bef9680c293 Author: Christian Persch Date: Sun Jan 31 18:01:18 2016 +0100 widget: Update IM cursor position after scrolling https://bugzilla.gnome.org/show_bug.cgi?id=756141 src/vte.cc | 27 ++++++++++++++++++--------- src/vteinternal.hh | 1 + 2 files changed, 19 insertions(+), 9 deletions(-) commit 322e9ec2de50dee81905a6d7d056cf0d2bd69cb0 Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 lib: Remove VteTerminalPrivate from public headers Finally! doc/reference/vte-sections.txt | 1 - src/vte.cc | 3 --- src/vte/vteterminal.h | 9 +-------- src/vtegtk.cc | 3 +-- 4 files changed, 2 insertions(+), 14 deletions(-) commit 8891f5b94af911f5e6a31ac97b17b8b9e5cdd719 Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 44 +++++++++++++++++++++++++------------------- src/vteinternal.hh | 2 ++ 2 files changed, 27 insertions(+), 19 deletions(-) commit c5882a0307e11e81d521822f3332830f9fc876d1 Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 68 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 32 insertions(+), 36 deletions(-) commit b3af4d814b2ecf592071d7d3d93e5002a87705f7 Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) commit e3113f6d141204fb1ece44d75393fd0c5b729670 Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 84 ++++++++++++++++++++++++------------------------------ src/vteinternal.hh | 2 ++ 2 files changed, 40 insertions(+), 46 deletions(-) commit bc0b8a47c19025e48e19b46e528e9e603d51d518 Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 101 +++++++++++++++++++++++++++-------------------------- src/vteinternal.hh | 6 ++-- 2 files changed, 55 insertions(+), 52 deletions(-) commit da0d48350e28418d6c0fc4be2ecad87628c46f45 Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 18 ++++++++---------- src/vteinternal.hh | 1 + 2 files changed, 9 insertions(+), 10 deletions(-) commit 6ef8d6ae2e54690a089df60adeed12d1c329362e Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 46 +++++++++++++++++++++++----------------------- src/vteinternal.hh | 4 ++-- 2 files changed, 25 insertions(+), 25 deletions(-) commit bb78d5682445b9b13a3c6a0e80514e8345c6bf08 Author: Christian Persch Date: Sun Jan 31 15:08:45 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 43 +++++++++++++++++++++---------------------- src/vteinternal.hh | 1 + 2 files changed, 22 insertions(+), 22 deletions(-) commit 648c6f2b23d3bf929df7998fae1a71b0d8407d86 Author: Christian Persch Date: Sun Jan 31 15:08:44 2016 +0100 widget: Correct comment src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3a86becb089d62dac838d0068d5a161ec0f1a25b Author: Christian Persch Date: Sun Jan 31 15:08:44 2016 +0100 a11y: Move code into the only caller No need for a function when these few lines are just called in this one place. src/vte-private.h | 6 ------ src/vte.cc | 33 --------------------------------- src/vteaccess.cc | 17 +++++++++++------ 3 files changed, 11 insertions(+), 45 deletions(-) commit 24e953c3cffb4e44c177bb64186114dea358e5b4 Author: Christian Persch Date: Sat Jan 30 19:03:43 2016 +0100 lib: Build fix This fails on build.g.o for whatever reason, so comment this for now; it will be refactored anyway soon. src/vteinternal.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 162e67fd22d1d38c16c4886886edb5099d2dce57 Author: Christian Persch Date: Sat Jan 30 18:19:27 2016 +0100 app: Fix return value Don't show the context menu and also pass the key to the terminal. src/app.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 17edda3088a0dd7c6f8cb6fd1866bb7391790ff2 Author: Christian Persch Date: Sat Jan 30 18:19:27 2016 +0100 widget: Fix check for changed screen in process_incoming This was accidentally broken in commit 423063840d1304fdd7ff2d87f2041e70a07f599a. src/vte.cc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit f16e91a203fbb749ff124b88b2d7bd0685d8570b Author: Christian Persch Date: Sat Jan 30 18:19:27 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 120 ++++++++++++++++++++++++++++------------------------- src/vteinternal.hh | 8 ++++ 2 files changed, 71 insertions(+), 57 deletions(-) commit 71f097cbc6672648ecff8a9780484d6208241f7d Author: Christian Persch Date: Sat Jan 30 18:19:27 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 4 ---- src/vte.cc | 39 +++++++++++++++++++++------------------ src/vteinternal.hh | 5 +++++ src/vteseq.cc | 28 ++++++++++++++-------------- 4 files changed, 40 insertions(+), 36 deletions(-) commit 66417c928802ce4cd420f35d2484924924f9ba8e Author: Christian Persch Date: Sat Jan 30 18:19:26 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 95 +++++++++++++++++++++++++----------------------------- src/vteinternal.hh | 13 ++++++++ 2 files changed, 57 insertions(+), 51 deletions(-) commit b5aefa63dbede585c97b3c5502120eb79c411d56 Author: Christian Persch Date: Sat Jan 30 18:19:26 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 41 +++++++++++++++++++++-------------------- src/vteinternal.hh | 3 +++ 2 files changed, 24 insertions(+), 20 deletions(-) commit 08b3e780c3443d67f2a49469bba7a792fceb30c0 Author: Christian Persch Date: Sat Jan 30 18:19:26 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 48 +++++++++++++++++++++--------------------------- src/vteinternal.hh | 3 +++ 2 files changed, 24 insertions(+), 27 deletions(-) commit 9e1e7ae61ba99d84c37c0fb351393a65156c050d Author: Christian Persch Date: Sat Jan 30 18:19:26 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a9f99163b37b3e6ab789e65c1fa6502a8cd182cf Author: Christian Persch Date: Sat Jan 30 18:19:26 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 1 - src/vte.cc | 61 ++++++++++++++++++++++-------------------------------- src/vteaccess.cc | 8 ++----- src/vteinternal.hh | 6 ++++++ 4 files changed, 33 insertions(+), 43 deletions(-) commit 0c4386edf91051dbb43ee375b5bc6c5a9cbf00d3 Author: Christian Persch Date: Sat Jan 30 18:19:26 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 3 --- src/vte.cc | 44 -------------------------------------------- src/vteaccess.cc | 25 ++++++++++++------------- 3 files changed, 12 insertions(+), 60 deletions(-) commit d94d9c882eb4152e0628930b4b2d07df003927f9 Author: Christian Persch Date: Sat Jan 30 18:19:26 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 1 - src/vte.cc | 5 ++--- src/vteaccess.cc | 3 ++- src/vteinternal.hh | 2 ++ 4 files changed, 6 insertions(+), 5 deletions(-) commit 276b8aa04ed69fef2715a63ece509a58744ee18c Author: Christian Persch Date: Sat Jan 30 18:19:25 2016 +0100 lib: Remove unused prototypes src/vte-private.h | 17 ----------------- 1 file changed, 17 deletions(-) commit c2adf41d46740fad84f7a7b7e5e51e77de41ea24 Author: Christian Persch Date: Sat Jan 30 18:19:25 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 121 ++++++++++++++--------------------------------------- src/vtegtk.cc | 22 +++++++++- src/vteinternal.hh | 7 ++-- src/vtetypes.hh | 1 + 4 files changed, 56 insertions(+), 95 deletions(-) commit e9791aba2ff1839ce7e383b29da2e0d0eadd566e Author: Egmont Koblinger Date: Thu Jan 28 14:06:11 2016 +0100 emulation: Track the cursor separately for the two screens This is required to correctly resize the normal screen's contents while the alternate screen is active, fixing a bug introduced by commit 5a434e6c4457bdfe182a13213396e7a66a08f767. https://bugzilla.gnome.org/show_bug.cgi?id=761097 src/vte.cc | 154 ++++++++++++++++++++++++++--------------------------- src/vtegtk.cc | 4 +- src/vteinternal.hh | 5 +- src/vteseq.cc | 124 +++++++++++++++++++++--------------------- 4 files changed, 142 insertions(+), 145 deletions(-) commit fee25aaed7e599b6ce351113c61b242d8aab9589 Author: Christian Persch Date: Mon Jan 18 21:37:19 2016 +0100 lib: Remove accidentally committed debug spew src/vteseq.cc | 2 -- 1 file changed, 2 deletions(-) commit ab29717e30e3f3f60e122e59649961df5b66c035 Author: Christian Persch Date: Mon Jan 18 19:48:43 2016 +0100 Post release version bump configure.ac | 2 +- src/vteseq.cc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) commit 2d2ee3017f03fe964996393a99fe64ccca6704b2 (tag: 0.43.2) Author: Christian Persch Date: Mon Jan 18 19:34:56 2016 +0100 emulation: Fix stupid typo Fix bug introduced by commit 07150c4131a345f6e92a18bdd0bd399af6607dc0 . https://bugzilla.gnome.org/show_bug.cgi?id=760772 src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 942fd0f219f613507b02d6f58c2d367ad74772c5 Author: Christian Persch Date: Sun Jan 17 21:37:25 2016 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 07846d9f430b6007554c4b74b4daa7ad94a98555 (tag: 0.43.1) Author: Christian Persch Date: Sun Jan 17 21:10:05 2016 +0100 widget: Add debug output when setting geometry hints src/vtegtk.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 4822e237e1072e1f44825f578a8b8711dfc34e91 Author: Christian Persch Date: Sat Jan 16 19:15:29 2016 +0100 widget: Document how to scroll a VteTerminal A GtkScrolledWindow cannot be used since it is incompatible with VteTerminal. Document that. https://bugzilla.gnome.org/show_bug.cgi?id=760718 src/vtegtk.cc | 6 ++++++ 1 file changed, 6 insertions(+) commit 142a683f9aa07132b11167b62a436731346e053a Author: Christian Persch Date: Sat Jan 16 19:15:29 2016 +0100 widget: Don't make the VteTerminal app paintable src/vte.cc | 3 --- 1 file changed, 3 deletions(-) commit 2273aea4ff19d9d929a2b9dd04f21cc407a83d98 Author: Debarshi Ray Date: Thu Jan 14 18:19:03 2016 +0100 build: Fix srcdir != builddir Fall out from b77cec8080cdb14541cf106a5afe5bb89718f0b7 https://bugzilla.gnome.org/show_bug.cgi?id=760635 src/Makefile.am | 2 +- src/vte/vteglobals.h | 2 +- src/vte/vtepty.h | 4 ++-- src/vte/vteregex.h | 2 +- src/vte/vteterminal.h | 8 ++++---- src/vte/vteversion.h.in | 2 +- src/vtetypebuiltins.h.template | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) commit a9d2e2f5372a33f03ffc6efd40336f6b5b0bedd9 Author: Christian Persch Date: Thu Jan 14 19:41:40 2016 +0100 Revert "build: srcdir != builddir fix" This reverts commit efa582559b1d58e6d93cce0a2032962fdd58c9a5. src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit aaec68e7d9a70f1de1cbc888632c01ac2369d9e6 Author: Christian Persch Date: Thu Jan 14 19:41:39 2016 +0100 Revert "build: Try again to fix srcdir != builddir build" This reverts commit 6738de398f59d8e2f074ebaa2f2d05ac953730bb. src/vte/vte.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 6738de398f59d8e2f074ebaa2f2d05ac953730bb Author: Christian Persch Date: Thu Jan 14 19:25:07 2016 +0100 build: Try again to fix srcdir != builddir build src/vte/vte.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit efa582559b1d58e6d93cce0a2032962fdd58c9a5 Author: Christian Persch Date: Thu Jan 14 18:15:41 2016 +0100 build: srcdir != builddir fix src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit bdd40c32bf33daab34e994045cd27f909687fdf0 Author: Christian Persch Date: Thu Jan 14 17:05:38 2016 +0100 widget: Fix missing braces Tracking the selection also only makes sense on the active screen, so add the braces as the indentation already suggests. Thanks, -Wmisleading-indentation ! src/vte.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 81d78f46b4087a441e78453b756b68c15579f96a Author: Christian Persch Date: Thu Jan 14 17:05:38 2016 +0100 build: One more warning flag configure.ac | 1 + 1 file changed, 1 insertion(+) commit 9bc965f05f29a45e7b8a73871fd6baf5dcf67b08 Author: Christian Persch Date: Thu Jan 14 17:05:38 2016 +0100 a11y: Use VteTerminal private data directly ... instead of via the VteTerminal::pvt pointer. src/vteaccess.cc | 53 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 23 deletions(-) commit 929454bc4c8c92c4c4579378c9ec9e925e8a1c8b Author: Christian Persch Date: Thu Jan 14 17:05:38 2016 +0100 widget: Use G_ADD_PRIVATE src/vte-private.h | 1 + src/vtegtk.cc | 337 +++++++++++++++++++++++++++++------------------------- 2 files changed, 182 insertions(+), 156 deletions(-) commit 6c50659e1cea47861df704fe8cc131a3c71e4b42 Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 5 - src/vte.cc | 5 +- src/vteinternal.hh | 4 + src/vteseq.cc | 555 ++++++++++++++++++++++++++--------------------------- 4 files changed, 283 insertions(+), 286 deletions(-) commit 2111ea4210c71bd609af3b9418398db9ab67d0a1 Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 6 ++++++ src/vteinternal.hh | 3 +++ src/vteseq.cc | 43 ++++++++++++++++++++++--------------------- 3 files changed, 31 insertions(+), 21 deletions(-) commit 0b6e206173f160c13e827af6b41aa19e6910a978 Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 5 +++++ src/vteseq.cc | 32 ++++++++++++++++++++------------ 2 files changed, 25 insertions(+), 12 deletions(-) commit fccdc1f524411b9c3bdd915f324b246238a73793 Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 3 ++ src/vteseq.cc | 108 +++++++++++++++++++++++++++-------------------------- 2 files changed, 58 insertions(+), 53 deletions(-) commit d50aed93fe822cdb9c7cc33730db58856906c934 Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 17 deletions(-) commit 0cd8aaa8d85ddd4c1853445fafaf8425a92f2791 Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 2 ++ src/vteseq.cc | 96 ++++++++++++++++++++++++++++-------------------------- 2 files changed, 51 insertions(+), 47 deletions(-) commit 0d7f5e98c4eae90fb96f5f804c9cca5fac211dc7 Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 2 ++ src/vteseq.cc | 79 ++++++++++++++++++++++++++++++------------------------ 2 files changed, 46 insertions(+), 35 deletions(-) commit ef3258e8c3a1d4f5bb81766a3c7127a523eeda0f Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 2 ++ src/vteseq.cc | 54 +++++++++++++++++++++++++++++++----------------------- 2 files changed, 33 insertions(+), 23 deletions(-) commit ba9ba87f98efa204a0a83e2364729d976399482b Author: Christian Persch Date: Thu Jan 14 17:05:37 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 4 +++- src/vteseq.cc | 20 ++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) commit 20687f52d1ae45be2c4dbad9ca1b1a2d94359a20 Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 2 ++ src/vteseq.cc | 33 ++++++++++++++++++++++----------- 2 files changed, 24 insertions(+), 11 deletions(-) commit c739a072d06ba23788945e6434befceaaaf59647 Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 31 ++++++++++++++++++------------- 2 files changed, 19 insertions(+), 13 deletions(-) commit 333eee67e7209eb63c504ec2c622ac7133d77e00 Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 3 ++- src/vteseq.cc | 54 ++++++++++++++++++++++++++++++------------------------ 2 files changed, 32 insertions(+), 25 deletions(-) commit d26ae40c24e0f087de3bf4b366a177c77eb06fff Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 3 +++ src/vteseq.cc | 38 ++++++++++++++++++++++---------------- 2 files changed, 25 insertions(+), 16 deletions(-) commit 07150c4131a345f6e92a18bdd0bd399af6607dc0 Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 6 +++-- src/vteseq.cc | 66 +++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 50 insertions(+), 22 deletions(-) commit f7e16708871b581c9e0e5dd3de5e42c7197eb23d Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 3 +++ src/vteseq.cc | 62 +++++++++++++++++++++++++++++------------------------- 2 files changed, 36 insertions(+), 29 deletions(-) commit eefbe5bf990d4dd2fbb0ca3946cb3c25f379a584 Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 3 ++ src/vteseq.cc | 99 +++++++++++++++++++++++++++++++++--------------------- 2 files changed, 64 insertions(+), 38 deletions(-) commit a20eda749abe40d20fd6edd1424abc28c10fc6c4 Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 15 deletions(-) commit fb732abb9fa45e95cae9f8b2ec90a140a72185ef Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteseq.cc | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) commit 65b0380cc28ee93a7d9c5989ad7bcb968eb9e974 Author: Christian Persch Date: Thu Jan 14 17:05:36 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 4 ++- src/vteseq.cc | 87 +++++++++++++++++++++++++++++++++--------------------- 2 files changed, 57 insertions(+), 34 deletions(-) commit 4dc6ceebfbb082e9ff969d648e46cade8b408d5c Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 7 +++++-- src/vteseq.cc | 49 ++++++++++++++++++++++++++++++------------------- 2 files changed, 35 insertions(+), 21 deletions(-) commit 9a400d42b230fc798b17836bc2d9c2bd60ac5c4f Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 app: Fix locale setting src/app.vala | 2 ++ 1 file changed, 2 insertions(+) commit 662c9e359ec570550a40ee082b843bcaf2afb7e7 Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 2 ++ src/vteseq.cc | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit 2acc7826a625dcd0b39e2b0f552273c0210a4bf0 Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 2 ++ src/vteseq.cc | 14 +++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) commit 4a020416c7a64d750899774cac5f7c5cb384961b Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 31 +++++++++++++------------------ 2 files changed, 14 insertions(+), 18 deletions(-) commit 362208aea1c49349d941b437b14972459ee70ea8 Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 53 ++++++++++++++++++++++++----------------------------- 2 files changed, 25 insertions(+), 29 deletions(-) commit fc22100215cbadb5fbcb2c7a0cfce797e3dd2633 Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 36 ++++++++++++++++-------------------- 2 files changed, 17 insertions(+), 20 deletions(-) commit 1c5c5b50de8e6688863dc49c0755a509186d93ef Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 87d7f1701b6df48a01fc9ec7be1c7260dd3834d6 Author: Christian Persch Date: Thu Jan 14 17:05:35 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 3 +++ src/vteseq.cc | 31 +++++++++++++++++++++++-------- 2 files changed, 26 insertions(+), 8 deletions(-) commit ae28a20a2f382274ee58c99b5b262039b80f494f Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) commit 689a5845976e853d39760935510ac2c2daf8827c Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 2 ++ src/vteseq.cc | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) commit 8ab57d45da737a7b3449167faeac99290aa5bff2 Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 3 +++ src/vteseq.cc | 31 +++++++++++++++---------------- 2 files changed, 18 insertions(+), 16 deletions(-) commit 1e2baeac23520491a2acd3625373db5953ca9c6b Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 4 ++++ src/vteseq.cc | 38 +++++++++++++++++++++++++++++++------- 2 files changed, 35 insertions(+), 7 deletions(-) commit 98da36037b6401b423a7f3bcc3c44c9ce20f14d5 Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 3 +++ src/vteseq.cc | 34 ++++++++++++++++++++++++---------- 2 files changed, 27 insertions(+), 10 deletions(-) commit 8eea607c3526ee1aa1c32caac7027b69dab6dfcb Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 49 ++++++++++++++++++++++--------------------------- 2 files changed, 23 insertions(+), 27 deletions(-) commit 63e3cee107d5fa69ff80acb22dfeb190eede5541 Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 23 +++++++++-------------- 2 files changed, 10 insertions(+), 14 deletions(-) commit e923c0b1f58d80d878c379ffef2fc2288d246a1d Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 22 +++++++++------------- 2 files changed, 10 insertions(+), 13 deletions(-) commit 2df2033319e88f9f205cdc283514a96095ca3bf9 Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 1 + src/vteseq.cc | 32 ++++++++++++++------------------ 2 files changed, 15 insertions(+), 18 deletions(-) commit a9d5e7a070a18fe657eb30f804512ae3be1ddd2a Author: Christian Persch Date: Thu Jan 14 17:05:34 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 4 +++- src/vteseq.cc | 26 +++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) commit 3d65baaaf03e1fdd42ba73501ba22f5bc610bbb6 Author: Christian Persch Date: Thu Jan 14 17:05:33 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vteinternal.hh | 2 ++ src/vteseq.cc | 42 +++++++++++++++++++++--------------------- 2 files changed, 23 insertions(+), 21 deletions(-) commit 74cf496f899a5fb7f8900d1e15f1ec7852dc6f89 Author: Christian Persch Date: Thu Jan 14 17:05:33 2016 +0100 widget: Move some methods to VteTerminalPrivate src/vtegtk.cc | 186 ++++++++++++++++++++++++++++------------------------- src/vtegtk.hh | 10 +++ src/vteinternal.hh | 12 ++++ src/vteseq.cc | 124 +++++++++++++++++------------------ 4 files changed, 183 insertions(+), 149 deletions(-) commit 7c504396bb0c5dd87f3a348988a589782e7cd742 Author: Christian Persch Date: Thu Jan 14 17:05:33 2016 +0100 widget: Fix crash when destroyed while waiting for clipboard text When the terminal is destroyed before the result of the clipboard request comes in, we would crash. Unforunately, there is no way to cancel a pending request, so we need this elaborate setup. src/vte.cc | 24 ++++----------- src/vteinternal.hh | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 18 deletions(-) commit b77cec8080cdb14541cf106a5afe5bb89718f0b7 Author: Christian Persch Date: Thu Jan 14 17:05:33 2016 +0100 build: Use -fvisibility=hidden to control symbol visibility Use -fvisibility=hidden and explicitly mark the exported symbols with __attribute__((__visibility__("default"))). configure.ac | 6 +++ src/Makefile.am | 1 - src/vte/vtedeprecated.h | 7 ++++ src/vte/vteglobals.h | 4 ++ src/vte/vtemacros.h | 2 + src/vte/vtepty.h | 13 +++++- src/vte/vteregex.h | 10 +++++ src/vte/vteterminal.h | 94 +++++++++++++++++++++++++++++++++++++++--- src/vte/vteversion.h.in | 5 +++ src/vtetypebuiltins.h.template | 3 ++ 10 files changed, 137 insertions(+), 8 deletions(-) commit b4f8cdcdfbbe4e1b4afe57721911c0bdc7a44f0d Author: Christian Persch Date: Thu Jan 14 17:05:33 2016 +0100 build: Give up on trying not to use libstdc++ src/Makefile.am | 10 ---------- src/check-libstdc++.sh | 15 --------------- 2 files changed, 25 deletions(-) commit 3e17cbf2d35cd4c64cd8af2944a49407834ab41b Author: Christian Persch Date: Thu Jan 14 17:05:33 2016 +0100 widget: Add CSS name for the terminal widget src/vtegtk.cc | 6 ++++++ 1 file changed, 6 insertions(+) commit ca705122f1638cbf8c4119ff6bfab7e974e01256 Author: Christian Persch Date: Thu Jan 14 17:05:33 2016 +0100 spawn: Don't allow G_SPAWN_LEAVE_DESCRIPTORS_OPEN flag If you do want to pass a FD to the child, use a child setup function that unsets the FD_CLOEXEC flag. src/vte.cc | 10 ++++++---- src/vtegtk.cc | 7 ++++--- 2 files changed, 10 insertions(+), 7 deletions(-) commit 5680acc70fb10640ae32ee8be936cec1147dec9f Author: Christian Persch Date: Thu Jan 14 17:05:33 2016 +0100 lib: Improve smart_fd src/vtetypes.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 7fdb3d136bde26a28d128eb1009eeccba69a4f4e Author: Christian Persch Date: Sat Dec 26 21:56:28 2015 +0100 regex: Require MULTILINE compile option Dingu match regexes should be compiled with MULTILINE option. src/app.vala | 7 +++++-- src/vte.cc | 3 +-- src/vteapp.c | 2 +- src/vtegtk.cc | 2 ++ 4 files changed, 9 insertions(+), 5 deletions(-) commit a65d7a5d3cc9d0da2b482228f875f90b7f7bff01 Author: Christian Persch Date: Sat Dec 26 19:37:49 2015 +0100 app: Don't add extra margins by default This is only useful to test that VteTerminal handles all offsets correctly, but not for normal operation. So make it a cmdline option. src/app.vala | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit 0612f4005c711f7a4fe9133b9555a723689885f4 Author: Christian Persch Date: Sat Dec 26 19:34:36 2015 +0100 widget: Use a input-only window We don't need a output window, just an input window so we can handle events. https://bugzilla.gnome.org/show_bug.cgi?id=734920 src/app.vala | 5 +++ src/vte.cc | 123 +++++++++++++++++++++++------------------------------ src/vtegtk.cc | 33 +++++++++++++- src/vteinternal.hh | 5 +++ 4 files changed, 96 insertions(+), 70 deletions(-) commit 0f7b43b1fdc6844505dd9d847f590365c66804a8 Author: Christian Persch Date: Sat Dec 26 19:34:36 2015 +0100 regex: Fix match flags not to include MULTILINE G_REGEX_MULTILINE is a compile flag, and thus must be handled by the caller, not vte. src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d84745204b9325f90fe3b5660d918cfd7b389780 Author: Christian Persch Date: Sat Dec 26 12:27:22 2015 +0100 regex: Use MULTILINE option and limit offset Since we now pass the whole text with an offset, instead of only the current line like previously, we need to use the MULTILINE option so that '^' works correctly; and we need to limit the match offset so that we don't match beyond the end of the line (but still can satisfy lookahead assertions). configure.ac | 2 +- src/vte.cc | 6 ++++-- src/vteregex.cc | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) commit c2a0b3e8bf1c1bfe8709565c3a1d6b099dec7464 Author: Christian Persch Date: Sat Dec 26 12:27:22 2015 +0100 app: Add tooltip with the regex compile error on the search entry When compiling the regex fails, set the error message as tooltip on the search entry; when it succeeds, clear the tooltip. src/app.vala | 3 +++ src/vteregex.cc | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) commit 331eea79ec7011242e3cb07162cee4e67fdf95c4 Author: Christian Persch Date: Sat Dec 26 12:27:22 2015 +0100 regex: Fix pcre2_jit_compile return value check This returns 0 for success, and negative for failure. src/vteregex.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 08a2fbb5e53b46ec2aaa4cc9e9af0fa0fb8b7044 Author: Christian Persch Date: Sat Dec 26 12:27:22 2015 +0100 regex: Always set the GError from the PCRE2 error Fix a thinko; PCRE2 does return positive and negative error codes. src/vte/vteenums.h | 2 +- src/vteregex.cc | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) commit d046ae112f5ca93378c2146c1ea239bc63778364 Author: Christian Persch Date: Sat Dec 26 12:27:22 2015 +0100 widget: Correct end row in calls to get_text() We need to pass row+1 if we use -1 as end column to mean 'all the text on the last row'. src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 63259c4fe2b5608a0a4236ed33cee706fcce4896 Author: Christian Persch Date: Fri Dec 25 21:55:44 2015 +0100 widget: Simplify coordinate handling Store the last mouse position only in view coordinates, and convert to grid coordinates only on the few occasions we compare to grid coordinates. Use view coordinates because we do want to test the last position for being outside the viewable area. src/vte.cc | 75 +++++++++++++++++------------------------------------- src/vteinternal.hh | 14 ++++------ 2 files changed, 28 insertions(+), 61 deletions(-) commit a1c0ce708fcdb3b178aee5c212dc78725cab3c8d Author: Christian Persch Date: Fri Dec 25 21:55:44 2015 +0100 widget: Simplify coordinate handling src/vte.cc | 107 ++++++++++++++++++++++++----------------------------- src/vteinternal.hh | 20 +++++----- 2 files changed, 57 insertions(+), 70 deletions(-) commit 4a126221f0c25f16eba92a23c065d4966cb8b883 Author: Christian Persch Date: Fri Dec 25 21:55:44 2015 +0100 widget: Add function to translate event coords to confined grid coords src/vte.cc | 14 ++++++++++++++ src/vteinternal.hh | 1 + 2 files changed, 15 insertions(+) commit a0414b176add01e4e952484e9849ed934a03644f Author: Christian Persch Date: Fri Dec 25 21:55:43 2015 +0100 widget: Add function to check if grid coords are in scrollback src/vte.cc | 2 +- src/vteinternal.hh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) commit 922527902b3c8fc138c9ac299088d996bde1d683 Author: Christian Persch Date: Fri Dec 25 21:55:43 2015 +0100 widget: Simplify coordinate handling src/vte.cc | 65 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 33 deletions(-) commit 5ccafd65521621918e6ef671a4e055f1f39014d4 Author: Christian Persch Date: Fri Dec 25 21:55:43 2015 +0100 widget: Simplify coordinate handling src/vte.cc | 57 +++++++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 32 deletions(-) commit 722610356d11ad9e5d8fd8e529cc3114b547a5a2 Author: Christian Persch Date: Fri Dec 25 21:55:43 2015 +0100 widget: Correct coordinate check src/vte.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 5a1e0c6af9979eda66fd32cf125c1986f6259df9 Author: Christian Persch Date: Fri Dec 25 21:55:43 2015 +0100 widget: Simplify code src/vte.cc | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) commit aa6c2011a6383c751f25042ab7a1e5431c4982bb Author: Christian Persch Date: Fri Dec 25 21:55:43 2015 +0100 widget: Pass coordinates together src/vte.cc | 40 ++++++++++++++++++++-------------------- src/vteinternal.hh | 13 +++++-------- 2 files changed, 25 insertions(+), 28 deletions(-) commit db3a0f932206da30e26625580576e582a1bcecf0 Author: Christian Persch Date: Fri Dec 25 21:55:43 2015 +0100 widget: Store last mouse position coordinates together Use a vte::view::coords for this. src/vte.cc | 60 +++++++++++++++++++++++++----------------------------- src/vteinternal.hh | 5 ++--- 2 files changed, 30 insertions(+), 35 deletions(-) commit aac286e0d9a60bff805c0d6f568f2b67b6d853bc Author: Christian Persch Date: Fri Dec 25 21:55:43 2015 +0100 emulation: Remove extraneous code All callers of maybe_send_mouse_button() have already called read_modifiers() on the event. src/vte.cc | 2 -- 1 file changed, 2 deletions(-) commit ca766131718a3a27cae93311e6042aa4450f4796 Author: Christian Persch Date: Fri Dec 25 21:55:42 2015 +0100 widget: Add helpers to convert coordinates Add helper functions to convert the event to grid and view coordinates, to convert between grid and view coordinates, and to check if grid and view coordinates are within the visible area. src/vte.cc | 121 ++++++++++++++++++++++++++++++++++++++++++++++------- src/vteinternal.hh | 18 ++++++-- 2 files changed, 121 insertions(+), 18 deletions(-) commit b09ed876b1ea1ceb24d7c33447c22816defd72fc Author: Christian Persch Date: Fri Dec 25 21:55:42 2015 +0100 build: Don't use -Waggregate-return for C++ configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 19fadfb9135935ae91c018e60e740ecec1ae5c9a Author: Christian Persch Date: Fri Dec 25 21:55:42 2015 +0100 widget: Transform expose rectangles to view coordinates Simplify the calculations by just translating the region to view coordinates instead of adding/subtracting the padding everywhere. src/vte.cc | 128 ++++++++++++++++++++++++----------------------------- src/vteinternal.hh | 3 +- 2 files changed, 59 insertions(+), 72 deletions(-) commit 3801e8d5b0cc3643ea0406aa9f0903fbc80882bb Author: Christian Persch Date: Fri Dec 25 21:55:42 2015 +0100 widget: Store dirty rects in view coordinates Only add padding when doing the actual invalidate. src/vte.cc | 54 +++++++++++++++++++++--------------------------------- src/vteinternal.hh | 5 ++++- 2 files changed, 25 insertions(+), 34 deletions(-) commit 851e34347b0319133041c63138186c8ce3e37f48 Author: Christian Persch Date: Tue Dec 22 22:47:13 2015 +0100 widget: Inline a one-liner in the only caller src/vte.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) commit 379891460a69936260b0e5de90e1f264d9f32264 Author: Christian Persch Date: Tue Dec 22 22:47:13 2015 +0100 widget: Store dirty rectangles directly Each cairo_region_t in the m_update_regions list was created to contain only one rectangle. To be more efficient, simply store the dirty rectangles in an array and create the region from it only when doing the invalidate. src/vte.cc | 62 ++++++++++++++++++++++++------------------------------ src/vteinternal.hh | 5 ++--- 2 files changed, 30 insertions(+), 37 deletions(-) commit cef8cef020fdbd61f602a79010521903476085b8 Author: Christian Persch Date: Tue Dec 22 22:47:13 2015 +0100 lib: Factor out a common code path In the update_repeat_timeout() callback, the update_regions==NULL condition was always satisfied because of the preceding update_regions() call, so this does not change the behaviour. src/vte.cc | 112 +++++++++++++++++++++++++++---------------------------------- 1 file changed, 49 insertions(+), 63 deletions(-) commit de8795c79aef7804c0aa775d22ec91db41fb4643 Author: Christian Persch Date: Tue Dec 22 22:47:13 2015 +0100 lib: Factor out a common code path This was copied 3 times, WTF, with an inexplicable difference in the middle (omission of the emit_adjustment_changed() call). src/vte.cc | 97 +++++++++++++++++++++++++------------------------------------- 1 file changed, 39 insertions(+), 58 deletions(-) commit 4016dd5fcb5fed32a8255818e2edbc25744d017c Author: Christian Persch Date: Tue Dec 22 22:47:13 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 32 ++++++++++++++++---------------- src/vteinternal.hh | 2 ++ 2 files changed, 18 insertions(+), 16 deletions(-) commit 48719e84812f18f16418498ce9c37f542a056b23 Author: Christian Persch Date: Tue Dec 22 22:47:13 2015 +0100 widget: Fix condition to start scrolling down This wasn't updated properly when introducing smooth scroll. src/vte.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit a202fa4ada43bd4383a4e4ca6606be04ed8fb9d1 Author: Christian Persch Date: Tue Dec 22 22:47:13 2015 +0100 widget: Store the usable view area src/vte.cc | 21 ++++++++------------- src/vteinternal.hh | 17 +++++++++++++---- src/vteseq.cc | 4 ++-- src/vtetypes.cc | 8 ++++++++ src/vtetypes.hh | 21 +++++++++++++++++++-- 5 files changed, 50 insertions(+), 21 deletions(-) commit 58e4b6f105be0694d9f35b76299a06dbf8939b55 Author: Christian Persch Date: Tue Dec 22 22:47:13 2015 +0100 app: Show context menu also when the Menu key is pressed src/app.vala | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) commit 16e7d6bb139cc37c9ccdd6124e18752f53d50ed5 Author: Christian Persch Date: Tue Dec 15 20:38:42 2015 +0100 widget: Change last-line newline behaviour of get_text() To get all the text on the last line to the right, you can either pass m_column_count (or MAXLONG), *or* add 1 to the end row, and pass -1 as last column. Make it so that the difference between these is that the former does *not* append a final newline character, while the latter does append a final newline character. This fixes a frequent assert in vte_terminal_accessible_text_scrolled(), but the assertion in that function will need to be fixed, too, since it appears the assert can be triggered in other ways too. https://bugzilla.gnome.org/show_bug.cgi?id=759319 src/vte.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0ecfbc1c05960df2878360ff78add2f496d555a0 Author: Christian Persch Date: Tue Dec 15 20:38:41 2015 +0100 widget: Simplify background handling src/vte.cc | 59 ++++++------------------------------------------------ src/vtedraw.cc | 46 ++++++++++++------------------------------ src/vtedraw.hh | 6 ++---- src/vteinternal.hh | 2 -- 4 files changed, 21 insertions(+), 92 deletions(-) commit 6616a5fd135fa102b7847691f32f8987b8741593 Author: Christian Persch Date: Tue Dec 15 20:38:41 2015 +0100 draw: Remove extraneous functions src/vte.cc | 92 +++++++++++++++++----------------------------------------- src/vtedraw.cc | 13 +++++++++ src/vtedraw.hh | 5 ++++ 3 files changed, 45 insertions(+), 65 deletions(-) commit bd781d1224b5988c8e90d5b960b07bfee647b127 Author: Christian Persch Date: Tue Dec 15 20:38:41 2015 +0100 widget: Simplify drawing code by translating the cairo context by the padding Instead of adding the padding everywhere, just translate the cairo context, once. src/vte.cc | 51 +++++++++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 28 deletions(-) commit 992ad4dcab54fe985dc65579abac9362f23eaafc Author: Christian Persch Date: Tue Dec 15 20:38:41 2015 +0100 widget: Fix drawing area calculation It needs to take into account top *and* bottom padding. src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 09ffddeb138c26b99de919c8c796ae2c2bdcb666 Author: Christian Persch Date: Tue Dec 15 20:38:41 2015 +0100 Revert "build: Fix the build with --disable-debug" This reverts commit 413c9920a004c8f3f0907ddcfb7ca6bd004c21d7. src/vtetypes.cc | 20 ++------------------ src/vtetypes.hh | 14 ++++++++++---- 2 files changed, 12 insertions(+), 22 deletions(-) commit 7c76dbea6329bb79c1ca3c70a8fdc0595f50d98e Author: Christian Persch Date: Tue Dec 15 20:38:41 2015 +0100 debug: Completely eliminate debug code if --disable-debug src/debug.h | 4 ++++ 1 file changed, 4 insertions(+) commit b7f1c94646a84795740d8b59deb7086936190b60 Author: Christian Persch Date: Tue Dec 15 20:38:41 2015 +0100 widget: Cache the allocation src/vte.cc | 34 ++++++++++++++++------------------ src/vteinternal.hh | 6 ++++++ src/vtetypes.hh | 2 +- 3 files changed, 23 insertions(+), 19 deletions(-) commit e10e5086d64e3d63e0eb8320564d06f36738f25e Author: Christian Persch Date: Tue Dec 15 20:38:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 37 ++++++++++++++++++------------------- src/vteinternal.hh | 2 ++ 2 files changed, 20 insertions(+), 19 deletions(-) commit 26aa0bc5c766633df54004592fd26f629d55e514 Author: Christian Persch Date: Tue Dec 15 20:38:40 2015 +0100 app: Also JIT the dingu regexes src/app.vala | 8 ++++++++ 1 file changed, 8 insertions(+) commit 0e08c0961ef6938c2b35564ce3543a02eb472e20 Author: Christian Persch Date: Sun Dec 13 19:08:23 2015 +0100 pty: Remove openpty code path Apparently all the BSDs do posix_openpt now, so there's no need for a separate codepath using openpty() anymore. configure.ac | 15 ++------------- src/Makefile.am | 1 - src/pty.cc | 46 ---------------------------------------------- 3 files changed, 2 insertions(+), 60 deletions(-) commit e22834288338215033e5d5ce74b16194d4a82065 Author: Christian Persch Date: Sun Dec 13 19:08:23 2015 +0100 app: Don't warn when JITing fails because PCRE2 build doesn't support JITing src/app.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit d69772604caf6e722e539c66d9e8787161af2096 Author: Christian Persch Date: Sun Dec 13 19:08:23 2015 +0100 widget: Remove extraneous realized checks Except for focus change events, all gtk widget events are only emitted on realized widgets. src/vte.cc | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) commit 69d50458cd7d04225bc782ea629635a3af4dbe12 Author: Christian Persch Date: Sun Dec 13 19:08:23 2015 +0100 draw: Remove unused struct element src/vtedraw.cc | 2 -- 1 file changed, 2 deletions(-) commit ec28a7535f45f525ea966cad28a594a01daf4236 Author: Christian Persch Date: Sun Dec 13 19:08:23 2015 +0100 draw: Pass the known string length instead of -1 src/vtedraw.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dc5ccaa3313e0bb5936d57163402e293eef5dcce Author: Christian Persch Date: Sun Dec 13 19:08:23 2015 +0100 draw: Remove unused function src/vtedraw.cc | 6 ------ src/vtedraw.hh | 2 -- 2 files changed, 8 deletions(-) commit 8368203cfd34846b06d7a65ad797283bf12cb9c5 Author: Christian Persch Date: Sun Dec 13 19:08:23 2015 +0100 draw: Rename vtedraw header file src/Makefile.am | 2 +- src/vte-private.h | 2 +- src/vtedraw.cc | 2 +- src/{vtedraw.h => vtedraw.hh} | 0 4 files changed, 3 insertions(+), 3 deletions(-) commit 416283b820996e7be79cca03ded3834edace70b6 Author: Christian Persch Date: Sun Dec 13 19:08:22 2015 +0100 draw: Remove unused defines and move private defines to the .cc file src/vtedraw.cc | 10 ++++++++++ src/vtedraw.h | 15 --------------- 2 files changed, 10 insertions(+), 15 deletions(-) commit 8064909df944fc88c594674b363d3870c942cf49 Author: Christian Persch Date: Sat Dec 12 17:23:41 2015 +0100 pty: Add non-linux fallbacks Apparently BSDs don't allow O_NONBLOCK in posix_openpt, so fall back to trying without that and applying the flag afterwards. https://bugzilla.gnome.org/show_bug.cgi?id=759346 src/pty.cc | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) commit 1867c0f7aa10b2d8e09fb676fd6c684fe619485e Author: Christian Persch Date: Sat Dec 12 17:23:41 2015 +0100 pty: Skip SIGKILL and SIGSTOP src/pty.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 413c9920a004c8f3f0907ddcfb7ca6bd004c21d7 Author: Christian Persch Date: Thu Dec 10 21:08:45 2015 +0100 build: Fix the build with --disable-debug https://bugzilla.gnome.org/show_bug.cgi?id=759314 src/vtetypes.cc | 20 ++++++++++++++++++-- src/vtetypes.hh | 14 ++++---------- 2 files changed, 22 insertions(+), 12 deletions(-) commit 97f645f2329a1ee9b2bf97454c4122ef8d382f61 Author: Christian Persch Date: Thu Dec 10 18:42:18 2015 +0100 pty: Use NSIG instead of SIGUNUSED ... and with a fallback to 8 * sizeof(sigset_t) if NSIG is undefined. https://bugzilla.gnome.org/show_bug.cgi?id=759196 src/pty.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 831ef8d1915a26303e0bb77ab4fbd0850ec022b1 Author: Christian Persch Date: Thu Dec 10 18:42:18 2015 +0100 widget: Simplify match region handling Use a vte::grid::span to hold the match region. src/vte.cc | 212 ++++++++++++++++++++++------------------------------- src/vteinternal.hh | 21 +++--- src/vtetypes.hh | 3 + 3 files changed, 103 insertions(+), 133 deletions(-) commit d698ede30f5daa2a3bea125f305e6bbff650ab73 Author: Christian Persch Date: Thu Dec 10 18:42:18 2015 +0100 lib: Add to_string() debug functions for helper classes Plain old char* buffers, not an overloaded operator<< since we still don't depend on libstdc++. src/vtetypes.cc | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vtetypes.hh | 15 ++++++++++++ 2 files changed, 87 insertions(+) commit f85d4fcf75539bbf34d40f90f877e90206d41a1e Author: Christian Persch Date: Thu Dec 10 18:42:18 2015 +0100 app: Add sanity checks src/app.vala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 1e564f955fef9c82bc59e399f9dcd53ea2b72cac Author: Ting-Wei Lan Date: Wed Dec 9 01:21:26 2015 +0800 Replace EBADFD with EBADF Using EBADF is more portable and correct because EBADFD means a file descriptor in bad state, not an invalid file descriptor. https://bugzilla.gnome.org/show_bug.cgi?id=759197 src/pty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bea04b972649524c06dcf57e5c77a87de50edfa5 Author: Christian Persch Date: Mon Dec 7 22:51:08 2015 +0100 app: Add multi-window mode src/app.vala | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) commit 986a71c1685709a5547932ac1872a0b5ca30b63e Author: Christian Persch Date: Mon Dec 7 22:51:08 2015 +0100 app: Remove useless parameter The non-DEFAULT PTY flags are unused since the removal of g-p-h. src/app.vala | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) commit 648b13850e4fc5e2498e40e068c3b13f4aad9612 Author: Christian Persch Date: Mon Dec 7 22:51:08 2015 +0100 app: Launch the child process on idle src/app.vala | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) commit 171b8aae9e8cd9555ad86d8a293e50f5ee74cd61 Author: Christian Persch Date: Mon Dec 7 22:51:08 2015 +0100 pty: Simplify signal handling Unblock all signals at the start of the child setup, and iterate through the signals by number instead of the #ifdef hell. src/pty.cc | 119 ++++++++----------------------------------------------------- 1 file changed, 14 insertions(+), 105 deletions(-) commit 4ed174cefead28e21a5ce52935023d88cfbf4fff Author: Christian Persch Date: Mon Dec 7 22:51:08 2015 +0100 pty: Defer grantpt/unlockpt to the child setup src/pty.cc | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) commit 98c7df3d0138d9b94cec02de90d03f94999d6561 Author: Christian Persch Date: Mon Dec 7 22:51:08 2015 +0100 build: Use LT_LANG configure.ac | 2 ++ 1 file changed, 2 insertions(+) commit 2edd2780f4906841152e2fcb38777d32a373fadd Author: Christian Persch Date: Mon Dec 7 22:51:08 2015 +0100 build: Use AC_SYS_LARGEFILE configure.ac | 2 ++ 1 file changed, 2 insertions(+) commit e8ada0cb8ef8fc04b5545284084758f60879e8cc Author: Christian Persch Date: Mon Dec 7 22:51:07 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 54 ++++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 4 ++++ 2 files changed, 30 insertions(+), 28 deletions(-) commit 37a23b6439bf22f1e0d24f25dc91f58b1561cfee Author: Timm Bäder Date: Sun Dec 6 19:49:39 2015 +0100 widget: Use the style context's state instead of the widget's state https://bugzilla.gnome.org/show_bug.cgi?id=759054 src/vte.cc | 11 ++++++++--- src/vtegtk.cc | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) commit 8ae65c84b2378d3571f8c732c795d0f8fda04218 Author: Christian Persch Date: Sun Dec 6 19:49:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 71 ++++++++++++++++++++++++++++++------------------------ src/vteinternal.hh | 14 +++++++++++ 2 files changed, 53 insertions(+), 32 deletions(-) commit 397e0db98913c0f1634f39f2d3174e2800a840cc Author: Christian Persch Date: Sun Dec 6 19:49:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 15 ++++++++------- src/vteinternal.hh | 3 +++ 2 files changed, 11 insertions(+), 7 deletions(-) commit f740a8a1753ae965afb5b417dc1b007ff1ce62ed Author: Christian Persch Date: Sun Dec 6 19:49:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 12 +++++------- src/vteinternal.hh | 3 +++ 2 files changed, 8 insertions(+), 7 deletions(-) commit a10df2c30ad14dbd69e495387e22f31568201d6a Author: Christian Persch Date: Sun Dec 6 19:49:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 24 ++++++++++-------------- src/vteinternal.hh | 3 +++ 2 files changed, 13 insertions(+), 14 deletions(-) commit b91cb1904df389bc5459608478bdffb2d0a62846 Author: Christian Persch Date: Sun Dec 6 19:49:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 27 ++++++++++++++------------- src/vteinternal.hh | 6 ++++++ 2 files changed, 20 insertions(+), 13 deletions(-) commit 029acfd038eb204ff5ef9f856c2b9ad681a23fe6 Author: Christian Persch Date: Sun Dec 6 19:49:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 97 ++++++++++++++++++++++++++++-------------------------- src/vteinternal.hh | 9 +++++ 2 files changed, 59 insertions(+), 47 deletions(-) commit fbe3672438c7275d8f4a3c217e755e6a89c63fc7 Author: Christian Persch Date: Sun Dec 6 19:49:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 46 +++++++++++++++++++++++----------------------- src/vteinternal.hh | 1 + 2 files changed, 24 insertions(+), 23 deletions(-) commit e21362bc62731b3ec1801c967937602551106876 Author: Christian Persch Date: Sun Dec 6 19:49:37 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 59 +++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 1 + 2 files changed, 31 insertions(+), 29 deletions(-) commit 3dba92e16929a05503df672a8b568981b547730a Author: Christian Persch Date: Sun Dec 6 19:49:37 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 56 ++++++++++++++++++++++++------------------------------ src/vteinternal.hh | 1 + 2 files changed, 26 insertions(+), 31 deletions(-) commit 59dd40862aa97380b694820c00abe738c5901c5e Author: Christian Persch Date: Sun Dec 6 19:49:37 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 40 +++++++++++++++++++--------------------- src/vteinternal.hh | 3 +++ 2 files changed, 22 insertions(+), 21 deletions(-) commit 242f9db8903505524193f09ae6dedfc2e077a7f0 Author: Christian Persch Date: Sun Dec 6 19:49:37 2015 +0100 widget: Add stubs for IM surrounding text callbacks https://bugzilla.gnome.org/show_bug.cgi?id=726191 src/vte.cc | 42 ++++++++++++++++++++++++++++++++++++++++-- src/vteinternal.hh | 3 +++ 2 files changed, 43 insertions(+), 2 deletions(-) commit 9d96d1473d6817b4fabd75d4a78aaea8244c99f8 Author: Christian Persch Date: Sun Dec 6 19:49:37 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 33 +++++++++++++++++---------------- src/vteinternal.hh | 1 + 2 files changed, 18 insertions(+), 16 deletions(-) commit eb5fa93f3e929ab29906e11ccfb784610a98c820 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 1 - src/vte.cc | 6 ------ src/vteaccess.cc | 4 ++-- 3 files changed, 2 insertions(+), 9 deletions(-) commit 3696348c0b9c7d60caf7302411ec4c0298f56e57 Author: Christian Persch Date: Fri Dec 4 20:10:04 2015 +0100 widget: Rework get_text() Ignore the passed VteSelectionFunc callback and just always use the whole passed range. src/vte.cc | 75 +++++++++++++++++++----------------------------------- src/vteaccess.cc | 1 - src/vtegtk.cc | 22 +++++++++++++--- src/vteinternal.hh | 12 ++------- 4 files changed, 47 insertions(+), 63 deletions(-) commit e19adc1a78e2c6e3bf4dd24a89849d55c7283342 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 15 ++++++++------- src/vteinternal.hh | 2 ++ 2 files changed, 10 insertions(+), 7 deletions(-) commit 871a363c3e7721f444b4eab4657455aa02aac49a Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 71 +++++++++++++++++++++++++----------------------------- src/vteinternal.hh | 11 ++++++++- 2 files changed, 43 insertions(+), 39 deletions(-) commit ac653330b065b26c0be74429bfe7e15ee8f565b3 Author: Christian Persch Date: Tue Dec 1 19:36:34 2015 +0100 widget: Add function to get the selected text src/vte.cc | 34 ++++++++++++++++------------------ src/vteinternal.hh | 2 ++ 2 files changed, 18 insertions(+), 18 deletions(-) commit 94fc08419b059e264adfe7882da81b79815d0677 Author: Christian Persch Date: Tue Dec 1 13:55:49 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 57 ++++++++++++++++++++++++++++++++---------------------- src/vteinternal.hh | 4 ++++ 2 files changed, 38 insertions(+), 23 deletions(-) commit 8d63df14a3336c5ae9fc81374d0a9b66716256a1 Author: Christian Persch Date: Tue Dec 1 13:52:02 2015 +0100 widget: Fix a comment src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 235eb0cbc11e306ddaf6468cbe6e2f89dcf39dd2 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 122 +++++++++++++++++++++++++++++------------------------ src/vteinternal.hh | 1 + 2 files changed, 68 insertions(+), 55 deletions(-) commit ab45dfeeb0d28c9467e89036dfaefcd5d56bddb3 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) commit 9ed8be05c4730ff836ae42e26bf0b0e5abf5b214 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 93 +++++++++++++++++++++++++++++++++++------------------- src/vteinternal.hh | 5 +++ 2 files changed, 66 insertions(+), 32 deletions(-) commit 76b955db2ca84787947089073d8d2ae445c0c7ae Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 32 +++++++++++++++----------------- src/vteinternal.hh | 2 ++ 2 files changed, 17 insertions(+), 17 deletions(-) commit 23ad7e09f95befb37e8a4438d4cf8ef09b92cc8a Author: Christian Persch Date: Mon Nov 30 20:37:26 2015 +0100 widget: Remove unused encoding parameter This is only ever used with "UTF-8", so there's no need for this parameter. src/vte.cc | 22 +++++++--------------- src/vteinternal.hh | 3 +-- 2 files changed, 8 insertions(+), 17 deletions(-) commit a549ce853b6ab27a3232fb0d13c4424f1f5d259c Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 43 +++++++++++++++++++++---------------------- src/vteinternal.hh | 5 +++++ 2 files changed, 26 insertions(+), 22 deletions(-) commit 845d8642d56ecd8b7cb25b245c76a1c324ba1a54 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 108 +++++++++++++++++++++++++++++------------------------ src/vteinternal.hh | 5 +++ 2 files changed, 65 insertions(+), 48 deletions(-) commit 9f45ee1539d2a68a6c6e09146b3561105af61556 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 14 +++++++------- src/vteinternal.hh | 2 ++ 2 files changed, 9 insertions(+), 7 deletions(-) commit 50aee40af7d16c2bec82f4f8bcdd259b6913c541 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 63 ++++++++++++++++++++++++++++++------------------------ src/vteinternal.hh | 3 +++ 2 files changed, 38 insertions(+), 28 deletions(-) commit 5fc39f66440567e41cf0c0aaf8797de334c8cc00 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 2 -- src/vte.cc | 68 +++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 3 +++ src/vteseq.cc | 4 ++-- 4 files changed, 39 insertions(+), 38 deletions(-) commit 6c561ca49efa6281f591a06ce77915c6210b7d8e Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 17 +++++------------ src/vteinternal.hh | 2 ++ 2 files changed, 7 insertions(+), 12 deletions(-) commit 55fe25a20bacad07dea308507689e5e2552af797 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 19 +++++++++++++------ src/vteinternal.hh | 1 + 2 files changed, 14 insertions(+), 6 deletions(-) commit 98d51c8212fbb147a17b1ef9935e3bea29494515 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 17 +++++++++-------- src/vteinternal.hh | 4 ++++ src/vteseq.cc | 8 ++++---- 3 files changed, 17 insertions(+), 12 deletions(-) commit 84db51b761641c5647eb29efd7c4f67873de2a4d Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 98 +++++++++++++++++++++++++++++++----------------------- src/vteinternal.hh | 6 +++- 2 files changed, 61 insertions(+), 43 deletions(-) commit eb7fd88bdf596ac5dc5aaa5c36a2f9af15dbaeee Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 152 ++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 7 +++ 2 files changed, 83 insertions(+), 76 deletions(-) commit 9d6c04de35b5f6b0d1a1f7ecaf18c36bf14c8c5e Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Allow calling get_char_width/height on unrealized widget This isn't really ok, but somehow it's happening in gnome-terminal. https://bugzilla.gnome.org/show_bug.cgi?id=758841 src/vtegtk.cc | 2 -- 1 file changed, 2 deletions(-) commit 186b4f6a56f78f915ac24d43785aa6527567471b Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 1 - src/vte.cc | 10 ++++------ src/vteinternal.hh | 2 ++ src/vteseq.cc | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) commit 857961e340df503522ee2d1082520dbf715f76fd Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 a11y: Remove extraneous copying of a long-ish string Add a variant of ::get_text that returns the GString it uses internally anyway, instead of returning the text, and creating a new GString for the a11y layer. src/vte.cc | 51 +++++++++++++++++++++++++++++++++++++++++---------- src/vteaccess.cc | 18 +++++------------- src/vteinternal.hh | 31 +++++++++++++++++++++++-------- 3 files changed, 69 insertions(+), 31 deletions(-) commit efea3241838985c0d2c5da4c796c94fa65bc1941 Author: Christian Persch Date: Mon Nov 30 17:23:34 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 25 ------- src/vte.cc | 186 ++++++++++++++++++++++++++--------------------------- src/vteaccess.cc | 20 ++---- src/vtegtk.cc | 37 +++++------ src/vteinternal.hh | 25 +++++++ 5 files changed, 141 insertions(+), 152 deletions(-) commit 8ad4cadc7819f28909cf9648780f68028f0d570e Author: Christian Persch Date: Sun Nov 29 20:57:55 2015 +0100 pty: Factor out common code Both BSD openpty() opened and foreign FD cases need all three of these calls, so factor them out into a separate function. src/pty.cc | 77 ++++++++++++++++++++++++++------------------------------------ 1 file changed, 32 insertions(+), 45 deletions(-) commit aaa1149814aa703824551cbabaae72327ff569a8 Author: Christian Persch Date: Sun Nov 29 20:57:55 2015 +0100 pty: Use smart FD helper class Implicitly clean up on failure. src/pty.cc | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) commit 2aa91abdd34ef884430ae3d7de11ef6e198e0adf Author: Christian Persch Date: Sun Nov 29 20:57:55 2015 +0100 lib: Add smart FD helper class Add class that closes the FD in the destructor. src/vtetypes.cc | 24 ++++++++++++++++++++++++ src/vtetypes.hh | 21 +++++++++++++++++++++ 2 files changed, 45 insertions(+) commit ce8fc367e8c2f947d377a3258bd1b25435cd1c72 Author: Christian Persch Date: Sun Nov 29 20:57:55 2015 +0100 pty: Use helper class to restore errno src/pty.cc | 56 ++++++++++++++++++-------------------------------------- src/vtetypes.cc | 12 ++++++++++++ src/vtetypes.hh | 14 ++++++++++++++ 3 files changed, 44 insertions(+), 38 deletions(-) commit 9d93a052275e9d1315dd25d65e85af584be1220a Author: Christian Persch Date: Sun Nov 29 20:57:55 2015 +0100 pty: Simplify code https://bugzilla.gnome.org/show_bug.cgi?id=747046 src/pty.cc | 191 +++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 103 insertions(+), 88 deletions(-) commit 3816196e56a750888425e1460f1e4077c5a92dfa Author: Christian Persch Date: Sun Nov 29 20:57:55 2015 +0100 pty: Also set packet mode on foreign PTY src/pty.cc | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) commit 4d4fd1ed25816781e4f72ddd3f78eb0ca9073bf2 Author: Christian Persch Date: Sun Nov 29 20:57:55 2015 +0100 pty: Don't unset O_NONBLOCK and then set it again We were unsetting O_NONBLOCK on the PTY master's FD and then setting it again. Instead, just always set the flag. Fixes a FIXME. https://bugzilla.gnome.org/show_bug.cgi?id=747046 src/pty.cc | 59 ++++++++++++++++++++++++++++++----------------------------- src/vte.cc | 11 ++++------- 2 files changed, 34 insertions(+), 36 deletions(-) commit c7071e819b20f22cf4ec2b7abe6da1f49c6ceaed Author: Christian Persch Date: Sun Nov 29 20:57:55 2015 +0100 pty: Small code cleanup Just put the code at the only call site instead of in a separate function. https://bugzilla.gnome.org/show_bug.cgi?id=747046 src/pty.cc | 44 ++++++++++++-------------------------------- 1 file changed, 12 insertions(+), 32 deletions(-) commit d32fc8ffde983aeb31e9394d5a5e75b4df43a92d Author: Christian Persch Date: Sun Nov 29 20:57:54 2015 +0100 pty: Use FD_CLOEXEC when opening the PTY master https://bugzilla.gnome.org/show_bug.cgi?id=747046 src/pty.cc | 73 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 55 insertions(+), 18 deletions(-) commit 33361f1ec6e7d19a550f69c009fae9de88051646 Author: Christian Persch Date: Sun Nov 29 20:57:54 2015 +0100 pty: Simplify acquiring a new PTY master All supported OSes either use openpty (BSDs) or have posix_openpt (linux, illumos). So there is no need to offer a fallback to grantpt(3) or to opening /dev/ptmx directly. https://bugzilla.gnome.org/show_bug.cgi?id=747046 configure.ac | 2 +- src/pty.cc | 20 ++++---------------- 2 files changed, 5 insertions(+), 17 deletions(-) commit da1069a7efd6aed57cb8255a75a3e79410615a6e Author: Christian Persch Date: Sun Nov 29 20:57:54 2015 +0100 pty: Simplify unlockpt call There is no need to offer a fallback to ioctl(TIOCSPTLCK) since all supported OSes either don't use this code (BSDs) or have unlockpt(3) (linux, illumos). https://bugzilla.gnome.org/show_bug.cgi?id=747046 src/pty.cc | 66 ++++++++++++-------------------------------------------------- 1 file changed, 12 insertions(+), 54 deletions(-) commit 5a1b8bef8b1416948ce83e12bcd89f2a653a7549 Author: Christian Persch Date: Sun Nov 29 20:57:54 2015 +0100 pty: Simplify ptsname call There's no need to use ptsname_r here or offer a fallback to ioctl(TIOCGPTN), since all supported OSes (linux, BSDs, illumos) have ptsname(3). https://bugzilla.gnome.org/show_bug.cgi?id=747046 src/pty.cc | 71 +++++--------------------------------------------------------- 1 file changed, 5 insertions(+), 66 deletions(-) commit b59d76a5073d789f2f948cf928e883cb70cc8a75 Author: Christian Persch Date: Sun Nov 29 20:57:54 2015 +0100 pty: Always acquire the child FD by name This saves one file descriptor per terminal in gnome-terminal for the case where we open the PTY master with BSD openpty(). src/pty.cc | 109 ++++++++++++++++++------------------------------------------- 1 file changed, 32 insertions(+), 77 deletions(-) commit 3720b4d27a1d79247db9e368c09572beb42580b1 Author: Egmont Koblinger Date: Sun Nov 29 20:57:54 2015 +0100 pty: Use packet mode on the PTY This allows us to get informed when scroll lock changes. https://bugzilla.gnome.org/show_bug.cgi?id=755371 src/pty.cc | 26 +++++++++++++++++++++++++ src/vte.cc | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++--- src/vteinternal.hh | 6 +++++- 3 files changed, 84 insertions(+), 4 deletions(-) commit 280aa3be8175421d9982bb3b442472a4bef511ea Author: Christian Persch Date: Sun Nov 29 20:57:54 2015 +0100 Revert "pty: Use packet mode on the PTY" This reverts commit 512b3d5cf8165ba599e7ba60a0054dcaac9a71f7. src/pty.cc | 26 ------------------------- src/vte.cc | 56 +++--------------------------------------------------- src/vteinternal.hh | 6 +----- 3 files changed, 4 insertions(+), 84 deletions(-) commit 36c8284cfe0ddf21affaaaeb33ded32f4a1048ac Author: Christian Persch Date: Sun Nov 29 20:57:54 2015 +0100 Revert "pyt: Fix syntax error due missing bracket" This reverts commit 1e455473a45ff1a03c0444345b1017ac078f9778. src/pty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1e455473a45ff1a03c0444345b1017ac078f9778 Author: Rico Tzschichholz Date: Sun Nov 29 09:45:16 2015 +0100 pyt: Fix syntax error due missing bracket Introduced with 512b3d5cf8165ba599e7ba60a0054dcaac9a71f7 src/pty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 512b3d5cf8165ba599e7ba60a0054dcaac9a71f7 Author: Egmont Koblinger Date: Sat Nov 28 22:58:33 2015 +0100 pty: Use packet mode on the PTY This allows us to get informed when scroll lock changes. https://bugzilla.gnome.org/show_bug.cgi?id=755371 src/pty.cc | 26 +++++++++++++++++++++++++ src/vte.cc | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++--- src/vteinternal.hh | 6 +++++- 3 files changed, 84 insertions(+), 4 deletions(-) commit 3691ae3952062cba10beb5166559fba042a9adb3 Author: Christian Persch Date: Sat Nov 28 22:58:33 2015 +0100 Revert "pty: Use packet mode on the PTY" This reverts commit 06e794c1961195633ba80951ff4771be8e794cf4 since it broke when opening the PTY with openpty. src/pty.cc | 14 -------------- src/vte.cc | 56 +++--------------------------------------------------- src/vteinternal.hh | 6 +----- 3 files changed, 4 insertions(+), 72 deletions(-) commit b450109777c6e61b318056242d835de01c659233 Author: Christian Persch Date: Sat Nov 28 22:58:33 2015 +0100 emulation: Remove unused variable Leftover from commit 4ab677d4d8d273a969093b29b375c8054416df2e. https://bugzilla.gnome.org/show_bug.cgi?id=741402 src/vteseq.cc | 5 ----- 1 file changed, 5 deletions(-) commit f320f72b9d386d5f98df3f08ed41dc6c260ca570 Author: Christian Persch Date: Sat Nov 28 22:58:33 2015 +0100 build: Fix overlinking Fix the PTY concifugre checks to only check for BSD openpt when we have UNIX98 PTY support. This prevents us from always linking to libutil. configure.ac | 28 +++++++++++++++++++--------- src/Makefile.am | 1 + src/pty.cc | 3 +++ 3 files changed, 23 insertions(+), 9 deletions(-) commit fc48e46f827571582bef8aaecf39e9416558744c Author: Christian Persch Date: Sat Nov 28 22:58:33 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 3 -- src/vte.cc | 96 ++++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 7 ++++ src/vteseq.cc | 2 +- 4 files changed, 55 insertions(+), 53 deletions(-) commit 8d9644f127cc166ee5c018fe3bbfc7647897501d Author: Christian Persch Date: Sat Nov 28 22:58:33 2015 +0100 emulation: Improve debug output Print the value type of the parameters, too. src/vteseq.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 8504a6fd46790a819b139daeb650e98e43dd3801 Author: Christian Persch Date: Sat Nov 28 22:58:33 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 40 ++++++++++++++++++++++------------------ src/vteinternal.hh | 2 ++ 2 files changed, 24 insertions(+), 18 deletions(-) commit 5a7d57211e00b3ad1ca098cc12530fe122251370 Author: Christian Persch Date: Sat Nov 28 22:58:33 2015 +0100 widget: Remove unused code src/vte-private.h | 2 -- src/vte.cc | 16 ---------------- 2 files changed, 18 deletions(-) commit 6881d567339a49b8b5b5f531efbf51afa59f7f02 Author: Christian Persch Date: Sat Nov 28 22:58:33 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 35 ++++++++++++++++++----------------- src/vteinternal.hh | 2 ++ 2 files changed, 20 insertions(+), 17 deletions(-) commit b68a7db0dc8dc232e9d1750684b2571615df1a3f Author: Christian Persch Date: Sat Nov 28 22:58:32 2015 +0100 widget: Disconnect handler from our adjustment on finalize src/vte.cc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit 307a743a9e00e9dc848a4dcbe0cf919138c3e417 Author: Christian Persch Date: Sat Nov 28 22:58:32 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 62 ++++++++++++++++++++++++++++-------------------------- src/vteinternal.hh | 4 ++++ 2 files changed, 36 insertions(+), 30 deletions(-) commit ed88684dd80bdcf4bbd868c792b34fccb69ede30 Author: Christian Persch Date: Sat Nov 28 22:58:32 2015 +0100 widget: Rename a function parameter Rename the parameter so as not to be identical with a member variable. src/vte.cc | 66 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) commit 30e7f46f911f0c84e32e2057052d167dd01351ef Author: Christian Persch Date: Sat Nov 28 22:58:32 2015 +0100 lib: Rename type src/vte.cc | 4 ++-- src/vteinternal.hh | 6 +----- src/vtetypes.cc | 32 ++++++++++++++++++++++++++++++++ src/vtetypes.hh | 22 ++++++++++++++++++++++ 4 files changed, 57 insertions(+), 7 deletions(-) commit 6285c0271b6634a35a594b770980db7ba3a488f1 Author: Christian Persch Date: Sat Nov 28 22:58:32 2015 +0100 widget: Fix jittery cursor preventing mouse pointer hiding Only show the pointer again when the position actually changed. https://bugzilla.gnome.org/show_bug.cgi?id=688456 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 94f2e0fe254541ad6f282e419cae6abf20eeab77 Author: Christian Persch Date: Sat Nov 28 22:58:32 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 30 +++++++++++++++--------------- src/vteinternal.hh | 2 ++ 2 files changed, 17 insertions(+), 15 deletions(-) commit 53381e575587d08740a6d00dc70da3d93bba3ce1 Author: Christian Persch Date: Sat Nov 28 22:58:32 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit 898816907dfb099c85095cc4cf19ba5012e65718 Author: Christian Persch Date: Sat Nov 28 22:58:32 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 19 +++++++++---------- src/vteinternal.hh | 1 + 2 files changed, 10 insertions(+), 10 deletions(-) commit b93d4e5ea83a0b19c8402f11c0ffffdbc1d605e1 Author: Christian Persch Date: Sat Nov 28 22:58:31 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 187 +++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 6 ++ 2 files changed, 94 insertions(+), 99 deletions(-) commit f9ca64c0727092094f9cbbc2367825c8e6ee7365 Author: Christian Persch Date: Sat Nov 28 22:58:31 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 17 ++++++++--------- src/vteinternal.hh | 2 ++ 2 files changed, 10 insertions(+), 9 deletions(-) commit d240648b59818f144c3ce8e0faaeab06c1c693d6 Author: Christian Persch Date: Sat Nov 28 22:58:31 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 36 +++++++++++++++++++----------------- src/vteinternal.hh | 4 ++++ 2 files changed, 23 insertions(+), 17 deletions(-) commit 935b8c5e13e641fc1c47cd4770297b8d9fa24b9b Author: Christian Persch Date: Sat Nov 28 22:58:31 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 2 -- src/vte.cc | 16 +++++++--------- src/vteaccess.cc | 32 ++++++++++++++++---------------- src/vteinternal.hh | 2 ++ 4 files changed, 25 insertions(+), 27 deletions(-) commit fa8b20f8ffe1280a97d4202fc4a6275b346bca53 Author: Christian Persch Date: Sat Nov 28 22:58:31 2015 +0100 draw: Use double for alpha src/vtedraw.cc | 22 +++++++++++----------- src/vtedraw.h | 10 +++++----- 2 files changed, 16 insertions(+), 16 deletions(-) commit 06e794c1961195633ba80951ff4771be8e794cf4 Author: Egmont Koblinger Date: Wed Nov 25 20:40:17 2015 +0100 pty: Use packet mode on the PTY This allows us to get informed when scroll lock changes. https://bugzilla.gnome.org/show_bug.cgi?id=755371 src/pty.cc | 14 ++++++++++++++ src/vte.cc | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++--- src/vteinternal.hh | 6 +++++- 3 files changed, 72 insertions(+), 4 deletions(-) commit 1cda4819a09cb37013c6dfc0bada026cc448afb0 Author: Christian Persch Date: Wed Nov 25 20:40:17 2015 +0100 app: Fix crash with -T and make it work src/vteapp.c | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) commit 0d99a92a0ca205b4a7bda84a96d2c912b37cc8be Author: Christian Persch Date: Wed Nov 25 20:40:17 2015 +0100 build: Fix test-vtetypes build src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 86f206b3ec01033c07a76cf949276058489b53ee Author: Christian Persch Date: Tue Nov 24 23:10:00 2015 +0100 widget: Allow setting the cursor foreground colour Based on a patch by James Reed . https://bugzilla.gnome.org/show_bug.cgi?id=695011 doc/reference/vte-sections.txt | 1 + src/app.vala | 21 ++++++++++++----- src/caps.cc | 6 ++--- src/vte.cc | 51 +++++++++++++++++++++++++++++++++++------- src/vte/vteterminal.h | 2 ++ src/vteapp.c | 26 +++++++++++++++------ src/vtegtk.cc | 22 ++++++++++++++++++ src/vteinternal.hh | 2 ++ src/vterowdata.h | 3 ++- src/vteseq-n.gperf | 6 ++--- src/vteseq.cc | 10 ++++----- 11 files changed, 117 insertions(+), 33 deletions(-) commit 8e8f3d13d48e7ee8e767f87bd00580b4f50c2e1e Author: Christian Persch Date: Tue Nov 24 23:10:00 2015 +0100 widget: Use new colour class src/vte.cc | 364 +++++++++++++++++------------------------------------ src/vtegtk.cc | 25 +++- src/vteinternal.hh | 24 ++-- src/vteseq.cc | 66 ++-------- src/vtetypes.cc | 77 ++++++++++++ src/vtetypes.hh | 12 +- 6 files changed, 249 insertions(+), 319 deletions(-) commit 6d62287dbb8bfe405ac3a19965ea8cc3f79e87c0 Author: Christian Persch Date: Tue Nov 24 23:10:00 2015 +0100 lib: Add vte native colour class src/vte.cc | 78 +++++++++++++++++++++++++++--------------------------- src/vtedraw.cc | 14 +++++----- src/vtedraw.h | 9 ++++--- src/vteinternal.hh | 6 ++--- src/vteseq.cc | 10 +++---- src/vtetypes.cc | 8 ++++++ src/vtetypes.hh | 21 +++++++++++++++ 7 files changed, 88 insertions(+), 58 deletions(-) commit c8e8b7858db046cdbd83c82d400f53e2dc94430c Author: Christian Persch Date: Tue Nov 24 23:10:00 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 12 ++++++------ src/vteinternal.hh | 1 + src/vteseq.cc | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) commit 2e694d6df101d247bcc34f95cafca382494a0680 Author: Christian Persch Date: Tue Nov 24 23:09:59 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 55 ++++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 2 ++ src/vteseq.cc | 4 ++-- 3 files changed, 30 insertions(+), 31 deletions(-) commit 3d5391813bf6842d4d6842716657d68c12742c69 Author: Christian Persch Date: Tue Nov 24 23:09:59 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 1 - src/vte.cc | 23 +++++++++++------------ src/vteinternal.hh | 3 +++ src/vteseq.cc | 12 ++++++------ 4 files changed, 20 insertions(+), 19 deletions(-) commit 050a5d1cc778c5d20c6c96380116f88d2edf7e49 Author: Christian Persch Date: Tue Nov 24 23:09:59 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 1 - src/vte.cc | 26 +++++++++++++------------- src/vteinternal.hh | 1 + src/vteseq.cc | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) commit 49b2d891e48c18a1a2f1cb025d544cc5651c8812 Author: Christian Persch Date: Tue Nov 24 23:09:59 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 4 ---- src/vte.cc | 35 ++++++++++++++++++----------------- src/vteinternal.hh | 4 ++++ src/vteseq.cc | 18 +++++++++--------- 4 files changed, 31 insertions(+), 30 deletions(-) commit f4a63bcf3036a8a41a672df0072a2b2463650187 Author: Christian Persch Date: Tue Nov 24 23:09:59 2015 +0100 lib: Remove extra header src/Makefile.am | 1 - src/vte-private.h | 7 +++++++ src/vte.cc | 1 - src/vteaccess.cc | 1 - src/vteint.h | 35 ----------------------------------- 5 files changed, 7 insertions(+), 38 deletions(-) commit 64dd51792fe27c9c25ef0aa0c00cd21cbbda495a Author: Christian Persch Date: Sun Nov 22 21:07:03 2015 +0100 app: Intialise match to NULL Checking for regexes can return FALSE without NULLing out the elements of @matches, so don't rely on that. https://bugzilla.gnome.org/show_bug.cgi?id=758501 src/vteapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 380e3512fc23963cf7ad55994931a52480eda536 Author: Christian Persch Date: Sun Nov 22 21:07:03 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 38 +++++++++++++++++++------------------- src/vteinternal.hh | 2 ++ 2 files changed, 21 insertions(+), 19 deletions(-) commit e709005af49988b4e9ccf96fa872b08db8fed51e Author: Christian Persch Date: Sun Nov 22 21:07:03 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 6 ---- src/vte.cc | 83 +++++++++++++++++++------------------------------------ src/vteseq.cc | 18 ++++++------ 3 files changed, 38 insertions(+), 69 deletions(-) commit 1596a98941850097c749183c4d31c9313efccb17 Author: Christian Persch Date: Sun Nov 22 21:07:03 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 29 +++++++++++++---------------- src/vteinternal.hh | 2 ++ 2 files changed, 15 insertions(+), 16 deletions(-) commit 720022456476820d2003a10d28ecb06e2a56a35f Author: Christian Persch Date: Sun Nov 22 21:07:03 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 23 +++++++++-------------- src/vteinternal.hh | 1 + src/vteseq.cc | 2 +- 3 files changed, 11 insertions(+), 15 deletions(-) commit fff7bccaf74c8dcf941c599dbb9d6a7e43e81572 Author: Christian Persch Date: Sun Nov 22 21:07:03 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 32 ++++++++++++++++---------------- src/vteinternal.hh | 1 + 2 files changed, 17 insertions(+), 16 deletions(-) commit a601e38ef464b04e74f19eaa3a61680cdaa43ce8 Author: Christian Persch Date: Sun Nov 22 21:07:02 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 48 +++++++++++++++++++++--------------------------- src/vteinternal.hh | 3 +++ 2 files changed, 24 insertions(+), 27 deletions(-) commit 5491397569011253534c439415b2e7f9d9bac520 Author: Christian Persch Date: Sun Nov 22 21:07:02 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 76 ++++++++++++++++++++++-------------------------------- src/vteinternal.hh | 5 ++++ src/vteseq.cc | 12 ++++----- 3 files changed, 42 insertions(+), 51 deletions(-) commit ec70660a8ca21c892485c4035de67a2a4d609e10 Author: Christian Persch Date: Sun Nov 22 21:07:02 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 33 ++++++++++++++++----------------- src/vteinternal.hh | 3 +++ 2 files changed, 19 insertions(+), 17 deletions(-) commit 477bee2ee2f455b96fd110a4b2329696aee8a09a Author: Christian Persch Date: Sun Nov 22 21:07:02 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 33 +++++++++++++++++---------------- src/vteinternal.hh | 2 ++ 2 files changed, 19 insertions(+), 16 deletions(-) commit 14f8835b4aa89867e886a76165f62807abac6dee Author: Christian Persch Date: Sun Nov 22 21:07:02 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 3 --- src/vte.cc | 55 ++++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 5 +++++ src/vteseq.cc | 10 +++++----- 4 files changed, 36 insertions(+), 37 deletions(-) commit 8677e7aba76f58e505808a6a3553725192e1c036 Author: Christian Persch Date: Sun Nov 22 21:07:02 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 16 ++++++++-------- src/vtegtk.cc | 18 ++++++++++-------- src/vtegtk.hh | 2 ++ src/vteinternal.hh | 2 ++ 4 files changed, 22 insertions(+), 16 deletions(-) commit 0daa0e1dd80290cac0cd8acc36695fee00ae89f6 Author: Christian Persch Date: Sun Nov 22 21:07:02 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 14 +++++++------- src/vtegtk.cc | 17 +++++++++-------- src/vtegtk.hh | 1 + src/vteinternal.hh | 2 ++ 4 files changed, 19 insertions(+), 15 deletions(-) commit f05a63142ccd99b7ca8430dc1f5af914278b321f Author: Christian Persch Date: Sun Nov 22 21:07:02 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 11 ++++++----- src/vtegtk.cc | 17 +++++++++-------- src/vtegtk.hh | 1 + src/vteinternal.hh | 1 + 4 files changed, 17 insertions(+), 13 deletions(-) commit fd108be732d261e1d9175f580caaad73eb9a8702 Author: Christian Persch Date: Sun Nov 22 21:07:01 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 10 +++++----- src/vteinternal.hh | 1 + src/vteseq.cc | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) commit c2254c9c40f492f92c019e6c8c56abf2f6fba424 Author: Christian Persch Date: Sun Nov 22 21:07:01 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) commit 7fe792b2951ef9b16a434a2f3788caf01a3f4267 Author: Christian Persch Date: Sun Nov 22 21:07:01 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 41 +++++++++++++++++++++-------------------- src/vteinternal.hh | 3 +++ 2 files changed, 24 insertions(+), 20 deletions(-) commit 3f527d7292ff0a6bf4ac23f355fcaa1e29ca4ce2 Author: Christian Persch Date: Sun Nov 22 21:07:01 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 17 +++++------------ src/vteseq.cc | 10 +++++----- 2 files changed, 10 insertions(+), 17 deletions(-) commit 20aba53367a2c6c330acfebc56e76d507a15ef0e Author: Christian Persch Date: Fri Nov 20 20:58:31 2015 +0100 widget: Remove duplicated function This was doing exactly the same as connect_pty_read(), so just use that. src/vte.cc | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) commit 423063840d1304fdd7ff2d87f2041e70a07f599a Author: Christian Persch Date: Fri Nov 20 20:58:31 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 194 ++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 3 + 2 files changed, 98 insertions(+), 99 deletions(-) commit 8ea73b295bac5c5fd1fa37759140297d83c6cbb3 Author: Christian Persch Date: Fri Nov 20 20:58:31 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 58 +++++++++++++++++--------------------------- src/vtegtk.cc | 70 +++++++++++++++++++++++++++++------------------------- src/vtegtk.hh | 4 ++++ src/vteinternal.hh | 3 +++ 4 files changed, 66 insertions(+), 69 deletions(-) commit 9f871ca2a4b665aa56f3ca8954272c2b4fda16c0 Author: Christian Persch Date: Fri Nov 20 20:58:30 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 141 +++++++++++++++++++++++------------------------------ src/vtegtk.cc | 102 ++++++++++++++++++++------------------ src/vtegtk.hh | 6 +++ src/vteinternal.hh | 7 +++ src/vteseq.cc | 4 +- 5 files changed, 131 insertions(+), 129 deletions(-) commit 1a9a660f19e30a8047dd368cc2ddd7fef9bc0cdc Author: Christian Persch Date: Fri Nov 20 20:58:30 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 128 ++++++++++++++++++++--------------------------------- src/vtegtk.cc | 68 ++++++++++++++-------------- src/vtegtk.hh | 4 ++ src/vteinternal.hh | 2 + 4 files changed, 91 insertions(+), 111 deletions(-) commit b839eeba38aca1ece1e3b3a70751e32c2eff0024 Author: Christian Persch Date: Fri Nov 20 20:58:30 2015 +0100 widget: Inline function into the only caller src/vte.cc | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) commit fa006d1e1857f00be6a17404b4aff181daeb4e8f Author: Christian Persch Date: Fri Nov 20 20:58:30 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 52 +++++++++++++++++++++------------------------------- src/vteinternal.hh | 5 +++++ 2 files changed, 26 insertions(+), 31 deletions(-) commit f6843fcad89c8afa4029442ea2ca10fbd54af6e8 Author: Christian Persch Date: Fri Nov 20 20:58:30 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 116 ++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 5 +++ 2 files changed, 61 insertions(+), 60 deletions(-) commit c85982033570ea6c4fb95ec24436ca5c8576cbf3 Author: Christian Persch Date: Fri Nov 20 20:58:30 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 1 - src/vte.cc | 88 +++++++++++++++++++++++++----------------------------- src/vteinternal.hh | 3 ++ src/vteseq.cc | 12 ++++---- 4 files changed, 50 insertions(+), 54 deletions(-) commit 01d715dd650550cda744d4cf3f62794ebb667331 Author: Christian Persch Date: Fri Nov 20 20:58:30 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 96 ++++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 6 ++++ 2 files changed, 53 insertions(+), 49 deletions(-) commit b61b2a00c65e14904c98e561dc15e74416a645bc Author: Christian Persch Date: Fri Nov 20 20:58:29 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 59 +++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 4 ++++ 2 files changed, 34 insertions(+), 29 deletions(-) commit b584515ec18a1f0f3618c813474b9d92fbb9cd02 Author: Christian Persch Date: Fri Nov 20 20:58:29 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 23 ++++++++++++----------- src/vteinternal.hh | 3 +++ 2 files changed, 15 insertions(+), 11 deletions(-) commit 347d244f68b1d32fd27a629b4b631ae45b72dfce Author: Piotr Drąg Date: Fri Nov 20 18:54:59 2015 +0100 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 8d234271b43ad7cd76a9fb2422059149497a578a Author: Christian Persch Date: Wed Nov 18 22:04:04 2015 +0100 build: Try to fix the --without-pcre2 build https://bugzilla.gnome.org/show_bug.cgi?id=758306 src/vtegtk.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 3b20a4b4593d8506c0be6c7c3a25d360e69e4757 Author: Christian Persch Date: Wed Nov 18 21:15:47 2015 +0100 doc: Remove vte.cc from files to look for docs in All documented public API has moved to vtegtk.cc. src/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit 127802a830e5dc7bc3c6e017535c759a026ee704 Author: Christian Persch Date: Wed Nov 18 21:15:47 2015 +0100 widget: Move some public API to its own file src/vte.cc | 181 +++++++++++++++++++++++++---------------------------- src/vtegtk.cc | 20 ++++++ src/vteinternal.hh | 10 +++ 3 files changed, 117 insertions(+), 94 deletions(-) commit b40b51cd97f59db2cd249ed8d3a4454b8d1a9dd1 Author: Christian Persch Date: Wed Nov 18 21:15:46 2015 +0100 widget: Move some public API to its own file src/vte.cc | 64 +++++++++++++++++++++++++++--------------------------- src/vtegtk.cc | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 7 ++++++ 3 files changed, 99 insertions(+), 32 deletions(-) commit 015a1e45484fc28f235d0753cf4442acae2f92e3 Author: Christian Persch Date: Wed Nov 18 21:15:46 2015 +0100 widget: Move some public API to its own file src/vte.cc | 102 +++++++++++++------------------------------- src/vtegtk.cc | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 12 ++++++ 3 files changed, 162 insertions(+), 73 deletions(-) commit b921f1a59646bf4f3979ecc59520c66b5886d8b2 Author: Christian Persch Date: Wed Nov 18 21:15:46 2015 +0100 widget: Move some public API to its own file src/vte.cc | 140 +++++++++++++++++-------------------------------- src/vtegtk.cc | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 10 ++++ 3 files changed, 208 insertions(+), 93 deletions(-) commit b71eb78b81d1670d58a8c91e0b152e3c6172c55b Author: Christian Persch Date: Wed Nov 18 21:15:46 2015 +0100 widget: Move some public API to its own file src/vte.cc | 13 ------------- src/vtegtk.cc | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) commit fcbf96505dc472b277b5d7984bea368fffd876f2 Author: Christian Persch Date: Wed Nov 18 21:15:46 2015 +0100 widget: Move some public API to its own file src/vte.cc | 36 +++++++----------------------------- src/vtegtk.cc | 35 +++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 1 + 3 files changed, 43 insertions(+), 29 deletions(-) commit 833f4470234e11901ac0b688856703c9851ad14c Author: Christian Persch Date: Wed Nov 18 21:15:46 2015 +0100 widget: Move some public API to its own file src/vte.cc | 233 ++++++++++++++++++----------------------------------- src/vtegtk.cc | 121 ++++++++++++++++++++++++++++ src/vteinternal.hh | 12 +++ 3 files changed, 213 insertions(+), 153 deletions(-) commit 4133cc643fa27bd3cd2f291d6f6b02077572130a Author: Christian Persch Date: Wed Nov 18 21:15:46 2015 +0100 widget: Move some public API to its own file src/vte.cc | 31 +++++-------------------------- src/vtegtk.cc | 28 ++++++++++++++++++++++++++++ src/vteinternal.hh | 2 ++ 3 files changed, 35 insertions(+), 26 deletions(-) commit 33fd0f1f9a2f672f6e791b3675552e79d0e7492e Author: Christian Persch Date: Wed Nov 18 21:15:46 2015 +0100 widget: Move some public API to its own file src/vte.cc | 41 ++++++++++------------------------------- src/vtegtk.cc | 31 +++++++++++++++++++++++++++++++ src/vteinternal.hh | 3 +++ 3 files changed, 44 insertions(+), 31 deletions(-) commit 3463580779bdd9d9483e0bb24f86feb89012ef35 Author: Christian Persch Date: Wed Nov 18 21:15:45 2015 +0100 widget: Move some public API to its own file src/vte-private.h | 1 + src/vte.cc | 174 ++++++++++++----------------------------------------- src/vtegtk.cc | 135 ++++++++++++++++++++++++++++++++++++++++- src/vteinternal.hh | 11 +++- 4 files changed, 182 insertions(+), 139 deletions(-) commit 693eead2c394e6bc6f3e26f52f3b3122aa705e67 Author: Christian Persch Date: Wed Nov 18 21:15:45 2015 +0100 widget: Move some public API to its own file src/vte.cc | 39 ++++++++++++--------------------------- src/vtegtk.cc | 30 ++++++++++++++++++++++++++++++ src/vteinternal.hh | 2 ++ 3 files changed, 44 insertions(+), 27 deletions(-) commit 68c4fcba7ab395648ae32035f86c72e6e4f17d3e Author: Christian Persch Date: Wed Nov 18 21:15:45 2015 +0100 widget: Move some public API to its own file src/vte-private.h | 25 +++++++++ src/vte.cc | 156 +++--------------------------------------------------- src/vtegtk.cc | 120 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 153 insertions(+), 148 deletions(-) commit 44a098bb8418afd5a5f306b0d3e7de2c0c4bb06b Author: Christian Persch Date: Wed Nov 18 21:15:45 2015 +0100 widget: Move some public API to its own file src/vte.cc | 22 ---------------------- src/vtegtk.cc | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 22 deletions(-) commit 8150979a5c4890042f975d55bf4e50ba2fd82a4b Author: Christian Persch Date: Wed Nov 18 21:15:45 2015 +0100 widget: Move some public API to its own file src/vte.cc | 87 +++++++++++++++++++++--------------------------------- src/vtegtk.cc | 29 ++++++++++++++++++ src/vteinternal.hh | 4 +++ 3 files changed, 67 insertions(+), 53 deletions(-) commit dacf0e4ad5686be0662fa82223965acfbd683392 Author: Christian Persch Date: Wed Nov 18 21:15:44 2015 +0100 widget: Move some public API to its own file src/vte.cc | 133 +++++++++++++++-------------------------------------- src/vtegtk.cc | 73 +++++++++++++++++++++++++++++ src/vteinternal.hh | 3 ++ 3 files changed, 114 insertions(+), 95 deletions(-) commit 9717f9c6c329dfed4d84e3c706161d18041984ac Author: Christian Persch Date: Wed Nov 18 21:15:44 2015 +0100 widget: Move some public API to its own file src/vte.cc | 60 +++++++++++++++++++++++------------------------------- src/vtegtk.cc | 20 ++++++++++++++++++ src/vteinternal.hh | 4 ++++ 3 files changed, 49 insertions(+), 35 deletions(-) commit 6b838455866a14aa19a3d67ad67d9eb81fb61a1f Author: Christian Persch Date: Wed Nov 18 21:15:44 2015 +0100 widget: Move some public API to its own file src/vte.cc | 91 ++++++++---------------------------------------------- src/vtegtk.cc | 70 +++++++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 2 ++ 3 files changed, 85 insertions(+), 78 deletions(-) commit 6ef6503e6f51b6f173018de1b810cb2566b06f41 Author: Christian Persch Date: Wed Nov 18 21:15:44 2015 +0100 widget: Move some public API to its own file src/vte.cc | 48 +++++++++++++----------------------------------- src/vtegtk.cc | 37 +++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 3 +++ 3 files changed, 53 insertions(+), 35 deletions(-) commit 3326680f18062a1b752190c0ceb52af7a99af921 Author: Christian Persch Date: Wed Nov 18 21:15:44 2015 +0100 widget: Move some public API to its own file src/vte.cc | 41 ++++++----------------------------------- src/vtegtk.cc | 33 +++++++++++++++++++++++++++++++++ src/vteinternal.hh | 1 + 3 files changed, 40 insertions(+), 35 deletions(-) commit 868dbdf6d938c05c51c994c454a73ffd999d430d Author: Christian Persch Date: Wed Nov 18 21:15:44 2015 +0100 widget: Move some public API to its own file src/vte.cc | 80 ----------------------------------------------------------- src/vtegtk.cc | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 80 deletions(-) commit bf43c5bd76ba25e93bd0e2dfee069a714a0dc49c Author: Christian Persch Date: Wed Nov 18 21:15:44 2015 +0100 widget: Move some public API to its own file src/vte.cc | 86 +++++++++--------------------------------------------- src/vtegtk.cc | 68 ++++++++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 2 ++ 3 files changed, 84 insertions(+), 72 deletions(-) commit 13b9d230f9e2085c96eb8d627b36e9048b72632e Author: Christian Persch Date: Wed Nov 18 21:15:43 2015 +0100 widget: Move some public API to its own file src/vte.cc | 86 +++++++++++++++++++----------------------------------- src/vtegtk.cc | 30 +++++++++++++++++++ src/vteinternal.hh | 1 + 3 files changed, 61 insertions(+), 56 deletions(-) commit 69eae8dbec809f93da99eaf8a7d8a6e76a693414 Author: Christian Persch Date: Wed Nov 18 21:15:43 2015 +0100 widget: Move some public API to its own file src/vte.cc | 59 +++++++++++------------------------------------------- src/vtegtk.cc | 40 ++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 2 ++ 3 files changed, 54 insertions(+), 47 deletions(-) commit d7ead63ba5748f6423ac38dcc47c494985d65cfa Author: Christian Persch Date: Wed Nov 18 21:15:43 2015 +0100 widget: Move some public API to its own file src/vte.cc | 49 +++++++------------------------------------------ src/vtegtk.cc | 37 +++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 1 + 3 files changed, 45 insertions(+), 42 deletions(-) commit 7dcde662ac7807c1d140b9431f49f7082cae3328 Author: Christian Persch Date: Wed Nov 18 21:15:43 2015 +0100 widget: Move some public API to its own file src/vte.cc | 57 ++++++++++++++++-------------------------------------- src/vtegtk.cc | 28 +++++++++++++++++++++++++++ src/vteinternal.hh | 5 +++++ 3 files changed, 50 insertions(+), 40 deletions(-) commit b6dfda45b8187a38684c6aaf1fa4ea073a9c7f5e Author: Christian Persch Date: Wed Nov 18 21:15:43 2015 +0100 widget: Move some public API to its own file src/vte.cc | 82 ----------------------------------------------------------- src/vtegtk.cc | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 82 deletions(-) commit f6783f8b5b60711bca9f385585976ba9722df9da Author: Christian Persch Date: Wed Nov 18 21:15:43 2015 +0100 widget: Move some public API to its own file src/vte.cc | 110 +++++++++++++++++------------------------------------ src/vtegtk.cc | 40 +++++++++++++++++++ src/vteinternal.hh | 2 + 3 files changed, 76 insertions(+), 76 deletions(-) commit 2386a71dfd5c04c11c6b41110cf6b157745a230e Author: Christian Persch Date: Wed Nov 18 21:15:43 2015 +0100 widget: Move some public API to its own file src/vte.cc | 37 ++++++------------------------------- src/vtegtk.cc | 34 ++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 5 +++++ 3 files changed, 45 insertions(+), 31 deletions(-) commit 95f1b9900e744b4dd9520ae7372333b5a00c5a20 Author: Christian Persch Date: Wed Nov 18 21:15:43 2015 +0100 widget: Move some public API to its own file src/vte.cc | 126 +++++++++++++++++------------------------------------ src/vtegtk.cc | 78 +++++++++++++++++++++++++++++++++ src/vteinternal.hh | 7 +++ 3 files changed, 126 insertions(+), 85 deletions(-) commit 72b1185d2e1b0c5b5b481fb9f8ca7701dbc5d4da Author: Christian Persch Date: Wed Nov 18 21:15:42 2015 +0100 widget: Move some public API to its own file src/vte.cc | 236 ++++++++++++++++++++--------------------------------- src/vtegtk.cc | 63 ++++++++++++++ src/vteinternal.hh | 20 +++++ 3 files changed, 172 insertions(+), 147 deletions(-) commit 12c085fc5786070decf0d36d8627d61a3bc5f188 Author: Christian Persch Date: Wed Nov 18 21:15:42 2015 +0100 widget: Move some public API to its own file src/vte.cc | 60 ++++++++++++++++-------------------------------------- src/vtegtk.cc | 33 ++++++++++++++++++++++++++++++ src/vteinternal.hh | 2 ++ 3 files changed, 53 insertions(+), 42 deletions(-) commit 620e9dfd4b478c163f08007fd4134d20e3af10ba Author: Christian Persch Date: Wed Nov 18 21:15:42 2015 +0100 widget: Move some public API to its own file src/vte.cc | 70 +++++++++++++++++------------------------------------- src/vtegtk.cc | 50 ++++++++++++++++++++++++++++++++++++++ src/vteinternal.hh | 6 +++++ 3 files changed, 78 insertions(+), 48 deletions(-) commit 8cd11ab2fe6bc47bd1b9e838f74f17330581b183 Author: Christian Persch Date: Wed Nov 18 21:15:42 2015 +0100 widget: Move some public API to its own file src/vte.cc | 185 ---------------------------------------------------------- src/vtegtk.cc | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 184 insertions(+), 185 deletions(-) commit 09a4be833e159de520df013f7ba12dbca6bd74d7 Author: Christian Persch Date: Wed Nov 18 21:15:42 2015 +0100 widget: Move VteTerminal widget to its own file src/Makefile.am | 3 + src/vte-private.h | 4 - src/vte.cc | 1528 ++-------------------------------------------------- src/vtegtk.cc | 1405 +++++++++++++++++++++++++++++++++++++++++++++++ src/vtegtk.hh | 69 +++ src/vteinternal.hh | 13 + 6 files changed, 1537 insertions(+), 1485 deletions(-) commit ba4be57f40974a5521a262990968f6c1937cd1ad Author: Christian Persch Date: Wed Nov 18 21:15:42 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 158 +++++++++++++++++++++++++++-------------------------- src/vteinternal.hh | 20 ++++++- 2 files changed, 99 insertions(+), 79 deletions(-) commit 262c81e3ff05369a511ab7a7065e5570f560d299 Author: Christian Persch Date: Wed Nov 18 21:15:42 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 217 ++++++++++++++++++++++++++++------------------------- src/vteinternal.hh | 45 ++++++++++- 2 files changed, 159 insertions(+), 103 deletions(-) commit bb8573e2259586d58f9356f0aa1cde14f7cb14b4 Author: Christian Persch Date: Wed Nov 18 21:15:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 104 +++++++++++++++++++++++++++++------------------------ src/vteinternal.hh | 5 +++ 2 files changed, 63 insertions(+), 46 deletions(-) commit fa5b4adc5db80150ffe087a25fbe67e2dfabc058 Author: Christian Persch Date: Wed Nov 18 21:15:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 34 ++++++++++++++++++++-------------- src/vteinternal.hh | 1 + 2 files changed, 21 insertions(+), 14 deletions(-) commit 9835fdf0540fae1859b6eea6ae775e1d0e733ca1 Author: Christian Persch Date: Wed Nov 18 21:15:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 39 ++++++++++++++++++++++----------------- src/vteinternal.hh | 1 + 2 files changed, 23 insertions(+), 17 deletions(-) commit ed6ce8e06d3dce921e6eb84e41e646de55c60e73 Author: Christian Persch Date: Wed Nov 18 21:15:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 178 ++++++++++++++++++++++++++++------------------------- src/vteinternal.hh | 15 +++++ 2 files changed, 110 insertions(+), 83 deletions(-) commit c53ec0826e3cde95545b56b2c07bd2f88bf1dfa6 Author: Christian Persch Date: Wed Nov 18 21:15:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 83 ++++++++++++++++++++++++++++-------------------------- src/vteinternal.hh | 1 + 2 files changed, 44 insertions(+), 40 deletions(-) commit fe3d03a70a3870ad55bfde563736c86c88aa39b5 Author: Christian Persch Date: Wed Nov 18 21:15:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 67 +++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 4 ++++ 2 files changed, 38 insertions(+), 33 deletions(-) commit e28c519d0ca6df77768f8f366c5dd0e6f820a618 Author: Christian Persch Date: Wed Nov 18 21:15:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 40 +++++++++++++++++----------------------- src/vteinternal.hh | 2 ++ 2 files changed, 19 insertions(+), 23 deletions(-) commit 6620724a6e5280ed9128c45e2f236df5d0278553 Author: Christian Persch Date: Wed Nov 18 21:15:41 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 50 ++++++++++++++++++++++++++++++++++++-------------- src/vteinternal.hh | 2 ++ 2 files changed, 38 insertions(+), 14 deletions(-) commit ab70fd4c7105232e27710c684df301513311a744 Author: Christian Persch Date: Wed Nov 18 21:15:40 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 158 ++++++++++++++++++++++++++++------------------------- src/vteinternal.hh | 7 +++ 2 files changed, 90 insertions(+), 75 deletions(-) commit 06fe2bc7b129f7b09d28e6655d5a2de63603073c Author: Christian Persch Date: Wed Nov 18 21:15:40 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 203 +++++++++++++++++++++++++++-------------------------- src/vteinternal.hh | 15 ++++ 2 files changed, 118 insertions(+), 100 deletions(-) commit 36862a5ba2b8ae5466e2f0b43249b7eebf144970 Author: Christian Persch Date: Wed Nov 18 21:15:40 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 6 +++--- src/vteinternal.hh | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) commit bfa4a2bf60d60840380ae452a58bed8c95f47e7d Author: Christian Persch Date: Wed Nov 18 21:15:40 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 2 -- src/vte.cc | 20 +++++--------------- src/vteinternal.hh | 3 +++ src/vteseq.cc | 2 +- 4 files changed, 9 insertions(+), 18 deletions(-) commit 999f2322d5d06f07eb7033f9de97cf575b2fb4f8 Author: Christian Persch Date: Wed Nov 18 21:15:40 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 34 +++++++++++++++++----------------- src/vteinternal.hh | 2 ++ 2 files changed, 19 insertions(+), 17 deletions(-) commit d362ef8eff7f794b06fa0d70fc90192da2f317d0 Author: Christian Persch Date: Wed Nov 18 21:15:40 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 67 +++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 3 +++ 2 files changed, 36 insertions(+), 34 deletions(-) commit 1493f89653b3722970a60c29074efd85b47342a6 Author: Christian Persch Date: Wed Nov 18 21:15:40 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte-private.h | 1 - src/vte.cc | 40 +++++++++++++++++++--------------------- src/vteinternal.hh | 6 ++++++ src/vteseq.cc | 2 +- 4 files changed, 26 insertions(+), 23 deletions(-) commit 314214ec90c84862ab3614a78bd40d93af94cc1b Author: Christian Persch Date: Wed Nov 18 21:15:39 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 68 ++++++++++++++++++++++++++++++------------------------ src/vteinternal.hh | 6 +++++ 2 files changed, 44 insertions(+), 30 deletions(-) commit 44d5ef68eda5ab1b8c14012846c94b5dc3742fa8 Author: Christian Persch Date: Wed Nov 18 21:15:39 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 238 +++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 18 ++++ 2 files changed, 132 insertions(+), 124 deletions(-) commit 18caf6fb7b0ac97b4c19bde859fb1b6955f43017 Author: Christian Persch Date: Wed Nov 18 21:15:39 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 18 ++++++++---------- src/vteinternal.hh | 5 +++-- src/vteseq.cc | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) commit 5cbae82e5bcdbb9ac6cfbc978486566919d90b33 Author: Christian Persch Date: Wed Nov 18 21:15:39 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 124 ++++++++++++++++++++++++++--------------------------- src/vteinternal.hh | 20 +++++++++ 2 files changed, 80 insertions(+), 64 deletions(-) commit 7455d104f7858ab5e95c9970b9fe999b45ddf871 Author: Christian Persch Date: Wed Nov 18 21:15:39 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 38 +++++++++++++++++++------------------- src/vteinternal.hh | 7 +++++++ 2 files changed, 26 insertions(+), 19 deletions(-) commit 4cb111a87c2176f8c6c3e87285e5952ec94e1288 Author: Christian Persch Date: Wed Nov 18 21:15:39 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 28 ++++++++++++++-------------- src/vteinternal.hh | 1 + 2 files changed, 15 insertions(+), 14 deletions(-) commit 0748ca9f45cf9821588b852a9b2e2eea9570bced Author: Christian Persch Date: Wed Nov 18 21:15:39 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 52 ++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 3 +++ 2 files changed, 27 insertions(+), 28 deletions(-) commit 92231f7dc3f758d1b071cde6e2773c3e45835bc6 Author: Christian Persch Date: Wed Nov 18 21:15:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 175 +++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 47 ++++++++++++++ 2 files changed, 128 insertions(+), 94 deletions(-) commit 4924ddb5199f2553cdd42cc2321e41f0fd48fa12 Author: Christian Persch Date: Wed Nov 18 21:15:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 83 ++++++++++++++++++++++++++---------------------------- src/vteinternal.hh | 11 ++++++++ 2 files changed, 51 insertions(+), 43 deletions(-) commit cc4e7634a6632da7d0428b7890a6d496c9ea1523 Author: Christian Persch Date: Wed Nov 18 21:15:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 20 +++++++++++++------- src/vteinternal.hh | 4 ++++ 2 files changed, 17 insertions(+), 7 deletions(-) commit 068a54b232f4cae4f3ddbe6567287c0159b7d044 Author: Christian Persch Date: Wed Nov 18 21:15:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/vte.cc | 81 +++++++++++++++++++++++++++++------------------------- src/vteinternal.hh | 11 ++++++++ 2 files changed, 54 insertions(+), 38 deletions(-) commit 10e4a40a597a9120a683f6db7fb1f4f66734e078 Author: Christian Persch Date: Wed Nov 18 21:15:38 2015 +0100 widget: Move some methods to VteTerminalPrivate src/Makefile.am | 2 + src/vte.cc | 117 +++++++++++++++++++++++++++++++++++------------------ src/vteinternal.hh | 23 +++++++++++ 3 files changed, 102 insertions(+), 40 deletions(-) commit 741a173ce53af8b06f244969eb6b6e2af0927e79 Author: Christian Persch Date: Wed Nov 18 21:15:38 2015 +0100 lib: Add grid coordinate and span types Add vte::grid:coords to hold a (column, row) pair, and vte::grid::span to hold a pair of (start, end) coordinates. They will be used to replace passing separate (column, row) pairs around in arguments and data structures. Also contains tests for the member functions, and static assertion to test the size of these structs, and ensure they are and stay POD. src/Makefile.am | 36 ++++++++++- src/vtetypes.cc | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vtetypes.hh | 83 +++++++++++++++++++++++++ 3 files changed, 306 insertions(+), 2 deletions(-) commit af1034801a0d5946694ae6590a9032de1965ede1 Author: Christian Persch Date: Wed Nov 18 21:15:38 2015 +0100 doc: Tiny fix src/vte.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit fa3ea1e3a20c2b8d1084b462f74c2dbdcc5afcd8 Author: Christian Persch Date: Fri Nov 13 18:27:16 2015 +0100 widget: Rename some function parameters Don't use the same name for function parameters as for members in VteTerminalPrivate. src/vte.cc | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) commit 5a8d5dc512df5c490b7c5f4c355feabe58a99d2c Author: Christian Persch Date: Fri Nov 13 18:27:15 2015 +0100 widget: Store the VteTerminal in VteTerminalPrivate src/vte.cc | 2 +- src/vteinternal.hh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) commit 2ecc4f1e56d8f116b777d6426594ab0ea7b7e08c Author: Christian Persch Date: Fri Nov 13 18:25:34 2015 +0100 app: Disable menubar accel Prevent the gtk+ CSD decorations from handling F10, which belongs to the terminal, like ALL keys. src/vteapp.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 78c05007983fa2f8fe09bc04be944c33643ee38c Author: Christian Persch Date: Fri Nov 13 11:11:31 2015 +0100 app: Disable menubar accel Prevent the gtk+ CSD decorations from handling F10, which belongs to the terminal, like ALL keys. src/app.vala | 6 ++++++ 1 file changed, 6 insertions(+) commit 5fabb012bb9a99d5297c41df32760a6a3180a1d7 Author: Christian Persch Date: Tue Nov 10 21:33:07 2015 +0100 build: Add m4 macro to check for C++11 ... and move the macros from acinclude.m4 to their own file in m4/. configure.ac | 3 +- acinclude.m4 => m4/attributes.m4 | 0 m4/ax_cxx_compile_stdcxx_11.m4 | 165 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 167 insertions(+), 1 deletion(-) commit e8964d96155dc992b951dd8ab5850b1376d0f254 Author: Christian Persch Date: Tue Nov 10 21:33:07 2015 +0100 selection: Simplify code vte_cell_is_between is only ever called with inclusive=TRUE, so drop that parameter. TODO: cleanup this function! src/vte.cc | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) commit 7d0defc5a1e22d335da130cf9a09835a9dc82e2e Author: Egmont Koblinger Date: Mon Nov 2 21:24:37 2015 +0100 debug: Fix some messages src/vte.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 624f9f90d70ff9cb86b3424d75d7ca4a2e7774c6 Author: Egmont Koblinger Date: Mon Nov 2 21:16:14 2015 +0100 widget: Fix the adjustment's upper boundary This is necessary for the contents to look properly when placed inside a GtkScrolledWindow. https://bugzilla.gnome.org/show_bug.cgi?id=757448 src/vte.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 08d172395c089aa45e531a07eb0af8ce1e9eeae0 Author: Cédric Valmary Date: Sat Oct 31 06:18:41 2015 +0000 Updated Occitan translation po/oc.po | 63 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 29 insertions(+), 34 deletions(-) commit b6f37954e390b5987a31414ec3539a607f7ba0ac Author: Egmont Koblinger Date: Sat Oct 24 01:13:17 2015 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa7120c2e359bb5d6d0b0ec6c1e0eecf0583be03 (tag: 0.43.0) Author: Egmont Koblinger Date: Sat Oct 24 01:06:44 2015 +0200 doc: Fix vte-regex's section doc/reference/vte-sections.txt | 1 + 1 file changed, 1 insertion(+) commit a9b0b4c75a6dc7282f7cfcaef71413d69f7f0731 Author: Egmont Koblinger Date: Sat Oct 24 00:12:22 2015 +0200 widget: Implement smooth scrolling Scroll the history (scrollback buffer) by pixels rather than rows. This gives a better user experience especially with touchpads. Also, use the extra area at the bottom (if the window is not grid-aligned) to show some text when scrolling. https://bugzilla.gnome.org/show_bug.cgi?id=746690 src/vte-private.h | 5 - src/vte.cc | 623 +++++++++++++++++++++++++++++------------------------ src/vteaccess.cc | 5 +- src/vteinternal.hh | 3 +- 4 files changed, 349 insertions(+), 287 deletions(-) commit ebaf644b04243e4130c0fc787e4d83904ce3dc97 Author: Christian Persch Date: Wed Oct 21 11:52:29 2015 +0200 Revert "selection: Simplify code" This reverts commit 2a321165c62c7362b9d225d98e6cc153b6817f8c. src/vte.cc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) commit 2a321165c62c7362b9d225d98e6cc153b6817f8c Author: Christian Persch Date: Fri Oct 16 21:30:12 2015 +0200 selection: Simplify code vte_cell_is_between is only ever called with inclusive=TRUE, so drop that parameter. TODO: cleanup this function! src/vte.cc | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) commit 7f74ef1e23ee5120bfc37f5daa0fc068fcbe6eae Author: Christian Persch Date: Thu Jun 11 22:13:53 2015 +0200 vteapp: Fix option src/app.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dd31529f5a79b0018b9aff03beb0335c7e6b6c8f Author: Christian Persch Date: Thu Oct 15 20:28:16 2015 +0200 regex: Fix crash on match_check Always pass non-NULL @tag. src/vte.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 05c680acb0c5a875947db6072717d97ac7d072f9 Author: Egmont Koblinger Date: Mon Oct 12 20:59:28 2015 +0200 widget: Filter out most of the control characters when pasting https://bugzilla.gnome.org/show_bug.cgi?id=753197 src/vte.cc | 50 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 11 deletions(-) commit be69524c255f98a0a49a629b55f5eeeaabb68eb6 Author: Christian Persch Date: Mon Oct 12 19:58:18 2015 +0200 regex: Don't expose PCRE2 in the API Until there's a real need to, don't use PCRE2 types in our API. doc/reference/vte-sections.txt | 2 -- src/vte.cc | 4 ++-- src/vte/vteregex.h | 17 ++--------------- src/vteregex.cc | 15 ++++++++++----- src/vteregexinternal.hh | 4 ++++ 5 files changed, 18 insertions(+), 24 deletions(-) commit eb3040df084ffcae55ffe46d508ae9c22f051dec Author: Christian Persch Date: Mon Oct 12 19:58:18 2015 +0200 regex: Forbid \C in regexes configure.ac | 2 +- src/vteregex.cc | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) commit a04e393cf8f1a95e2b04f10fb06783bbcd72104d Author: Egmont Koblinger Date: Thu Oct 8 23:15:23 2015 +0200 regex: Fix row number in the new vte_terminal_event_* methods src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 82b25d0c65eebaad65a535502af2a26abaa64531 Author: Christian Persch Date: Thu Oct 8 14:31:26 2015 +0200 regex: Fix parameter name in documentation src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 17c23b253eb96227d036768ebbf101930aadec73 Author: Samuel Thibault Date: Thu Oct 1 01:33:00 2015 +0200 a11y: Emit missing space character insertion When backspacing over space, content comparison would not find any difference, so vte always emits a space character deletion by hand, so that screen readers speak it, see bug 150858. That however makes the announced text incoherent, thus confusing brltty. This commit adds emitting a space character insertion, to get back to coherent content. https://bugzilla.gnome.org/show_bug.cgi?id=150858 https://bugzilla.gnome.org/show_bug.cgi?id=754964 src/vteaccess.cc | 2 ++ 1 file changed, 2 insertions(+) commit 9201006aa1b06ccf8de4cf41f42456f7f87693ed Author: Christian Persch Date: Wed Oct 7 22:29:16 2015 +0200 regex: Fix build without PCRE2 src/vte.cc | 4 ++++ src/vteapp.c | 2 ++ 2 files changed, 6 insertions(+) commit 71944514e7d8837c624933f65bf716d9106dea88 Author: Christian Persch Date: Wed Oct 7 22:15:06 2015 +0200 regex: Add API to check if some regexes match at an event position https://bugzilla.gnome.org/show_bug.cgi?id=741728 doc/reference/vte-sections.txt | 2 + src/vte.cc | 190 ++++++++++++++++++++++++++++++++++++++--- src/vte/vtedeprecated.h | 8 ++ src/vte/vteterminal.h | 6 ++ src/vteapp.c | 39 +++++++-- 5 files changed, 227 insertions(+), 18 deletions(-) commit b9f2f05eba85bab72db475e0dc2738de7b553eeb Author: Christian Persch Date: Wed Oct 7 22:15:06 2015 +0200 vteapp: Use vte_terminal_match_check_event src/vteapp.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) commit e5c69d6584c124e774b5f7d9938b12ec1a242e17 Author: Christian Persch Date: Wed Oct 7 22:15:06 2015 +0200 regex: Use unsigned for offsets into match_contents Except when matching with GRegex, since its API returns ints src/vte.cc | 75 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 38 insertions(+), 37 deletions(-) commit d665b6ceebabdc65d2c2b105369ebae95542a8ff Author: Christian Persch Date: Wed Oct 7 22:15:05 2015 +0200 regex: Restructure code Factor out actually matching the regex against the subject into its own function, in preparation for adding extra regex matching. src/vte.cc | 483 ++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 273 insertions(+), 210 deletions(-) commit f18cf1d9cacf4ad439cfef7b745a62db698561cc Author: Christian Persch Date: Wed Oct 7 22:15:05 2015 +0200 regex: Fix conditional src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9a774ea964769466c8db6476b9b34dcb67c67245 Author: Christian Persch Date: Wed Oct 7 22:15:05 2015 +0200 regex: Simplify no-match region calculation It is only necessary to updated start/end_blank once per regex. Note that with or without the patch, the no-match region sometimes is wrong. src/vte.cc | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) commit 664d9f3d7be3690aa35c5cd671d05e3f0e8e09b0 Author: Christian Persch Date: Wed Oct 7 22:15:05 2015 +0200 regex: Simplify conditionals src/vte.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit 1855deb46bda149aa1463e05761e3e7f583eed64 Author: Christian Persch Date: Wed Oct 7 22:15:05 2015 +0200 regex: Add some more debug output Print out the no-match region. src/vte.cc | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) commit 52c966d30ea4e95165835c3b41a43851679d53c5 Author: Christian Persch Date: Wed Oct 7 22:15:05 2015 +0200 regex: Simplify code These conditionals can only be true if we set [se]blank above, so we can move them inside the block. src/vte.cc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit 2f9036ae59ac07de63788fa934e7a5dd323f1891 Author: Christian Persch Date: Wed Oct 7 22:15:05 2015 +0200 regex: Simplify code Always pass non-NULL for the out parameters of the internal functions, and use gssize type consistently. src/vte.cc | 118 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 59 insertions(+), 59 deletions(-) commit 93bfe531e986fde14f7588ba546ad244767e2be1 Author: Christian Persch Date: Wed Oct 7 22:15:05 2015 +0200 regex: Pass more data to regex matching Pass the whole match contents before the line to matching, which is useful if there are lookbehind assertions in the regex. We also want to pass the whole contents after the line to matching to satisfy lookahead assertions, but this isn't possible currently without new PCRE2 API. This also fixes the cell row/column info in the debug output. src/vte.cc | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) commit 4235b24f49caf205859dc380c920e0cdc96ba6e5 Author: Christian Persch Date: Sun Oct 4 22:53:29 2015 +0200 regex: Fix a -Wformat warning src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4fb5732547c8b618e57d59b505300d076f54c6a9 Author: Christian Persch Date: Sun Oct 4 22:45:02 2015 +0200 regex: Move some shared code to vte_terminal_match_check_internal Initialising the out params can be done in the main function. src/vte.cc | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) commit 8dfe0db6022688a581795e2571c48100db105836 Author: Christian Persch Date: Sun Oct 4 22:42:38 2015 +0200 regex: Fix the build without PCRE2 src/vte.cc | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) commit 35941473cce716b9d952eb9782fb1694844393c9 Author: Christian Persch Date: Sun Oct 4 22:39:38 2015 +0200 regex: Factor out getting the offset in the match attributes This is identical between GRegex and PCRE, so factor it out into its own function. src/vte.cc | 199 +++++++++++++++++++++++-------------------------------------- 1 file changed, 75 insertions(+), 124 deletions(-) commit 641402c3b9a39fc649cedf48066ae768d32cab0a Author: Christian Persch Date: Sun Oct 4 22:39:38 2015 +0200 build: Make sure the resources are not exported src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ac3438cbdffd7886a93e6adbd8283e15d241bb50 Author: Egmont Koblinger Date: Sat Oct 3 21:26:11 2015 +0200 widget: Report correct mouse coordinates if viewport is scrolled back https://bugzilla.gnome.org/show_bug.cgi?id=755187 src/vte.cc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit 18171bcfeaf8f3bf4bcb8a04dfcff916a3fbc40b Author: Egmont Koblinger Date: Fri Oct 2 21:20:30 2015 +0200 emulation: Disregard bce when a new line appears at the bottom Applying bce (background color erase) on a line that newly appears at the bottom when scrolling is a badly designed feature, causing many problems. Let's see if we break anything by disabling it. https://bugzilla.gnome.org/show_bug.cgi?id=754596 src/vte.cc | 2 ++ 1 file changed, 2 insertions(+) commit 71be227f36f058baf812f68deea3f368b27b3b98 Author: Christian Persch Date: Fri Oct 2 20:46:11 2015 +0200 widget: Deprecate vte_terminal_match_check Instead of trying to calculate the row and column from event coordinates, vte_terminal_match_check_event() should be used directly. Coordinate translation will fail in future with sub-row scrolling; and this function may be changed to just return NULL ("no match") then. src/vte.cc | 2 ++ src/vte/vtedeprecated.h | 5 +++++ src/vte/vteterminal.h | 3 --- 3 files changed, 7 insertions(+), 3 deletions(-) commit 967a18718d3546901b2f9cbb00703358e7900c50 Author: Christian Persch Date: Thu Oct 1 10:33:37 2015 +0200 draw: Make one function static It's not used from outside vtedraw.cc. src/vtedraw.cc | 5 ++++- src/vtedraw.h | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) commit 89abb24192ef3829b936c4a5cdc9b1f59f57fb69 Author: Egmont Koblinger Date: Fri Oct 2 20:05:25 2015 +0200 stream: Allocate large buffer on stack rather than on heap src/vtestream-file.h | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) commit d69645413f35ba6ebff9359a89bd121733a2e475 Author: Egmont Koblinger Date: Fri Oct 2 19:38:38 2015 +0200 widget: Fix painting the preedit text near the right margin https://bugzilla.gnome.org/show_bug.cgi?id=755668 src/vte.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit d4ac47aa0bad6fb6a5c2b12b69631bf57a306b1f Author: Christian Persch Date: Wed Sep 30 22:17:17 2015 +0200 search: Fix crashing typo https://bugzilla.gnome.org/show_bug.cgi?id=755900 src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 45e0311928e8d6170b06b5210946215d35753882 Author: Christian Persch Date: Wed Sep 30 20:26:35 2015 +0200 lib: Silence some -Wfloat-equal warnings In these cases, it should be safe to really use ==, so silence the warning for these. src/vte-private.h | 10 ++++++++++ src/vte.cc | 4 ++-- src/vtedraw.cc | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) commit ce0aaa93f877b5920cae419c5861b24209944a5c Author: Christian Persch Date: Wed Sep 30 20:26:35 2015 +0200 vteapp: Fix build without pcre2 src/app.vala | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 6d8980f7476c9e19aa4631ce071d67b9528be409 Author: Christian Persch Date: Wed Sep 30 20:26:35 2015 +0200 build:Fix CXXLDFLAGS checks configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 4f95d4ed9df726d8d4404d3601639844278780c2 Author: Christian Persch Date: Wed Sep 30 20:26:35 2015 +0200 build: Remove -Wpacked warning It shows warnings in vte on i386, but not on anything else afaics. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ee34c83ec9ea23f71f209f58bee49bf09affdc31 Author: Michael Catanzaro Date: Tue Sep 29 23:14:24 2015 -0500 Fix build with -Werror=format -Werror=format is set by default in configure.ac so let's make it work. src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0550d8a5739c77d9b895c7904154b99db77223a8 Author: Christian Persch Date: Tue Sep 29 23:56:14 2015 +0200 build: Check for pkg-config configure.ac | 2 ++ 1 file changed, 2 insertions(+) commit c3fd98a57396b03bcfb00ac322b2d8c60f5b8048 Author: Christian Persch Date: Tue Sep 29 23:34:24 2015 +0200 lib: Fix build without pcre2 src/vteregex.cc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit 8e5a72a005c24b462531fcc05b4255ac985ba19d Author: Christian Persch Date: Tue Sep 29 23:08:00 2015 +0200 lib: Fix type builtins Move VteRegexError to vteenums.h to fix vtetypebuiltins generation. doc/reference/vte.types | 5 ++--- src/vte/vteenums.h | 20 ++++++++++++++++++++ src/vte/vteregex.h | 8 -------- src/vteregex.cc | 1 + 4 files changed, 23 insertions(+), 11 deletions(-) commit 0294a0bc7ddbad303b1cc358d7f160d6d7b97e19 Author: Christian Persch Date: Mon Sep 28 20:09:22 2015 +0200 widget: Remove obsolete workaround This used to be necessary when working with glibc's regex, but is unnecessary for both GRegex and PCRE2. src/vte.cc | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) commit eb45e6cbc7c747d0cf277acebfcbc61e96269b27 Author: Christian Persch Date: Tue Sep 15 21:38:41 2015 +0200 lib: Add PCRE2 support Add VteRegex wrapping PCRE2's pcre2_code_8* to add refcounting, and add API to VteTerminal to use it for matching and searching. configure.ac | 28 +- doc/reference/vte-docs.xml | 7 + doc/reference/vte-sections.txt | 26 +- src/Makefile.am | 33 +- src/app.ui | 2 +- src/app.vala | 111 +++++- src/debug.c | 3 +- src/debug.h | 5 +- src/vte.cc | 834 +++++++++++++++++++++++++++++++++++------ src/vte/vte.h | 5 +- src/vte/vtedeprecated.h | 12 + src/vte/vteregex.h | 77 ++++ src/vte/vteterminal.h | 15 +- src/vteapp.c | 56 ++- src/vteinternal.hh | 27 +- src/vtepcre2.h | 27 ++ src/vteregex.cc | 296 +++++++++++++++ src/vteregexinternal.hh | 20 + 18 files changed, 1407 insertions(+), 177 deletions(-) commit 9ca7b21abd4a4d4d65f3edcdb2476aca067773c1 Author: Christian Persch Date: Mon Sep 28 20:54:34 2015 +0200 vteapp: Fix build with gtk+ < 3.16 https://bugzilla.gnome.org/show_bug.cgi?id=755650 configure.ac | 7 +++++++ src/Makefile.am | 4 ++++ src/app.vala | 2 ++ 3 files changed, 13 insertions(+) commit 4e636acd3434ce0a2111e492d7d74aaba1020323 Author: Christian Persch Date: Mon Sep 28 20:22:41 2015 +0200 vteapp: Remove glib memory profiler support It's gone from glib. src/vteapp.c | 6 ------ 1 file changed, 6 deletions(-) commit 845b1d97f6f42960ea3c5e133077cbe421120f56 Author: Christian Persch Date: Mon Sep 28 20:15:01 2015 +0200 vteapp: Silence useless debug spew by default src/app.vala | 4 ++++ src/vteapp.c | 4 ++++ 2 files changed, 8 insertions(+) commit 346a2e5a2d1be28968dab109bf020f08d7e5e5fb Author: Piotr Drąg Date: Thu Sep 24 21:21:41 2015 +0200 Updated POTFILES.skip po/POTFILES.skip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0209b8c20dab7fc454d0fa93f43849f6b5ce8579 Author: Christian Persch Date: Wed Sep 23 20:36:25 2015 +0200 i18n: Don't translate the test application po/POTFILES.in | 1 - po/POTFILES.skip | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) commit 394180996a8d59d0dd9637c427133835663ebbad Author: Christian Persch Date: Wed Sep 23 20:36:25 2015 +0200 i18n: Don't translate the test application po/POTFILES.in | 2 -- po/POTFILES.skip | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) commit 52032cd4867214c0a3d4eb546bf5d7a93bd76c4b Author: Christian Persch Date: Wed Sep 23 18:55:22 2015 +0200 vteapp: Use a header bar and a gear menu src/app.ui | 161 ++++++++++++++++++++++++++++++++++------------------------- src/app.vala | 100 ++++++++++++++++++++++++------------- 2 files changed, 159 insertions(+), 102 deletions(-) commit 62925f3191367bce01c913e7f8da9b223ad192a8 Author: Piotr Drąg Date: Tue Sep 22 21:34:57 2015 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 2184b99ecd9cb5a9c84cbf0d3aa960855a92ae20 Author: Christian Persch Date: Tue Sep 22 19:58:32 2015 +0200 vteapp: Add search And also port to using gtk templates. src/Makefile.am | 2 + src/app.gresource.xml | 1 + src/app.ui | 178 ++++++++++++++++++++---------------- src/app.vala | 156 ++++++++++++++++++++++++++++--- src/search-popover.ui | 249 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 492 insertions(+), 94 deletions(-) commit 0aa25de96433821a5323c6a0675ce90637c47572 Author: Christian Persch Date: Mon Sep 21 16:50:55 2015 +0200 Post branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 91b6c8d5dde3d153e7b234e5f6dcd40fd57981df (tag: 0.42.0) Author: Christian Persch Date: Mon Sep 21 16:50:16 2015 +0200 Version 0.42.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 546aa781692b83393f96c89b68ceaa7f9f9c0d46 Author: Arash Mousavi Date: Thu Sep 17 01:46:27 2015 +0430 Update Persian translation po/fa.po | 110 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 63 insertions(+), 47 deletions(-) commit 1c703aaefa44f88ca50e210fcb0265f2b65851b9 Author: Egmont Koblinger Date: Sun Sep 13 15:27:39 2015 +0200 widget: Fix regex matches not always being recognized https://bugzilla.gnome.org/show_bug.cgi?id=754949 src/vte.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2477ae1d8e904f3dcff27f716ee30073dc3c298e Author: Christian Persch Date: Mon Sep 7 20:59:04 2015 +0200 emulation: Fix comment Turns out that xterm does reset this property on hard reset. src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 89541b675021b74a8668462fd930ebce2cda3afc Author: Christian Persch Date: Sun Aug 30 22:21:10 2015 +0200 emulation: Implement DECSET 1004 Add support for xterm's DECSET 1004 to enable focus tracking. This sends CSI I on focus in, and CSI O on focus out. Contrary to xterm, vte disables the focus tracking on reset, and when focus tracking is enabled, immediately sends a focus in or focus out, so that clients always have an accurate value. src/vte-private.h | 2 ++ src/vte.cc | 24 ++++++++++++++++++++++++ src/vteinternal.hh | 2 ++ src/vteseq.cc | 16 ++++++++++++++++ 4 files changed, 44 insertions(+) commit f1b199b66e9eedef163bcbd68bc28613408a2e54 Author: Christian Persch Date: Sun Aug 30 22:21:10 2015 +0200 tests: mev: Add focus tracking mode src/mev.c | 241 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 164 insertions(+), 77 deletions(-) commit d1efd072ac616385823d9be345ce4add12835b53 Author: Piotr Drąg Date: Wed Aug 26 20:01:43 2015 +0200 Updated Polish translation po/pl.po | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) commit c640d0af6074aebc5853860b2a8db74c5750e7f4 Author: Christian Persch Date: Mon Aug 17 19:15:42 2015 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 837d13d432f7caa56ea36b840c12d8176b045022 (tag: 0.41.90) Author: Christian Persch Date: Mon Aug 17 19:15:12 2015 +0200 Version 0.41.90 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a477bdd38db0068d013cff6eefa4f5c8757d3839 Author: Christian Persch Date: Mon Aug 17 19:15:12 2015 +0200 build: Fix make dist src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 587f24ec206425b386f4b1dc5b765713f7596f9b Author: Christian Persch Date: Mon Aug 17 19:15:12 2015 +0200 ring: Make assertion more informative https://bugzilla.gnome.org/show_bug.cgi?id=753025 src/ring.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c1db666000f9c8e3d05930690926a6d7908e8e41 Author: Egmont Koblinger Date: Sun Aug 16 12:31:39 2015 +0200 widget: Ensure cursor is shown when blinking gets turned off https://bugzilla.gnome.org/show_bug.cgi?id=753645 src/vte.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 23c7cd0f99d504cbab06d4c27254d4f3e2807ba8 Author: Egmont Koblinger Date: Sun Aug 16 12:22:20 2015 +0200 emulation: Fix escape sequence of Ctrl+Backspace https://bugzilla.gnome.org/show_bug.cgi?id=733246 src/vte.cc | 7 +++++++ 1 file changed, 7 insertions(+) commit bd86e7637d89a55941674756e3e223c82aee2305 Author: Christian Persch Date: Wed Jul 15 18:53:10 2015 +0200 Revert "Add the style context provider with FALLBACK priority" This reverts commit a264918ad22973c69897c559260e77cb14018235. https://bugzilla.gnome.org/show_bug.cgi?id=750559 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f4027d541a3907cb5daa52943f3e25b7c29e263c Author: Christian Persch Date: Wed Jul 15 13:33:16 2015 +0200 build: Fix the required gnutls version https://bugzilla.gnome.org/show_bug.cgi?id=752372 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7e8a9e1cc350126f1487743734a70ee3664f2f21 Author: Egmont Koblinger Date: Wed Jul 15 09:11:25 2015 +0200 docs: Fix typo in function name https://bugzilla.gnome.org/show_bug.cgi?id=751980 doc/reference/vte-sections.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 019c48f5cbcf5fb84109a48b77540c58d68f7555 Author: Christian Persch Date: Sun Jul 5 14:17:34 2015 +0200 docs: Add missing symbols to sections.txt https://bugzilla.gnome.org/show_bug.cgi?id=751980 doc/reference/vte-sections.txt | 3 +++ 1 file changed, 3 insertions(+) commit fc3f6529d08e543ba064a2aaa668ea9a85af1733 Author: Pedro Albuquerque Date: Wed Jul 1 22:02:13 2015 +0000 Updated Portuguese translation po/pt.po | 108 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 63 insertions(+), 45 deletions(-) commit 06be4f6701e240117c8f991566bb213bf850c4ee Author: Daniel Șerbănescu Date: Mon Jun 22 20:22:15 2015 +0200 Updated Romanian Translation po/ro.po | 99 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 56 insertions(+), 43 deletions(-) commit ecaf60ddab5e2c7c84e245fdce987fea7a51e24e Author: Behdad Esfahbod Date: Tue May 12 12:48:58 2015 -0700 Remove check for unused fwrite_unlocked function configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1efffd36979560620b7efd4880188a0ea4a30d5c Author: Daniel Martinez Date: Mon May 4 18:15:45 2015 +0200 Added Aragonese translation po/LINGUAS | 1 + po/an.po | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) commit a235384892c617c961cd1c9131227f8b1363fa22 Author: Egmont Koblinger Date: Tue Apr 28 23:48:05 2015 +0200 stream: Fix a crash on truncate followed by reset https://bugzilla.gnome.org/show_bug.cgi?id=748484 src/vtestream-file.h | 66 ++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 54 insertions(+), 12 deletions(-) commit a8b2ae135e352497301dd5ed7d37c9af08a9e75d Author: Egmont Koblinger Date: Tue Apr 28 22:57:04 2015 +0200 pty: Reset SIGQUIT handler to its default https://bugzilla.gnome.org/show_bug.cgi?id=748520 src/pty.cc | 1 + 1 file changed, 1 insertion(+) commit d37abbc17afa94d0e0c6e18e0924510c0fe9e3ba Author: Cédric Valmary Date: Tue Apr 28 13:37:27 2015 +0000 Updated Occitan translation po/oc.po | 144 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 64 insertions(+), 80 deletions(-) commit 48f8200340825161566eb06d47c1cdb4185c219f Author: Christian Persch Date: Mon Apr 27 14:53:33 2015 +0200 all: Fix includes src/pty.cc | 5 +---- src/ring.h | 2 +- src/vte-private.h | 1 - src/vte.cc | 2 +- src/vteaccess.cc | 2 +- src/vteaccess.h | 1 - src/vteapp.c | 2 +- src/vtedraw.h | 2 -- src/vteint.h | 3 +-- src/vteseq.cc | 2 +- src/vtetypebuiltins.cc.template | 2 +- 11 files changed, 8 insertions(+), 16 deletions(-) commit 6a74baeaabb0a1ce54444611b324338f94721a5c Merge: 3fac4469 56ea5810 Author: Christian Persch Date: Mon Apr 27 13:48:52 2015 +0200 Merge branch 'work-html' into merge-html commit 3fac4469de267f662c761ea4f247c8017ced483d Author: Piotr Drąg Date: Thu Apr 23 23:15:18 2015 +0200 Updated POTFILES.in po/POTFILES.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 5a58273b8ec252fad7a810614ed612a7e42f2a9b Author: Ting-Wei Lan Date: Fri Apr 24 00:18:42 2015 +0800 build: Add libc++ check to check-libstdc++.sh https://bugzilla.gnome.org/show_bug.cgi?id=748376 src/check-libstdc++.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 42ecf1a705a3ff57f3a6eafc0d1dcc594217a18a Author: Ting-Wei Lan Date: Fri Apr 24 00:10:10 2015 +0800 build: Fix build when using C++11 mode https://bugzilla.gnome.org/show_bug.cgi?id=748376 src/vte.cc | 10 +++++----- src/vtedraw.cc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) commit 669131f41aee180e8cdb994c09264e8ba4578b18 Author: Egmont Koblinger Date: Thu Apr 23 12:17:17 2015 +0200 stream: Don't nest VteIv's definition https://bugzilla.gnome.org/show_bug.cgi?id=748354 src/vtestream-file.h | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit 6ee7dd640c9124f016ae2ce351439af37b530936 Author: Christian Persch Date: Wed Apr 1 22:10:24 2015 +0200 lib: Make VteTerminalPrivate a C++ class src/vte-private.h | 353 +---------------------------------------------- src/vte.cc | 8 +- src/vte/vteterminal.h | 6 + src/vteinternal.hh | 375 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 389 insertions(+), 353 deletions(-) commit e167d6da450c6c1a9fa9b3b10f658af23c8759bb Author: Christian Persch Date: Wed Apr 1 21:41:27 2015 +0200 emacs: Adjust settings for C++ mode too .dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) commit b27e3ccf5133bd845aa9d9620c5d09acd4b56be0 Author: Christian Persch Date: Wed Apr 1 21:28:40 2015 +0200 lib: Move define to the few places where it is used src/pty.cc | 2 ++ src/vte-private.h | 2 -- src/vte.cc | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) commit d7149e997970899957c63463b977270f205b7471 Author: Christian Persch Date: Wed Apr 1 21:24:28 2015 +0200 lib: Move defines to vtedefines.hh src/Makefile.am | 1 + src/vte-private.h | 70 ++------------------------------------------ src/vtedefines.hh | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+), 68 deletions(-) commit 958859d14ef4d94fc4735c700f550b57739f31ac Author: Christian Persch Date: Mon Mar 30 17:54:33 2015 +0200 all: Move to C++ doc/reference/Makefile.am | 3 +- src/Makefile.am | 130 +++++++++++---------- src/{caps.c => caps.cc} | 0 src/debug.cc | 1 + src/{iso2022.c => iso2022.cc} | 0 src/{keymap.c => keymap.cc} | 0 src/{matcher.c => matcher.cc} | 0 src/{pty.c => pty.cc} | 0 src/{ring.c => ring.cc} | 0 src/{table.c => table.cc} | 4 +- src/{vte.c => vte.cc} | 0 src/{vteaccess.c => vteaccess.cc} | 0 src/{vteconv.c => vteconv.cc} | 56 ++++----- src/{vtedraw.c => vtedraw.cc} | 0 src/{vterowdata.c => vterowdata.cc} | 0 src/{vteseq.c => vteseq.cc} | 2 +- src/vtestream-file.h | 6 +- src/{vtestream.c => vtestream.cc} | 0 src/{vtetree.c => vtetree.cc} | 0 ...tins.c.template => vtetypebuiltins.cc.template} | 0 src/{vteunistr.c => vteunistr.cc} | 0 src/{vteutils.c => vteutils.cc} | 0 22 files changed, 108 insertions(+), 94 deletions(-) commit 618a96fea213d2c1310521dd88c252de6cbd256d Author: Christian Persch Date: Mon Mar 30 15:19:27 2015 +0200 build: Add C++ infrastructure In preparation of moving to C++, add configure check for C++ compiler, and add compiler flags and a check script to make sure we do NOT link to libstdc++. configure.ac | 117 +++++++++++++++++++++++++++++++------------------ src/Makefile.am | 18 ++++++-- src/check-libstdc++.sh | 13 ++++++ 3 files changed, 101 insertions(+), 47 deletions(-) commit a264918ad22973c69897c559260e77cb14018235 Author: Iain Lane Date: Fri Nov 14 16:02:47 2014 +0000 Add the style context provider with FALLBACK priority Adwaita doesn't set these properties any more, but other themes might want to. Set a lower priority than the theme. https://bugzilla.gnome.org/show_bug.cgi?id=740123 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 101addedd67374536e71b4ed7e5cfa29fd781670 Author: Christian Persch Date: Mon Apr 13 19:04:27 2015 +0200 lib: Add missing G_BEGIN/END_DECLS src/vte/vteversion.h.in | 6 ++++++ 1 file changed, 6 insertions(+) commit 6e369a5d6e5d21dd6242b362c15a7c634483b0dc Author: Egmont Koblinger Date: Thu Apr 2 01:00:07 2015 +0200 Revert "emulation: Make clear compatible with xterm, don't add lines to scrollback" This reverts commit 450bf257266c1ec0f380e88a5512743acc6fc863. https://bugzilla.gnome.org/show_bug.cgi?id=747191 src/vteseq.c | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) commit 4af7670b6e429f4f15c0f5597ce4d4d276d53151 Author: Christian Persch Date: Wed Apr 1 18:58:01 2015 +0200 build: Fix srcdir != builddir issue https://bugzilla.gnome.org/show_bug.cgi?id=747137 src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bad099d7bf3922fb7ea7e537f96167d0a052d332 Author: Christian Persch Date: Tue Mar 31 19:56:29 2015 +0200 build: m4: Respect language Make it possible to use the CC_* macros with C and C++ in the same configure script, by renaming the cache variables appropriately. acinclude.m4 | 72 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) commit 3539be453711e38858d79035867d742c534a6a1e Author: Christian Persch Date: Tue Mar 31 19:53:46 2015 +0200 build: m4: Fix m4 warning about missing AC_LANG_SOURCE acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d7d095c0db1d14243d278603c9a389ff77148c6d Author: Christian Persch Date: Tue Mar 31 19:52:22 2015 +0200 build: m4: Update from upstream Update with latest version from systemd. acinclude.m4 | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) commit 868e47e19f7fbf25f01363c62c4a2201fc60c1f4 Author: Christian Persch Date: Tue Mar 31 18:56:13 2015 +0200 all: Reorganise source tree Move public headers to src/vte/ so that in-tree and out-of-tree inclusion can both use #include . Makefile.am | 4 ++- configure.ac | 2 +- doc/reference/Makefile.am | 14 ++++++-- src/Makefile.am | 82 ++++++++++++++++++++++++------------------- src/reflect.c | 2 +- src/{ => vte}/vte.h | 0 src/{ => vte}/vtedeprecated.h | 0 src/{ => vte}/vteenums.h | 0 src/{ => vte}/vteglobals.h | 0 src/{ => vte}/vtemacros.h | 0 src/{ => vte}/vtepty.h | 0 src/{ => vte}/vteterminal.h | 0 src/{ => vte}/vteversion.h.in | 0 vte/vte.h | 1 - 14 files changed, 62 insertions(+), 43 deletions(-) commit 77114e490fd8ca10616292dc36fbcc6ff694091f Author: Christian Persch Date: Mon Mar 30 17:54:33 2015 +0200 all: Fix compilation with CC=g++ In preparation of moving to C++. src/debug.c | 2 +- src/debug.h | 6 +- src/keymap.c | 32 +++++----- src/keymap.h | 4 +- src/pty.c | 55 ++++++++-------- src/ring.c | 8 +-- src/table.c | 2 +- src/vte-private.h | 86 ++++++++++++++----------- src/vte.c | 174 ++++++++++++++++++++++++++------------------------- src/vteaccess.c | 87 ++++++++++++-------------- src/vtedraw.c | 12 ++-- src/vterowdata.c | 2 +- src/vteseq.c | 26 ++++---- src/vtestream-base.h | 5 ++ src/vtestream-file.h | 18 ++++-- 15 files changed, 271 insertions(+), 248 deletions(-) commit 299c700c743c7d5dfd14e3b3a21417d9e9f35818 Author: Christian Persch Date: Mon Mar 30 20:04:40 2015 +0200 pty: Remove PTY helper It's only used for the obsolete [uw]tmp logging. https://bugzilla.gnome.org/show_bug.cgi?id=747046 Makefile.am | 5 - configure.ac | 33 +- doc/reference/vte-sections.txt | 8 +- gnome-pty-helper/AUTHORS | 4 - gnome-pty-helper/COPYING | 502 ---------------------- gnome-pty-helper/Makefile.am | 32 -- gnome-pty-helper/NEWS | 0 gnome-pty-helper/README | 9 - gnome-pty-helper/acinclude.m4 | 244 ----------- gnome-pty-helper/configure.ac | 33 -- gnome-pty-helper/git.mk | 1 - gnome-pty-helper/gnome-login-support.c | 380 ----------------- gnome-pty-helper/gnome-login-support.h | 39 -- gnome-pty-helper/gnome-pty-helper.c | 751 --------------------------------- gnome-pty-helper/gnome-pty.h | 22 - gnome-pty-helper/gnome-utmp.c | 374 ---------------- src/Makefile.am | 1 - src/pty.c | 512 +--------------------- src/vte.c | 2 - src/vtedeprecated.h | 4 + src/vteenums.h | 14 +- src/vtepty.h | 2 - 22 files changed, 22 insertions(+), 2950 deletions(-) commit 450bf257266c1ec0f380e88a5512743acc6fc863 Author: Egmont Koblinger Date: Mon Mar 30 23:26:39 2015 +0200 emulation: Make clear compatible with xterm, don't add lines to scrollback https://bugzilla.gnome.org/show_bug.cgi?id=506438 src/vteseq.c | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) commit 41d2e152878cc35d78a4dd8feb7cad52f088cdf9 Author: Egmont Koblinger Date: Mon Mar 30 23:19:46 2015 +0200 emulation: Fix vertical positioning after resize in some rare cases https://bugzilla.gnome.org/show_bug.cgi?id=747059 doc/rewrap.txt | 10 +++++----- src/vte.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) commit ef3d7942c9ab3c89d315f8bee5a53a76d3d5a7f6 Author: Christian Persch Date: Mon Mar 30 12:50:21 2015 +0200 all: Update version check to stable version src/pty.c | 2 +- src/vte.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 5c946bbffd8a3040009f4735afa5afe04ad2b276 Author: Christian Persch Date: Mon Mar 30 11:48:46 2015 +0200 git.mk: Update from upstream git.mk | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) commit 8427999ef982baef3c45762a656aa6b4a9f170ad Author: Egmont Koblinger Date: Sun Mar 29 13:00:20 2015 +0200 build: Remove obsolete gtk check src/vte.c | 4 ---- 1 file changed, 4 deletions(-) commit 3291b8700e77c0254347b0d65cf4ea9595b96199 Author: Christian Persch Date: Tue Mar 24 14:58:29 2015 +0100 pty: More correct assertion Unlikely this is a problem, but was pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=746667 src/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 56f4d7c5fe81cd6f04aee1722da855aa156896d4 Author: Christian Persch Date: Mon Mar 23 19:42:37 2015 +0100 Post branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e1b9b19ac1fe11006830c6fe78ed47b708832ed0 (tag: 0.40.0) Author: Milo Casagrande Date: Fri Mar 20 09:18:29 2015 +0000 Updated Italian translation po/it.po | 82 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 39 insertions(+), 43 deletions(-) commit 98fe3b7ad0398bb2c56d8201f8883e909e6ca5d7 Author: Christian Persch Date: Mon Mar 16 19:02:58 2015 +0100 Post release version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit af340daa087a083fa7d943f1365ac1e4633b9dfd (tag: 0.39.92) Author: Christian Persch Date: Mon Mar 16 18:24:43 2015 +0100 Version 0.39.92 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a5fb88c896024d137228fe2089deace4c8f2e6cb Author: Christian Persch Date: Thu Mar 12 19:28:52 2015 +0100 widget: Adjust default set of word characters https://bugzilla.gnome.org/show_bug.cgi?id=730632 src/vte.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) commit 625685a80598e668886feffd0ff10363fb244a7c Author: Christian Persch Date: Thu Mar 12 19:28:52 2015 +0100 widget: Implement word char exceptions https://bugzilla.gnome.org/show_bug.cgi?id=730632 src/vte-private.h | 7 ++- src/vte.c | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++---- src/vteterminal.h | 2 +- 3 files changed, 176 insertions(+), 14 deletions(-) commit c6edcfd003ad8835771712d6a188db1fa85de9df Author: Samir Ribic Date: Fri Mar 13 21:02:34 2015 +0000 Updated Bosnian translation po/bs.po | 133 +++++++++++++++++++++++---------------------------------------- 1 file changed, 48 insertions(+), 85 deletions(-) commit 50e3e3899d72cfb0ae95ae41bbc08bdaa7c28f7b Author: Egmont Koblinger Date: Tue Mar 3 15:09:58 2015 +0100 widget: Decide on rectangular selection when the mouse click occurs https://bugzilla.gnome.org/show_bug.cgi?id=745471 src/vte.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit f2c40efd59639e87cf94bbecd5c70d32443b1323 Author: Egmont Koblinger Date: Fri Feb 27 12:00:05 2015 +0100 widget,emulation: Ignore if Shift is released while selecting with mouse https://bugzilla.gnome.org/show_bug.cgi?id=745134 src/vte.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) commit 01d7eb0388b8215df5bed6165b519e03ca4e040b Author: Egmont Koblinger Date: Fri Feb 27 11:59:19 2015 +0100 emulation: Report middle mouse button release https://bugzilla.gnome.org/show_bug.cgi?id=745131 src/vte-private.h | 1 + src/vte.c | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) commit 3448a1dbbd0e8af558d25f9eb4195f699e7e288b Author: Egmont Koblinger Date: Fri Feb 27 11:57:56 2015 +0100 emulation: Fix mouse mode 1003 to correctly report if no button is pressed https://bugzilla.gnome.org/show_bug.cgi?id=745074 src/vte-private.h | 2 +- src/vte.c | 29 ++++++++++++++++++++++------- 2 files changed, 23 insertions(+), 8 deletions(-) commit ec5028023dae899752ab43728d4b7c4818ff4d53 Author: Egmont Koblinger Date: Fri Feb 27 11:55:38 2015 +0100 emulation: Fix printing DEL (127) to do nothing https://bugzilla.gnome.org/show_bug.cgi?id=744837 src/caps.c | 2 +- src/vteseq-n.gperf | 1 + src/vteseq.c | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) commit 5d510f8984b442103f5ad00f009ac6d62384c639 Author: Egmont Koblinger Date: Fri Feb 27 11:54:47 2015 +0100 a11y: Fix the order of events https://bugzilla.gnome.org/show_bug.cgi?id=372777 src/vteaccess.c | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) commit 4ff2d8daed454c581dc45f1be199f0b262fbae88 Author: Christian Persch Date: Mon Feb 16 22:26:55 2015 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b720a360829b713cf55c9db22b7d5c03bf6fa447 (tag: 0.39.90) Author: Christian Persch Date: Sun Feb 8 19:44:34 2015 +0100 widget: Add word-char-exceptions property infrastructure Just the infrastructure; not hooked up to anything yet. https://bugzilla.gnome.org/show_bug.cgi?id=730632 doc/reference/vte-sections.txt | 2 ++ src/app.vala | 12 ++++++--- src/vte-private.h | 1 + src/vte.c | 59 ++++++++++++++++++++++++++++++++++++++++++ src/vteterminal.h | 5 ++++ 5 files changed, 76 insertions(+), 3 deletions(-) commit 8fc00da9e9f8af5e37b2e37657195d09cb3ce9fa Author: Christian Persch Date: Sun Feb 8 19:47:13 2015 +0100 Version 0.39.90 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c71f28a7f0f957cb45cf55fa9517e63390e62f6 Author: Egmont Koblinger Date: Sun Feb 8 19:04:10 2015 +0100 widget: Make word char detection depend on the VteTerminal In preparation of (re-)introducing a way to override the default word chars. https://bugzilla.gnome.org/show_bug.cgi?id=730632 src/vte-private.h | 2 +- src/vte.c | 9 +++++---- src/vteaccess.c | 35 +++++++++++++++++++---------------- 3 files changed, 25 insertions(+), 21 deletions(-) commit 3c192eca2d03426760171806e13205e6c676edf3 Author: Christian Persch Date: Mon Jan 26 11:04:53 2015 +0100 build: Use -fno-semantic-interposition if available configure.ac | 1 + 1 file changed, 1 insertion(+) commit 5e44fbbc502310df59c95db13d3d9b13eaa4171b Author: Sveinn í Felli Date: Mon Feb 2 08:41:33 2015 +0000 Updated Icelandic translation po/is.po | 167 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 88 insertions(+), 79 deletions(-) commit 143de2bfe40a33424991944202e9c3b25c3a0b01 Author: Samuel Thibault Date: Sun Feb 1 20:37:42 2015 +0100 a11y: Fix caret position when the cursor is at the top left of the terminal https://bugzilla.gnome.org/show_bug.cgi?id=166637 src/vteaccess.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) commit 1ab98077cadd4a54bb9f1f963690b4b1bda1ba7e Author: Christian Persch Date: Wed Jan 21 17:10:54 2015 +0100 Revert "Set the caret properly when the cursor is at the top left of the terminal." This reverts commit 3e3e3fdec8302a04c400bc7fbfa1118dbf9cbccd. Unauthorised commit. src/vteaccess.c | 50 ++++++++++++++++++-------------------------------- 1 file changed, 18 insertions(+), 32 deletions(-) commit 3e3e3fdec8302a04c400bc7fbfa1118dbf9cbccd Author: Jason White Date: Wed Jan 2 12:34:53 2013 +1100 Set the caret properly when the cursor is at the top left of the terminal. https://bugzilla.gnome.org/show_bug.cgi?id=166637 src/vteaccess.c | 50 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 18 deletions(-) commit c91ad56404898a4f2e7ef668edd52497f19cf5de Author: Egmont Koblinger Date: Tue Jan 20 23:35:42 2015 +0100 emulation: Fix escape sequences of normal and keypad Enter with modifiers https://bugzilla.gnome.org/show_bug.cgi?id=743258 src/keymap.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit c6643cb5d41a31ea72927bc1981fd5ba10385697 Author: Christian Persch Date: Tue Jan 20 18:21:17 2015 +0100 docs: Add missing Since: comment src/vte.c | 2 ++ 1 file changed, 2 insertions(+) commit 3dea7fde1d474d8988dcc87ce25fb19cc0d745ce Author: Christian Persch Date: Tue Jan 20 18:04:54 2015 +0100 docs: Fix doc comment syntax src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 117f65e672bf2a37f0c7e9f476c50be3fa095a6b Author: Christian Persch Date: Tue Jan 20 17:59:53 2015 +0100 all: Add feature string doc/reference/vte-sections.txt | 1 + src/vte.c | 19 +++++++++++++++++++ src/vteglobals.h | 2 ++ 3 files changed, 22 insertions(+) commit d03fa439b26ca876a05cea6bf5d57ca03f7131e1 Author: Egmont Koblinger Date: Tue Jan 20 17:00:07 2015 +0100 build: Wire up the gnutls switch https://bugzilla.gnome.org/show_bug.cgi?id=743231 src/vtestream-file.h | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) commit df839df6dedbaf9e156fd2489b4b790fae8678a3 Author: Fabio Tomat Date: Tue Jan 20 15:55:28 2015 +0000 Updated Friulian translation po/fur.po | 89 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 38 deletions(-) commit 222394fecb368e4f56116c31d870d5888700d6d8 Author: Christian Persch Date: Tue Jan 20 16:49:49 2015 +0100 build: Add --without-gnutls configure switch Not yet wired up in the code. https://bugzilla.gnome.org/show_bug.cgi?id=743231 configure.ac | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) commit d07ea7c64cf7c13b639684e7277d97523e29f2a0 Author: Egmont Koblinger Date: Mon Jan 19 20:18:13 2015 +0100 widget: Fix backwards selection over wide characters https://bugzilla.gnome.org/show_bug.cgi?id=725909#c15 src/vte.c | 1 + 1 file changed, 1 insertion(+) commit 12e706ba1601896fc233ad97255a37281e70dc09 Author: Christian Persch Date: Mon Jan 19 12:28:22 2015 +0100 Revert "vte.sh: Append to PROMPT_COMMAND rather than overwriting it" This reverts commit 1e6e46f90a035a51b37576d059d6108ece1b4eaa. Revert this patch since it'll cause __vte_prompt_command to be twice in PROMPT_COMMAND with the default fedora /etc/bashrc for non-login shells. Conflicts: src/vte.sh src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c94ad30af3c487ccdbd4ef581eb3583ee33aa89a Author: Egmont Koblinger Date: Sun Jan 18 19:20:12 2015 +0100 Revert "vte.sh: Change the title in zsh too, as we do in bash" This reverts commit ded24c01de5999ea8e71c4804053e478de38b160. Conflicts: src/vte.sh src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1e6e46f90a035a51b37576d059d6108ece1b4eaa Author: Egmont Koblinger Date: Sun Jan 18 18:17:07 2015 +0100 vte.sh: Append to PROMPT_COMMAND rather than overwriting it https://bugzilla.gnome.org/show_bug.cgi?id=704960 src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ded24c01de5999ea8e71c4804053e478de38b160 Author: Egmont Koblinger Date: Sun Jan 18 18:15:19 2015 +0100 vte.sh: Change the title in zsh too, as we do in bash https://bugzilla.gnome.org/show_bug.cgi?id=743073 src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 75f76e851605c70a516e301311fc97101556cdbb Author: Egmont Koblinger Date: Sun Jan 18 18:11:53 2015 +0100 vte.sh: Use consistent notation src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b72d5b7bd39aceac6d1163e0fe0a3cd9012fcaa5 Author: Egmont Koblinger Date: Sun Jan 18 17:54:12 2015 +0100 widget: Fix triple click behavior https://bugzilla.gnome.org/show_bug.cgi?id=725909#c1 src/vte.c | 6 ++++++ 1 file changed, 6 insertions(+) commit c632c336a5cdca8ea3f1856973a359431b61136a Author: Egmont Koblinger Date: Sun Jan 18 17:51:07 2015 +0100 widget: Modify selection boundaries to match xterm's behavior https://bugzilla.gnome.org/show_bug.cgi?id=725909 src/vte.c | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) commit c18db6cae7f5d8d8f70c5c0c589243f8d29fad0e Author: Egmont Koblinger Date: Sun Jan 18 17:36:55 2015 +0100 docs: Method was renamed to vte_terminal_spawn_sync src/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 65bb9e38474b1dcefd21acd870a3e193668d1c49 Author: Egmont Koblinger Date: Sun Jan 18 17:15:10 2015 +0100 stream: Encrypt the contents The compressed scrollback block of at most 64kB in the "boa" layer is now encrypted with AES 256 GCM before hitting the disk. https://bugzilla.gnome.org/show_bug.cgi?id=738601 https://bugzilla.gnome.org/show_bug.cgi?id=664611 configure.ac | 2 +- src/vtestream-file.h | 513 ++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 367 insertions(+), 148 deletions(-) commit 2e1d9354a6cd16908b44793e0be321bd97f9081b Author: Egmont Koblinger Date: Sun Jan 18 17:11:48 2015 +0100 ring: Don't reset the stream offsets to 0 on ring reset This is required for encryption, so that we don't reuse the same IV. https://bugzilla.gnome.org/show_bug.cgi?id=738601#c93 src/ring.c | 14 ++++++++------ src/ring.h | 2 +- src/vte.c | 18 ++++++------------ 3 files changed, 15 insertions(+), 19 deletions(-) commit 51bd252e2ef35661f0bbc1b3ea1cc4cd089aca15 Author: Egmont Koblinger Date: Fri Jan 9 22:53:04 2015 +0100 widget,docs: Clarify palette entries, remove leftovers of indexed dim colors https://bugzilla.gnome.org/show_bug.cgi?id=446533 src/vte.c | 48 ++++++++++++++++++++---------------------------- 1 file changed, 20 insertions(+), 28 deletions(-) commit 80c55b04d0c1d2a42ab236f9387274df50157d05 Author: Egmont Koblinger Date: Thu Jan 8 22:56:25 2015 +0100 ring: Don't attempt to close streams that weren't opened https://bugzilla.gnome.org/show_bug.cgi?id=742606 src/ring.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit f7e71e74d8eba0edd565c5904bd829e4185177d7 Author: Egmont Koblinger Date: Thu Jan 8 14:25:16 2015 +0100 widget: Invalidate rectangular selection on rewrap https://bugzilla.gnome.org/show_bug.cgi?id=742320 src/vte.c | 3 +++ 1 file changed, 3 insertions(+) commit 2b3b9a1167aafb8d9ac40b2b2c57e5434fb33379 Author: Egmont Koblinger Date: Wed Jan 7 19:05:41 2015 +0100 doc: Add ignore-decorator for gtk-doc https://bugzilla.gnome.org/show_bug.cgi?id=742501 doc/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3111d44927ee755c07eb5c51656935770b0ce59b Author: Egmont Koblinger Date: Sun Dec 28 23:53:22 2014 +0100 emulation: Support CSI 3J (clear scrollback) https://bugzilla.gnome.org/show_bug.cgi?id=678042 src/caps.c | 8 ++++---- src/ring.c | 21 ++++++++++++++++++++- src/ring.h | 1 + src/vte-private.h | 1 + src/vte.c | 14 ++++++++++++++ src/vteseq.c | 10 ++++++++-- 6 files changed, 48 insertions(+), 7 deletions(-) commit 015acdc077b0ce016919b02e94d4dc5fb0f7445c Author: Egmont Koblinger Date: Sun Dec 28 23:51:17 2014 +0100 ring: Rename visible_rows_hint: it's no longer a hint only src/ring.c | 20 ++++++++++---------- src/ring.h | 4 ++-- src/vte.c | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) commit 57731fdd70964784017ed4a011475ffa9337604e Author: Egmont Koblinger Date: Fri Dec 19 00:14:00 2014 +0100 stream: Avoid g_assert expression with side effect src/vtestream-file.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) commit 9752965a0ae611634232fc6b019a81c0d78594cc Author: Christian Persch Date: Mon Dec 15 22:38:17 2014 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d564cb5190331df31a27beae989cf24c98455ff1 (tag: 0.39.1) Author: Behdad Esfahbod Date: Sun Dec 14 16:50:15 2014 -0800 Rebuild box_drawing.h if generator script changes Avoids build breakage when the format changes. src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 51cc5a7507ea28123c915ee8c5cfd7a10948bbf0 Author: Egmont Koblinger Date: Sun Dec 14 23:21:17 2014 +0100 ring: Don't create streams for the alternate screen https://bugzilla.gnome.org/show_bug.cgi?id=741480 src/ring.c | 29 +++++++++++++++++++++-------- src/ring.h | 3 ++- src/vte.c | 4 ++-- 3 files changed, 25 insertions(+), 11 deletions(-) commit ab8b3a3465625e08e4aa5657d13d54b6818a231a Author: Egmont Koblinger Date: Sun Dec 14 23:14:30 2014 +0100 stream: Compress data with zlib Compression is implemented in "boa", a new layer between the "snake" storing 64kB units and the buffering layer. Each 64kB unit is compressed separately, and we rely on the file system leaving sparse blocks. https://bugzilla.gnome.org/show_bug.cgi?id=738121 https://bugzilla.gnome.org/show_bug.cgi?id=738601 configure.ac | 2 +- src/vtestream-file.h | 723 +++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 580 insertions(+), 145 deletions(-) commit 7e63a5068f50567b102d0ca18bc5394389687286 Author: Egmont Koblinger Date: Sun Dec 14 22:59:16 2014 +0100 stream: Implement with one file descriptor Instead of paging between two file descriptors, store the stream in one; with a special "snake" mapping between logical and physical offsets. Replace stdio caching with pwrite/pread of 64kB units, and manual buffering on top of the snake layer. https://bugzilla.gnome.org/show_bug.cgi?id=738601 src/Makefile.am | 21 +- src/vtestream-base.h | 21 +- src/vtestream-file.h | 1040 ++++++++++++++++++++++++++++++++++++++------------ src/vtestream.h | 3 +- 4 files changed, 831 insertions(+), 254 deletions(-) commit 4ab677d4d8d273a969093b29b375c8054416df2e Author: Egmont Koblinger Date: Thu Dec 11 20:20:37 2014 +0100 emulation: Change window manipulation sequences only perform one action https://bugzilla.gnome.org/show_bug.cgi?id=741402 src/vteseq.c | 396 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 200 insertions(+), 196 deletions(-) commit a72436b76c25ec33cdf11d8731b866052aa0724a Author: Egmont Koblinger Date: Thu Dec 11 20:17:25 2014 +0100 emulation: Change soft reset not to switch back to normal screen This also works around an assertion failure due to incorrect cursor position, introduced in commit 5a434e6c4457bdfe182a13213396e7a66a08f767. https://bugzilla.gnome.org/show_bug.cgi?id=741406 src/vte.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit 44ee72738ecfc254728222706faf2a7a2637033d Author: Egmont Koblinger Date: Mon Dec 8 18:17:18 2014 +0100 doc: Update iso2022.txt: keep only the supported ones and fix British src/iso2022.txt | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) commit fca0c15fc2288b3315d1de24958a4732580f620e Author: Egmont Koblinger Date: Mon Dec 8 17:32:07 2014 +0100 build: Drop unitables Should have been done in commit 02da6534a721f09619962ca24aa287b2a36bd630 src/mkunitables.sh | 45 - src/unitable.CNS11643 | 17712 ------------------------------------------------ src/unitable.CP437 | 129 - src/unitable.GB12345 | 7549 --------------------- src/unitable.GB2312 | 7446 -------------------- src/unitable.JIS0201 | 66 - src/unitable.JIS0208 | 6879 ------------------- src/unitable.JIS0212 | 6068 ----------------- src/unitable.KSX1001 | 8227 ---------------------- 9 files changed, 54121 deletions(-) commit e549a0eebc82fde89134c15ead322dc199d99239 Author: Egmont Koblinger Date: Sun Dec 7 13:41:49 2014 +0100 emulation: Fix crash in restore-cursor without a preceding save-cursor https://bugzilla.gnome.org/show_bug.cgi?id=741193 src/vte-private.h | 2 ++ src/vte.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- src/vteseq.c | 37 ++----------------------------------- 3 files changed, 52 insertions(+), 37 deletions(-) commit 5f19e0b08cb06c76d989592e1a859ac3a23b8b4b Author: Debarshi Ray Date: Thu Dec 4 16:46:00 2014 +0100 widget: Reap only when a child is present https://bugzilla.gnome.org/show_bug.cgi?id=740929 src/vte.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 38e10d6db707a4e602afe97e059f5e4d20aef7a6 Author: Yaşar Şentürk Date: Thu Dec 4 07:51:33 2014 +0000 Updated Turkish translation po/tr.po | 98 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 56 insertions(+), 42 deletions(-) commit 82a8b0697dd948fa488b5a51ee7391deb35d49be Author: Egmont Koblinger Date: Mon Dec 1 21:25:54 2014 +0100 pty: Default to TERM=xterm-256color https://bugzilla.gnome.org/show_bug.cgi?id=740641 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 31b150146189b49fadd126edc1c373ada234c865 Author: Egmont Koblinger Date: Mon Dec 1 13:30:52 2014 +0100 widget: Do not leave behind a zombie child when closing a terminal https://bugzilla.gnome.org/show_bug.cgi?id=740929 src/vte.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit 916964eb67e230f1aa9204623944745370eb771e Author: Egmont Koblinger Date: Mon Dec 1 13:27:26 2014 +0100 emulation: Modify erase-in-line when cursor is beyond the last column Don't move the cursor back to the last column. This intentially deviates from xterm because makes more sense and fixes utilities such as grep. https://bugzilla.gnome.org/show_bug.cgi?id=740789 src/vteseq.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit fc9dcbba2e875e44e646287f8551a89297021a11 Author: Egmont Koblinger Date: Sat Nov 29 13:28:46 2014 +0100 ring: Add _vte_ring_reset() https://bugzilla.gnome.org/show_bug.cgi?id=738601#c75 src/ring.c | 10 ++++++++++ src/ring.h | 1 + src/vte.c | 8 ++------ 3 files changed, 13 insertions(+), 6 deletions(-) commit 6da6f95ba2efe565f92ab7ed7d27090237c3cb06 Author: Christian Persch Date: Mon Nov 24 22:28:56 2014 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5a434e6c4457bdfe182a13213396e7a66a08f767 (tag: 0.39.0) Author: Egmont Koblinger Date: Sat Nov 22 19:20:35 2014 +0100 emulation: Save/restore alternate charset https://bugzilla.gnome.org/show_bug.cgi?id=731205 src/vte-private.h | 67 +++++--- src/vte.c | 281 ++++++++++++++---------------- src/vteseq.c | 502 +++++++++++++++++++++++++++++------------------------- 3 files changed, 442 insertions(+), 408 deletions(-) commit aa5cd566746d98cdb89a50ec41fcfaf01494dd80 Author: Egmont Koblinger Date: Sat Nov 22 19:17:56 2014 +0100 emulation: Drop support for default/UTF-8 character set escape sequences https://bugzilla.gnome.org/show_bug.cgi?id=731208 src/vteseq-n.gperf | 4 ++-- src/vteseq.c | 15 --------------- 2 files changed, 2 insertions(+), 17 deletions(-) commit 02da6534a721f09619962ca24aa287b2a36bd630 Author: Egmont Koblinger Date: Sat Nov 22 19:16:56 2014 +0100 emulation: Drop ISO-2022 support https://bugzilla.gnome.org/show_bug.cgi?id=732586 src/Makefile.am | 38 +- src/caps.c | 10 +- src/interpret.c | 5 +- src/iso2022.c | 1700 +--------------------------------------------------- src/iso2022.h | 22 +- src/table.c | 7 +- src/vte-private.h | 13 +- src/vte.c | 139 +++-- src/vteseq-n.gperf | 10 +- src/vteseq.c | 60 +- 10 files changed, 187 insertions(+), 1817 deletions(-) commit 18d710a8ba9d546ad9a8e6135f4097c24f83d182 Author: Egmont Koblinger Date: Sat Nov 22 16:26:48 2014 +0100 emulation: Add support for C1 control codes https://bugzilla.gnome.org/show_bug.cgi?id=730154 src/matcher.c | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) commit 430965a0bc372296555f859bcf56a358ea191507 Author: Paul Bolle Date: Sat Nov 22 15:45:19 2014 +0100 emulation: Add support for DECSCUSR (set cursor style) https://bugzilla.gnome.org/show_bug.cgi?id=720821 src/caps.c | 2 + src/vte-private.h | 33 +++++++++++++- src/vte.c | 127 +++++++++++++++++++++++++++++++++++++++++++---------- src/vteseq-n.gperf | 1 + src/vteseq.c | 28 ++++++++++++ 5 files changed, 167 insertions(+), 24 deletions(-) commit 447266e2925527f898d3e9d048db7cecd2397cb7 Author: Egmont Koblinger Date: Sat Nov 22 13:33:33 2014 +0100 widget: Fix installing the CJK ambiguous width property src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0a5ce7e493b9965f788351b271b4804753624e38 Author: Egmont Koblinger Date: Sat Nov 22 13:12:33 2014 +0100 widget: Draw attributes on box drawing characters https://bugzilla.gnome.org/show_bug.cgi?id=708195 src/box_drawing_generate.sh | 2 +- src/vte.c | 568 ++------------------------------------------ src/vtedraw.c | 478 +++++++++++++++++++++++++++++++++++++ 3 files changed, 501 insertions(+), 547 deletions(-) commit d3bbb4a543d43034c89bc9ca819154e2b58f3177 Author: Nick Stoughton Date: Sat Nov 22 13:07:07 2014 +0100 widget: Remove colon from word chars https://bugzilla.gnome.org/show_bug.cgi?id=727743#c8 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit be56dd13d7327a597202eedd70cde87a603c54e5 Author: Christian Persch Date: Wed Nov 19 22:00:23 2014 +0100 misc: Add functions to get the version at runtime src/vte.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteversion.h.in | 6 ++++++ 2 files changed, 60 insertions(+) commit ecf7e0dafb95702a14c2e57e96b397600ccfc85b Author: Egmont Koblinger Date: Mon Nov 17 12:19:16 2014 +0100 widget: Fix advance_tail if tail is not in the stream https://bugzilla.gnome.org/show_bug.cgi?id=738964 src/ring.c | 6 +++--- src/vtestream-file.h | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) commit a7419dd861f0021391cae784137bdff2a0714426 Author: Egmont Koblinger Date: Mon Nov 17 12:18:09 2014 +0100 build: Add a missing return value src/vtestream-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 19963440f9da89e2a3035c8a7488a92a244f22e3 Author: Christian Persch Date: Mon Nov 3 18:38:30 2014 +0100 widget: Check cursor's display before using it src/vte.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 79009162081fd6547136701b4baf4f7c7a8db5f7 Author: Christian Persch Date: Mon Nov 3 18:38:30 2014 +0100 docs: Add index for API new in 0.40 doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit c2dc6bb2e2d4a99fade8e97d127bd1a91ef1585c Author: Christian Persch Date: Mon Nov 3 18:38:30 2014 +0100 widget: Deprecated vte_terminal_match_set_cursor The cursor is specific to a display, and can't be changed when the widget's display changes. Use a GdkCursorType or named cursor instead. src/vte.c | 2 ++ src/vtedeprecated.h | 5 +++++ src/vteterminal.h | 3 --- 3 files changed, 7 insertions(+), 3 deletions(-) commit 0a96716b8fe1a68d397862fc4dbb60dad5625c52 Author: Christian Persch Date: Mon Nov 3 18:38:29 2014 +0100 docs: Remove version markers 0.38 has a new API/ABI, so the Since: markers really aren't appropriate. doc/reference/vte-docs.xml | 24 ---------- src/pty.c | 24 ---------- src/vte.c | 111 --------------------------------------------- src/vteenums.h | 4 -- src/vtepty.h | 2 - src/vteversion.h.in | 10 ---- 6 files changed, 175 deletions(-) commit ca4458536e6068e3302902961f36b0d2d409b5b2 Author: Christian Persch Date: Mon Nov 3 18:38:29 2014 +0100 build: Add deprecation infrastructure back in This reverts commit 8b7ecc9d646a58d86b38c7b0f943778f766a2995. Conflicts: src/Makefile.am src/vte.h src/Makefile.am | 7 +++++-- src/vte.h | 4 ++++ src/vtedeprecated.h | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 2 deletions(-) commit 3e896b4cb2c5901ec81204076bb408b2da49c29a Author: Baurzhan Muftakhidinov Date: Sun Oct 26 02:28:26 2014 +0000 Added Kazakh translation po/LINGUAS | 1 + po/kk.po | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) commit c3da9ead189a50dd7de410fdea2239aeb1a7d645 Author: Daniel Korostil Date: Tue Oct 7 01:43:19 2014 +0300 Updated Ukrainian translation po/uk.po | 95 ++++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 57 insertions(+), 38 deletions(-) commit 9b01f837f7943d893d248e12f2434a0d9e1d0061 Author: GNOME Translation Robot Date: Tue Sep 23 14:44:42 2014 +0000 Added Scottish Gaelic translation po/LINGUAS | 1 + po/gd.po | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) commit 9ae9fc3aca7bfd90735023f0dbedd4fcb844eda5 Author: Iris Gou Date: Tue Sep 23 11:47:11 2014 +0800 update zh_CN translation po/zh_CN.po | 83 ++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 52 insertions(+), 31 deletions(-) commit 0f226722344ee586ad9af7b8778f98c26f29fd2f Author: A S Alam Date: Sun Sep 21 08:40:41 2014 -0500 update Punjabi Translation for 3.14 release po/pa.po | 93 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 53 insertions(+), 40 deletions(-) commit b08deebddff43e3802234d5b6b1642e4c65b22c4 Author: Christian Persch Date: Sun Sep 21 13:43:54 2014 +0200 Post branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit cde9a09cfa327bfcece8d539364c03c6c914fa17 Author: Ask H. Larsen Date: Sat Sep 20 17:24:47 2014 +0200 Updated Danish translation po/da.po | 75 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 28 deletions(-) commit 7d5857e7115d42cc093f011b8bea42c6da016a3c Author: Мирослав Николић Date: Wed Sep 17 21:38:51 2014 +0200 Updated Serbian translation po/sr.po | 90 +++++++++++++++++++++++++++++++++++----------------------- po/sr@latin.po | 90 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 108 insertions(+), 72 deletions(-) commit f398086446f3bacc3cf878fc4e67fa2641729adb Author: Mattias Eriksson Date: Tue Sep 16 19:05:49 2014 +0000 Updated Swedish translation po/sv.po | 112 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 77 insertions(+), 35 deletions(-) commit 5abcd4eeb611abbc3b77a837d3807d92262fbabe Author: Dušan Kazik Date: Mon Sep 15 19:38:06 2014 +0000 Updated Slovak translation po/sk.po | 88 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 56 insertions(+), 32 deletions(-) commit 45deae03e8d0d53de82de14fbe189930d7133592 Author: Jasper Lievisse Adriaanse Date: Mon Sep 15 09:01:47 2014 +0200 Prevent redefinition of VteCharAttributes as that breaks GCC 4.2 src/vteterminal.h | 1 - 1 file changed, 1 deletion(-) commit 1ee62000486bd146179555ea9645a210e30720f5 Author: Matej Urbančič Date: Sun Sep 14 21:13:55 2014 +0200 Updated Slovenian translation po/sl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d233f03602777d8d68c8b587eeb7dc93aa791925 Author: Matej Urbančič Date: Sun Sep 14 21:12:43 2014 +0200 Added Slovenian translation po/sl.po | 107 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 52 insertions(+), 55 deletions(-) commit 43e082c61fabffe3bea9b7f6662d677b01a74dd4 Author: Christian Persch Date: Sun Sep 14 10:20:20 2014 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bc0fe14b8a470a717eb2e44ef110153327abd272 (tag: 0.38.0) Author: Christian Persch Date: Sun Sep 14 09:55:49 2014 +0200 build: Try fixing builddir != srcdir build src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit f6ece5c14e97ad9756cad3ddd6cc659803fcd80f Author: Christian Persch Date: Sat Sep 13 10:11:42 2014 +0200 Version 0.38.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c6354c469d03fa21fa768d8922ddb439703fe20e Author: Christian Persch Date: Sat Sep 13 10:10:17 2014 +0200 glade: Make catalogue parallel-installable with vte 2.90 configure.ac | 2 +- glade/Makefile.am | 5 +---- glade/vte.xml.in.in | 8 +++++++- 3 files changed, 9 insertions(+), 6 deletions(-) commit 955a2ffadc81d1e4943dc28af7796dae5d37110b Author: Egmont Koblinger Date: Fri Sep 12 14:08:44 2014 +0200 glade: Update list of properties https://bugzilla.gnome.org/show_bug.cgi?id=736508 glade/vte.xml.in.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 4aa4066846b5311c362e5537c0344c34bfa77880 Author: Egmont Koblinger Date: Fri Sep 12 01:25:33 2014 +0200 widget: Rename beep signal to bell, part 2 src/vteseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9b211fa62290112874a478df04172ba5ca18de00 Author: Egmont Koblinger Date: Fri Sep 12 00:45:06 2014 +0200 widget: Rename beep signal to bell https://bugzilla.gnome.org/show_bug.cgi?id=602726#c23 src/vte.c | 10 +++++----- src/vteterminal.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) commit 32984f268cb1d042a9cf854d23886294e9267033 Author: Egmont Koblinger Date: Fri Sep 12 00:38:34 2014 +0200 vteapp: Make the bell option consistent between the two test apps src/vteapp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit ba00836d7d461f5ca96a7921de56ae561bc7e60c Author: Egmont Koblinger Date: Fri Sep 12 00:30:07 2014 +0200 widget: Remove broken visual bell support https://bugzilla.gnome.org/show_bug.cgi?id=602726#c19 doc/reference/vte-sections.txt | 2 -- src/app.vala | 1 - src/vte-private.h | 2 -- src/vte.c | 82 ------------------------------------------ src/vteapp.c | 1 - src/vteterminal.h | 3 -- 6 files changed, 91 deletions(-) commit ccd870b735b8fd0bd65ca6ee779f4597547d32e8 Author: Egmont Koblinger Date: Fri Sep 12 00:12:04 2014 +0200 Revert "widget: Implement visual bell" This reverts commit 4add1f726a8acef0525f5903b9cbe7ae0b905658. https://bugzilla.gnome.org/show_bug.cgi?id=602726#c19 src/vte-private.h | 6 ++---- src/vte.c | 48 ++++-------------------------------------------- 2 files changed, 6 insertions(+), 48 deletions(-) commit a4ef99acfb62d19398da14ed315df545b0570d43 Author: Egmont Koblinger Date: Fri Sep 12 00:10:27 2014 +0200 Revert "vteapp: Three-state bell option" This reverts commit 983b3840454267205ce789498f8d0941b41c8d60. src/app.vala | 12 ++++++------ src/vteapp.c | 21 +++++++++++---------- 2 files changed, 17 insertions(+), 16 deletions(-) commit 4b6acd5b117a961feed9966df103134ea50bee6a Author: Alexander Shopov Date: Sun Sep 7 19:17:16 2014 +0300 Updated Bulgarian translation po/bg.po | 77 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 43 insertions(+), 34 deletions(-) commit b6b381ab64f4500eece628106eb52dd8709e983d Author: Ville-Pekka Vainio Date: Sun Sep 7 13:45:48 2014 +0300 Finnish translation update by Jiri Grönroos po/fi.po | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) commit 5a68ffcb971dcb9508ed43a60ac28ad6ea802422 Author: Piotr Drąg Date: Sun Sep 7 03:26:59 2014 +0200 Updated Polish translation po/pl.po | 71 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 39 insertions(+), 32 deletions(-) commit 4f7526f2241ec01ceea5a93cd9d3dd3106e7f5e5 Author: Jesse van den Kieboom Date: Sat Sep 6 08:46:53 2014 +0200 Do not use deprecated AM_PROG_CC_STDC https://bugzilla.gnome.org/show_bug.cgi?id=736180 gnome-pty-helper/configure.ac | 1 - 1 file changed, 1 deletion(-) commit 714a3be378f4e8664b404bf753d1d6212dc3d7d4 Author: Changwoo Ryu Date: Sat Sep 6 18:32:12 2014 +0900 Updated Korean translation po/ko.po | 70 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 30 deletions(-) commit 9b075daa1f78a0a011c37c71b076341d0fdb7468 Author: Andika Triwidada Date: Thu Sep 4 04:26:29 2014 +0000 Updated Indonesian translation po/id.po | 72 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 31 deletions(-) commit 983b3840454267205ce789498f8d0941b41c8d60 Author: Egmont Koblinger Date: Wed Aug 27 22:24:34 2014 +0200 vteapp: Three-state bell option https://bugzilla.gnome.org/show_bug.cgi?id=602726 src/app.vala | 12 ++++++------ src/vteapp.c | 21 ++++++++++----------- 2 files changed, 16 insertions(+), 17 deletions(-) commit 4add1f726a8acef0525f5903b9cbe7ae0b905658 Author: Egmont Koblinger Date: Mon Aug 25 22:49:41 2014 +0200 widget: Implement visual bell https://bugzilla.gnome.org/show_bug.cgi?id=602726 src/vte-private.h | 6 ++++-- src/vte.c | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 48 insertions(+), 6 deletions(-) commit 2e64b768924ab7cdbd263e2141086652c6128740 Author: Egmont Koblinger Date: Mon Aug 25 22:33:41 2014 +0200 widget: Make dim color handling more xterm-like https://bugzilla.gnome.org/show_bug.cgi?id=735245 doc/reference/vte-sections.txt | 1 - perf/256test.sh | 73 +++++++++++++++++++++++++++++++++++++ perf/Makefile.am | 1 + src/vte-private.h | 8 +++- src/vte.c | 83 +++++++++--------------------------------- src/vterowdata.h | 11 +++--- src/vteseq.c | 6 +-- src/vteterminal.h | 2 - 8 files changed, 105 insertions(+), 80 deletions(-) commit 1d489818c7177abf14bf5285819f19a61231d7e2 Author: Marek Černocký Date: Fri Aug 22 11:46:50 2014 +0200 Updated Czech translation po/cs.po | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) commit ca7cd82efa86ce4f26a9dffe538a5eb9a7e102fb Author: Chao-Hsiung Liao Date: Thu Aug 21 19:02:15 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 77 +++++++++++++++++++++++++++++++++++++++---------------------- po/zh_TW.po | 77 +++++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 98 insertions(+), 56 deletions(-) commit cb038a92719f0c84460ceed78a4197e798633a5d Author: Christian Persch Date: Thu Aug 21 10:31:41 2014 +0200 widget: Fix theming The application specific theming was removed from the gtk builtin theme. Unfortunately there's *still* no way for a library to just drop a css file in a ressource somewhere that will be automatically picked up by gtk, so just add to the existing workaround with the explicit css provider. https://bugzilla.gnome.org/show_bug.cgi?id=735081 src/vte.c | 2 ++ 1 file changed, 2 insertions(+) commit dfe0e9969a97ff1df89f812a05736859cd41b664 Author: ngoswami Date: Tue Aug 19 17:25:56 2014 +0000 Updated Assamese translation po/as.po | 77 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 29 deletions(-) commit a36d5c57131aa292c2b0f9a7b199ff8d268bec65 Author: Christian Persch Date: Tue Aug 19 18:38:31 2014 +0200 emulation: Fix sed mistake https://bugzilla.gnome.org/show_bug.cgi?id=735024 src/caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b28e673c66941c01847513711fa22abe05922c8d Author: Claude Paroz Date: Mon Aug 18 20:23:19 2014 +0000 Updated French translation po/fr.po | 83 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 41 insertions(+), 42 deletions(-) commit 4f20cd6fd4eda5e46f7fc3ebca29c062ac9b3573 Author: Christian Persch Date: Mon Aug 18 21:28:47 2014 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9ff9d3a75deaf0e07c957db0981b41d246ff1eb8 (tag: 0.37.90) Author: Christian Persch Date: Mon Aug 18 21:16:42 2014 +0200 Version 0.37.90 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e6131f4a7aea14faa85f7f1b915ad3c59f26f806 Author: Christian Persch Date: Sun Aug 17 20:00:59 2014 +0200 widget: Improve API name Synchronous functions should be named ..._sync. doc/reference/vte-sections.txt | 2 +- src/app.vala | 2 +- src/vte.c | 14 ++++++-------- src/vteapp.c | 6 +++--- src/vteterminal.h | 10 +++++----- 5 files changed, 16 insertions(+), 18 deletions(-) commit 55364d008339077e765f8328ad86ac0b1fc40107 Author: Christian Persch Date: Fri Aug 15 13:30:09 2014 +0200 widget: Improve set_encoding API Since opening the converter can fail, make this return a gboolean and a GError. And change the meaning of NULL as @codeset from 'current locale' to 'UTF-8'. src/app.vala | 9 +++++++-- src/vte.c | 53 +++++++++++++++++++++++++++++++---------------------- src/vteapp.c | 4 +++- src/vteseq.c | 4 ++-- src/vteterminal.h | 5 +++-- 5 files changed, 46 insertions(+), 29 deletions(-) commit e9b017895af86940b75f9f64e203974be0d0c602 Author: Christian Persch Date: Wed Aug 13 14:05:31 2014 +0200 widget: Simplify word-chars Until we implement full UAX29 word boundary detection, let's simplify the exception cases of ascii punctuation we don't want to include. https://bugzilla.gnome.org/show_bug.cgi?id=730632 src/vte.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit e4bd699014e140e242af919b3b3a6f5aaf5f0385 Author: Christian Persch Date: Wed Aug 13 14:00:58 2014 +0200 Revert "widget: Narrow the set of word chars" This reverts commit 1b6cf784afab99aea861128f5e7bb5619288d6c1. src/vte.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit 0ef701c3ec0ae146a00aa17fa2512bccd8c1099f Author: Christian Persch Date: Sat Jun 28 21:20:27 2014 +0200 widget: Use G_PARAM_EXPILCIT_NOTIFY src/pty.c | 8 ++++++-- src/vte.c | 48 ++++++++++++++++++++++++++---------------------- 2 files changed, 32 insertions(+), 24 deletions(-) commit eb76811ac7cfb679cc9784ad71d79f2886e1d45f Author: Carles Ferrando Date: Sun Aug 17 13:50:35 2014 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 137 +++++++++++++++++------------------------------------- 1 file changed, 42 insertions(+), 95 deletions(-) commit 1df25863886ec215b5345829e9b1ab62a5803f85 Author: Gil Forcada Date: Sun Aug 17 13:50:33 2014 +0200 [l10n] Updated Catalan translation po/ca.po | 138 ++++++++++++++++++++------------------------------------------- 1 file changed, 43 insertions(+), 95 deletions(-) commit bdeeecee5d44b7926af769c4ad9b4e2d61368e6b Author: Lasse Liehu Date: Sun Aug 17 14:39:37 2014 +0300 Finnish translation update po/fi.po | 76 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) commit bf1e3c040982b9fc52e941b88763edc078a768e9 Author: Inaki Larranaga Murgoitio Date: Thu Aug 7 15:55:53 2014 +0200 Updated Basque language po/eu.po | 89 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 55 insertions(+), 34 deletions(-) commit a20f7d2864850fa5e330b3f35f698082f97e5517 Author: Egmont Koblinger Date: Mon Aug 4 15:09:39 2014 +0200 a11y: Fix a crash at text deletion https://bugzilla.gnome.org/show_bug.cgi?id=727587 src/vteaccess.c | 101 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 54 insertions(+), 47 deletions(-) commit 3841316afc3df1d216e0eb5f158dc636c585b1ae Author: Egmont Koblinger Date: Sun Aug 3 13:22:15 2014 +0200 a11y: Fix omitted first letter when scrolling https://bugzilla.gnome.org/show_bug.cgi?id=657960 src/vteaccess.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit d99bb5c9c2387357b92412551d000e2bc57c2c8b Author: Piotr Drąg Date: Thu Jul 31 20:02:48 2014 +0200 doap: add vte.doap | 2 ++ 1 file changed, 2 insertions(+) commit b1e4e7c078e370906da1d75765ab989eb4a2f0cf Author: Olav Vitters Date: Wed Jul 30 20:44:44 2014 +0200 doap category core vte.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 645c499d98c49c042ffa36f05b43a2814e9393c5 Author: Egmont Koblinger Date: Sun Jul 27 15:55:16 2014 +0200 emulation: Set scrollback lines on both screens https://bugzilla.gnome.org/show_bug.cgi?id=731205#c8 src/vte.c | 55 ++++++++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) commit 1b6cf784afab99aea861128f5e7bb5619288d6c1 Author: Egmont Koblinger Date: Sat Jul 26 23:06:51 2014 +0200 widget: Narrow the set of word chars https://bugzilla.gnome.org/show_bug.cgi?id=730632 src/vte.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit 6774bfd96cf6ae71429ec06670b8f755cb4def55 Author: Egmont Koblinger Date: Sat Jul 26 23:02:03 2014 +0200 widget: Fix box drawing characters in wide CJK mode src/vte.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 817b6834b579b4ecb6a071729daabc50def931eb Author: Egmont Koblinger Date: Sat Jul 26 14:05:01 2014 +0200 emulation: Fix cursor handling at right margin https://bugzilla.gnome.org/show_bug.cgi?id=731155 src/vteseq.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) commit d45402bd87b6d99d3084eb1ba69ace957a1ac717 Author: Egmont Koblinger Date: Sat Jul 26 14:02:56 2014 +0200 emulation: Deccolm mode switch clears the screen and moves cursor home https://bugzilla.gnome.org/show_bug.cgi?id=731155#c6 src/vteseq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 46e0f35b57702e4083b34edded2311ef19d0859d Author: Egmont Koblinger Date: Fri Jul 25 16:37:37 2014 +0200 emulation: Fix cursor reporting with origin mode src/vteseq.c | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) commit 71aadaf2568d20b3a4eb2a92bebdaf6f3bb46b47 Author: Egmont Koblinger Date: Fri Jul 25 15:17:52 2014 +0200 emulation: Fix \e[d and \e[` src/vteseq.c | 45 +++++++++++++++++---------------------------- 1 file changed, 17 insertions(+), 28 deletions(-) commit a2a49dfda338d7ca9d836de9e3777d5c02f96ac8 Author: Egmont Koblinger Date: Fri Jul 25 14:53:20 2014 +0200 emulation: Fix absolute cursor movement with origin mode src/vteseq.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) commit 83d03666cf51850b708bced2e3fb43b3b4dde1c5 Author: Egmont Koblinger Date: Fri Jul 25 12:25:35 2014 +0200 emulation: Make {insert,delete}-lines move the cursor to first column src/vteseq.c | 2 ++ 1 file changed, 2 insertions(+) commit 3bcb11b14fabd79b1d96516cf1013bbf1c9e8a21 Author: Balázs Úr Date: Thu Jul 24 08:22:48 2014 +0000 Updated Hungarian translation po/hu.po | 84 ++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 31 deletions(-) commit f09439bf7d05cb81c37e3e1a8a4af71f489700ba Author: Colin Guthrie Date: Wed Jul 23 22:44:40 2014 +0200 vte.sh: Fix tilde replacement for bash-4.3. https://bugzilla.gnome.org/show_bug.cgi?id=733504 src/vte.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 99625feadc71e9bccdc24495d0fa577aa7ea2ad8 Author: Kjartan Maraas Date: Wed Jul 23 16:52:08 2014 +0200 Updated Norwegian bokmål translation. po/nb.po | 69 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 30 deletions(-) commit 3fc7c422c7746f33f0051d2e52bc267949a7957e Author: Tom Tryfonidis Date: Wed Jul 9 23:18:39 2014 +0000 Updated Greek translation po/el.po | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) commit 4c6ea9d37347d10f5522a8dac954d07927be5e5e Author: Aurimas Černius Date: Sat Jul 5 14:15:07 2014 +0300 Updated Lithuanian translation po/lt.po | 93 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 42 insertions(+), 51 deletions(-) commit 7feebcb3eb041961a6207ab5768651f77f46c134 Author: Fran Diéguez Date: Tue Jul 1 22:12:19 2014 +0200 Updated Galician translations po/gl.po | 85 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 33 deletions(-) commit 3592152295b5a434376996062482474edffadf2c Author: Yuri Myasoedov Date: Sun Jun 29 09:27:16 2014 +0400 Updated Russian translation po/ru.po | 85 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 33 deletions(-) commit 2226e6a7efaff9d93a7e74ba4a0845e311e5896f Author: Christian Persch Date: Mon Jun 23 19:26:30 2014 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 73745f9f4a1dd87edf69a807f90f8d99880b8d80 (tag: 0.37.2) 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(-) commit b446923caf746a18e4fa9eb298eacf751e53256f (tag: 0.37.1) Author: Egmont Koblinger Date: Wed May 28 12:28:08 2014 +0200 widget: Fix display glitches with rectangular selection and wide characters https://bugzilla.gnome.org/show_bug.cgi?id=730800 src/vte.c | 4 ++-- src/vterowdata.h | 11 ++++++----- src/vteseq.c | 21 +++++++++------------ 3 files changed, 17 insertions(+), 19 deletions(-) commit b8db6a28b9b809a643268941a3bd1b0dcff70198 Author: Egmont Koblinger 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 src/vte.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) commit 8fbb9722099fa4af01cfb16919fe61282a7aa9ab Author: Egmont Koblinger 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 src/vte.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 2249f514c877041dd291a717360cd6e2747103f5 Author: Egmont Koblinger Date: Mon May 26 12:19:14 2014 +0200 widget: Set the ring's in-memory size on terminal reset src/vte.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 7a8256af09173496a09afec90249a9875c742896 Author: Egmont Koblinger 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 src/vte.c | 3 +++ 1 file changed, 3 insertions(+) commit 0d0bb6ac9b7eeea9d6726436f47c59fac81d2194 Author: Piotr Drąg Date: Sun May 25 17:50:02 2014 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 4d6edfb7ecd9bc2743fe507794092ff096d50aac Author: Egmont Koblinger Date: Fri May 23 01:44:50 2014 +0200 emulation: Improve the handling of Tab and CJK fragments Tab is converted to spaces when the content underneath is modified, instead of when the cursor is moved over. Only the left part is converted to spaces, the right part becomes a shorter tab. Double wide characters are replaced by spaces when split in two. https://bugzilla.gnome.org/show_bug.cgi?id=691972 https://bugzilla.gnome.org/show_bug.cgi?id=730343 src/vte-private.h | 2 +- src/vte.c | 157 ++++++++++++++++++++++++++++++++++++------------------ src/vteseq.c | 20 +++++-- 3 files changed, 122 insertions(+), 57 deletions(-) commit f82209190742fca586641f21367b1fddcb14227a Author: Behdad Esfahbod Date: Thu May 22 17:57:33 2014 -0400 caps: Adjust start-of-string / end-of-string to match xterm No idea what they are for, but here's a test case: $ echo -e "\eXas\e\\df It should only show "df". Ie, the portion between ESC X and ESC \\ is skipped. src/caps.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 7bbd2d3f6cca9ca4401e3dd3c041fb8d33ab3e25 Author: Behdad Esfahbod Date: Thu May 22 17:54:50 2014 -0400 caps: Minor src/caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ec7b994b5b954b12866413d670fbf90287ce9ae5 Author: Egmont Koblinger Date: Thu May 22 23:41:07 2014 +0200 emulation: Fix cursor backward movement (broken since commit 60c0bca2f00cd55ea1eb42fd59fa017b62197c9d) src/vteseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0b21ef1a53ddea1838e75e87f678a10ade6b0c29 Author: Behdad Esfahbod Date: Thu May 22 16:35:41 2014 -0400 table: Remove support for unused %2, %3, and %M in cap strings src/table.c | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) commit c0dab8bffc249e26a7a935a9efebdcf10a8de1e7 Author: Behdad Esfahbod Date: Thu May 22 16:32:10 2014 -0400 table: Remove unused %i support in capability strings src/table.c | 73 +++++++++++++------------------------------------------------ 1 file changed, 15 insertions(+), 58 deletions(-) commit 4425ee077bbedb1337e2e7d332e1137e68fd4adf Author: Egmont Koblinger 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 src/vte.c | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) commit 3e211284104be539a951976ec6f62d203e8a60f5 Author: Christian Persch Date: Thu May 22 20:26:59 2014 +0200 vteapp: Add back C test application So you can test vte when building with vala fails. src/Makefile.am | 25 +- src/vteapp.c | 1161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1184 insertions(+), 2 deletions(-) commit a0d4cd974927a3b08c09d346c34430775835179d Author: Christian Persch Date: Thu May 22 20:10:45 2014 +0200 matcher: Use less relocations src/caps.c | 455 +++++++++++++++++++++++++++++----------------------------- src/caps.h | 8 +- src/matcher.c | 12 +- 3 files changed, 237 insertions(+), 238 deletions(-) commit bef7a550a9be7889735a4333f2820792e72e9853 Author: Christian Persch Date: Thu May 22 20:10:19 2014 +0200 debug: Improve sequence->string conversion Print OSC, CSI etc. src/debug.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit 2f65bb5d5eae690196448cf0a0101f8ad7f92c96 Author: Christian Persch Date: Thu May 22 18:03:37 2014 +0200 a11y: Remove unused code The function is always called with 0 quark (since commit a44035e91dffdbeb3613d56234c74bb6d8483368), so just removed the parameter. src/vte.c | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) commit c38f44dafea624ca656d3700e0f4b0c0a259856e Author: Christian Persch Date: Thu May 22 13:50:16 2014 +0200 build: Don't enable pty helper by default Makefile.am | 1 + configure.ac | 8 +++++++- src/vteenums.h | 10 +++++----- 3 files changed, 13 insertions(+), 6 deletions(-) commit 174428ceafa642747400c5497dcfe207ec928db1 Author: Christian Persch Date: Thu May 22 08:53:13 2014 +0200 tests: interpret: Fix build for matcher API change src/interpret.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 9f22a3c9c5eaabf7c23c1db759e9749e37f4191d Author: Behdad Esfahbod Date: Wed May 21 21:10:58 2014 -0400 Remove unused quark arguments all around the matcher code src/matcher.c | 11 ++++----- src/matcher.h | 6 ++--- src/table.c | 72 ++++++++++++++++++++++++------------------------------- src/table.h | 4 ++-- src/vte-private.h | 3 +-- src/vte.c | 5 ---- src/vteseq.c | 9 ++++--- 7 files changed, 46 insertions(+), 64 deletions(-) commit 1f660f2bd4fc19876863925063ec8e7dec7bbccd Author: Behdad Esfahbod Date: Wed May 21 20:40:40 2014 -0400 Remove unuse caps quark src/caps.c | 430 ++++++++++++++++++++++++++++++------------------------------- src/caps.h | 1 - 2 files changed, 215 insertions(+), 216 deletions(-) commit fb579fdf7e0df89b1228300433d128586d5fa3e2 Author: Behdad Esfahbod Date: Wed May 21 20:35:29 2014 -0400 Make capability name and seq handler names match exactly Going to remove the indirection through string capability names at some point. src/caps.c | 82 +++++++++++++++++++++++++++--------------------------- src/vteseq-n.gperf | 68 ++++++++++++++++++++++---------------------- src/vteseq.c | 8 +++--- 3 files changed, 79 insertions(+), 79 deletions(-) commit c255e5bf3d88cc0485a25c2cbaa2dd55b72f4555 Author: Behdad Esfahbod Date: Wed May 21 20:14:04 2014 -0400 Remove unused code src/vte-private.h | 2 +- src/vteseq.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) commit cdc5fcd685027a3576ab6004bce4bc2aa8bad171 Author: Behdad Esfahbod Date: Wed May 21 15:34:45 2014 -0400 Fix build with newer libtool Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b361b01369f2e06fec77d436b6c3ee90ac9cc037 Author: Egmont Koblinger Date: Wed May 21 15:42:58 2014 +0200 emulation: Remove unused vteseq-2.gperf src/vteseq-2.gperf | 291 ----------------------------------------------------- 1 file changed, 291 deletions(-) commit a9fb5eb122bd1ed02e360bc4bf130c55bedf3090 Author: Piotr Drąg Date: Tue May 20 22:02:30 2014 +0200 Updated POTFILES.in po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit 66ce3c9346b74848e793bd002f93ffcc04a3d679 Author: Christian Persch Date: Tue May 20 16:15:38 2014 +0200 matcher: Remove unused trie matcher https://bugzilla.gnome.org/show_bug.cgi?id=728665 src/Makefile.am | 38 +- src/debug.c | 2 +- src/debug.h | 2 +- src/matcher.c | 6 +- src/trie.c | 1110 ------------------------------------------------------- src/trie.h | 65 ---- 6 files changed, 6 insertions(+), 1217 deletions(-) commit 4e253be9282829f594c8a55ca08d1299e80e471d Author: Egmont Koblinger Date: Tue May 20 11:23:56 2014 +0200 emulation: No longer rely on terminfo; drop ncurses dependency https://bugzilla.gnome.org/show_bug.cgi?id=728900#c5 HACKING | 9 +- README | 3 - configure.ac | 12 +- doc/reference/vte-sections.txt | 3 - src/Makefile.am | 71 +-- src/app.vala | 5 - src/debug.c | 42 ++ src/debug.h | 1 + src/interpret.c | 20 +- src/keymap.c | 2 +- src/keymap.h | 2 - src/matcher.c | 154 ++----- src/matcher.h | 3 +- src/pty.c | 70 +-- src/table.c | 2 +- src/vte-private.h | 1 - src/vte.c | 176 +------- src/vteglobals.h | 2 - src/vtepty.h | 3 - src/vteseq.c | 9 - src/vteterminal.h | 6 - src/vteti.c | 628 --------------------------- src/vteti.h | 94 ---- src/vtetivars.awk | 83 ---- src/vtetivars.h | 966 ----------------------------------------- 25 files changed, 112 insertions(+), 2255 deletions(-) commit 99e912b298fb76662be73d940fcbd673f1dcef66 Author: Christian Persch Date: Mon May 19 18:33:21 2014 +0200 iconv: test: Simplify test setup src/vteconv.c | 241 +++++++++++++++++++++++++++++++++------------------------- 1 file changed, 138 insertions(+), 103 deletions(-) commit 3a6511d3ba96b06f94f28c6ac5d5efbde25fda21 Author: Christian Persch Date: Mon May 19 18:33:21 2014 +0200 iconv: test: Simplify test setup src/vteconv.c | 57 +++++++++++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 30 deletions(-) commit 35c11c3c6a967b2cb64da02bc9ab3cb23441ec15 Author: Christian Persch Date: Mon May 19 18:33:21 2014 +0200 iconv: test: Use g_assert_cmpuint src/vteconv.c | 52 +++++++++++++++++++++------------------------------- 1 file changed, 21 insertions(+), 31 deletions(-) commit 53056d1e523a39c018272efa15f13c8e2ce8932a Author: Colin Gibbs 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 45cbf11f768b46641c359ab71ad95ee4d78aafc6 Author: Egmont Koblinger Date: Mon May 19 15:07:01 2014 +0200 emulation: Remove unused code src/vteseq-n.gperf | 2 -- src/vteseq.c | 63 ------------------------------------------------------ 2 files changed, 65 deletions(-) commit 2e549d2372740b10163a90471991f8fad260f461 Author: Egmont Koblinger Date: Mon May 19 15:03:20 2014 +0200 emulation: Migrating from terminfo: miscellaneous Hardwire the behavior of some random operations, rather than relying on terminfo. Drop support for "uc", there's no corresponding xterm terminfo entry. src/caps.c | 3 + src/vteseq-2.gperf | 50 +++++++------- src/vteseq-n.gperf | 6 +- src/vteseq.c | 192 +++-------------------------------------------------- 4 files changed, 40 insertions(+), 211 deletions(-) commit a2f3bc6664cc3c4e3844151f8cf2faeebc11e996 Author: Egmont Koblinger Date: Mon May 19 14:56:15 2014 +0200 emulation: Migrating from terminfo: scrolling operations Hardwire the behavior of scrolling operations, rather than relying on terminfo. Make the parameter parsing of scroll regions more compatible with xterm. Drop support for "cS", there's no corresponding xterm terminfo entry. src/vteseq-2.gperf | 4 +-- src/vteseq.c | 88 ++++++++++++++---------------------------------------- 2 files changed, 25 insertions(+), 67 deletions(-) commit 73710e6aeabb48d50b1ee93a56aaca528b45e3c7 Author: Egmont Koblinger Date: Mon May 19 14:54:37 2014 +0200 emulation: Migrating from terminfo: clear operations Hardwire the behavior of clear operations, rather than relying on terminfo. src/vteseq-2.gperf | 6 +++--- src/vteseq.c | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) commit 7ba12a5095403ee4a131f50bac6425b918077132 Author: Egmont Koblinger Date: Mon May 19 14:52:36 2014 +0200 emulation: Migrating from terminfo: insert and erase operations Hardwire the behavior of insert and erase operations, rather than relying on terminfo. src/vteseq-2.gperf | 18 +++---- src/vteseq-n.gperf | 2 +- src/vteseq.c | 134 ++++------------------------------------------------- 3 files changed, 19 insertions(+), 135 deletions(-) commit 60c0bca2f00cd55ea1eb42fd59fa017b62197c9d Author: Egmont Koblinger Date: Mon May 19 14:46:41 2014 +0200 emulation: Migrating from terminfo: cursor moving operations Hardwire the behavior of cursor moving operations, rather than relying on terminfo. Remove support for nonstandard "move cursor to lower left corner". src/caps.c | 2 +- src/vteseq-2.gperf | 24 +++--- src/vteseq-n.gperf | 10 +-- src/vteseq.c | 236 +++++++++++++++++++++++------------------------------ 4 files changed, 118 insertions(+), 154 deletions(-) commit 7281fa8dac1bdb1d091e47fd2ad5bcc9c6fbf616 Author: Egmont Koblinger Date: Mon May 19 14:41:02 2014 +0200 emulation: Migrating from terminfo: single-byte control codes Hardwire the behavior of single-byte control codes (newline, tab etc.) and closely related ones (e.g. tab stops), rather than relying on terminfo. Implement CSI n I (n tabs). src/caps.c | 8 ++++++ src/vteseq-2.gperf | 30 ++++++++++---------- src/vteseq-n.gperf | 11 ++++++-- src/vteseq.c | 80 +++++++++++++----------------------------------------- 4 files changed, 50 insertions(+), 79 deletions(-) commit ac4cce6587f7dbd15d5574fef1fdc5910adab99a Author: Egmont Koblinger Date: Sun May 18 20:12:44 2014 +0200 emulation: Drop separate standout attribute, it's actually reverse in xterm src/vte.c | 6 ------ src/vterowdata.h | 3 +-- src/vteseq.c | 51 ++------------------------------------------------- 3 files changed, 3 insertions(+), 57 deletions(-) commit 462e4ffb6ec3a188a5b3ed76821263f63acacebb Author: Egmont Koblinger Date: Sun May 18 19:53:20 2014 +0200 emulation: Remove status line support doc/reference/vte-sections.txt | 1 - src/app.vala | 6 ---- src/vte-private.h | 3 -- src/vte.c | 81 ------------------------------------------ src/vteseq-2.gperf | 4 +-- src/vteseq.c | 16 --------- src/vteterminal.h | 4 --- 7 files changed, 2 insertions(+), 113 deletions(-) commit ad82b82c2612240ee7aa58df9e58245535fc90b7 Author: Egmont Koblinger Date: Sun May 18 19:44:53 2014 +0200 emulation: Fix absolute cursor movement with missing row number src/caps.c | 13 ++++++++----- src/vteseq-n.gperf | 2 +- src/vteseq.c | 20 +++++++++++++------- 3 files changed, 22 insertions(+), 13 deletions(-) commit fc3e87814474ad2a80b8981c472df5f8929ca0b1 Author: Egmont Koblinger Date: Sun May 18 14:29:02 2014 +0200 emulation: Don't depend on terminfo for autowrap and a few other capabilities src/vte-private.h | 8 +----- src/vte.c | 75 ++++++------------------------------------------------- src/vteseq.c | 16 +----------- 3 files changed, 9 insertions(+), 90 deletions(-) commit 598572b526568591ca91e3e0019412274edd9643 Author: Egmont Koblinger Date: Sun May 18 13:36:01 2014 +0200 keymap: Use hardcoded sequences instead of terminfo https://bugzilla.gnome.org/show_bug.cgi?id=728900#c5 src/keymap.c | 616 +++++++++++++++++++++++++---------------------------------- src/keymap.h | 4 +- src/vte.c | 51 ++--- 3 files changed, 279 insertions(+), 392 deletions(-) commit 64f7ae57e8cd6667dc9fc7afd870df6c67cf87c7 Author: Christian Persch Date: Sun May 18 11:19:52 2014 +0200 build: Fix double defines of *CLEANFILES src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3075360bcea5b07c3026527a6d6a1082f48a38c0 Author: Christian Persch Date: Sun May 18 11:16:04 2014 +0200 iconv: test: Port to gtest and run it on make check https://bugzilla.gnome.org/show_bug.cgi?id=730242 src/Makefile.am | 2 +- src/vteconv.c | 128 ++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 107 insertions(+), 23 deletions(-) commit 7383a5d9c23656f70f132a2f4b296fbed3e4c53d Author: Egmont Koblinger Date: Sun May 18 10:37:59 2014 +0200 keymap: Drop fkey modes Drop broken fkey modes. For merge simpliciy, and since the terminfo code is going away soon, just switch the terminfo lookup to using termcap compat caps instead of terminfo caps. https://bugzilla.gnome.org/show_bug.cgi?id=730137 src/dumpkeys.c | 59 +--- src/keymap.c | 856 ++++++++++++++++++------------------------------------ src/keymap.h | 8 - src/vte-private.h | 6 - src/vte.c | 18 +- src/vteseq.c | 40 --- 6 files changed, 291 insertions(+), 696 deletions(-) commit 184c74baa3c37f79b0620b666e7d739d00b81d49 Author: Christian Persch Date: Fri Apr 18 22:00:48 2014 +0200 all: Use terminfo instead of termcap https://bugzilla.gnome.org/show_bug.cgi?id=169295 Makefile.am | 2 +- configure.ac | 55 +-- src/Makefile.am | 145 +++++-- src/app.vala | 8 +- src/caps.c | 355 ----------------- src/caps.h | 10 - src/interpret.c | 18 +- src/iso2022.c | 2 +- src/keymap.c | 308 ++++++--------- src/keymap.h | 6 +- src/matcher.c | 146 ++++--- src/matcher.h | 5 +- src/table.c | 2 +- src/vte-private.h | 6 +- src/vte.c | 112 +++--- src/vte.gresource.xml.in | 3 - src/vteconv.c | 7 +- src/vteseq.c | 73 ++-- src/vtetc.c | 648 ------------------------------- src/vtetc.h | 59 --- src/vteti.c | 628 ++++++++++++++++++++++++++++++ src/vteti.h | 94 +++++ src/vtetivars.awk | 83 ++++ src/vtetivars.h | 966 +++++++++++++++++++++++++++++++++++++++++++++++ termcaps/Makefile.am | 4 - termcaps/xterm | 33 -- termcaps/xterm-color | 27 -- termcaps/xterm.baseline | 35 -- 28 files changed, 2199 insertions(+), 1641 deletions(-) commit 95879ab9b4aa113d7877e4d080fbb7b403963f3b Author: Egmont Koblinger 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 src/vteconv.c | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 2 deletions(-) commit 3fe609d9592b69854796cdc1011d0112bc7506af Author: Egmont Koblinger Date: Fri May 16 13:57:01 2014 +0200 build: Fix vteconv warning src/vteconv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 8a17c8ee4474b84414e5ed35a604ff3abfbe3fbe Author: Egmont Koblinger Date: Fri May 16 13:33:01 2014 +0200 iconv: Fix a broken unittest src/vteconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3287a66f02edd3f26e5da708d1c3d36b3418a23c Author: Egmont Koblinger Date: Fri May 16 13:25:39 2014 +0200 iconv: Fix broken _vte_conv_utf8_strlen src/vteconv.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) commit c745ac44d15a827ec903ed30561970a0e24316a2 Author: Yosef Or Boczko Date: Fri May 16 05:08:18 2014 +0300 Updated Hebrew translation po/he.po | 84 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 32 deletions(-) commit 60f5573f9bbbfba7de535dda55f229142e324d9f Author: Egmont Koblinger Date: Thu May 15 01:35:06 2014 +0200 widget: doc: Clarify a comment about rewrapping src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4b830778edf598f4c3d41477a522986832f58d97 Author: Christian Persch Date: Wed May 14 20:40:36 2014 +0200 build: Don't dist generated files src/Makefile.am | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit ffa42d66a73c66bbda25df5d84b95717be6b1efa Author: Christian Persch Date: Wed May 14 19:48:34 2014 +0200 build: Dist box_drawing_generate.sh https://bugzilla.gnome.org/show_bug.cgi?id=730140 src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f49c6131ac5ac8f082a5212a3bf18dc9d5d4b1ca Author: Christian Persch Date: Mon May 12 11:04:49 2014 +0200 vteapp: Add comment pointing to the bug src/app.vala | 1 + 1 file changed, 1 insertion(+) commit 691669ac5166da1104eb584bc43a70a9c7a924d7 Author: Egmont Koblinger 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 src/keymap.c | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) commit 88c24de77c1d5c5b677181898271abcb79bf491f Author: Egmont Koblinger Date: Mon May 12 17:06:50 2014 +0200 widget: doc: fix an obvious typo src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ec08b2b0e255f62275773ef5d56b934c4ff3f6bd Author: Christian Persch Date: Sun May 11 10:32:40 2014 +0200 widget: Ensure rendering data is re-initialised on re-realise pvt->draw is destroyed on unrealise, so we need to make sure to recreate it on realise. https://retrace.fedoraproject.org/faf/reports/429280/ src/vte.c | 5 +++++ 1 file changed, 5 insertions(+) commit bc0ae12c39e8eb110e7805320e98dc35b0fc0901 Author: Christian Persch Date: Sun May 11 10:19:12 2014 +0200 Revert "emulation: Fix escape sequences of keypad Home and End" This reverts commit cbc73b6d40aa099643cce07400c31028cfaa7e8c. src/keymap.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 4431fd96c2224988ec844cb7cfd3e947b1d819b4 Author: Christian Persch Date: Sun May 11 10:18:04 2014 +0200 vteapp: Only install argb visual when required by options src/app.vala | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit f41bd6b7b33040c2fdee555e3174221d12a3c961 Author: Daniel Mustieles Date: Sat May 10 19:59:25 2014 +0200 Updated Spanish translation po/es.po | 100 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 58 insertions(+), 42 deletions(-) commit f555e78839bbb47a4407bcfd01adcfc2dd070071 Author: Debarshi Ray Date: Fri May 9 18:33:15 2014 +0200 widget: Set the background alpha in set_colors We are doing that in vte_terminal_set_color_background, but a lot of applications (eg., the test application, gnome-terminal) use vte_terminal_set_colors. So set it there as well. Fallout from 060850078a53dce64c3d2b96882f525fef7f5028 https://bugzilla.gnome.org/show_bug.cgi?id=729884 src/vte.c | 2 ++ 1 file changed, 2 insertions(+) commit b61a35cf1bd4babb7945798256132c362786327f Author: Christian Persch Date: Tue May 6 21:29:44 2014 +0200 vteapp: Fix build with older vala https://bugzilla.gnome.org/show_bug.cgi?id=729639 src/app.vala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 1327396207626f9aafe28a58b99aeffadf62bea0 Author: Christian Persch Date: Mon May 5 10:28:19 2014 +0200 vteapp: Reindent Fix vala mode indentation. And fix setup so that vala code is never using tabs! .dir-locals.el | 7 +- src/app.vala | 1518 +++++++++++++++++++++++++++---------------------------- src/config.vapi | 2 +- 3 files changed, 766 insertions(+), 761 deletions(-) commit 52662317e154fbc1ca094d8dd2bf54c62e376ec7 Author: Christian Persch Date: Mon May 5 09:17:08 2014 +0200 all: Fix namespace for attributes macros They are only there to be used in our headers, they are not part of our API. So prefix them with an underscore. src/vtemacros.h | 8 +-- src/vtepty.h | 14 ++--- src/vterowdata.h | 4 +- src/vteterminal.h | 170 +++++++++++++++++++++++++++--------------------------- 4 files changed, 98 insertions(+), 98 deletions(-) commit 07a3f97381112dad889b99211ce655b84858ed66 Author: Egmont Koblinger Date: Tue May 6 13:24:46 2014 +0200 emulation: Change bracketed paste mode to per-terminal https://bugzilla.gnome.org/show_bug.cgi?id=729533 src/vte-private.h | 2 +- src/vte.c | 8 ++++---- src/vteseq.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) commit 0b9f5163093c599ad99d56d32a0c855b47b6ed4b Author: Dimitris Spingos Date: Mon May 5 07:20:07 2014 +0300 Updated Greek translation po/el.po | 100 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 60 insertions(+), 40 deletions(-) commit 834f0acdd1690b17467b21380f4c7c40613310c1 Author: Christian Persch Date: Fri May 2 09:56:47 2014 +0200 all: Add malloc attribute src/vteterminal.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 9c047aecd0483897491bbec0a409f9fb33373d48 Author: Christian Persch Date: Fri May 2 09:56:47 2014 +0200 all: Add nonnull attributes src/Makefile.am | 3 + src/vtemacros.h | 38 +++++++++++ src/vtepty.h | 15 +++-- src/vterowdata.h | 10 +-- src/vteterminal.h | 197 ++++++++++++++++++++++++++++++------------------------ 5 files changed, 161 insertions(+), 102 deletions(-) commit cbc73b6d40aa099643cce07400c31028cfaa7e8c Author: Egmont Koblinger Date: Tue Apr 29 17:19:22 2014 +0200 emulation: Fix escape sequences of keypad Home and End https://bugzilla.gnome.org/show_bug.cgi?id=600659#c63 src/keymap.c | 6 ------ 1 file changed, 6 deletions(-) commit a1d56abdd6000bc5df9da83c1da321b30b5ef3ab Author: Christian Persch Date: Mon Apr 28 18:24:50 2014 +0200 build: Add missing header to gir files src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 8395162c4ea12cbc03a512f5995cdc61a216dd4f Author: Christian Persch Date: Mon Apr 28 18:24:50 2014 +0200 build: Remove duplicate flag configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 338d7873e5cd390cd8d5efff21571a06154f5418 Author: Christian Persch Date: Mon Apr 28 18:24:49 2014 +0200 build: Don't dist generated headers src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) commit 9ae3281e3416e16275c8b3997b22d5f85a24504b Author: Christian Persch Date: Mon Apr 28 18:24:49 2014 +0200 all: Remove duplicate definitions src/vte.h | 8 -------- 1 file changed, 8 deletions(-) commit 15d99b8961e6f6108eb688c691c04722dc63163f Author: Christian Persch Date: Sun Apr 27 16:47:29 2014 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d6a6aca25aeb7db26507b9097e29ca8334c4f4b1 (tag: 0.37.0) Author: Christian Persch Date: Sun Apr 27 16:37:58 2014 +0200 build: Work around include directory issue The correct way to include vte.h is but the source directoy is named src/ not vte/ so this doesn't work while building vte itself, and it breaks when building the vala test application. Make vte/vte.h symlink to src/vte.h, and dist that. Ugly, but it works™. Makefile.am | 3 ++- vte | 1 - vte/vte.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) commit 97f610ba1b9a0fac1382636e4ed9baad20209d24 Author: Christian Persch Date: Sun Apr 27 16:15:04 2014 +0200 all: Reorganise headers src/Makefile.am | 21 ++- src/pty.c | 2 + src/vte.h | 393 +---------------------------------------- src/vteenums.h | 128 ++++++++++++++ src/vteglobals.h | 32 ++++ src/vtepty.h | 44 +---- src/vteterminal.h | 356 +++++++++++++++++++++++++++++++++++++ src/vtetypebuiltins.h.template | 6 +- src/vteversion.h.in | 8 +- 9 files changed, 554 insertions(+), 436 deletions(-) commit 95eeb058f1a84ebe53b071e2647914e0d2e65351 Author: Christian Persch Date: Sun Apr 27 15:43:04 2014 +0200 Prepare version 0.37.0 NEWS | 6 ++++++ 1 file changed, 6 insertions(+) commit 957a85b11750362a265526d63ca1423ae453cf3b Author: Christian Persch Date: Sun Apr 27 10:13:41 2014 +0200 docs: Fix licence header The library is LGPL, and the docs include the docs comments from the library sources, so it's logical that the docs licence should be LGPL too. The docs already said so in the text, but the licence header in the comments said GFDL. Since I'm the only one who's contributed to the xml file itself, I just changed this to LGPL, too. https://bugzilla.gnome.org/show_bug.cgi?id=728795 doc/reference/vte-docs.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) commit 7ec0eb229d21fa6293573332783084a1d12c9186 Author: Enrico Nicoletto Date: Sat Apr 26 23:57:18 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 89 +++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 35 deletions(-) commit a8aa5606c0a69eed3e2e31d1077af672ffe26c61 Author: Christian Persch Date: Sat Apr 26 18:12:57 2014 +0200 widget: Rename API Now that the GdkColor APIs are gone, rename the GdkRGBA APIs to remove the _rgba suffix. doc/reference/vte-sections.txt | 16 ++++++------- src/app.vala | 12 +++++----- src/vte.c | 52 +++++++++++++++--------------------------- src/vte.h | 38 +++++++++++++++--------------- 4 files changed, 52 insertions(+), 66 deletions(-) commit 16bda596da75356686991da2ee75e5f9f501cdac Author: Christian Persch Date: Sat Apr 26 09:59:28 2014 +0200 widget: Set style background on realize vte analogue to https://bugzilla.gnome.org/show_bug.cgi?id=692988 src/vte.c | 1 + 1 file changed, 1 insertion(+) commit d201742f47d85049eb3e0dd1d2489bbd01ba642c Author: Christian Persch Date: Thu Apr 24 20:04:41 2014 +0200 Revert "all: Use terminfo instead of termcap" This reverts commit a65aae3bb5cb140a8cf5b6bdda2a5b333c574502. Makefile.am | 2 +- configure.ac | 54 ++- src/Makefile.am | 147 ++------ src/app.vala | 8 +- src/caps.c | 355 +++++++++++++++++ src/caps.h | 10 + src/interpret.c | 18 +- src/iso2022.c | 2 +- src/keymap.c | 297 +++++++++------ src/keymap.h | 6 +- src/matcher.c | 146 +++---- src/matcher.h | 5 +- src/table.c | 2 +- src/vte-private.h | 6 +- src/vte.c | 112 +++--- src/vte.gresource.xml.in | 3 + src/vteconv.c | 7 +- src/vteseq.c | 73 ++-- src/vtetc.c | 648 +++++++++++++++++++++++++++++++ src/vtetc.h | 59 +++ src/vteti.c | 628 ------------------------------ src/vteti.h | 94 ----- src/vtetivars.awk | 83 ---- src/vtetivars.h | 966 ----------------------------------------------- termcaps/Makefile.am | 4 + termcaps/xterm | 33 ++ termcaps/xterm-color | 27 ++ termcaps/xterm.baseline | 35 ++ 28 files changed, 1639 insertions(+), 2191 deletions(-) commit d340debc07697d35ac9ded93e273a965b77350f7 Author: Christian Persch Date: Thu Apr 24 20:04:31 2014 +0200 Revert "build: Remove nonexisting Makefile from output files" This reverts commit 64836c29c9def4a455870ff4cf5e75410c1d2054. configure.ac | 1 + 1 file changed, 1 insertion(+) commit 78b9a3091e1bdea691a74b4c4350acce957ebacd Author: Christian Persch Date: Thu Apr 24 20:04:22 2014 +0200 Revert "terminfo: Fix return values in assertions" This reverts commit 21e6badc84b658448a4db29ce6651d911e65f7ae. src/vteti.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 0154fbd0c78d0f6a0db8f50681ae2664c5cd2b12 Author: Christian Persch Date: Thu Apr 24 12:31:04 2014 +0200 vteapp: Remove unreachable code src/app.vala | 2 -- 1 file changed, 2 deletions(-) commit 4d7b5f0a5a85c2a21ae93e2eb1a6dca75dc12512 Author: Christian Persch Date: Thu Apr 24 12:29:31 2014 +0200 build: Remove unnecessary flag configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit da2fbf5b3d272750ebb080d91038bd799a8e3766 Author: Christian Persch Date: Thu Apr 24 12:29:19 2014 +0200 build: Fix compiler warning src/vteseq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 9bc105dce8508c49311774d45c22166149118e79 Author: Marek Černocký Date: Thu Apr 24 15:48:48 2014 +0200 Updated Czech translation po/cs.po | 99 +++++++++++++++++++++++++++------------------------------------- 1 file changed, 42 insertions(+), 57 deletions(-) commit ecb9fcc8cfb73207bcda93889e3e2564d41f79c9 Author: Christian Persch Date: Wed Apr 23 21:09:19 2014 +0200 pty: Fix introspection annotation typo src/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c113610d98496b29edf9200ec3b27df00c496c39 Author: Christian Persch Date: Wed Apr 23 21:07:18 2014 +0200 widget: Fix debug printf string Use G_GSIZE_FORMAT. src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 21e6badc84b658448a4db29ce6651d911e65f7ae Author: Christian Persch Date: Wed Apr 23 21:06:24 2014 +0200 terminfo: Fix return values in assertions src/vteti.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 64836c29c9def4a455870ff4cf5e75410c1d2054 Author: Christian Persch Date: Wed Apr 23 20:42:18 2014 +0200 build: Remove nonexisting Makefile from output files Fixes build after commit a65aae3bb5cb140a8cf5b6bdda2a5b333c574502. configure.ac | 1 - 1 file changed, 1 deletion(-) commit a65aae3bb5cb140a8cf5b6bdda2a5b333c574502 Author: Christian Persch Date: Fri Apr 18 22:00:48 2014 +0200 all: Use terminfo instead of termcap https://bugzilla.gnome.org/show_bug.cgi?id=169295 Makefile.am | 2 +- configure.ac | 54 +-- src/Makefile.am | 147 ++++++-- src/app.vala | 8 +- src/caps.c | 355 ----------------- src/caps.h | 10 - src/interpret.c | 18 +- src/iso2022.c | 2 +- src/keymap.c | 297 ++++++--------- src/keymap.h | 6 +- src/matcher.c | 146 ++++--- src/matcher.h | 5 +- src/table.c | 2 +- src/vte-private.h | 6 +- src/vte.c | 112 +++--- src/vte.gresource.xml.in | 3 - src/vteconv.c | 7 +- src/vteseq.c | 73 ++-- src/vtetc.c | 648 ------------------------------- src/vtetc.h | 59 --- src/vteti.c | 628 ++++++++++++++++++++++++++++++ src/vteti.h | 94 +++++ src/vtetivars.awk | 83 ++++ src/vtetivars.h | 966 +++++++++++++++++++++++++++++++++++++++++++++++ termcaps/Makefile.am | 4 - termcaps/xterm | 33 -- termcaps/xterm-color | 27 -- termcaps/xterm.baseline | 35 -- 28 files changed, 2191 insertions(+), 1639 deletions(-) commit f323f49db6cbd9e54ba7eea9ce7c148d737407de Author: Christian Persch Date: Wed Apr 23 20:08:18 2014 +0200 build: Fix check program build From commit f34959ef25a7c70c545a8e31087a35e8c586e100. src/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) commit f1e106864e0465e60178214eb2edd6c086a0dd53 Author: Christian Persch Date: Wed Apr 23 19:45:12 2014 +0200 build: Use configure.ac instead of configure.in gnome-pty-helper/{configure.in => configure.ac} | 0 1 file changed, 0 insertions(+), 0 deletions(-) commit e414ab351319a36ff1e55181f901eee8c2030907 Author: Christian Persch Date: Wed Apr 23 19:21:06 2014 +0200 build: Use AC_USE_SYSTEM_EXTENSIONS ... instead of some grep magic. gnome-pty-helper/configure.in | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) commit 911abedc84bc3c36d851306391b223ab722e5a7b Author: Christian Persch Date: Wed Apr 23 19:37:18 2014 +0200 build: Remove unused flags Fixes commit e5a83ebfc16bb6607bf946535ef55c50d416a8b6. src/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit e320fd38fb60ca0e01e66734df17d8fa4443ae23 Author: Christian Persch Date: Wed Apr 23 19:21:06 2014 +0200 build: Default to enable bindings configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e5a83ebfc16bb6607bf946535ef55c50d416a8b6 Author: Christian Persch Date: Wed Apr 23 19:21:06 2014 +0200 build: Remove obsolete checks configure.ac | 36 ------------------------------------ 1 file changed, 36 deletions(-) commit f34959ef25a7c70c545a8e31087a35e8c586e100 Author: Christian Persch Date: Wed Apr 23 19:21:06 2014 +0200 build: Update warning flags check acinclude.m4 | 85 +++++++++++++++++++-------------------------------------- configure.ac | 57 ++++++++++++++++++++++++++++++-------- src/Makefile.am | 8 +++--- src/vte.c | 3 ++ 4 files changed, 80 insertions(+), 73 deletions(-) commit f97eb914b0776644931dbb571779c3a99572598f Author: Christian Persch Date: Wed Apr 23 19:21:06 2014 +0200 build: Use AC_USE_SYSTEM_EXTENSIONS ... instead of some grep magic. configure.ac | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) commit 049a604a817585008934bf4778ca668d1c53b57c Author: Christian Persch Date: Wed Apr 23 19:21:06 2014 +0200 a11y: Remove bogus code There is no weak pointer there, so just remove this code. src/vteaccess.c | 2 -- 1 file changed, 2 deletions(-) commit a4bd9ef53e61535e53e88fe3f00cdca443965e4d Author: Christian Persch Date: Wed Apr 23 19:21:06 2014 +0200 a11y: Remove unnecessary vfunc impl Z-order is MININT by default, so there is no need to provide an overriding impl returning the same. src/vteaccess.c | 7 ------- 1 file changed, 7 deletions(-) commit 216ca3c1bc032e8741a062750804d777c5affe9f Author: Christian Persch Date: Wed Apr 23 19:21:05 2014 +0200 a11y: Remove unnecessary vfunc impl Layer is WIDGET by default, so there is no need to provide an overriding impl returning the same. src/vteaccess.c | 8 -------- 1 file changed, 8 deletions(-) commit bc4020090d3cbc42975fce383986676ddcdc3517 Author: Christian Persch Date: Wed Apr 23 19:21:05 2014 +0200 a11y: Remove unnecessary vfunc impl These are deprecated in atk. src/vteaccess.c | 30 ------------------------------ 1 file changed, 30 deletions(-) commit 65cd26f051dbe4f786a5d27a83adf8a149baa03d Author: Christian Persch Date: Wed Apr 23 19:21:05 2014 +0200 a11y: Remove unnecessary vfunc impl atk has a default implementation that's identical. src/vteaccess.c | 15 --------------- 1 file changed, 15 deletions(-) commit 737416ca14e3be9fb8ffd75aec387ef2720ce0d3 Author: Christian Persch Date: Wed Apr 23 19:21:05 2014 +0200 a11y: Fix compiler warnings about unused variables src/vteaccess.c | 4 ---- 1 file changed, 4 deletions(-) commit 0679ee76ff8991cfc41a704442c5f777dca57dd6 Author: Christian Persch Date: Wed Apr 23 19:21:05 2014 +0200 a11y: Remove unused include src/vteaccess.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 8e87b30267ee4ffae5032f75d1e86795984a2ba9 Author: Christian Persch Date: Wed Apr 23 19:21:05 2014 +0200 widget: Remove unused struct src/vte-private.h | 5 ----- 1 file changed, 5 deletions(-) commit 194c691f73c0976e46dd79e778b435b4e1ac8047 Author: Christian Persch Date: Wed Apr 23 19:21:05 2014 +0200 all: Remove unused function argument The result isn't depending on the terminal anymore, so remove that arg. src/vte-private.h | 2 +- src/vte.c | 12 +++++------- src/vteaccess.c | 32 ++++++++++++++++---------------- 3 files changed, 22 insertions(+), 24 deletions(-) commit fee9fca10cbdc1eaa6ac161fdde5ac263fb986e7 Author: Christian Persch Date: Tue Apr 22 18:42:12 2014 +0200 build: Distcheck with test application and bindings enabled Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 22867536b39b526445076748e2c637ef3cf6bffd Author: Christian Persch Date: Tue Apr 22 18:41:36 2014 +0200 gitignore: Update git.mk from upstream Makefile.am | 24 ++++-------------------- git.mk | 48 ++++++++++++++++++++++++++++++++++++------------ 2 files changed, 40 insertions(+), 32 deletions(-) commit 9dbe3c51e3de5010a3abf755e30f3708d1eca525 Author: Christian Persch Date: Tue Apr 22 08:31:14 2014 +0200 widget: More input-enabled fixes Check in more places that input is enabled before trying to send data to the child. src/vte.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 0c45fbb7e3ed5afb8b82c3a151cdda2041a562ce Author: Christian Persch Date: Sun Apr 20 13:23:19 2014 +0200 widget: Don't forward key release to input method when input is disabled src/vte.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 0397e953677a40453d4554bf155cc6cd731eb7c2 Author: Christian Persch Date: Sat Apr 19 15:41:47 2014 +0200 all: Remove crufty test programme src/Makefile.am | 3 +- src/ssfe.c | 1271 ------------------------------------------------------- 2 files changed, 1 insertion(+), 1273 deletions(-) commit 3868467b2d4613e5aa5f34c0d8e74abc3a38ef16 Author: Christian Persch Date: Fri Apr 18 11:00:28 2014 +0200 widget: Add setting to disable input https://bugzilla.gnome.org/show_bug.cgi?id=687118 src/app.ui | 17 ++++++++- src/app.vala | 3 ++ src/vte-private.h | 1 + src/vte.c | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- src/vte.h | 5 +++ 5 files changed, 128 insertions(+), 4 deletions(-) commit 6f8767384d35f46b4f8bd5e5c0c5defb5f80a0f3 Author: Piotr Drąg Date: Thu Apr 17 01:01:53 2014 +0200 Updated POTFILES.in po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f963f3bbc2d787a0c9a97dfd1b8ef6864a4d3c61 Author: Christian Persch Date: Mon Apr 14 21:37:35 2014 +0200 build: Fix vteapp build dependencies and includes src/Makefile.am | 15 ++++++++++----- vte | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) commit 1dc05b9b33acd0bfe21c2d8f00d7a78babc4af0a Author: Christian Persch Date: Mon Apr 14 21:01:52 2014 +0200 widget: Add function to check for match at event coordinates This saves the caller from translating from event coordinates to grid coordinates himself. doc/reference/vte-sections.txt | 1 + src/Makefile.am | 3 ++- src/app.vala | 7 +------ src/vte.c | 40 ++++++++++++++++++++++++++++++++++++++++ src/vte.h | 3 +++ 5 files changed, 47 insertions(+), 7 deletions(-) commit a0402e6bea1eb9a71781256619dae5282056517e Author: Christian Persch Date: Mon Apr 14 21:01:52 2014 +0200 widget: Use gsize/gssize in public API src/vte.c | 20 ++++++++++---------- src/vte.h | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) commit 4f7052edbe4d697d77c5f5fa8e0838f49374120f Author: Christian Persch Date: Mon Apr 14 19:21:42 2014 +0200 vteapp: Warn when parsing the colour failed src/app.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 89a25dc5272a2da8af81bdf1f8f79980e29f2f94 Author: Christian Persch Date: Mon Apr 14 19:19:22 2014 +0200 vteapp: Fix a couple typos src/app.vala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 371f90d40fa9b3331c3e10bab91bec4a63809a0b Author: Christian Persch Date: Mon Apr 14 18:58:02 2014 +0200 widget: Make resize-window signal cell based And don't report the padding down to the application. https://bugzilla.gnome.org/show_bug.cgi?id=555662 src/app.vala | 27 ++++-------------------- src/vte.c | 4 ++-- src/vteseq.c | 67 ++++++++++++++++++------------------------------------------ src/window | 5 +++++ 4 files changed, 31 insertions(+), 72 deletions(-) commit fd128d70048c566442aa90cca58a9bf1e0960103 Author: Christian Persch Date: Mon Apr 14 18:58:02 2014 +0200 vteapp: Reimplement vteapp in vala configure.ac | 46 +- src/Makefile.am | 91 ++-- src/app.gresource.xml | 22 + src/app.ui | 91 ++++ src/app.vala | 823 ++++++++++++++++++++++++++++++++++ src/config.vapi | 5 + src/pty.c | 4 +- src/vte.c | 2 +- src/vteapp.c | 1181 ------------------------------------------------- 9 files changed, 1043 insertions(+), 1222 deletions(-) commit 0c1556774ed889d33557f144e728d4cf536ccf0e Author: Christian Persch Date: Mon Apr 14 18:58:02 2014 +0200 widget: Fix font-scale property src/vte.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit aba6a403fc781a4e7d3ee4fe9fd683dd2f9f9bda Author: Christian Persch Date: Mon Apr 14 18:58:02 2014 +0200 widget: Allow passing NULL colour These were already (allow-none) but neverthelss asserted the colour != null. src/vte.c | 3 --- 1 file changed, 3 deletions(-) commit f7a3c36cf36371bf0659f76cba6317c15d51a997 Author: Egmont Koblinger Date: Mon Apr 14 17:19:02 2014 +0200 widget: Initialize the color palette when the widget is initialized https://bugzilla.gnome.org/show_bug.cgi?id=728051 src/vte-private.h | 3 +-- src/vte.c | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 15 deletions(-) commit b7e59e10bbdf4c3255d41ac1d600b6b66d771691 Author: Ting-Wei Lan Date: Thu Apr 3 20:31:52 2014 +0800 build: Remove unused pty.h header https://bugzilla.gnome.org/show_bug.cgi?id=727540 src/pty.c | 1 - src/vte.c | 1 - 2 files changed, 2 deletions(-) commit 8ef03ce788def3a13cbf909be9ab52843e4c6e58 Author: Christian Persch Date: Sat Apr 12 17:12:17 2014 +0200 widget: Disable more widget keybindings Disable all of GtkWidget's keybindings except the ones for popup-menu. We do not want that either, but handling Shift-F10/MenuKey ourself will require new API to en/disable it, so defer that for now. This reverts commit 46b7464576141d69bd0dce16409141cfb26a8225, wontfixing bug https://bugzilla.gnome.org/show_bug.cgi?id=153265. https://bugzilla.gnome.org/show_bug.cgi?id=726438 src/vte.c | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) commit 56ea5810759b9943a4203f9382919f058a66f224 Author: Christian Persch Date: Fri Apr 11 19:44:42 2014 +0200 all: Fix comment style src/vte.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) commit a71e0eb84d1b88f764d13b5bb38e3faaded672d2 Merge: 7f765481 0beed99e Author: Christian Persch Date: Fri Apr 11 11:38:53 2014 +0200 Merge remote-tracking branch 'nomeata/master-html-copy-paste' into work-master Works, but needs much cleanup before it can be merged. Conflicts: src/vte-private.h src/vte.c commit 7f765481c24765dfb3d02932666686103e2a4e07 Author: Christian Persch Date: Wed Apr 9 20:22:36 2014 +0200 a11y: Use non-deprecated function to get position src/vteaccess.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 1ab0221efb2cfff9922ce74d3fa24a8af8ba070a Author: Christian Persch Date: Wed Apr 9 20:22:36 2014 +0200 widget: Use non-deprecated function to get style font configure.ac | 2 +- src/vte.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) commit e16c77315449718438885fb77f8dbdfe81f5e6d9 Author: Christian Persch Date: Wed Apr 9 20:22:36 2014 +0200 widget: Ignore gdk_threads_enter/leave deprecation src/vte.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) commit ad5c712efdcffc01efef8f9f2bfba30039cd14c0 Author: Christian Persch Date: Wed Apr 9 20:22:36 2014 +0200 widget: Replace deprecated gdk_cursor_{ref,unref} by g_object_{ref,unref} src/vte.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit fa308e50d9f6c1c13d1cdbbfdd55f5a8921473a6 Author: Christian Persch Date: Wed Apr 9 20:22:36 2014 +0200 build: Don't suppress gtk deprecation warnings src/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit 854633c4cff36853f2618ea02cdb3e4936a3f813 Author: Christian Persch Date: Mon Apr 7 21:26:03 2014 +0200 widget: Add window geometry helper function Encapsulate this into a helper function that'll be used in gnome-terminal, instead of having to poke at the internas like character width and height. doc/reference/vte-sections.txt | 4 +++ src/vte.c | 76 ++++++++++++++++++++++++++++++++++++++++++ src/vte.h | 8 +++++ src/vteapp.c | 59 +++++--------------------------- 4 files changed, 97 insertions(+), 50 deletions(-) commit d7772dd9818305f29ed63b63c4df4a1a7558a91c Author: Christian Persch Date: Mon Apr 7 21:10:34 2014 +0200 widget: Remove unused variable src/vte.c | 2 -- 1 file changed, 2 deletions(-) commit 8a90631a4e3db877b49610a483601378bd7baf48 Author: Christian Persch Date: Mon Apr 7 21:04:10 2014 +0200 widget: Simplify word-chars handling Instead of having a small set of characters listed explicitly, just use the character's unicode categories. Coincidentally fixes https://bugzilla.gnome.org/show_bug.cgi?id=700217 . src/vte-private.h | 5 --- src/vte.c | 127 +++--------------------------------------------------- 2 files changed, 5 insertions(+), 127 deletions(-) commit 2edea355dc98ae109ca35b94b36550441fa2df03 Author: Christian Persch Date: Mon Apr 7 18:46:52 2014 +0200 tests: Fix for API change src/reflect.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 8d7f0d7f0ee36698d7de3db7aba737e342a27766 Author: Christian Persch Date: Mon Apr 7 09:40:53 2014 +0200 all: Rename API doc/reference/vte-sections.txt | 24 ++++++++++++------------ doc/reference/vte.types | 8 ++++---- src/ring.c | 6 +++--- src/ring.h | 2 +- src/vte-private.h | 6 +++--- src/vte.c | 32 ++++++++++++++++---------------- src/vte.h | 34 +++++++++++++++++----------------- src/vteapp.c | 10 +++++----- 8 files changed, 61 insertions(+), 61 deletions(-) commit 11d8fbf811819d124e6c678a70f82f0c151946bf Author: Christian Persch Date: Tue Jun 14 22:40:54 2011 +0200 widget: Add match flags for search regex For API consistency. src/vte-private.h | 1 + src/vte.c | 9 +++++++-- src/vte.h | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) commit 6145cf756058014e584a19b02faf9f7a520745f6 Author: Christian Persch Date: Sun Jun 12 22:28:39 2011 +0200 widget: Rename API For consistency. doc/reference/vte-sections.txt | 2 +- src/vte.c | 8 ++------ src/vte.h | 3 +-- 3 files changed, 4 insertions(+), 9 deletions(-) commit 45b072529fbc11b79f1b3b9c52dd9a9563d54741 Author: Debarshi Ray Date: Mon Apr 7 14:56:50 2014 +0200 widget: Remove word-chars property and related API https://bugzilla.gnome.org/show_bug.cgi?id=727743 doc/reference/vte-sections.txt | 1 - glade/vte.xml.in.in | 1 - src/vte.c | 37 ++++--------------------------------- src/vte.h | 5 ----- 4 files changed, 4 insertions(+), 40 deletions(-) commit 9db7f00e4b1eef43d37294326cbcebcf387a891e Author: Debarshi Ray Date: Mon Apr 7 14:20:47 2014 +0200 widget: Use the same default for word-chars as gnome-terminal https://bugzilla.gnome.org/show_bug.cgi?id=727743 src/vte.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit ec01c93c9b1f7d2f64c7887c28c82c6c10226be9 Author: Christian Persch Date: Sat Jun 11 23:28:05 2011 +0200 widget: Don't make is_word_char public Conflicts: doc/reference/vte-sections.txt src/vte-private.h src/vte.c doc/reference/vte-sections.txt | 1 - src/vte-private.h | 2 ++ src/vte.c | 11 +++++------ src/vte.h | 1 - src/vteaccess.c | 32 ++++++++++++++++---------------- 5 files changed, 23 insertions(+), 24 deletions(-) commit 339c939671b7b6c1bbe68a4279048a28f2356292 Author: Christian Persch Date: Tue Jun 7 19:03:13 2011 +0200 all: Rename VteBuffer to VteByteArray ... because I want to use "VteBuffer" for something else. Conflicts: src/iso2022.c src/buffer.h | 18 +++++++++--------- src/iso2022.c | 22 +++++++++++----------- src/vte-private.h | 4 ++-- src/vte.c | 34 +++++++++++++++++----------------- src/vteconv.c | 14 +++++++------- src/vteseq.c | 4 ++-- 6 files changed, 48 insertions(+), 48 deletions(-) commit c76058502b3a597fa7c0945374bba87f9e246cd5 Author: Christian Persch Date: Wed Jun 1 08:46:33 2011 +0200 widget: Rename API For consistency, name this vte_terminal_match_remove_all. doc/reference/vte-sections.txt | 2 +- src/vte.c | 6 ++++-- src/vte.h | 4 +--- 3 files changed, 6 insertions(+), 6 deletions(-) commit bbe25c8a64e673c7187be0b349840a73439f9d07 Author: Christian Persch Date: Sun May 29 16:21:56 2011 +0200 widget: Rename API 'spawn' is a better name than 'fork' for this. doc/reference/vte-sections.txt | 2 +- src/vte.c | 4 ++-- src/vte.h | 22 +++++++++++----------- src/vteapp.c | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) commit 2067d8a6baf72e8b16cec2dbca989f7b60c421b1 Author: Christian Persch Date: Sun Apr 6 16:13:21 2014 +0200 widget: Allow setting font-scale before realize src/vte.c | 4 ++++ 1 file changed, 4 insertions(+) commit b87ccc6f2c2eaf3eb457fc412a278be0fe39d980 Author: Christian Persch Date: Sun Apr 6 15:41:37 2014 +0200 widget: Clamp font scale Only clamp the font scale, but don't issue a critical warning. src/vte.c | 1 - 1 file changed, 1 deletion(-) commit 2606c74e2f3f13396a9fd9b1c9c8bee5189e1743 Author: Christian Persch Date: Sun Apr 6 15:36:46 2014 +0200 Revert "widget: Install default CSS at FALLBACK priority" This causes a off-by-one error somewhere that makes sizing not work correctly anymore. So revert this for now. This reverts commit 8d970eaf129221d925a26f4423b4baf4524ff481. src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c818ee7445189cda4f5fa1dc19f676d91fbab7a7 Author: Christian Persch Date: Fri May 27 23:49:37 2011 +0200 widget: Add font-scale property To implement zoom, add font-scale property. Conflicts: src/vte-private.h src/vte.c src/vteapp.c doc/reference/vte-sections.txt | 3 +- src/vte-private.h | 5 ++ src/vte.c | 149 ++++++++++++++++++++++++++++++----------- src/vte.h | 8 ++- src/vteapp.c | 31 ++++----- 5 files changed, 135 insertions(+), 61 deletions(-) commit 916a5cb9d440a6391dd809d01ee72754b8e6216f Author: Christian Persch Date: Sun May 29 01:05:16 2011 +0200 widget: Init variable Fixes a potential condition depending on an uninitialised value. src/vte.c | 1 + 1 file changed, 1 insertion(+) commit a43ff5dfb5039bad031f03ed6ff4b60d3bb20a2d Author: Christian Persch Date: Sat May 28 22:01:02 2011 +0200 vteapp: Remove dead code src/vteapp.c | 6 ------ 1 file changed, 6 deletions(-) commit 8ae1daa342662a16fb695bc6c05122b53da2fcdb Author: Christian Persch Date: Sat May 28 21:53:41 2011 +0200 vteapp: Correct error message src/vteapp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit d9ac9d390c7e186d74854de0f6555fd558229e8c Author: Christian Persch Date: Sat May 28 13:17:48 2011 +0200 vteapp: Derive from VteTerminal src/vteapp.c | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) commit 06ac11f9086c0f1b0a3adec38c58ed55bf6d70c2 Author: Christian Persch Date: Sat May 28 13:07:13 2011 +0200 vteapp: Add option to add new dingus For testing purposes, allow specifying extra dingu regexes on the command line. Conflicts: src/vteapp.c src/vteapp.c | 66 +++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 48 insertions(+), 18 deletions(-) commit e36b4f0f906bb1386229b778b6b901a49c2cbc42 Author: Christian Persch Date: Thu May 26 22:50:38 2011 +0200 vteapp: Use gtk API to get the text targets Conflicts: src/vteapp.c src/vteapp.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) commit 5d9faee7a45cdd2d7c1215ba44271bef9d8296fa Author: Christian Persch Date: Thu May 26 22:38:05 2011 +0200 all: Rename API Add _sync suffix and GCancellable argument to synchronous functions. Conflicts: doc/reference/vte-sections.txt src/vte.c doc/reference/vte-sections.txt | 8 ++++---- src/pty.c | 20 ++++++++++++-------- src/vte.c | 25 +++++++++++++++---------- src/vte.h | 10 ++++++---- src/vteapp.c | 14 +++++++++++--- src/vtepty.h | 12 +++++++----- 6 files changed, 55 insertions(+), 34 deletions(-) commit 163446f49e6e799a444322eeb52ef4992c50b99c Author: Christian Persch Date: Sun Apr 6 12:02:01 2014 +0200 widget: Rename API Now that the pty FD API has been removed, move the pty-object API. doc/reference/vte-sections.txt | 4 ++-- src/vte.c | 36 ++++++++++++++++++------------------ src/vte.h | 4 ++-- src/vteapp.c | 2 +- 4 files changed, 23 insertions(+), 23 deletions(-) commit 84579974d9bf5cdda22f13baa7c455f50a491638 Author: Christian Persch Date: Sun Apr 6 11:39:08 2014 +0200 iso2022: Build fix for the check binary src/iso2022.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 31810bc64a72903b5dfd21bec950b0afb183e679 Author: Christian Persch Date: Sun Apr 6 11:12:07 2014 +0200 a11y: Don't explicitly set accessible parent Most other widget's a11y implementations don't do this either. src/vteaccess.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) commit 002adc13df035025aa17d8e9ffe936878f5455bc Author: Christian Persch Date: Sun Apr 6 11:07:20 2014 +0200 vteapp: Add options to set highlight colour src/vteapp.c | 61 +++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 46 insertions(+), 15 deletions(-) commit fbf422d402b3643c4e8d24958214251ce85dedaf Author: Christian Persch Date: Wed May 18 15:40:19 2011 +0200 widget: Add style debug flag ... and remove the unused background debug flag. Conflicts: src/debug.c src/debug.h src/debug.c | 2 +- src/debug.h | 2 +- src/vte.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 8d970eaf129221d925a26f4423b4baf4524ff481 Author: Christian Persch Date: Tue May 17 21:43:48 2011 +0200 widget: Install default CSS at FALLBACK priority src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 13a106ce72e342bcda646426c74c72e95430a646 Author: Christian Persch Date: Sun Apr 6 10:32:52 2014 +0200 widget: Remove drawable checks src/vte.c | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) commit 46a3afa231071943e061c3346bdbd9271d709450 Author: Christian Persch Date: Sun Apr 6 08:24:11 2014 +0200 a11y: Remove duplicated code Remove code copied from GtkWidgetAccessible. This reverts commit 3bdb0639aa26ce1dcd745bab71a6bd5dddca6019. src/vteaccess.c | 427 +------------------------------------------------------- 1 file changed, 1 insertion(+), 426 deletions(-) commit 58b3f192373e9e986031916e2d1133e7f5f7bb54 Author: Christian Persch Date: Sun Apr 6 08:24:11 2014 +0200 a11y: Remove atk component get_{extends,size,position} impls GtkWidgetAccessible's implementation of these is the same already. src/vteaccess.c | 63 --------------------------------------------------------- 1 file changed, 63 deletions(-) commit 720f75161bdae0d99f81cc0a2d0f0eb6ddc38eef Author: Christian Persch Date: Sun Apr 6 09:28:16 2014 +0200 a11y: Use new gtk a11y infrastructure Derive VteTerminalAccessible from GtkWidgetAccessible, and use instance private data instead of gobject data for VteTerminalPrivate. src/vte.c | 44 +---- src/vteaccess.c | 497 +++++++++++++++++++------------------------------------- src/vteaccess.h | 37 +---- 3 files changed, 178 insertions(+), 400 deletions(-) commit 134067406b7ede702ed79bddcd84944ed51b1023 Author: Christian Persch Date: Sat Apr 5 10:20:50 2014 +0200 vteapp: Plug a mem leak ==27552== 10 bytes in 1 blocks are definitely lost in loss record 1,262 of 7,046 ==27552== at 0x4027AB1: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) ==27552== by 0x4B17C32: g_malloc (gmem.c:97) ==27552== by 0x4B30260: g_strdup (gstrfuncs.c:356) ==27552== by 0x4057921: vte_get_user_shell (vte.c:3464) ==27552== by 0x804BFC4: main (vteapp.c:1014) src/vteapp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit f1f3dff4ed94ddd39e59e373a539981016ff1b8f Author: Christian Persch Date: Fri Apr 4 14:47:51 2014 +0200 keymap: Add missing Begin key to list of cursor keys src/keymap.c | 1 + 1 file changed, 1 insertion(+) commit b2b4dd9c77b12b775b33c1b5bd4c5d9b64721ecf Author: Christian Persch Date: Fri Apr 4 13:55:51 2014 +0200 keymap: Add missing modifiers to the list src/keymap.c | 3 +++ 1 file changed, 3 insertions(+) commit d63adca24e305c0e1c0fd6514fce20b433ba2dc3 Author: Christian Persch Date: Fri Apr 4 13:40:39 2014 +0200 widget: Add more keys that the IM may need src/vte.c | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) commit 883088e1fe82b77fba101d9ec02cf96f66c50e91 Author: Christian Persch Date: Fri Apr 4 10:45:47 2014 +0200 a11y: Use correct function to compare colours Can't compare PangoColors with gdk_color_equal! src/vteaccess.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit 83f822b7d3682e743ffd48d4806427e9bc56090f Author: Christian Persch Date: Fri Apr 4 10:42:25 2014 +0200 widget: Add assertions to public API Move the assertions to the public API instead of having them in the private functions. src/vte.c | 52 +++++++++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 27 deletions(-) commit 060850078a53dce64c3d2b96882f525fef7f5028 Author: Christian Persch Date: Fri Apr 4 10:26:00 2014 +0200 widget: Remove unused tint colour src/vte-private.h | 2 +- src/vte.c | 104 ++++++++++++++---------------------------------------- src/vte.h | 3 -- src/vteapp.c | 6 ++-- 4 files changed, 30 insertions(+), 85 deletions(-) commit 763a191592b3e2cc5c415b3255f6ee421cd261cc Author: Christian Persch Date: Thu Apr 3 19:17:39 2014 +0200 iso2022: Update the interpret test tool for internal API change src/interpret.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1f18737d606346c5c2ab09555a76411ab1ae1a89 Author: Christian Persch Date: Mon Mar 31 23:14:02 2014 +0200 widget: Add setting for CJK ambiguous width When using UTF-8 encoding, normally ambiguous-width characters are narrow. However, some uses (most importantly CJK) want them to be wide instead. https://bugzilla.gnome.org/show_bug.cgi?id=352654 https://bugzilla.gnome.org/show_bug.cgi?id=614617 doc/reference/vte-sections.txt | 2 ++ src/iso2022.c | 20 +++++++++--- src/iso2022.h | 4 +++ src/vte-private.h | 1 + src/vte.c | 74 +++++++++++++++++++++++++++++++++++++++++- src/vte.h | 4 +++ src/vteapp.c | 34 +++++++++++++++++++ 7 files changed, 134 insertions(+), 5 deletions(-) commit c9b4abe638bf783459c52d9aeceb5b7960ab7cbb Author: Christian Persch Date: Mon Mar 31 22:01:44 2014 +0200 iso2022: Always intern the codeset name src/iso2022.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 080c8b4d88ec33597e71c4b4822fc784f9bc97e4 Author: Christian Persch Date: Tue Apr 24 20:53:26 2012 +0200 build: Provide VAPI Conflicts: configure.ac src/Makefile.am Makefile.am | 1 + configure.ac | 15 ++++++++++++--- src/Makefile.am | 28 ++++++++++++++++++++++++++-- 3 files changed, 39 insertions(+), 5 deletions(-) commit 08c778bf4a23abe614bad294027b4e88f6b727f0 Author: Christian Persch Date: Sat May 14 17:45:23 2011 +0200 widget: Remove vte_terminal_get_child_exit_status Add the child's exit status to the child-exited signal instead. Conflicts: src/vte.c doc/reference/vte-sections.txt | 1 - src/vte-private.h | 1 - src/vte.c | 47 +++++++++++------------------------------- src/vte.h | 5 +---- src/vteapp.c | 30 ++++++++++----------------- 5 files changed, 24 insertions(+), 60 deletions(-) commit 27366ed28ddc07dd59d493c07b974f030d2d4e54 Author: Christian Persch Date: Sun Mar 30 21:16:23 2014 +0200 widget: Allow setting size larger than current size src/vteaccess.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 165b0cf9c40cddf6235e42d86a434b9a1cffaea5 Author: Christian Persch Date: Sat May 7 20:13:04 2011 +0200 widget: Remove 'inner-border' style property Use the standard 'padding' style property instead. src/vte.c | 30 +++++------------------------- src/vteaccess.c | 17 +++++++---------- src/vteapp.c | 54 +++++++++++++++++++++++++++--------------------------- 3 files changed, 39 insertions(+), 62 deletions(-) commit 9b13d57f59764ebcd2cc0fe78cdefdf1e8ce2baa Author: Christian Persch Date: Sat May 7 20:01:26 2011 +0200 widget: Rename 'inner_border' to 'padding' Preparation for the next commit. src/vte-private.h | 2 +- src/vte.c | 150 +++++++++++++++++++++++++++--------------------------- src/vteaccess.c | 10 ++-- src/vteapp.c | 42 +++++++-------- src/vteseq.c | 48 ++++++++--------- 5 files changed, 126 insertions(+), 126 deletions(-) commit d371754b004e29bea5c08a4bf257cdbc018a09e1 Author: Christian Persch Date: Sat May 7 19:56:10 2011 +0200 widget: Add private function to transform from xy to grid coordinates ... and from pixel size to grid size. src/vte-private.h | 10 +++++++++ src/vte.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) commit 78ff0489f1a29506baee65673a8992873c9cf496 Author: Christian Persch Date: Thu Mar 27 18:49:37 2014 +0100 build: Export all symbols starting with vte_ Does't change anything, but is simpler. src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b7ecc9d646a58d86b38c7b0f943778f766a2995 Author: Christian Persch Date: Thu Mar 27 18:45:14 2014 +0100 all: Remove vtedeprecated.h No more deprecated functions remaining! src/Makefile.am | 7 +++---- src/vte.h | 6 ------ src/vtedeprecated.h | 36 ------------------------------------ 3 files changed, 3 insertions(+), 46 deletions(-) commit b610b630b04c993850a6ab7efca0573fb700f406 Author: Christian Persch Date: Thu Mar 27 18:41:29 2014 +0100 widget: Remove deprecated function src/vte.c | 14 -------------- src/vtedeprecated.h | 3 --- 2 files changed, 17 deletions(-) commit 985fd375c25345933bcd864d4c8be302c3a54eb8 Author: Christian Persch Date: Thu Mar 27 18:41:29 2014 +0100 widget: Remove deprecated function doc/reference/vte-sections.txt | 3 --- src/vte.c | 22 ---------------------- src/vtedeprecated.h | 3 --- 3 files changed, 28 deletions(-) commit 9d01365de2d925fb512476473eb9cf46028cfd8a Author: Christian Persch Date: Sat May 7 19:46:42 2011 +0200 all: Don't export _vte_debug_* symbols Debug symbols are for internal use only. Conflicts: src/Makefile.am src/Makefile.am | 4 +++- src/debug.h | 9 +++++++++ src/vteapp.c | 2 ++ 3 files changed, 14 insertions(+), 1 deletion(-) commit 616f1a6968a5c6c98fb8ba0802ad07f811264033 Author: Christian Persch Date: Thu Mar 27 18:36:00 2014 +0100 widget: Remove use of deprecated GtkStyle src/vte.c | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) commit bed08e89388d4b004e8e62df4583f75de07c79c2 Author: Christian Persch Date: Thu Mar 27 18:27:48 2014 +0100 widget: Remove unnecessary boolean return value It's not called from a timeout anymore, so just return void. src/vte.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) commit c55062b704249adb67538385eae796289fc38004 Author: Christian Persch Date: Tue May 3 19:33:30 2011 +0200 vteapp: Implement --border-width option This is to test the condition that the terminal isn't at (0,0) in its containing widget. Conflicts: src/vteapp.c src/vteapp.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit 33fc2cb7979da51470dbce1af0a1cd319cefab97 Author: Christian Persch Date: Tue May 3 17:10:19 2011 +0200 widget: No need to clip the cairo context The context passed to ::draw is already clipped. src/vte.c | 1 - src/vtedraw.c | 9 --------- src/vtedraw.h | 1 - 3 files changed, 11 deletions(-) commit 14e854fc0eaf0476c9dfc1423a97a20ac1067c98 Author: Christian Persch Date: Thu Mar 27 16:45:53 2014 +0100 drawing: Don't store the widget And esp. not a reference to it! It's just needed when creating the font info, so only pass it to set_text_font. src/vte.c | 10 +++------- src/vtedraw.c | 18 +++++++----------- src/vtedraw.h | 3 ++- 3 files changed, 12 insertions(+), 19 deletions(-) commit cd40ae1387546d52bae9c344d798cbee830ecc9a Author: Christian Persch Date: Thu Mar 27 16:35:23 2014 +0100 drawing: Remove start/end _vte_draw_start/end doesn't fit with the current drawing model anymore. Instead just set the cairo context at the start of ::draw, and unset it at the end. src/vte.c | 4 ++-- src/vtedraw.c | 52 ++++++++++++++++++---------------------------------- src/vtedraw.h | 6 ++---- 3 files changed, 22 insertions(+), 40 deletions(-) commit 547aca3d4c030cb4314b1073fce94796aa1f7e44 Author: Christian Persch Date: Thu Mar 27 16:27:51 2014 +0100 widget: Use allocated {width,height} src/vte.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit 9fc100d8fc626235d677119e09f02badd7772658 Author: Christian Persch Date: Thu Mar 27 16:25:05 2014 +0100 widget: Remove expose event debug output It's just ::draw now, no need for two separate debug messages for the same thing. src/vte.c | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) commit d6a9831ef41323f591c971a42aeefb13e37d5a47 Author: Christian Persch Date: Thu Mar 27 16:21:24 2014 +0100 widget: Merge paint function into ::draw No need for a separate function here. src/vte.c | 57 +++++++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 32 deletions(-) commit 08d07821b0da2faf50c72f21037a2bbd05d197cd Author: Christian Persch Date: Thu Mar 27 16:17:49 2014 +0100 widget: Use gobject define instead of redefining it src/vte.c | 45 +++++++++++++++++++++------------------------ 1 file changed, 21 insertions(+), 24 deletions(-) commit 545fdf4de9d664bc5c12678323ce5eda64b9f42f Author: Christian Persch Date: Thu Mar 27 16:16:13 2014 +0100 widget: Handle background colour changes immediately Now that we don't support faux transparency anymore, we can just handle background updates immediately (resulting in an invalidate-all) instead of queuing them. src/vte-private.h | 3 +-- src/vte.c | 28 ++-------------------------- 2 files changed, 3 insertions(+), 28 deletions(-) commit 68011996d3910389f1b5cfb0a7e47a20ea67004f Author: Christian Persch Date: Thu Mar 27 16:13:26 2014 +0100 widget: Remove background pixbuf settings doc/reference/Makefile.am | 1 - doc/reference/vte-sections.txt | 3 - src/Makefile.am | 2 - src/vte-private.h | 2 - src/vte.c | 260 +-------------------------------- src/vteapp.c | 20 +-- src/vtebg.c | 323 ----------------------------------------- src/vtebg.h | 68 --------- src/vtedeprecated.h | 7 - src/vtedraw.c | 47 ------ src/vtedraw.h | 8 - 11 files changed, 2 insertions(+), 739 deletions(-) commit a14008988f755d7d5241bc9086173ebdcdad0b8f Author: Christian Persch Date: Thu Mar 27 15:45:11 2014 +0100 widget: Remove pixmap background saturation setting doc/reference/vte-sections.txt | 1 - src/vte-private.h | 1 - src/vte.c | 106 ++++++----------------------------------- src/vteapp.c | 2 +- src/vtebg.c | 25 +++------- src/vtebg.h | 1 - src/vtedeprecated.h | 2 - src/vtedraw.c | 5 +- src/vtedraw.h | 3 +- 9 files changed, 25 insertions(+), 121 deletions(-) commit 0ea015d952803f380f62ca1eb5b72d8638f58e6c Author: Christian Persch Date: Thu Mar 27 15:26:35 2014 +0100 widget: Remove faux-transparency support Remove snapshotting the X root window used to emulate transparency on non-composited WMs. There also goes the last explicit X dependency. configure.ac | 13 +-- doc/reference/vte-sections.txt | 1 - src/vte-private.h | 2 - src/vte.c | 188 +++-------------------------------------- src/vteapp.c | 13 +-- src/vtebg.c | 188 +---------------------------------------- src/vtebg.h | 1 - src/vtedeprecated.h | 2 - 8 files changed, 23 insertions(+), 385 deletions(-) commit 9894a095df50e6717683cf6b365265b748bae94a Author: Christian Persch Date: Thu Mar 27 15:10:20 2014 +0100 widget: Remove public GdkColor APIs Use GdkRGBA in the API, and use PangoColor internally, and for the attributes. doc/reference/vte-sections.txt | 8 -- src/vte-private.h | 4 +- src/vte.c | 170 ++++++++++++++++++++--------------------- src/vte.h | 22 +----- src/vtedeprecated.h | 2 - src/vteseq.c | 15 +++- 6 files changed, 95 insertions(+), 126 deletions(-) commit e7f0dde0c43493ab93203585ae7e5aca96b21e62 Author: Christian Persch Date: Tue May 3 00:27:46 2011 +0200 vteapp: Use RGBA colour APIs Conflicts: src/vteapp.c src/vteapp.c | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) commit 85d04d873dd3531ac289c858f640f0ee157dcd7a Author: Christian Persch Date: Tue May 3 00:15:19 2011 +0200 widget: Store background saturation as double Conflicts: src/vte-private.h src/vte-private.h | 3 +-- src/vte.c | 20 +++++++++----------- 2 files changed, 10 insertions(+), 13 deletions(-) commit 1ec6c43d1aa89620e040f5a8eebe25b6772a35e6 Author: Christian Persch Date: Mon May 2 23:21:01 2011 +0200 widget: Make background tint colour use GdkRGBA Remove vte_terminal_set_background_tint_color and vte_terminal_set_opacity. The opacity is now taken from the alpha component of the tint GdkRGBA. Conflicts: doc/reference/vte-sections.txt src/vte.c src/vte.h src/vteapp.c doc/reference/vte-sections.txt | 2 - src/vte-private.h | 3 +- src/vte.c | 111 ++++++++--------------------------------- src/vte.h | 3 ++ src/vteapp.c | 10 ++-- src/vtebg.c | 30 +++++------ src/vtebg.h | 2 +- src/vtedraw.c | 15 +++--- src/vtedraw.h | 7 +-- 9 files changed, 52 insertions(+), 131 deletions(-) commit d400734d2b98bb74411450769ab4dc95d025f7d8 Author: Piotr Drąg Date: Tue Mar 25 00:57:12 2014 +0100 Updated POTFILES.in po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit d72b94209831c4e1f34bca7ad7637e961f311298 Author: Christian Persch Date: Mon May 2 23:10:53 2011 +0200 widget: Remove vte_char_attributes struct Conflicts: src/vte.h src/vte.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit 34101e0d477d1aa1d091e28368e6fee7ba42f93d Author: Christian Persch Date: Mon May 2 23:06:33 2011 +0200 widget: Add vte_get_default_emulation ... renamed from vte_terminal_get_default_emulation. Conflicts: doc/reference/vte-docs.xml src/vte.c doc/reference/vte-sections.txt | 2 +- src/pty.c | 2 +- src/vte.c | 22 ++++++++++------------ src/vte.h | 3 ++- 4 files changed, 14 insertions(+), 15 deletions(-) commit 539dc0db756c2b68486ddf5d47230bb0ffe5d7d0 Author: Christian Persch Date: Mon May 2 22:50:21 2011 +0200 widget: Remove now unused seal macros Conflicts: src/vte.h configure.ac | 2 -- src/vte.h | 12 ------------ vte.pc.in | 2 +- 3 files changed, 1 insertion(+), 15 deletions(-) commit 47e2298b7fad518ffb6092f7fa623a9fbfd9948c Author: Christian Persch Date: Mon May 2 22:47:33 2011 +0200 widget: Remove sealed adjustment from public struct src/reflect.c | 7 +----- src/vte-private.h | 1 + src/vte.c | 70 +++++++++++++++++++++++++++---------------------------- src/vte.h | 1 - src/vteapp.c | 2 +- src/vteseq.c | 2 +- 6 files changed, 39 insertions(+), 44 deletions(-) commit 447b526f44954da888fc8d294f574ed17ce754dd Author: Christian Persch Date: Mon May 2 22:46:17 2011 +0200 widget: Remove sealed icon_title from public struct Conflicts: src/vteapp.c src/vte-private.h | 1 + src/vte.c | 10 +++++----- src/vte.h | 3 --- src/vteapp.c | 3 +-- src/vteseq.c | 2 +- 5 files changed, 8 insertions(+), 11 deletions(-) commit f0a83006f71d6708568b927fc58533d3de8ee7af Author: Christian Persch Date: Mon May 2 22:44:10 2011 +0200 widget: emove sealed window_title from public struct src/vte-private.h | 1 + src/vte.c | 12 ++++++------ src/vte.h | 1 - src/vteaccess.c | 9 ++++----- src/vteapp.c | 3 +-- src/vteseq.c | 2 +- 6 files changed, 13 insertions(+), 15 deletions(-) commit f523b63806c7ded4af9dfb4c57e4854594aa7f3a Author: Christian Persch Date: Mon May 2 22:38:56 2011 +0200 widget: Remove sealed {row,column}_count from public struct Conflicts: src/vte.c src/vteseq.c src/vte-private.h | 4 + src/vte.c | 232 +++++++++++++++++++++++++++--------------------------- src/vte.h | 3 - src/vteaccess.c | 13 +-- src/vteapp.c | 8 +- src/vteseq.c | 88 ++++++++++----------- 6 files changed, 175 insertions(+), 173 deletions(-) commit ce6179e581b400a9d9e818185921204a6ba1c5d1 Author: Christian Persch Date: Mon May 2 22:30:35 2011 +0200 widget: Remove sealed char_{width,height} from public struct Conflicts: src/vte.c src/vteseq.c src/vte-private.h | 3 ++ src/vte.c | 136 +++++++++++++++++++++++++++--------------------------- src/vte.h | 1 - src/vteapp.c | 16 +++++-- src/vteseq.c | 16 +++---- 5 files changed, 91 insertions(+), 81 deletions(-) commit b52bdae618b1dd38f470bb541302818b8e226967 Author: Christian Persch Date: Mon May 2 22:26:21 2011 +0200 widget: Do not export the accessible object Conflicts: src/Makefile.am src/vte.c src/vteaccess.c doc/reference/vte-docs.xml | 5 ----- doc/reference/vte-sections.txt | 25 ------------------------- doc/reference/vte.types | 3 --- src/Makefile.am | 2 +- src/vte.c | 2 +- src/vteaccess.c | 22 +++++++++++----------- src/vteaccess.h | 12 ++++++------ 7 files changed, 19 insertions(+), 52 deletions(-) commit eb05089881c122508bb870ec457e187fae7eb8ef Author: Christian Persch Date: Mon May 2 21:42:32 2011 +0200 widget: Remove deprecated VteTerminalAntiAlias https://bugzilla.gnome.org/show_bug.cgi?id=561366 Conflicts: src/vtedeprecated.h doc/reference/vte-sections.txt | 3 --- doc/reference/vte.types | 1 - src/vte.c | 2 +- src/vtedeprecated.h | 16 ---------------- 4 files changed, 1 insertion(+), 21 deletions(-) commit c341b8898e53cc3e21958dc95eba5994594fe3e9 Author: Christian Persch Date: Mon May 2 21:41:00 2011 +0200 widget: Remove deprecated vte_terminal_set_font_from_string_full https://bugzilla.gnome.org/show_bug.cgi?id=561366 Conflicts: src/vtedeprecated.h doc/reference/vte-sections.txt | 1 - src/vte.c | 47 ++++++++---------------------------------- src/vtedeprecated.h | 4 ---- 3 files changed, 9 insertions(+), 43 deletions(-) commit 9db7f039cd9617b5cbea99c8b4b1fb2a4e40cdc5 Author: Christian Persch Date: Mon May 2 21:37:58 2011 +0200 widget: Remove deprecated vte_terminal_set_font_full https://bugzilla.gnome.org/show_bug.cgi?id=561366 doc/reference/vte-sections.txt | 1 - src/vte.c | 51 +++++++----------------------------------- src/vtedeprecated.h | 3 --- 3 files changed, 8 insertions(+), 47 deletions(-) commit e8ab62cf2f5925203ce49586fca16265faddbb21 Author: Christian Persch Date: Mon May 2 21:31:23 2011 +0200 vteapp: Don't use deprecated vte_terminal_set_font_from_string_full https://bugzilla.gnome.org/show_bug.cgi?id=561366 Conflicts: src/vteapp.c src/vteapp.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 0a6318be62537743833d7c47d95f688a338b14fc Author: Christian Persch Date: Mon May 2 21:28:32 2011 +0200 widget: Remove obsolete antialias handling from VteDraw https://bugzilla.gnome.org/show_bug.cgi?id=561366 Conflicts: src/vtedraw.c src/vte.c | 3 +-- src/vtedraw.c | 66 ++++++++++++++++------------------------------------------- src/vtedraw.h | 3 +-- 3 files changed, 20 insertions(+), 52 deletions(-) commit 64821b0f299d383d4e147cef4ec994b9f62f58d1 Author: Christian Persch Date: Mon May 2 21:24:10 2011 +0200 widget: Remove VteTerminalPrivate.fontantialias src/vte-private.h | 1 - src/vte.c | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) commit 0276505b70b98a1adfec3da8b16a8f720de2b97a Author: Christian Persch Date: Mon May 2 21:22:23 2011 +0200 widget: Remove antialias arg from vte_terminal_set_font_full_internal https://bugzilla.gnome.org/show_bug.cgi?id=561366 src/vte.c | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) commit 12aa33c89e995f9b6fcbe3ae22d6997a4c60393c Author: Christian Persch Date: Mon May 2 21:20:08 2011 +0200 vteapp: Remove --antialias option https://bugzilla.gnome.org/show_bug.cgi?id=561366 Conflicts: src/vteapp.c src/vteapp.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit 6c0c1f1397013853fe4153f743cec95cee77950d Author: Christian Persch Date: Mon May 2 21:18:06 2011 +0200 widget: Remove deprecated VTE_IS_TERMINAL_ANTI_ALIAS doc/reference/vte-sections.txt | 1 - src/vtedeprecated.h | 11 ----------- 2 files changed, 12 deletions(-) commit d0001b7863c87203399b89be970c1ea5027908d9 Author: Christian Persch Date: Mon May 2 21:17:43 2011 +0200 widget: Remove deprecated VTE_IS_TERMINAL_ERASE_BINDING doc/reference/vte-sections.txt | 1 - src/vtedeprecated.h | 11 ----------- 2 files changed, 12 deletions(-) commit 6c204035f1798fda47d641172c98f6071a00bf02 Author: Christian Persch Date: Mon May 2 21:16:45 2011 +0200 widget: Remove deprecated vte_terminal_set_cursor_blinks doc/reference/vte-sections.txt | 1 - src/vte.c | 15 --------------- src/vtedeprecated.h | 2 -- 3 files changed, 18 deletions(-) commit 0690e03a83f22e4d17814b9bbbd7b74dbc6df182 Author: Christian Persch Date: Mon May 2 21:14:59 2011 +0200 widget: Remove deprecated vte_terminal_[gs]et_pty Conflicts: src/vte.c doc/reference/vte-sections.txt | 2 -- src/vte.c | 82 ------------------------------------------ src/vtedeprecated.h | 2 -- 3 files changed, 86 deletions(-) commit 9ba542abb3e9e97da39fc975102dc3b6b88b7687 Author: Christian Persch Date: Mon May 2 21:12:44 2011 +0200 widget: Remove deprecated vte_terminal_fork_command doc/reference/vte-sections.txt | 1 - src/pty.c | 67 ----------------------- src/reflect.c | 20 ++++--- src/vte.c | 121 ----------------------------------------- src/vtedeprecated.h | 6 -- src/vtepty-private.h | 8 --- 6 files changed, 12 insertions(+), 211 deletions(-) commit d81edfe310786e322126fa4351c8542bfa5c7bac Author: Christian Persch Date: Mon May 2 21:09:23 2011 +0200 widget: Remove deprecated vte_terminal_forkpty Conflicts: src/vteapp.c doc/reference/vte-sections.txt | 1 - src/pty.c | 42 ----------------------------- src/vte.c | 60 ------------------------------------------ src/vteapp.c | 30 +++++++++++++-------- src/vtedeprecated.h | 5 ---- src/vtepty-private.h | 4 --- 6 files changed, 19 insertions(+), 123 deletions(-) commit 64ed735c2d11f9fb226aec2d1895b68ae9940a95 Author: Christian Persch Date: Mon May 2 20:59:01 2011 +0200 widget: Remove deprecated vte_terminal_get_adjustment Conflicts: src/vtedeprecated.h doc/reference/vte-sections.txt | 1 - src/vte.c | 17 ----------------- src/vtedeprecated.h | 2 -- 3 files changed, 20 deletions(-) commit ac7f636d9ebbe7e95fabfec3529a964bec53c84e Author: Christian Persch Date: Mon May 2 20:56:53 2011 +0200 widget: Remove deprecated vte_terminal_get_padding doc/reference/vte-sections.txt | 1 - src/vte.c | 28 ---------------------------- src/vtedeprecated.h | 1 - 3 files changed, 30 deletions(-) commit 6cfcf7c287ce8e2baecb9ecf51226561ee403c13 Author: Christian Persch Date: Mon May 2 20:55:42 2011 +0200 widget: Remove sealed char_{a,de}scent from public struct Conflicts: src/vte.c src/vte-private.h | 2 ++ src/vte.c | 12 ++++++------ src/vte.h | 1 - 3 files changed, 8 insertions(+), 7 deletions(-) commit 23c86953b60a3a8626ff0adaec6811a03788e3b9 Author: Christian Persch Date: Mon May 2 20:50:51 2011 +0200 widget: Remove deprecated vte_terminal_get_char_{a,de}scent doc/reference/vte-sections.txt | 2 -- src/vte.c | 36 ------------------------------------ src/vtedeprecated.h | 2 -- 3 files changed, 40 deletions(-) commit 6103d1f2ebf42279965bf664e8cda1d3d8bf6411 Author: Christian Persch Date: Mon May 2 20:49:15 2011 +0200 widget: Remove deprecated vte_terminal_get_using_xft https://bugzilla.gnome.org/show_bug.cgi?id=560766 doc/reference/vte-sections.txt | 1 - src/vte.c | 20 -------------------- src/vtedeprecated.h | 1 - 3 files changed, 22 deletions(-) commit de112fd8039ab6244e2cf53dbacdfc4a49504c48 Author: Christian Persch Date: Mon May 2 20:47:11 2011 +0200 Der Tod und das Datensichtgerät https://bugzilla.gnome.org/show_bug.cgi?id=112172 Conflicts: src/reaper.c src/reaper.h doc/reference/vte-docs.xml | 4 - doc/reference/vte-sections.txt | 17 ---- doc/reference/vte.types | 2 - src/Makefile.am | 11 +- src/reaper.c | 226 ----------------------------------------- src/reaper.h | 75 -------------- src/vte-private.h | 3 +- src/vte.c | 52 ++++------ 8 files changed, 21 insertions(+), 369 deletions(-) commit 19e2cbbe396ad4acdd3db65454fa39aa1bd9b6f5 Author: Christian Persch Date: Mon May 2 20:35:57 2011 +0200 pty: Remove deprecated _vte_pty_* functions Conflicts: src/pty.h src/Makefile.am | 5 +- src/pty.c | 213 -------------------------------------------------------- src/pty.h | 52 -------------- 3 files changed, 2 insertions(+), 268 deletions(-) commit 64399a47a776c6c4b02f8237d6c01b62e6387590 Author: Christian Persch Date: Mon Mar 24 20:17:59 2014 +0100 app: Fix compiler warnings src/vteapp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 44af37273d064af18f2c5ac0f6d1c7f4db759b46 Author: Christian Persch Date: Mon May 2 20:33:11 2011 +0200 widget: Remove deprecated vteregex Only support GRegex now. Conflicts: src/Makefile.am src/vte.c src/vteregex.c src/vteregex.h doc/reference/Makefile.am | 1 - doc/reference/vte-sections.txt | 1 - src/Makefile.am | 2 - src/vte-private.h | 23 +-- src/vte.c | 314 +---------------------------------------- src/vtedeprecated.h | 1 - src/vteregex.c | 119 ---------------- src/vteregex.h | 38 ----- 8 files changed, 14 insertions(+), 485 deletions(-) commit f275e61df7deeb93bf47c99ce24a46a2ffdd559d Author: Christian Persch Date: Mon Mar 24 19:57:42 2014 +0100 ring: Fix compiler warnings src/ring.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit d6e16bc0b52350d7d9ea61826f3f4dddeb607cb0 Author: Christian Persch Date: Mon Mar 24 19:26:29 2014 +0100 build: API/ABI bump Makefile.am | 4 ++-- configure.ac | 13 ++++--------- doc/reference/Makefile.am | 4 ++-- glade/vte.xml.in.in | 2 +- src/Makefile.am | 35 +++++++++++++++++------------------ vte.pc.in | 2 +- 6 files changed, 27 insertions(+), 33 deletions(-) commit 86546336d6b2f0b9b5e17723c38f3d079fc1c215 Author: Christian Persch Date: Mon Mar 24 19:05:52 2014 +0100 build: Version bump configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2493a5ec5dba8c8b2255dc1b28cfbd6d6eaa1b01 Merge: d5645871 94037b77 Author: Christian Persch Date: Mon Mar 24 20:03:27 2014 +0100 Merge remote-tracking branch 'origin/master' commit d56458713b657053cea8b09d49ef69d97585a0d6 Author: Christian Persch Date: Mon Mar 24 15:00:50 2014 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6a25ed8b232ece0145d7d6bcb305fc458ed0b417 (tag: 0.36.0) Author: Christian Persch Date: Mon Mar 24 14:57:26 2014 +0100 Version 0.36.0 NEWS | 5 +++++ 1 file changed, 5 insertions(+) commit bc7676cacd71c117c4c7b6aeab4cac26f8225989 Author: Egmont Koblinger Date: Tue Mar 18 16:10:58 2014 +0100 doc: Add API index for highlight foreground color doc/reference/vte-sections.txt | 2 ++ 1 file changed, 2 insertions(+) commit 96afeccdf6fa099af0e76f875df0ba75ffaf53ee Author: Egmont Koblinger Date: Tue Mar 18 15:26:18 2014 +0100 doc: Minor update to rewrap.txt doc/rewrap.txt | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) commit cbdb21f740a9369f61d6dbfb48f87bce9c5c9ba4 Author: Egmont Koblinger Date: Tue Mar 18 14:42:23 2014 +0100 build: Do not hardcode /bin/bash https://bugzilla.gnome.org/show_bug.cgi?id=726604 perf/img.sh | 2 +- perf/inc.sh | 2 +- src/box_drawing_generate.sh | 2 +- src/test-vte-sh.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) commit 749e3b1c12ad4047d2b5b7200132331bd6fe15b5 Author: Christian Persch Date: Mon Mar 17 22:36:55 2014 +0100 Post release version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e6e97b2ca4f11851d55d4a26f7645d5f38f53b7b (tag: 0.35.90) Author: Christian Persch Date: Mon Mar 17 22:28:35 2014 +0100 Version 0.35.90 NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) commit 56ab1baaa64f2a23f25450c8682b6693c9b0329a Author: Egmont Koblinger Date: Mon Mar 17 21:59:14 2014 +0100 widget: Nicer box drawing characters Fixes problems with the hollow box drawing characters. https://bugzilla.gnome.org/show_bug.cgi?id=709556 src/Makefile.am | 12 +- src/box_drawing.txt | 768 ++++++++++++++++++++++++++++++++++++++++++++ src/box_drawing_generate.sh | 70 ++++ src/vte.c | 474 ++++++--------------------- 4 files changed, 944 insertions(+), 380 deletions(-) commit 56090d8d95e51df47c59f9410416932cfd111cec Author: Christian Persch Date: Mon Mar 17 21:59:03 2014 +0100 build: Version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ebd86b75eea99a866405e0bc29eeefd75ba3fe09 Author: Christian Persch Date: Mon Mar 17 19:51:12 2014 +0100 build: Fix log domain src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d7e3749cdfee5d57d49bb508b05b8691b6799982 Author: Egmont Koblinger Date: Mon Mar 17 14:39:51 2014 +0100 widget: Do not intercept Ctrl+F1 https://bugzilla.gnome.org/show_bug.cgi?id=726438 src/vte.c | 4 ++++ 1 file changed, 4 insertions(+) commit 2856a4ee3e7bf4e1b9fcdcd934bd7349eec6a2f2 Author: Egmont Koblinger Date: Mon Mar 17 14:23:13 2014 +0100 perf: Add scripts to EXTRA_DIST perf/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 9f2a88cc03543c2c37a896309f61c333766647ee Author: Egmont Koblinger Date: Sun Mar 16 15:53:19 2014 +0100 build: Use consistent version check for smooth scroll src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0941913e97e436f262e9f711ad7516122c94b364 Author: Egmont Koblinger Date: Sun Mar 16 15:53:03 2014 +0100 build: Remove vte-gtk-compat src/Makefile.am | 1 - src/vte-gtk-compat.h | 48 ----------------------------------------------- src/vte.c | 53 ++++++++++++++++++++++++++++++---------------------- src/vteaccess.c | 1 - src/vtebg.c | 1 - src/vtedraw.c | 2 +- src/vtedraw.h | 3 +-- 7 files changed, 33 insertions(+), 76 deletions(-) commit 1d1e56ccc3c8fc2b844e7c93e0471660a94928b1 Author: Egmont Koblinger Date: Sun Mar 16 15:52:19 2014 +0100 build: Clean up legacy signal creation leftovers src/vte.c | 496 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 232 insertions(+), 264 deletions(-) commit b2f3b5a6eb5cae73bee1f116c6fd558f7314bfb4 Author: Egmont Koblinger Date: Sun Mar 16 15:51:58 2014 +0100 build: Clean up gdk keysym names src/iso2022.c | 192 ++++++++++++++------------- src/keymap.c | 416 +++++++++++++++++++++++++++++----------------------------- src/vte.c | 104 +++++++-------- 3 files changed, 353 insertions(+), 359 deletions(-) commit 663cb18068c11502acd41ad6adaf94891868fd7e Author: Egmont Koblinger Date: Sun Mar 16 15:51:03 2014 +0100 build: Remove gtk2 leftover code src/iso2022.c | 5 -- src/keymap.c | 5 -- src/reflect.c | 8 -- src/vte-gtk-compat.h | 32 -------- src/vte-private.h | 4 - src/vte.c | 212 +-------------------------------------------------- src/vte.h | 63 --------------- src/vteapp.c | 15 +--- src/vtebg.c | 5 -- src/vtedeprecated.h | 2 - 10 files changed, 4 insertions(+), 347 deletions(-) commit 9c9a0fcf80d6b55f4afb0de1ac474d3cb7b1b99c Author: Egmont Koblinger Date: Sat Mar 15 15:27:16 2014 +0100 emulation: Add support for OSC 19/119 (highlight fg color) and corresponding API https://bugzilla.gnome.org/show_bug.cgi?id=725974 src/vte.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++---- src/vte.h | 4 +++ src/vterowdata.h | 7 ++--- src/vteseq-n.gperf | 6 ++--- src/vteseq.c | 23 +++++++++++++++++ 5 files changed, 104 insertions(+), 11 deletions(-) commit 3c915ee012c0d25b376be0ba4e0037b67f7beebe Author: Egmont Koblinger Date: Sat Mar 15 15:22:51 2014 +0100 emulation: Use more consistent and verbose names for special purpose colors https://bugzilla.gnome.org/show_bug.cgi?id=725974 src/vte.c | 72 ++++++++++++++++++++++++++++---------------------------- src/vterowdata.h | 12 +++++----- src/vteseq.c | 40 +++++++++++++++---------------- 3 files changed, 62 insertions(+), 62 deletions(-) commit be8407dbc4c669cd5c00c9ab95ade40e3b94e46d Author: Egmont Koblinger Date: Mon Mar 3 13:41:38 2014 +0100 build: Fix many compiler warnings src/pty.c | 6 ------ src/slowcat.c | 2 +- src/vte.c | 51 +++++++++------------------------------------------ src/vteaccess.c | 5 ----- src/vteapp.c | 5 ----- src/vteconv.c | 3 --- src/vteseq.c | 8 ++------ 7 files changed, 12 insertions(+), 68 deletions(-) commit e102da687242aa0820225e4fe47b84869229fb63 Author: Michal Sojka Date: Mon Mar 3 11:50:38 2014 +0100 prompt: Make zsh hook to precmd. Previously used chpwd hook caused the escape sequence to be printed when it shouldn't be printed. For example, when user wanted to list files in a directory with "(cd dir; find) > list.txt", list.txt contained not only the files but also the VTE escape sequence. This patch changes the hook to precmd, which is invoked before displaying prompt. This is the same "hook" that is used in bash. https://bugzilla.gnome.org/show_bug.cgi?id=724982 src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2af14ef99eb244e9fc84a80b4b64014d4299465a Author: Christian Persch Date: Tue Feb 18 21:59:22 2014 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ef5abe86eed6279be4928ac1650f022fd7f1ba89 (tag: 0.35.2) 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(-) commit ded1bd783d50601b4ca524724b32f358c86ae289 (tag: 0.35.1) 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(-) commit 21ef2c5b3e9c50ef27149f4ccee08d9986db3c60 (tag: 0.35.0) Author: Christian Persch Date: Mon Nov 18 21:43:51 2013 +0100 Version 0.35.0 NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) commit b38428322ee2c99b9ef5da9208533b817fcf94fe Author: Michele Baldessari Date: Mon Nov 18 21:26:45 2013 +0100 emulation: Support DECCOLM mode to switch between 80 and 132 columns https://bugzilla.gnome.org/show_bug.cgi?id=4993 src/vte-private.h | 1 + src/vte.c | 3 +++ src/vteseq.c | 40 ++++++++++++++++++++++++---------------- 3 files changed, 28 insertions(+), 16 deletions(-) commit a2a819591dfbbb750730caa2fd8b32e87b521fb6 Author: Egmont Koblinger Date: Sat Oct 26 14:49:35 2013 +0200 emulation: Reset attributes when entering alternate screen https://bugzilla.gnome.org/show_bug.cgi?id=709930 src/vteseq.c | 1 + 1 file changed, 1 insertion(+) commit b04ccce0ba4c29a7f09c407de1f601a297b26ea6 Author: Egmont Koblinger Date: Thu Oct 24 15:18:16 2013 +0200 emulation: Fix ESC E at the bottom of the screen ESC E needs to scroll, if necessary. https://bugzilla.gnome.org/show_bug.cgi?id=693013 src/vteseq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 4358250397456b033c88241e71ec8c3b96f0f339 Author: Egmont Koblinger Date: Wed Oct 23 00:45:57 2013 +0200 emulation: Avoid lines filled up with spaces in the restricted scrolling area https://bugzilla.gnome.org/show_bug.cgi?id=336238#c88 src/vte.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 01380dae776a560c61aecb95d06be5bf8ccae5f4 Author: Egmont Koblinger Date: Wed Oct 23 00:35:30 2013 +0200 widget,emulation: Rewrap the lines when the window is resized https://bugzilla.gnome.org/show_bug.cgi?id=336238 doc/rewrap.txt | 447 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/ring.c | 426 ++++++++++++++++++++++++++++++++++++++++++++++++++- src/ring.h | 5 + src/vte-private.h | 4 - src/vte.c | 104 +++++++++---- src/vteseq.c | 4 +- 6 files changed, 951 insertions(+), 39 deletions(-) commit c004921c26eec0183ef2f07ee76803efb3d9eeb1 Author: Egmont Koblinger Date: Wed Oct 23 00:27:26 2013 +0200 ring: Fix stream reset Change suspicios code: resetting row_stream to 0 is fishy, I really do think it needs to be set to ring->writable. https://bugzilla.gnome.org/show_bug.cgi?id=336238#c75 src/ring.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 7a201c651251b483a026eae60c1f48cc27da7abe Author: Egmont Koblinger Date: Wed Oct 23 00:22:42 2013 +0200 ring,stream: Refactor the interface between the ring and the stream Refactor and simplify the interface between ring and vte-stream; this is required for the forthcoming rewrapping feature. Paging is now a concept private to vte-stream. Instead of telling when to turn page, the ring now advances the tail of the streams, and vte-stream does paging on its own based on this information. https://bugzilla.gnome.org/show_bug.cgi?id=336238#c74 src/ring.c | 36 ++++++++++++------------------------ src/ring.h | 1 - src/vtestream-base.h | 14 ++++++-------- src/vtestream-file.h | 18 ++++++++++-------- src/vtestream.h | 9 ++------- 5 files changed, 30 insertions(+), 48 deletions(-) commit 5fc57fc8e2feb0cd8e99f97ca4b25fee5eba2f06 Author: Egmont Koblinger Date: Wed Oct 23 00:04:26 2013 +0200 widget: Remove obsolete code Remove legacy "Smooth (Slow) Scroll (DECSCLM)" code leftover. https://bugzilla.gnome.org/show_bug.cgi?id=710426#c4 src/vte-private.h | 1 - src/vte.c | 2 -- src/vteseq.c | 5 ----- 3 files changed, 8 deletions(-) commit 7efb04fbcec9a39512847204d75350fb0b119c9f Author: Egmont Koblinger Date: Wed Oct 23 00:02:00 2013 +0200 widget: Support for smooth scrolling https://bugzilla.gnome.org/show_bug.cgi?id=710426 src/vte-private.h | 1 + src/vte.c | 86 +++++++++++++++++++++++++++++++++---------------------- src/vteseq.c | 22 ++++++++++---- 3 files changed, 69 insertions(+), 40 deletions(-) commit bd03247ac0be93a9666e3091b9c12b6ad2ae74e0 Author: Egmont Koblinger Date: Tue Oct 22 23:59:47 2013 +0200 emulation: Fix background when bottom row is scrolled upwards Make scrolling the bottom row upwards not fill this row with the background color. Only the new empty bottom line should be filled. To reproduce, run $ echo -e '\e['$LINES'H\e[43mBottom row'; sleep 100 When the row containig the text "Bottom row" gets scrolled up by 1, it was filled with the background color in vte, but not in xterm. https://bugzilla.gnome.org/show_bug.cgi?id=710486 src/vte.c | 7 ------- 1 file changed, 7 deletions(-) commit bba3a71948daea9f95e6fdf1be11ed2a65dddf5b Author: Egmont Koblinger Date: Tue Oct 22 23:58:40 2013 +0200 emulation: Fix the scrollbar position with restricted scrolling To reproduce, produce at least a screenful of text so that the scrollbar is active. Then enable restricting scrolling, with the upper bound being the topmost row, e.g. echo -e '\e[1;15r'. Now produce more output so that the cursor hits the boundary at the 15th row and the content starts scrolling. The scrollbar starts wandering upwards, though it should stay at the bottom. When trying to scroll by Shift+PageUp or by dragging the scrollbar, suddenly everything jumps back to normal. https://bugzilla.gnome.org/show_bug.cgi?id=710488 src/vte.c | 1 - 1 file changed, 1 deletion(-) commit 8c65377993b110d124cbb8503110439b633ea39a Author: Egmont Koblinger Date: Tue Oct 22 23:57:24 2013 +0200 emulation: Reset restricted scrolling on window resize Xterm disables restricted scrolling mode on window resize. This pretty much makes sense, since we have no clue how the application wishes to continue restricting the scrolling (counting the number of lines from the top or from the bottom). https://bugzilla.gnome.org/show_bug.cgi?id=710484 src/vte.c | 2 ++ 1 file changed, 2 insertions(+) commit 98b54527c802620a5951a615fe6ae21ffc19a171 Author: Egmont Koblinger Date: Tue Oct 22 23:56:05 2013 +0200 emulation: Fix restricted scrolling with a short ring Fixes setting restrict scrolling with the upper bound being row 1 not working. To test, run "echo -e '\e[1;15r'" immediately before the terminal starts scrolling; before this patch this had no effect. https://bugzilla.gnome.org/show_bug.cgi?id=710483 src/vteseq.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit 2f4378d6a25dc4985efddcacf0b298fbc10b5c7a Author: Egmont Koblinger Date: Tue Oct 22 23:54:24 2013 +0200 Don't fake cursor keys on normal screen with restricted scrolling. https://bugzilla.gnome.org/show_bug.cgi?id=710481 src/vte.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 105f2c5ffcdc251ddaa7e5b06287d3d31b6504fe Author: Egmont Koblinger Date: Tue Oct 22 23:39:12 2013 +0200 emulation: Allow the terminal application to consume right button click events This is necessary for gnome-terminal to deliver a right click to applications which are interested in mouse events, and pop up the menu otherwise. https://bugzilla.gnome.org/show_bug.cgi?id=13299 src/vte.c | 55 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 38 insertions(+), 17 deletions(-) commit 3d22a006b6d72dccae6083b3c485c8cdaca76d29 Author: Egmont Koblinger Date: Tue Oct 22 23:37:50 2013 +0200 widget,emulation: Separate application palette from terminal palette Make colors set by escape sequences have higher precedence than those set via API calls. https://bugzilla.gnome.org/show_bug.cgi?id=705985 src/vte-private.h | 8 +++++- src/vte.c | 73 ++++++++++++++++++++++++++++++++++++++++++------------- src/vteseq.c | 4 +-- 3 files changed, 65 insertions(+), 20 deletions(-) commit 88e8e89560a62d0981ce2b18974a230d0a07dbdd Author: Micah Cowan Date: Tue Oct 22 23:30:43 2013 +0200 widget: Fix invalidation region When the sequence handler moves the cursor into the restricted scrolling region, the bbox needs to be reset, too. Fixes glitches with interspersing writes to the bottom line with scrolls of the upper region, and also fixes missing screen redraws when using mosh. https://bugzilla.gnome.org/show_bug.cgi?id=542087 https://bugzilla.gnome.org/show_bug.cgi?id=686097 src/vte.c | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) commit d9421112ee69180b18b7f342d7acc7b1bc1b73c3 Author: Christian Persch Date: Sat Nov 16 21:29:20 2013 +0100 widget: Ignore our own deprecation src/vte.c | 2 ++ 1 file changed, 2 insertions(+) commit 289b9fc98442b4bf5b58b0d2f2097072a0cbf9bd Author: Christian Persch Date: Sat Nov 16 21:27:38 2013 +0100 build: Suppress glib and gtk deprecation warnings src/Makefile.am | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) commit 513c60e23e4cb3cdd4903936073993e9eae4a49f Author: Christian Persch Date: Sun Oct 20 22:30:00 2013 +0200 build: Ignore deprecations It's just cluttering the output too much, and all of these are already fixed on vte-next. For this branch, just ignore the deprecations. src/Makefile.am | 2 ++ src/vte.c | 12 ++++++++++++ src/vteapp.c | 10 +++++++++- 3 files changed, 23 insertions(+), 1 deletion(-) commit 14022429be328c448fa9b515c4f29f0432289e83 Author: Christian Persch Date: Sun Oct 20 22:13:50 2013 +0200 vteapp: Default to infinite scrollback src/vteapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit defec8201afb6bd86d6d7c5f6004347278a26ac6 Author: Christian Persch Date: Sun Oct 20 22:09:27 2013 +0200 widget: Increase default scrollback src/vte-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b3c49c5d1f2d939b37bbcea4b1793cb7d224b6d9 Author: Egmont Koblinger Date: Sat Oct 19 22:56:59 2013 +0200 drawing: Fix drawing of the n-eights block characters Make the n-eights block characters align with each other and the half block characters as well. https://bugzilla.gnome.org/show_bug.cgi?id=709584 src/vte.c | 57 +++++++++++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 30 deletions(-) commit 28eeba30fffcac7720b9e0d349887780dced2dc9 Author: Christian Persch Date: Thu Oct 17 22:54:51 2013 +0200 drawing: Fix drawing of U+2594 to align with U+2587 The upper ⅛ block was misaligned with the lower ⅞ block. This also fixes part of https://bugzilla.gnome.org/show_bug.cgi?id=709584 src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0e24dccc8df3cc90beec14a163b66c984e9cd6e7 Author: Egmont Koblinger Date: Thu Oct 17 22:12:26 2013 +0200 drawing: doc: Add block characters to test file doc/boxes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit df01bb02c3ec02f1b35bc577db77772c2f591b23 Author: Christian Persch Date: Thu Oct 17 21:03:36 2013 +0200 drawing: Make round box drawing characters nicer Replace the Bézier curves with circle arcs plus straight segments. Based on a patch by Egmont Koblinger. https://bugzilla.gnome.org/show_bug.cgi?id=709692 src/vte.c | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) commit ebb0b00f08b1ffbc0c6f261c75432cb46e865223 Author: Antoine Jacoutot Date: Tue Oct 15 13:21:15 2013 +0200 portability: protect O_NOATIME The O_NOATIME open() flag is only available on Linux, so unbreak building by protecting it with an ifdef. src/vteutils.c | 2 ++ 1 file changed, 2 insertions(+) commit 67a6928092d0768a76280be6d0384d41b65c86b2 Author: Christian Persch Date: Mon Oct 14 21:24:20 2013 +0200 Post branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 94123d6c2d1401a4d383cb0d990309bb154b243c Author: Christian Persch Date: Mon Oct 14 21:16:52 2013 +0200 docs: Fix build Remove (skip) annotation which breaks check-doc-syntax check; the symbol is already hidden from the introspection scanner anyway. src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7c3387669f915d21bfc5f228adb9480c0db2e493 Author: Christian Persch Date: Mon Oct 14 21:06:17 2013 +0200 Version 0.34.9 NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit 9384685e72cebff9389a331f225dd18333878d74 Author: Egmont Koblinger Date: Sun Oct 13 19:59:02 2013 +0200 docs: Improve graphic characters test file Make it contain all box drawing and block element characters. doc/boxes.txt | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) commit 4e2f4a175b8cf44621832db1cb3d55f48145e272 Author: Christian Persch Date: Sat Oct 12 12:14:09 2013 +0200 utils: Remove unneeded define This part of the code is linux only anyway. src/vte.c | 4 ++-- src/vteutils.c | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) commit 9cec9a3c871c0e52058d52dc8bb7d3ec03a48305 Author: Victor Ibragimov Date: Thu Oct 10 17:03:24 2013 +0500 Tajik translation added po/LINGUAS | 1 + po/tg.po | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) commit 94037b77990f1dc957b7bc14e9b1643344d7797e Author: Victor Ibragimov Date: Thu Oct 10 17:01:53 2013 +0500 Tajik translation updated po/tg.po | 63 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 33 insertions(+), 30 deletions(-) commit 9c9f1451f37864f18e711c348f6335a22e7c4c4d Author: Christian Persch Date: Thu Oct 3 14:34:49 2013 +0200 prompt: Set LC_ALL instead of LANG LC_ALL and LC_* override LANG, so if the user has any of them set, __vte_urlencode would give the wrong output. https://bugzilla.gnome.org/show_bug.cgi?id=709354 src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9f8c1b88dcd880c2d9e78c93521ee755560a9275 Author: Christian Persch Date: Mon Sep 30 23:00:09 2013 +0200 emulation: Add support for DEC 1007 to set the alternate scroll mode By default, the mouse wheel sends cursor up/down keycodes in the alternate screen. This adds an escape sequence (DEC 1007) that allows turning this off (and on again). For compatibility with ubuntu's ******** patched vte, also add a (deprecated, skip) public API that has the expected name but does nothing. Based on patches from ubuntu, and Egmont Koblinger. https://bugzilla.gnome.org/show_bug.cgi?id=518405 https://bugzilla.gnome.org/show_bug.cgi?id=709060 src/vte-private.h | 1 + src/vte.c | 24 ++++++++++++++++++++++-- src/vtedeprecated.h | 3 +++ src/vteseq.c | 5 +++++ 4 files changed, 31 insertions(+), 2 deletions(-) commit ed5adb65a132b1c0e5054618fc989f76955a7e00 Author: Behdad Esfahbod Date: Mon Sep 30 00:25:14 2013 -0400 [stream] Use unlocked stdio when available configure.ac | 2 +- src/vtestream-file.h | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) commit b959b86bdb5759152328ff1b99ac956ba4189a77 Author: Behdad Esfahbod Date: Sun Sep 29 21:32:51 2013 -0400 [stream] Add a stdio-based buffered implementation Should be fairly solid, though more testing will help. The buffering in stdio makes most of the syscalls go away. Most remaining are the lseek() syscalls caused by fseek() calls for when moving backward in the buffer. I think it's a bug in stdio to make those syscalls when the result is cached anyway. Anyway, this is a huge improvement already, specially when reading the buffer forward. src/vtestream-file.h | 177 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 166 insertions(+), 11 deletions(-) commit f690a497fe8c1a5f1adcac193674793da58b245f Author: Behdad Esfahbod Date: Sun Sep 29 20:48:40 2013 -0400 [stream] More fixups Towards an abstract file descriptor. src/vtestream-file.h | 98 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 56 insertions(+), 42 deletions(-) commit d17e4ba45e9b45aec6852475285702f63e241787 Author: Behdad Esfahbod Date: Sun Sep 29 20:48:40 2013 -0400 [stream] More fixups Towards an abstract file descriptor. src/vtestream-file.h | 70 +++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 53 insertions(+), 17 deletions(-) commit 272b7f42ccdb93517e06a0c8e832531fffa8714c Author: Behdad Esfahbod Date: Sun Sep 29 20:38:49 2013 -0400 [stream] Remove unused includes src/vtestream-file.h | 4 ---- 1 file changed, 4 deletions(-) commit cf0c865523ea7cc6f663533d9d15cb2b6060b12a Author: Behdad Esfahbod Date: Sun Sep 29 20:37:20 2013 -0400 [stream] Finish off commit 2cf872c90d85163f297e3a0fd56866a29849e0bf src/vtestream-file.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 488d7a2d37ba66fbf7483a1ac7b33ee03dfdfe3f Author: Behdad Esfahbod Date: Sun Sep 29 20:31:33 2013 -0400 Bug 676075 - Incorrect scrollbar position after the "less" command Patch from Egmont Koblinger. src/vte.c | 3 +++ 1 file changed, 3 insertions(+) commit 2a44325fb611d76b22ffe49722e38440a3a0e480 Author: Behdad Esfahbod Date: Sun Sep 29 20:17:18 2013 -0400 [stream] Fix warnings src/vtestream-base.h | 2 +- src/vtestream-file.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) commit 2cf872c90d85163f297e3a0fd56866a29849e0bf Author: Behdad Esfahbod Date: Sun Sep 29 20:13:45 2013 -0400 [stream] Use -1, not 0, as "not opened yet" As suggested by ChPe. src/vtestream-file.h | 9 +++++---- src/vteutils.c | 9 --------- 2 files changed, 5 insertions(+), 13 deletions(-) commit 73e10d9bcf414696258dbf10245a111985311b9a Author: Behdad Esfahbod Date: Sun Sep 29 19:54:39 2013 -0400 [stream] Remove write_contents The ring will now read the stream contents and write it out itself. Makes stream implementation(s) easier. src/ring.c | 34 +++++++++++++++++++++++++++------- src/vtestream-base.h | 13 ------------- src/vtestream-file.h | 38 -------------------------------------- src/vtestream.h | 4 ---- 4 files changed, 27 insertions(+), 62 deletions(-) commit 480e1ae1cb9e343663896a19df31060f3bffb7b5 Author: Behdad Esfahbod Date: Sun Sep 29 19:39:00 2013 -0400 [stream] Add API to get start-of-page offsets For previous behavior of the _vte_stream_head() api, add index=0 to the new function. src/ring.c | 8 ++++---- src/vtestream-base.h | 8 +++++--- src/vtestream-file.h | 4 ++-- src/vtestream.h | 7 ++++++- 4 files changed, 17 insertions(+), 10 deletions(-) commit 5ad51c95557f4e953af066b551bbd9b295c88df4 Author: Behdad Esfahbod Date: Sun Sep 29 16:25:48 2013 -0400 Part of Bug 646098 - vte uses too many file descriptors Patch from Egmont Koblinger, from comment 13. src/ring.c | 37 ++++++++++++++++++++++++++++++------- src/ring.h | 4 +++- src/vte.c | 3 +++ 3 files changed, 36 insertions(+), 8 deletions(-) commit 6b022a603c0c582a3673e0f883366532effc784b Author: Behdad Esfahbod Date: Sun Sep 29 15:58:44 2013 -0400 Bug 415277 - Garbage displayed after resizing whilst using an alternate screen Patch from Egmont Koblinger. src/vte.c | 140 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 60 deletions(-) commit c80fe16c3019eeb0686023b2968199e4d84a2676 Author: Christian Persch Date: Sat Sep 28 11:38:49 2013 +0200 stream: file: Use O_TMPFILE when available https://bugzilla.gnome.org/show_bug.cgi?id=704705 src/Makefile.am | 2 ++ src/vtestream-file.h | 17 ++++------- src/vteutils.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteutils.h | 30 ++++++++++++++++++ 4 files changed, 124 insertions(+), 11 deletions(-) commit b9ea4ed01269484b544ac130c2c0cd1223b08def Author: Kristjan SCHMIDT Date: Sat Sep 28 13:47:03 2013 +0200 Updated Esperanto translation po/eo.po | 55 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) commit a43839c166da7cc0a89bd7eb0b78b991bdff5471 Author: Behdad Esfahbod Date: Fri Sep 27 18:18:34 2013 -0400 [stream-file] Recover from a disk-full situation src/vtestream-file.h | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) commit fae64189d5370681dccbe4f96c6f0a86153caa3f Author: Behdad Esfahbod Date: Fri Sep 27 18:09:38 2013 -0400 [stream-file] Remove another lseek src/vtestream-file.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 2e268aaef84bb9026ff98504efd7679c91ee591c Author: Behdad Esfahbod Date: Fri Sep 27 18:06:31 2013 -0400 Fixup commit a551b0b8686bc266a2329a3215069895d591b0e9 src/vtestream-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ee3a84fe9eaea643b6b64da41fe5354e43e5dde9 Author: Behdad Esfahbod Date: Fri Sep 27 17:43:18 2013 -0400 Bug 708496 - Lines disappear after positioning back the cursor Patch from Egmont Koblinger. src/ring.c | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) commit fe79b99acf38945b124ad33c3af145d68ce8f5ff Author: Behdad Esfahbod Date: Fri Sep 27 17:26:58 2013 -0400 [ring] Rename variables for readability Patch from Egmont Koblinger. Part of Bug 708496 - Lines disappear after positioning back the cursor src/ring.c | 81 +++++++++++++++++++++++++++++++++++--------------------------- src/ring.h | 5 ++-- 2 files changed, 49 insertions(+), 37 deletions(-) commit 97ca3655c77364db51be89fdfebb4028bb7a58a4 Author: Behdad Esfahbod Date: Fri Sep 27 16:34:56 2013 -0400 [stream-file] Mark temp files NOATIME src/vtestream-file.h | 3 +++ 1 file changed, 3 insertions(+) commit a551b0b8686bc266a2329a3215069895d591b0e9 Author: Behdad Esfahbod Date: Fri Sep 27 16:04:36 2013 -0400 [stream-file] Bug 637275 - Use pread/pwrite() if available Turns syscalls in half. configure.ac | 5 ++++- src/vtestream-file.h | 42 ++++++++++++++++++++++++++++++++---------- 2 files changed, 36 insertions(+), 11 deletions(-) commit 658c2d4643ec7fb0cdd1ebaedc6377c29a850d21 Author: Behdad Esfahbod Date: Fri Sep 27 16:00:27 2013 -0400 [stream-file] Keep head value in memory Reduces syscalls. Part of Bug 637275 - Use pread/pwrite() in vtestream-file.h if available src/vtestream-base.h | 4 ++-- src/vtestream-file.h | 17 ++++++++--------- src/vtestream.h | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) commit 6e65d90d50862ca8a9e9686b7b582f22e13e8768 Author: Behdad Esfahbod Date: Fri Sep 27 15:34:27 2013 -0400 Fix resize handling Patch from Egmont Koblinger. At least it's readable... Bug 707572 - Aborts on assertion (debug mode) Bug 708213 - zsh - lots of blank space upon resizing VTE based terminals src/debug.c | 3 ++- src/debug.h | 3 ++- src/vte.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 64 insertions(+), 10 deletions(-) commit 9c1df647f15739dbee8a6943aaed2b0d5a3d27c3 Author: Christian Persch Date: Tue Sep 17 00:11:18 2013 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 90fbbbf604790c9969e4703fbfe00ee3b8f4877d (tag: 0.34.8) Author: Christian Persch Date: Tue Sep 17 00:06:29 2013 +0200 Version 0.34.8 NEWS | 7 +++++++ 1 file changed, 7 insertions(+) commit e34b2bbe28261e11d99f052bddfd830a8c330411 Author: Egmont Koblinger Date: Mon Sep 16 23:39:46 2013 +0200 emulation: Make extended fore/background colour handling more xterm-like https://bugzilla.gnome.org/show_bug.cgi?id=616436 src/vte-private.h | 11 ++++++--- src/vte.c | 39 +++++++------------------------ src/vteseq.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 76 insertions(+), 44 deletions(-) commit e0fdec86f735b6fd87e911c16ef166dfe0693bc9 Author: Christian Persch Date: Mon Sep 16 23:09:10 2013 +0200 vteapp: Disable transparency by default This is actually a bug in the vte widget, which should only use bg_opacity when bg_transparent is TRUE, but since this feature is deprecated anyway, there's no point wasting any time fixing this in the widget. src/vteapp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit ba74252d91898e5e03e16daa888d09797ac274fd Author: Christian Persch Date: Mon Sep 16 23:02:09 2013 +0200 widget: Fix sizeof error in memset vte.c: In function 'vte_terminal_reset': vte.c:14135:16: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] sizeof(&pvt->selection_origin)); ^ src/vte.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 75b06e0b5fff57e8be8d6b61b97b687291f92478 Author: Egmont Koblinger Date: Mon Sep 16 22:53:24 2013 +0200 drawing: Interrupt attribute runs at graphic characters Graphic characters are drawn individually and directly, so they should interrupt a run of cells of the same attributes. https://bugzilla.gnome.org/show_bug.cgi?id=707221 src/vte.c | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) commit c8b374c41f2df26d8eb5bd79517017f9f0d9f2d0 Author: Christian Persch Date: Thu Sep 12 19:14:35 2013 +0200 drawing: Guard against pathological fonts src/vtedraw.c | 3 +++ 1 file changed, 3 insertions(+) commit 237916cbc53dad24cb63f8a6c0041634f5f8885f Author: Seán de Búrca Date: Thu Aug 29 16:01:43 2013 -0600 Updated Irish translation po/ga.po | 51 ++++++++++++++++++++++----------------------------- 1 file changed, 22 insertions(+), 29 deletions(-) commit 6163192e074fb5abcc28f6a935e9d69ad1c16e88 Author: Christian Persch Date: Wed Jul 31 13:36:19 2013 +0200 widget: Finish deprecation Remove duplicate declarations, and add G_GNUC_DEPRECATED attributes. src/vte.h | 13 ------------- src/vtedeprecated.h | 16 ++++++++-------- 2 files changed, 8 insertions(+), 21 deletions(-) commit 2da7058c57fd27bb8a8955b50a7a5b2ae8e6d50f Author: Christian Persch Date: Tue Jul 30 15:29:48 2013 +0200 widget: Deprecate some unused functions We don't use these in g-t anymore, and they're already gone from -next, so deprecate them here too. doc/reference/vte-sections.txt | 18 ++++++++++-------- src/vte.c | 28 ++++++++++++++++++++++++++++ src/vtedeprecated.h | 13 +++++++++++++ 3 files changed, 51 insertions(+), 8 deletions(-) commit 32b17c32e986e8cf7a850bc0b5d44fe73552fd5d Author: Christian Persch Date: Tue Jul 30 15:33:11 2013 +0200 build: Update git.mk from upstream git.mk | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 142 insertions(+), 35 deletions(-) commit 1515ea1e38777d14875aac851129046cae684f5e Author: Christian Persch Date: Tue Jul 30 15:31:39 2013 +0200 build: Move configure.in to .ac configure.in => configure.ac | 0 1 file changed, 0 insertions(+), 0 deletions(-) commit 0062b25d84cd86f04525059d1bfa1ee186acf140 Author: Christian Persch Date: Tue Jul 30 15:31:26 2013 +0200 build: Use autoreconf directly autogen.sh | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) commit b9c509bb5d67d188e7069b39618b210a264686a0 Author: Christian Persch Date: Sun Jul 7 13:05:09 2013 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1eecbd3cfc961f06a9e2f19d1ab48a0c119f104e (tag: 0.34.7) Author: Christian Persch Date: Sun Jul 7 13:04:08 2013 +0200 Version 0.34.7 NEWS | 5 +++++ 1 file changed, 5 insertions(+) commit 2b6efd6aa23eb576bb788c3dbba50f59895d21e0 Author: Christian Persch Date: Fri Jun 28 16:42:37 2013 +0200 widget: Honour gtk-enable-primary-paste setting src/vte.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit acc863ef287284e9e52c1b96d7e704d6c159d4dd Author: Christian Persch Date: Sun Jun 16 22:15:10 2013 +0200 emulation: Redraw when changing colours https://bugzilla.gnome.org/show_bug.cgi?id=702415 src/vte-private.h | 3 +++ src/vte.c | 23 ++++++++++++----------- src/vteseq.c | 4 +--- 3 files changed, 16 insertions(+), 14 deletions(-) commit 5231137abd0b580aa6830527190bc5bfb3c961f8 Author: Christian Persch Date: Sun Jun 16 21:44:33 2013 +0200 emacs: Add .dir-locals.el .dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) commit 2a7ff01443d482bd1b30c7bd899c369a57430751 Author: Christian Persch Date: Mon Jun 10 17:59:19 2013 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 364d5b5252b7dce4358ad25fc0249ccd843155d4 (tag: 0.34.6) Author: Christian Persch Date: Sat Jun 8 13:47:00 2013 +0200 pty: Move spawn flag define to vtepty.h src/vte.h | 2 -- src/vtepty.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) commit 5ba5c9ee232e0bf24b88623edfb8bd86a2aad06c Author: Christian Persch Date: Sat Jun 8 13:41:23 2013 +0200 widget: Deprecate vte_terminal_im_append_menuitems src/vte.h | 4 ---- src/vtedeprecated.h | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) commit 1bdda64d980c8880c4de93ef68739990775b6756 Author: Christian Persch Date: Sat Jun 1 19:12:46 2013 +0200 Version 0.34.6 NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) commit 89f6741d8e0ce481b7ec188043e26488edb5a455 Author: Christian Persch Date: Sat Jun 1 19:07:55 2013 +0200 emulation: Allow unsetting the current-{directory,file}-uri By passing "" (or an invalid, non-URI value), unset the property. src/vteseq.c | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) commit 4100d11e579108289f7e3c994865e77aa7c35422 Author: Michael Kuhn Date: Sat May 25 13:35:48 2013 +0200 prompt: Return 0 instead of last exit status src/vte.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 4ab8de471e5dea5f58873abd5cc4a24feaa7210b Author: Christian Persch Date: Sat May 25 18:04:29 2013 +0200 pty: Add a spwan flag to not inherit the parent environment In gnome-terminal we don't want the gnome-terminal-server's environment to pollute the child environment, so add the VTE_SPAWN_NO_PARENT_ENVV flag that when passed to vte_terminal_fork_command_full() makes it *not* merge the parent's environment. src/pty.c | 26 ++++++++++++++++++-------- src/vte.h | 2 ++ 2 files changed, 20 insertions(+), 8 deletions(-) commit 5804cf60534611d0b5e673acbed49b756e780aca Author: Christian Persch Date: Mon May 13 20:10:14 2013 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9979712a1b556e0ddd3bf57b3ec8379b57cf66c1 (tag: 0.34.5) Author: Christian Persch Date: Mon May 13 20:01:05 2013 +0200 prompt: Fix test src/test-vte-sh.sh | 4 +++- src/vte.sh | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) commit 17841f18c480c7198463b2969e9fe178a87e6632 Author: Christian Persch Date: Mon May 13 19:58:51 2013 +0200 prompt: Simplify test src/vte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a22ab115e414bf3e08b46d38568c35322e51db6c Author: Christian Persch Date: Mon May 13 19:45:02 2013 +0200 Version 0.34.5 NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) commit 68046665721bbd36fe8035fe51ab138e9dd3c1dd Author: Christian Persch Date: Mon May 13 19:44:36 2013 +0200 pty: Change vte version variable name Use "VTE_VERSION". Adapt the vte.sh script accordingly. src/pty.c | 4 ++-- src/vte.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit fa9171fc7b9ed0f46e26dec32e2755c1c48c4c70 Author: Christian Persch Date: Sat May 4 21:06:58 2013 +0200 prompt: zsh compatibility src/vte.sh | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit b307d45e8b2dd27a3881852c29f4a6f0443d5348 Author: Christian Persch Date: Tue Apr 30 20:36:27 2013 +0200 prompt: Set PROMPT_COMMAND Use PROMPT_COMMAND to set the cwd. This works for both login and non-login shells (at least under F17 and should also work for any other distro that sources /etc/profile.d/*.sh both ways). src/vte.sh | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) commit 5f80578b383a3378274c78f6867b1fcb05d42ea3 Author: Christian Persch Date: Mon Apr 29 12:37:17 2013 +0200 prompt: Make __vte_ps1 only print anything if running under vte src/vte.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 8bea17d1a36abb635e751e4daf4315b0bf20b26e Author: Christian Persch Date: Sun Apr 21 19:02:26 2013 +0200 pty: Set env var with vte version This is necessary so that we'll be able to check whether to use the vte.sh script in PS1. src/pty.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit b7b11d01886e87253c80b047d75157abadbc8d2e Author: Chetan Khona Date: Fri Apr 19 15:47:08 2013 +0530 Updated Marathi translation po/mr.po | 102 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 45 insertions(+), 57 deletions(-) commit 61b5f22d63b6f68dbd0ef481bbcf5afc9af1ab35 Author: Christian Persch Date: Mon Apr 15 18:13:28 2013 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bd4f09b0262a247c3af2c3f6c3befc2b17b3f1aa (tag: 0.34.4) Author: Christian Persch Date: Mon Apr 15 18:12:08 2013 +0200 vte.sh: Fix distcheck src/test-vte-sh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3a88aae49c03d423bb1e4c589c2fb8cde676e895 Author: Christian Persch Date: Mon Apr 15 18:04:38 2013 +0200 Version 0.34.4 NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit 7045b26c47008e27742bf3b3dc4b1f127553fbb5 Author: Christian Persch Date: Sat Apr 13 19:49:28 2013 +0200 vte.sh: Improve vte.sh script and add testcase Improved vte.sh script by Peter De Wachter. Add a test that checks the urlencoding is done right. src/Makefile.am | 5 +++- src/test-vte-sh.sh | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vte.sh | 26 +++++++++---------- 3 files changed, 90 insertions(+), 15 deletions(-) commit 425246f2f683b6f41b479867c298f08eab73f857 Author: Christian Persch Date: Mon Mar 25 21:08:04 2013 +0100 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b8ea15489cb31079d235b34235db44d7d4c1eb9c (tag: 0.34.3) Author: Christian Persch Date: Mon Mar 25 21:07:32 2013 +0100 Version 0.34.3 NEWS | 7 +++++++ 1 file changed, 7 insertions(+) commit cf9093136adc20971fad3518f6ece3e2bd48e809 Author: Victor Ibragimov Date: Tue Mar 19 22:41:12 2013 +0100 [l10n] Added Tadjik translation po/LINGUAS | 1 + po/tg.po | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) commit f0481f382a4b41196a48ebe928d83e053a7c7fc1 Author: Changwoo Ryu Date: Tue Mar 19 02:26:20 2013 +0900 Updated Korean translation po/ko.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit d95ddf397da615a96bae9fe1af241ce23587362f Author: Duarte Loreto Date: Sun Mar 17 01:12:19 2013 +0000 Converted Portuguese translation to New Spelling (Novo AO) po/pt.po | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) commit 4ed69e422a4a203b9c9bb3f4d594daa6d41f8c37 Author: Brad Smith Date: Sat Feb 23 22:49:00 2013 +0100 pty: Use posix_openpt() if available https://bugzilla.gnome.org/show_bug.cgi?id=694494 configure.in | 2 +- src/pty.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) commit b27c11605f6e78b97f782b7a7a40ed51cb64a025 Author: Gheyret Kenji Date: Sun Jan 27 13:24:51 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) commit 1c4391e2d6614c4c61f249236b1cb1781aeebedc Author: TmTFx Date: Fri Dec 28 22:58:04 2012 -0200 Updated Friulian translation po/LINGUAS | 1 + po/fur.po | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) commit df69676c65361cfd35227e987de79a14db30ab42 Author: TmTFx Date: Fri Dec 28 22:58:04 2012 -0200 Updated Friulian translation po/LINGUAS | 1 + po/fur.po | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) commit d1fb78fb00388b3e76fa1c8c71149d64c931b68e Author: Colin Watson Date: Thu Dec 20 11:23:18 2012 +0000 Use @basename@ rather than @filename@ in vtetypebuiltins.h On Debian/Ubuntu-based systems it is helpful for headers to be identical across architectures, thereby allowing the -dev packages from multiple architectures to be installed simultaneously; in particular, this simplifies cross-building. When building out-of-tree, the use of @filename@ causes the build directory to end up in the generated header file, which means that it isn't reliably identical on all architectures. Using @basename@ instead fixes this problem. Although it isn't necessary to change the corresponding .c file as well, I did so for consistency. https://bugzilla.gnome.org/show_bug.cgi?id=690554 src/vtetypebuiltins.c.template | 2 +- src/vtetypebuiltins.h.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 30a37fa36077a9920d86e9d1cd5900516a90f954 Author: Behdad Esfahbod Date: Mon Dec 10 18:08:47 2012 -0500 Mark attributes with caller-allocates annotation Part of Bug 690003 - get_text method moved src/vte.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit e39a9aa0e628ff1a32398f3556f387eabf75b130 Author: Behdad Esfahbod Date: Mon Dec 10 18:07:37 2012 -0500 Mark is_selected functions with allow-none Part of Bug 690003 - get_text method moved src/vte.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2ba27999b537300f4beb92ca27830fbd4197740e Author: Simon Schampijer Date: Wed Nov 28 21:14:59 2012 +0100 Move definition of VteCharAttributes up, #676999 I found the element-type for the attributes in vte_terminal_get_text vte_terminal_get_text_include_trailing_spaces and vte_terminal_get_text_range strange to be of type "Vte.CharAttributes" and not VteCharAttributes but when I changed it I only got a warning. Then I saw that there was already a warning about "Unknown namespace for identifier 'vte_char_attributes'", so I moved the definition of VteCharAttributes and now those functions are introspectable. src/vte.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6800607c98ad7c11d4579852dfe2edd35abb44ff Author: Christian Persch Date: Mon Nov 12 23:20:49 2012 +0100 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 017c63b6cf25b5bc619e11a088b393ae5ec75dbe (tag: 0.34.2) Author: Christian Persch Date: Mon Nov 12 23:18:26 2012 +0100 Version 0.34.2 NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit 645bc2474da740bc75ea513a0dd0238bd70417a9 Author: Bahodir Mansurov <6ahodir@gmail.com> Date: Wed Oct 17 14:23:03 2012 -0400 adding uz@cyrillic translation po/LINGUAS | 1 + po/uz@cyrillic.po | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) commit eb748ae6922a1ca45e33b3fa3a8561fdf1b7610b Author: Christian Persch Date: Tue Oct 16 01:26:10 2012 +0200 Post release version bump NEWS | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 49cacf86a2930cadf1fef5913b40c697797cbdea (tag: 0.34.1) Author: Egmont Koblinger Date: Fri Oct 12 22:00:03 2012 +0200 emulation: End selection mode misses Shift release When shift was released before the mouse button, we were not ending the selection. https://bugzilla.gnome.org/show_bug.cgi?id=683730 src/vte.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) commit 34199b9242c47eb9dd55d6cf8a8ae623f3d7a349 Author: Egmont Koblinger Date: Fri Oct 12 21:49:40 2012 +0200 emulation: Don't report shift-left-button release In case selection is deferred until the threshold is exceeded, we still need to consume the event so that we don't report a button release event to the app. https://bugzilla.gnome.org/show_bug.cgi?id=683729 src/vte.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit e2b6be983a31446ba6150ddc3ca7dfa105bca7b2 Author: Egmont Koblinger Date: Tue Aug 21 00:33:26 2012 +0200 emulation: Support xterm extended mouse tracking mode https://bugzilla.gnome.org/show_bug.cgi?id=681329 src/Makefile.am | 4 +-- src/mev.c | 28 ++++++++++++++++++- src/vte-private.h | 1 + src/vte.c | 80 +++++++++++++++++++++++++------------------------------ src/vteseq.c | 5 ++++ 5 files changed, 71 insertions(+), 47 deletions(-) commit c396ff7573514db04e2cd66f0365e049adcd429c Author: Christian Persch Date: Mon Oct 8 21:58:14 2012 +0200 keymap: Simplify debug code Remove the autogenerated keysyms.c and just use gdk_keyval_name(). Conflicts: src/Makefile.am src/Makefile.am | 2 - src/genkeysyms.py | 27 -- src/keymap.c | 16 +- src/keysyms.c | 1254 ----------------------------------------------------- 4 files changed, 4 insertions(+), 1295 deletions(-) commit ad68297cb8792c5f2927ccac44014507ff310da2 Author: Patrick Niklaus Date: Fri Oct 5 01:40:28 2012 +0200 emulation: Support italic text The escape sequence SGR 3 for italic text is now recognised and supported. https://bugzilla.gnome.org/show_bug.cgi?id=685223 src/vte.c | 67 +++++++++++++++----------- src/vtedraw.c | 140 ++++++++++++++++++++++++++++++++++++++----------------- src/vtedraw.h | 17 ++++--- src/vterowdata.h | 9 ++-- src/vteseq.c | 6 +++ 5 files changed, 158 insertions(+), 81 deletions(-) commit 16514fc908ca99b4e648e6646c9f9ee9f22cd4b9 Author: Timur Zhamakeev Date: Wed Sep 26 22:50:43 2012 +0600 Updated Kyrgyz translation po/ky.po | 115 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 57 insertions(+), 58 deletions(-) commit 30888b94b50ef02b65f9027eb55ef171d6d77ecc Author: Rūdolfs Mazurs Date: Mon Sep 24 17:10:49 2012 +0300 Updated Latvian translation po/lv.po | 68 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 37 deletions(-) commit 03fdd545b4e76d946f21540e413e84b2d50578f3 Author: Timur Zhamakeev Date: Mon Sep 24 19:00:26 2012 +0600 Updated Kyrgyz translation po/ky.po | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) commit 87d3abe983541c52cd119fcc4f04379d86292ba2 Author: Ani Peter Date: Sat Sep 22 12:34:11 2012 +0530 Updated Malayalam file po/ml.po | 105 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 59 deletions(-) commit b115c693967bdae09ea3b85ce510a6cc75898595 Author: Christian Persch Date: Sun Sep 16 19:14:36 2012 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c48b33792c07abe8f6c06326c32934b61760c2a3 (tag: 0.34.0) Author: Christian Persch Date: Sun Sep 16 19:07:33 2012 +0200 Version 0.34.0 NEWS | 8 +++++++- configure.in | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) commit 380af17de3f53acd40ca15cb0bc502027b236aae Author: Piotr Drąg Date: Tue Sep 4 23:50:49 2012 +0200 Updated Polish translation po/pl.po | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) commit 3cba23e61e7bbfc15aa312b64d1efe00e75ed75d Author: Piotr Drąg Date: Tue Sep 4 23:50:49 2012 +0200 Updated Polish translation po/pl.po | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) commit ea6de03f67050d637695dabc70384043d44f823a Author: Christian Persch Date: Sat Aug 25 22:36:32 2012 +0200 drawing: Don't overdraw the cell on bold characters This was added in comment dcb7fd974bea5fe49d4f5b0344ebdaffc6d7bae1 and is only required when using double-strike pseudo-bolding; so only add the extra pixel when doing that. This makes the usual case (i.e. using a real bold font) look nicer. https://bugzilla.gnome.org/show_bug.cgi?id=682692 src/vte.c | 4 ++-- src/vtedraw.c | 2 +- src/vtedraw.h | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) commit f2012351c2e609b9ae3152d7c43b3505bfac3ad1 Author: Christian Persch Date: Sat Aug 25 21:32:41 2012 +0200 CJK: Fix width of Box Drawing and Block Elements characters U+254C..U+254F and U+2574..U+257F have East Asian Width property N (neutral) while all the other line drawing characters are A (ambigous). This makes those characters not match up with those other line drawing characters from the Box Drawing (U+2500..U+257F) block when using VTE_CJK_WIDTH=wide; so we forcibly treat them as ambigous too. And we also do the same for the Terminal Graphic Characters (U+2596..U+259F) as well as U+2590 and U+2591 from the Block Elements (U+2580..U+259F) block. The reasons *why* these characters are N instead of A is not clear. It certainly looks like a bug in Unicode, but these characters are there since Unicode 1.1, and even the first version of UAX#11 (DTR#11, http://www.unicode.org/reports/dtr11.html) has them as N. src/iso2022.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) commit 94b6ca416d4e5b54be084a057ec1341bcfddabe1 Author: Phil Clayton Date: Mon Aug 13 02:51:35 2012 +0100 Correct introspection annotation for vte_terminal_new https://bugzilla.gnome.org/show_bug.cgi?id=681714 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 49e3433dea9a32d7ab9972b719484b49ca7f6b81 Author: Rafał Mużyło Date: Fri Aug 24 21:14:13 2012 +0200 introspection: Fix some annotations https://bugzilla.gnome.org/show_bug.cgi?id=679805 src/vte.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit c1a549c3fdd45ed952bc3b90f7b713d5bb7d840d Author: Matthias Clasen Date: Sat Aug 4 22:20:36 2012 -0400 Replace GDK_THREADS_ENTER/LEAVE with gdk_threads_enter/leave Using the functions directly allows us to benefit from the new more gracious deprecation approach, and doesn't force a harsh build break due to undefined macros. https://bugzilla.gnome.org/show_bug.cgi?id=681216 src/vte.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit b2585f2cb87c02266bf9ae7e5e4bc7b5116abf77 Author: Christian Persch Date: Thu Aug 23 20:39:12 2012 +0200 docs: Add index for API new in 0.34 doc/reference/vte-docs.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 154abade902850afb44115cccf8fcac51fc082f0 Author: Christian Persch Date: Wed Aug 22 19:01:33 2012 +0200 drawing: Fix drawing of Box Drawing and Block Elements characters ... and remove the few other special-cased characters. We may consider adding all or parts of U+2400..U+243F (Control Pictures) and U+25A0..U+25FF (Geometric Shapes) back in. The Box drawing block is: U+250x ─ ━ │ ┃ ┄ ┅ ┆ ┇ ┈ ┉ ┊ ┋ ┌ ┍ ┎ ┏ U+251x ┐ ┑ ┒ ┓ └ ┕ ┖ ┗ ┘ ┙ ┚ ┛ ├ ┝ ┞ ┟ U+252x ┠ ┡ ┢ ┣ ┤ ┥ ┦ ┧ ┨ ┩ ┪ ┫ ┬ ┭ ┮ ┯ U+253x ┰ ┱ ┲ ┳ ┴ ┵ ┶ ┷ ┸ ┹ ┺ ┻ ┼ ┽ ┾ ┿ U+254x ╀ ╁ ╂ ╃ ╄ ╅ ╆ ╇ ╈ ╉ ╊ ╋ ╌ ╍ ╎ ╏ U+255x ═ ║ ╒ ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ U+256x ╠ ╡ ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬ ╭ ╮ ╯ U+257x ╰ ╱ ╲ ╳ ╴ ╵ ╶ ╷ ╸ ╹ ╺ ╻ ╼ ╽ ╾ ╿ and the Block Elements block is: U+258x ▀ ▁ ▂ ▃ ▄ ▅ ▆ ▇ █ ▉ ▊ ▋ ▌ ▍ ▎ ▏ U+259x ▐ ░ ▒ ▓ ▔ ▕ ▖ ▗ ▘ ▙ ▚ ▛ ▜ ▝ ▞ ▟ https://bugzilla.gnome.org/show_bug.cgi?id=435000 src/vte.c | 1513 +++++++++++++++++++++++++++------------------------------ src/vtedraw.c | 22 +- src/vtedraw.h | 6 + 3 files changed, 744 insertions(+), 797 deletions(-) commit 8c80c36713e2305c2decc56452bd9cf5af7662d2 Author: Christian Persch Date: Tue Aug 21 22:55:31 2012 +0200 widget: Remove extraneous vte_draw_[start|end] calls Drawing only happens on ::draw which calls start/end already. src/vte.c | 4 ---- 1 file changed, 4 deletions(-) commit 3320ba9bb3328df3d18310e10d4edc13c66b87f0 Author: Christian Persch Date: Tue Aug 21 22:53:56 2012 +0200 widget: Remove broken 'visual beep' code It's not possible to draw to widget->window outside of a ::draw event, so don't do that. https://bugzilla.gnome.org/show_bug.cgi?id=602726 src/vte.c | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) commit f89b42ef37fc20944e3c17d41581c6fe3c004e6e Author: Christian Persch Date: Tue Aug 21 19:54:17 2012 +0200 Revert "Revert "Add urxvt extended mouse tracking mode support"" This reverts commit 580bc054a083c020ab658183864ab44ba8589c85. src/vte-private.h | 1 + src/vte.c | 58 +++++++++++++++++++++++++++++++++++-------------------- src/vteseq.c | 5 +++++ 3 files changed, 43 insertions(+), 21 deletions(-) commit d6e362089ffdb2802e0675498da34369c4e746ea Author: Christian Persch Date: Tue Aug 21 19:54:07 2012 +0200 Revert "emulation: Support xterm extended mouse tracking mode" This reverts commit e75d806d8a79d7b7e28d982da05e066c3681ea32. src/vte-private.h | 1 - src/vte.c | 90 ++++++++++++++++++++++++++----------------------------- src/vteseq.c | 7 ----- 3 files changed, 43 insertions(+), 55 deletions(-) commit e75d806d8a79d7b7e28d982da05e066c3681ea32 Author: Christian Persch Date: Tue Aug 21 00:42:14 2012 +0200 emulation: Support xterm extended mouse tracking mode https://bugzilla.gnome.org/show_bug.cgi?id=681329 src/vte-private.h | 1 + src/vte.c | 90 +++++++++++++++++++++++++++++-------------------------- src/vteseq.c | 7 +++++ 3 files changed, 55 insertions(+), 43 deletions(-) commit 580bc054a083c020ab658183864ab44ba8589c85 Author: Christian Persch Date: Tue Aug 21 00:33:26 2012 +0200 Revert "Add urxvt extended mouse tracking mode support" This reverts commit 60e0ce9ff6b27787c47c266e779d80e3389babe9. src/vte-private.h | 1 - src/vte.c | 58 ++++++++++++++++++++----------------------------------- src/vteseq.c | 5 ----- 3 files changed, 21 insertions(+), 43 deletions(-) commit 1ed30619fa3ceb1d537cc6e6384cd646acaa0a4d (tag: 0.33.90) Author: Christian Persch Date: Sun Aug 19 19:33:43 2012 +0200 Version 0.33.90 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b14544d0d46e39f78da0be098c20b586a1bcda3c Author: Nguyễn Thái Ngọc Duy Date: Mon Jul 2 14:50:30 2012 +0700 Updated Vietnamese translation po/vi.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit f1fb6367761c6faf444404c3004e544ffeac98be Author: Nguyễn Thái Ngọc Duy Date: Mon Jul 2 14:49:20 2012 +0700 po/vi: import from Damned Lies po/vi.po | 96 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 52 deletions(-) commit 503e27af78c995ba6a1175290552f3592e7d048c Author: Christian Persch Date: Wed Jun 6 11:11:33 2012 +0200 pkgconfig: Remove uninstalled pc file configure.in | 1 - vte-uninstalled.pc.in | 13 ------------- 2 files changed, 14 deletions(-) commit 87dc14dc33d69e5cb8fffbb92d22ab832c522f57 Author: Christian Persch Date: Wed Jun 6 11:09:44 2012 +0200 pkgconfig: Remove unused default emulation variable https://bugzilla.gnome.org/show_bug.cgi?id=674490 vte.pc.in | 2 -- 1 file changed, 2 deletions(-) commit 2975562afc96125911e1d4635382a87c90b97ff0 Author: Christian Persch Date: Mon Jun 4 23:51:27 2012 +0200 bash: Add /etc/profile.d/vte.sh script This script exports __vte_ps1 which when used in PS1 will keep the terminal updated about the current directory. Use like this in ~/.bashrc: export PS1='\[$(__vte_ps1)\]'$PS1 The urlencoding code is taken from gnome-doc-tool. https://bugzilla.gnome.org/show_bug.cgi?id=675987 src/Makefile.am | 5 ++++- src/vte.sh | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) commit 9be0ee6968fbd9677c0eadca8df13ecffa6551b3 Author: Christian Persch Date: Fri Jun 1 19:42:03 2012 +0200 emulation: Add sequences to set current directory and file Add sequences OSC 6 ; URI BEL OSC 6 ; URI ST OSC 7 ; URI BEL OSC 7 ; URI ST that set the current file (OSC 7) and current directory (OSC 6) as an URI. https://bugzilla.gnome.org/show_bug.cgi?id=675987 doc/reference/vte-sections.txt | 2 + src/caps.c | 4 ++ src/osc | 2 + src/vte-private.h | 4 ++ src/vte.c | 146 ++++++++++++++++++++++++++++++++++++++++- src/vte.h | 2 + src/vteseq-n.gperf | 2 + src/vteseq.c | 64 ++++++++++++++++++ 8 files changed, 225 insertions(+), 1 deletion(-) commit 0299dbc53df8fa43cafe81411a428b5bfb086ae3 Author: Christian Persch Date: Fri Jun 1 18:39:41 2012 +0200 Post branch version bump configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b09d7e41f427f61de36202cbc5f5cf9270c998dd Author: Daniel Mustieles Date: Thu May 31 14:18:52 2012 +0200 Updated Spanish translation po/es.po | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) commit 062b64d42717ef33b65f987018d2cb6d40da4dd8 (tag: 0.32.2) Author: Christian Persch Date: Tue May 29 22:03:24 2012 +0200 Version 0.32.2 NEWS | 6 ++++++ 1 file changed, 6 insertions(+) commit 664c6eebf9cec5ed5e20cec36a8eca78f417d6d0 Author: Jacques-Pascal Deplaix Date: Sat May 26 17:08:56 2012 +0200 Remove a segfault when passing null in tag argument Bug #676886. src/vte.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit bfecfad9912fb13201b7d6d3c74331496cd3d523 Author: Christian Persch Date: Wed May 23 18:51:16 2012 +0200 table: Move GValueArray existence check/creation out of loop src/table.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 98ce2f265f986fb88c38d508286bb5e3716b9e74 Author: Christian Persch Date: Sat May 19 20:04:12 2012 +0200 emulation: Limit repetitions Don't allow malicious sequences to cause excessive repetitions. https://bugzilla.gnome.org/show_bug.cgi?id=676090 src/vteseq.c | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) commit feeee4b5832b17641e505b7083e0d299fdae318e Author: Christian Persch Date: Sat May 19 19:36:09 2012 +0200 emulation: Limit integer arguments to 65535 To guard against malicious sequences containing excessively big numbers, limit all parsed numbers to 16 bit range. Doing this here in the parsing routine is a catch-all guard; this doesn't preclude enforcing more stringent limits in the handlers themselves. https://bugzilla.gnome.org/show_bug.cgi?id=676090 src/table.c | 2 +- src/vteseq.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a9d6a34708f846952f423d078397352858f7b1a4 Author: Christian Persch Date: Sat May 12 18:48:05 2012 +0200 keymap: Treat ALT as META https://bugzilla.gnome.org/show_bug.cgi?id=663779 src/vte.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) commit 476a8b4aa9e03ac7c657e489b532df1efa7db3f0 Author: Christian Persch Date: Mon Apr 30 22:49:23 2012 +0200 Remove notify of nonexisting object property src/vte.c | 2 -- 1 file changed, 2 deletions(-) commit e8d55ffaa517910200148ed4cfd030120e9a9a9e Author: Jason Conti Date: Thu Apr 19 18:37:10 2012 -0400 Use top_srcdir/top_builddir in DOC_SOURCE_DIR to fix out-of-tree builds. Bug #674443. doc/reference/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit dde7e42ec946e6f31e861a06fa9024f6583ef596 Author: Christian Persch Date: Mon Apr 16 19:19:26 2012 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f0bdb48cd20ac2a07425a35b5f10c545a025f6c2 (tag: 0.32.1) Author: Christian Persch Date: Mon Apr 16 19:11:08 2012 +0200 Version 0.32.1 NEWS | 6 ++++++ 1 file changed, 6 insertions(+) commit a482be38bf8fc33642558589b116bac0db2224ff Author: Chandan Kumar Date: Sun Apr 8 18:34:13 2012 +0530 Updated HINDI translation po/hi.po | 51 ++++++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 23 deletions(-) commit 4e79964afe6429f5e5846dbc6a3ebc264e34f1dd Author: Anders Kaseorg Date: Thu Feb 16 19:16:36 2012 -0500 emulation: Fix off-by-one error in interpretation of ECH (erase character) _vte_row_data_fill fills the row up to but *not including* len, so we need to pass len = col + 1. https://bugzilla.gnome.org/show_bug.cgi?id=670037 Signed-off-by: Anders Kaseorg src/vteseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6f1a9900af0d287b6a7289203936ded478702d98 Author: Pavel Vasin Date: Sat Mar 24 19:08:35 2012 +0400 _vte_draw_set_text_font(): fix PangoContext leak if font_info in cache Bug #672757. src/vtedraw.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 3040f88a9e459f849e0cda4c9b6b3d5007d81a7e Author: Christian Persch Date: Fri Mar 23 02:17:25 2012 +0100 pty: Fix custom child setup function Fix passing a custom child setup to vte_terminal_fork_command_full(). Before, it was impossible to actually make use of this, since there's no way to get the VtePty to call vte_pty_child_setup() on. Now, just store the extra child setup and call it from vte_pty_child_setup(). https://bugzilla.gnome.org/show_bug.cgi?id=672649 src/pty.c | 31 +++++++++++++++++++++++++------ src/vte.c | 2 +- 2 files changed, 26 insertions(+), 7 deletions(-) commit 722ab0c498a64121d92b4f48dd8e4ffc831b086f Author: Christian Persch Date: Mon Mar 19 18:29:25 2012 +0100 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9f091e1865220ac01c3c575291bec02a051882ea (tag: 0.32.0) Author: Christian Persch Date: Mon Mar 19 18:22:16 2012 +0100 Version 0.32.0 NEWS | 10 ++++++++++ configure.in | 3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 578c54755eac8906dedffe2fd09b7b40465a04f9 Author: Christian Persch Date: Sat Mar 10 16:51:11 2012 +0100 glade: Use correct gettext domain glade/vte.xml.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b1040ae9a4f4326dd30adcb62647e0930bdd196c Author: Christian Persch Date: Sat Mar 10 13:44:02 2012 +0100 glade: Fix library name https://bugzilla.gnome.org/show_bug.cgi?id=671760 configure.in | 1 + glade/Makefile.am | 5 ++--- glade/{vte.xml.in => vte.xml.in.in} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit a5c8932882d10323d17cb11d82c60089beec7bb9 Author: Khoem Sokhem Date: Sat Mar 10 13:29:12 2012 +0100 Add initial Khmer translation po/LINGUAS | 1 + po/km.po | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) commit ef34977b6765be1036ea8cd016861199033e2231 Author: Christian Persch Date: Fri Mar 9 17:06:14 2012 +0100 introspection: Fix annotation thinko https://bugzilla.gnome.org/show_bug.cgi?id=661716 src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 79793eeb430c60a774ff118192b249c6c06e4acc Author: Christian Persch Date: Thu Mar 8 22:15:54 2012 +0100 build: Install GIR and typelib into our prefix https://bugzilla.gnome.org/show_bug.cgi?id=648183 src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 563963f2d9c47c0fc1763ae568dbeb97242ac581 Author: Evan Nemerson Date: Thu Mar 8 22:11:49 2012 +0100 build: Include pkg-config and include info in the GIR http://bugzilla-attachments.gnome.org/attachment.cgi?id=192742 src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit f4db3875fd08d246bf337d048845bd9b54c325f8 Author: Gert Michael Kulyk Date: Sun Mar 4 13:03:53 2012 +0100 Explicitly set GDK_SCROLL_MASK as recent gtk+ versions require it for scrolling to work Bug #671305. src/vte.c | 1 + 1 file changed, 1 insertion(+) commit 116fe70d32c810ccd0bb226fc0c06c74e28db075 Author: Martin Pieuchot Date: Thu Mar 8 21:53:52 2012 +0100 pty: Support allocating PTYs through openpty on BSD Allows systems supporting the BSD openpty(3) utily function but not the Unix98 PTY function family (grantpt(3), unlockpt(3), ...) to allocate pseudo-tty without relying on the gnome-pty-helper. https://bugzilla.gnome.org/show_bug.cgi?id=670758 configure.in | 6 +++++- src/pty.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 61 insertions(+), 2 deletions(-) commit be763b49aabc14fb48a5533a32645b6d88f31fbb Author: Markus Duft Date: Thu Mar 8 21:44:14 2012 +0100 build: Add fallback for round on interix configure.in | 2 +- src/vte.c | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) commit 8cff105a2b280ed738b296955724590b9cd348ce Author: Christian Persch Date: Thu Mar 8 21:38:13 2012 +0100 introspection: Add missing annotation https://bugzilla.gnome.org/show_bug.cgi?id=661716 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bbfcc64b4f52c14b71c008a52b253d9fdc205fd5 Author: Alban Browaeys Date: Thu Mar 8 21:33:33 2012 +0100 build: Fix missing bracked configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f210e8be89b985102fe2af1dca846e699c2e6ca7 Author: Christian Persch Date: Thu Mar 8 21:29:20 2012 +0100 build: Disable warnings about non-portable constructs configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5fa716cb825bd0402dbdaa5bc0f0e5947f9dd058 Author: Bahodir Mansurov <6ahodir@gmail.com> Date: Wed Feb 29 19:46:51 2012 -0500 Adding uz@cyrillic to the LINGUAS file po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit d903d27087fb3a92fac3cfcf5cc0bc3bb4a4cf21 Author: Bahodir Mansurov <6ahodir@gmail.com> Date: Wed Feb 29 19:44:54 2012 -0500 Adding Uzbek@cyrillic translation po/uz@cyrillic.po | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) commit 1272d8b979b4b1b579180b6c57fc7df4c3e405a6 Author: Vincent Untz Date: Fri Feb 24 11:28:38 2012 +0100 gnome-pty-helper: Respect SUID_CFLAGS and SUID_LDFLAGS This is a good way for distributors to use -fPIE/-pie when building vte. https://bugzilla.gnome.org/show_bug.cgi?id=670732 gnome-pty-helper/Makefile.am | 3 +++ gnome-pty-helper/configure.in | 5 +++++ 2 files changed, 8 insertions(+) commit 1a6963ed0a7aa287fa9265de1756ed8e7b1d4124 Author: Gheyret Kenji Date: Sun Feb 19 19:56:04 2012 +0900 Uyghur translation updated po/ug.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit bdc6c05ec09872db755679aba1b39489094c3d05 Author: Christian Persch Date: Thu Feb 16 17:58:07 2012 +0100 build: Disable glib deprecation warnings Due to the GValueArray deprecation, deprecation warnings have become just too overwhelming. configure.in | 4 ++++ 1 file changed, 4 insertions(+) commit 841b29b09e826799984f63f4265ecd4558316743 Author: Christian Persch Date: Wed Feb 15 02:42:44 2012 +0100 Typo fix src/vte.gresource.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c0fbf94743d10c4cd26b8cbfc41067d38fe39f56 Author: Christian Persch Date: Wed Feb 15 02:15:56 2012 +0100 Fix argument order in odd API src/vtetc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c7cab4b852e4958e71207e90c16ea33d3d591967 Author: Christian Persch Date: Wed Feb 15 01:59:28 2012 +0100 Use a GResource for our default termcap configure.in | 24 +++++++++-------- src/Makefile.am | 15 +++++++---- src/interpret.c | 10 ++++--- src/vte-private.h | 1 - src/vte.c | 44 +++++++----------------------- src/vte.gresource.xml.in | 22 +++++++++++++++ src/vtetc.c | 69 +++++++++++++++++++++++++++++++++++++----------- src/vtetc.h | 2 +- termcaps/Makefile.am | 12 ++------- 9 files changed, 117 insertions(+), 82 deletions(-) commit 2c12c4081b9f4e12ca5e89ddc0ab4f6b57c212f5 Author: Kjartan Maraas Date: Sat Jan 28 22:56:06 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) commit b568d7c40a9ba0a61dfd4ad8d63c0a3fce35d077 Author: Christian Persch Date: Sat Nov 26 18:02:32 2011 +0100 build: Add warning configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 45fd45ff5c4ea0d58c8cf32cfd03d7b556bb9dc8 (tag: 0.31.0) Author: Christian Persch Date: Mon Nov 21 14:47:38 2011 +0100 Version 0.31.0 NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 9fc22089b05cfe6c47ae8e8059a4092fa6933edc Author: Christian Persch Date: Fri Nov 18 13:22:19 2011 +0100 build: Add more compiler warnings (cherry picked from commit 5146e22b60cbbba25e432ee8b3e08533efae65e6) configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 568e2488f58dd6df9d8f8c542f112e15955d1261 Author: Christian Persch Date: Mon Oct 31 14:02:28 2011 +0100 build: Use better autoconf macros to detect compiler flags support This fixes these autoconf warnings: Running aclocal-1.11... configure.in:195: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... configure.in:140: VTE_CC_TRY_FLAG is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... configure.in:195: the top level [etc] Should also fix detection of non-support for -fno-common in sun cc, https://bugzilla.gnome.org/show_bug.cgi?id=616001 . (cherry picked from commit e22660067676aff41db5dfc2948b603ee1f2b8c5) Makefile.am | 2 +- acinclude.m4 | 319 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 152 +++++----------------------- 3 files changed, 346 insertions(+), 127 deletions(-) commit 60e0ce9ff6b27787c47c266e779d80e3389babe9 Author: Egmont Koblinger Date: Wed Nov 9 22:47:37 2011 +0100 Add urxvt extended mouse tracking mode support https://bugzilla.gnome.org/show_bug.cgi?id=662423 src/vte-private.h | 1 + src/vte.c | 58 +++++++++++++++++++++++++++++++++++-------------------- src/vteseq.c | 5 +++++ 3 files changed, 43 insertions(+), 21 deletions(-) commit 70128abf00fba026d85e92b1e47c0b2d69270f16 Author: Brian Cameron Date: Sun Oct 30 19:10:16 2011 +0100 Fix build with sun's cc https://bugzilla.gnome.org/show_bug.cgi?id=661121 src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f91e8adbbdee5dccf61fc594c58b954d12bb0356 Author: Dan Winship Date: Fri Jul 15 13:36:45 2011 -0400 vte: use gtk_drag_check_threshold() When processing motion events, don't start selecting until the pointer has moved at least the gtk drag threshold distance. Fixes the problem where, when clicking to select a terminal, you often end up selecting a bit of text where you clicked, which is especially annoying when you were planning to middle-button-paste something from another window. https://bugzilla.gnome.org/show_bug.cgi?id=654691 src/vte-private.h | 1 + src/vte.c | 34 ++++++++++++++++++++++++++-------- 2 files changed, 27 insertions(+), 8 deletions(-) commit 0870312c122b55f64b41390f4315b09d338c6556 Author: Young-Ho Cha Date: Fri Oct 28 14:10:03 2011 +0200 Add runtime check for X11 display https://bugzilla.gnome.org/show_bug.cgi?id=660151 src/vtebg.c | 1 + 1 file changed, 1 insertion(+) commit 62f9f45839e9c79b255c02f9d893c4898de00187 Author: Evan Nemerson Date: Wed Jul 27 03:18:37 2011 -0700 Add missing (closure) annotation on VteSelectionFunc Fixes #655405. src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e68cfbac308e98d704fbca579bab53998904c7ad Author: Christian Persch Date: Thu Oct 27 23:10:56 2011 +0200 Don't override the widget background colour The comment was inaccurate; we always do draw the background colour even when the background mode is NONE. Removing the colour override makes theme colours working again in gnome-terminal's gsettings branch. src/vte.c | 3 --- 1 file changed, 3 deletions(-) commit e6a83f6175c2865385c80deec1f7ed79650f7d58 Author: Christian Persch Date: Thu Oct 27 23:09:31 2011 +0200 Use to GtkStyleContext ... instead of the obsolete GtkStyle. src/vte.c | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) commit f1b028951c2b79b4f01d39a2bfda1f039ba0760d Author: Christian Persch Date: Thu Oct 27 23:12:28 2011 +0200 Post branch version bump configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4b3faee73939770d035d88bb575393f31f62ec78 Author: Christian Persch Date: Mon Oct 17 13:14:58 2011 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4927c3877e73cd7c11456d4b49081c9b99f7e72f (tag: 0.30.1) Author: Christian Persch Date: Sun Oct 16 19:51:01 2011 +0200 Version 0.30.1 NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit c62f7da3858643735673aed7f467ce363d18520d Author: Volkan Yalçın Date: Fri Sep 30 01:58:10 2011 +0300 Updated Turkish translation po/tr.po | 99 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 55 deletions(-) commit 5ab9d7f67968dcb0478dad37e76e78f49a33ee44 Author: krishnababu k Date: Mon Oct 10 17:19:22 2011 +0530 Updated Telugu Translations po/te.po | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 57e5e748ded9fa219bdd736e84793f52a575f02b Author: krishnababu k Date: Mon Oct 10 17:13:52 2011 +0530 Updated Telugu Translations po/te.po | 105 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 59 deletions(-) commit ccda1776812e619ac91fbd45ceb23866e478825a Author: Volkan Yalçın Date: Fri Sep 30 01:55:14 2011 +0300 Updated Turkish translation po/tr.po | 56 +++++++++++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 31 deletions(-) commit aaa1b57d1b51d22e893e331d1fcf1310ae5f76d0 Author: Christian Persch Date: Mon Sep 26 14:32:59 2011 +0200 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 708c2d1213d62cbc07b1af73f5452323a9f5cdb8 Author: Christian Persch Date: Mon Sep 26 14:32:34 2011 +0200 Post branch version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 65c2024179edff36d1609b756fb909a3e1ccfd71 (tag: 0.30.0) Author: Christian Persch Date: Sat Sep 24 23:18:35 2011 +0200 Version 0.30.0 NEWS | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit bfaaf4526ebae22d14fdcc68acde5b597ab7b1a8 Author: Nilamdyuti Goswami Date: Sat Sep 24 16:44:56 2011 +0530 Updated Assamese Translations:bugzilla#659595 po/as.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d8d3bedf8406ad5531fa2e76904116170aaaf036 Author: Nilamdyuti Goswami Date: Thu Sep 22 18:58:19 2011 +0200 Updated Assamese translation po/as.po | 69 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 38 deletions(-) commit a1f2b6926d8f874dca00229ef8f9fabcff03ba58 Author: Nilamdyuti Goswami Date: Thu Sep 22 18:58:19 2011 +0200 Updated Assamese translation po/as.po | 69 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 38 deletions(-) commit e0f4ea705f62fdb84a91bcd8bde89fc02fc012da Author: Ihar Hrachyshka Date: Sun Sep 4 19:30:40 2011 +0300 Updated Belarusian translation. po/be.po | 150 ++++++++++++++++++--------------------------------------------- 1 file changed, 42 insertions(+), 108 deletions(-) commit 17c78db35181f14020ef6c104dbeaa08ce81fb47 Author: Ihar Hrachyshka Date: Sun Sep 4 19:28:00 2011 +0300 Updated Belarusian translation. po/be.po | 48 +++++++++++++++++++++--------------------------- 1 file changed, 21 insertions(+), 27 deletions(-) commit 0571cba5546d722cdeceb0532f651f171f0e18a2 (tag: 0.29.1) Author: Christian Persch Date: Mon Aug 29 13:59:28 2011 +0200 Version 0.29.1 NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 6d07a9223f60553a0924c1577b5bc9489cd8e73b Author: Alexandre Rostovtsev Date: Sun Aug 28 21:59:00 2011 -0400 Need to set VTE_API_VERSION Configure needs to properly set VTE_API_VERSION to use the same library names as previous gtk3-based vte releases, and to prevent file collisions with gtk2-based vte. https://bugzilla.gnome.org/show_bug.cgi?id=657584 configure.in | 1 + 1 file changed, 1 insertion(+) commit 9c1b149373e16e9483b8a8a1fa1fb811bfb048bb Author: Alexandre Rostovtsev Date: Sun Aug 28 21:26:06 2011 -0400 Gdk-3.0 supports multiple targets Gdk-3.0 supports multiple targets now, and the "target" variable no longer works. [ This is an 0.29.0 port of a patch created by Nirbheek Chauhan for 0.28.0. ] https://bugzilla.gnome.org/show_bug.cgi?id=657581 configure.in | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) commit 927246221eea55a18aadbe0150ce8e288af06dd3 (tag: 0.29.0) Author: Christian Persch Date: Sun Aug 28 23:42:41 2011 +0200 Version 0.29.0 NEWS | 6 ++++++ 1 file changed, 6 insertions(+) commit 9bb899054922218b015aec2b8cfb734ed7a08e50 Author: Marek Černocký Date: Fri Aug 19 09:57:52 2011 +0200 Updated Czech translation po/cs.po | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) commit 9d9c902e3e1ad4da1fcddf554988c49a4a03b6c8 Author: Christian Persch Date: Wed Aug 17 19:10:23 2011 +0200 Remove gtk2 python bindings acinclude.m4 | 32 -- configure.in | 87 ------ python/Makefile.am | 43 --- python/cat.py | 57 ---- python/pyvte.pc.in | 11 - python/unrealize.py | 51 ---- python/vte-demo.py | 98 ------- python/vte.defs | 818 ---------------------------------------------------- python/vte.override | 657 ----------------------------------------- python/vtemodule.c | 50 ---- 10 files changed, 1904 deletions(-) commit 3bdb0639aa26ce1dcd745bab71a6bd5dddca6019 Author: Mike Gorse Date: Tue Aug 16 16:13:30 2011 -0500 BGO#654630: Fix accessibility with gtk+ 3.1 The gtk+ accessibility code was reworked in the 3.1 cycle, and the code to fetch the accessibility type associated with GtkWidget no longer works. At present, third-party ATK implementations for GTK widgets are expected to derive from GtkAccessible, which implements none of the accessibility code for standard gtk+ widgets, so copied/adapted much of this code from the GtkWidgetAccessible implementation. Makefile.am | 4 - configure.in | 43 +---- src/vte.c | 31 ++-- src/vteaccess.c | 499 ++++++++++++++++++++++++++++++++++++++++++++------------ 4 files changed, 425 insertions(+), 152 deletions(-) commit fea853b153bbf166854850e4e22df6702fe709df Author: Christian Persch Date: Tue Aug 16 23:54:13 2011 +0200 Version 0.29.0 configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d9289c5e0d4a2b18431b2ebb9cadc6df45aa64d8 Author: Ihar Hrachyshka Date: Mon Jul 25 11:19:05 2011 +0300 Updated Belarusian translation. po/be.po | 147 +++++++++++++++++++-------------------------------------------- 1 file changed, 44 insertions(+), 103 deletions(-) commit 0beed99e3000e8b60d8f0ab0e47f0f0865268d0c Author: Joachim Breitner Date: Thu Jul 21 14:02:01 2011 +0200 Set colors in HTML if attr->reverse is set src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 55c514ae6a714abcfa818c33f00a2c051412c3d9 Author: Joachim Breitner Date: Thu Jul 21 12:08:56 2011 +0200 Refactor vte_terminal_determine_colors_internal to work on VteCellAttr instead of VteCell, and use it in vte_terminal_cellattr_to_html. src/vte.c | 47 ++++++++++++++++------------------------------- 1 file changed, 16 insertions(+), 31 deletions(-) commit a054a54f6712d3c1a10fefc354ae9b05ba7b4db7 Author: Joachim Breitner Date: Thu Jul 21 12:06:48 2011 +0200 Reorder functions (no other change) src/vte.c | 217 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 109 insertions(+), 108 deletions(-) commit 28ff7e6cd10f3f1eb163a984eb790865e1b27b76 Author: Joachim Breitner Date: Thu Jul 21 12:03:37 2011 +0200 Transform colors according to bold, half, standout Otherwise, the combination of bold and some color does not give the desired result in HTML colors. src/vte.c | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) commit 7f32fb26c1c9417b34b2f89e2a045b94ba29ab63 Author: Joachim Breitner Date: Thu Jul 21 11:58:17 2011 +0200 Generate tags src/vte.c | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) commit cf3a13b60bf51bc5e085ead8d516025a452d69cc Author: Joachim Breitner Date: Thu Jul 21 00:21:02 2011 +0200 Switch to ancient-style HTML But at least you can paste a manpage into evolution and it works great. src/vte.c | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) commit 830de14b922789c24800e987de1db3050d0e942d Author: Joachim Breitner Date: Thu Jul 21 00:08:24 2011 +0200 Convert VteCellAttr to CSS string This works, but is unsatisfying. Pasting into evolution does not preserve boldness, as it seems to expect tags. src/vte.c | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) commit 512330985be3f81bc0143408d16d0e4303c27dc6 Author: Joachim Breitner Date: Wed Jul 20 23:55:06 2011 +0200 Work with VteCellAttr instead of VteCharAttributes because VteCellAttr are more semantic. The downside is that some weird ways to get hold of them are required. src/vte.c | 52 ++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 10 deletions(-) commit 612a9b47ac16208ee2b91a874ade73681e340460 Author: Joachim Breitner Date: Wed Jul 20 23:37:32 2011 +0200 Identify spans of equal attributes This works with VteCharAttributes, which unfortunately do not carry the information we want (boldness etc.). Therefore, this is going to be refactored further. src/vte.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 4 deletions(-) commit 970b01983df90d0c0d10c2a306e2def16821519c Author: Joachim Breitner Date: Wed Jul 20 22:46:14 2011 +0200 Store the htmlified selection in terminal->pvt Just a refactoring: We "generate" html already when taking the selection, and vte_terminal_attributes_to_html() will perform the actual conversion. src/vte-private.h | 1 + src/vte.c | 40 ++++++++++++++++++++++++++++++++++------ src/vte.h | 3 +++ 3 files changed, 38 insertions(+), 6 deletions(-) commit 68ea4d259f898112425616bdb3a597a941dd1d4b Author: Joachim Breitner Date: Wed Jul 20 21:30:38 2011 +0200 Implement text/html target For now without actually transferring any markup, but we do wrap the data in
, so a possible user of the data will use fixed-width
    fonts.

 src/vte-private.h |  8 ++++++++
 src/vte.c         | 49 ++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 44 insertions(+), 13 deletions(-)

commit 7785c154472b644770d55337b1edbd0cdbef29ff
Author: Joachim Breitner 
Date:   Wed Jul 20 21:04:25 2011 +0200

    Unify SELECTION_PRIMARY and _CLIPBOARD treatment
    
    By adding a custom enumeration and storing data required for either in
    an array in terminal->pvt.

 src/vte-private.h |  11 +++-
 src/vte.c         | 150 ++++++++++++++++++++----------------------------------
 2 files changed, 65 insertions(+), 96 deletions(-)

commit 44b05c360907f9a8570f46396af0260853161ce7
Author: Joachim Breitner 
Date:   Wed Jul 20 19:24:58 2011 +0200

    Use async clipboard API also for CLIPBOARD selection
    
    In preparation of supporting the HTML target as well.

 src/vte-private.h |   3 ++
 src/vte.c         | 117 +++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 87 insertions(+), 33 deletions(-)

commit f8e59be9a8d27d0c172638bb63ee871ef5f952d1 (tag: 0.28.2)
Author: Behdad Esfahbod 
Date:   Mon Jul 4 10:16:31 2011 -0400

    Revert "gitignore: Add generated *.pot files in po/ subdirectory"
    
    This reverts commit 62736f9eccd7eed23bee6c73c862ea1075b47c99.

 .gitignore | 1 -
 1 file changed, 1 deletion(-)

commit 388cabe41bdbaff8bf6f8b39be786cbe4611e94e
Author: Behdad Esfahbod 
Date:   Mon Jul 4 10:16:09 2011 -0400

    Revert "gitignore: Add generated *.pot files in po/ subdirectory"
    
    This reverts commit 570ca69c9e6996b3c2848a43509e55d9ddc4a235.

 .gitignore | 1 -
 1 file changed, 1 deletion(-)

commit 62736f9eccd7eed23bee6c73c862ea1075b47c99
Author: Tommi Vainikainen 
Date:   Mon Jul 4 14:12:00 2011 +0300

    gitignore: Add generated *.pot files in po/ subdirectory

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 5879114f81ec4eabfd42b3841f560283a0814cb3
Author: Tommi Vainikainen 
Date:   Mon Jul 4 14:11:29 2011 +0300

    Updated Finnish translation

 po/fi.po | 88 ++++++++++++++++++++++------------------------------------------
 1 file changed, 30 insertions(+), 58 deletions(-)

commit 570ca69c9e6996b3c2848a43509e55d9ddc4a235
Author: Tommi Vainikainen 
Date:   Mon Jul 4 14:12:00 2011 +0300

    gitignore: Add generated *.pot files in po/ subdirectory

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

commit 551da0e982edd1b6dfef471f38cf64938fbf2aa9
Author: Tommi Vainikainen 
Date:   Mon Jul 4 14:11:29 2011 +0300

    Updated Finnish translation

 po/fi.po | 88 ++++++++++++++++++++++------------------------------------------
 1 file changed, 30 insertions(+), 58 deletions(-)

commit 88d748a106e137baeef660c354bd54ed82efff86 (tag: 0.28.1)
Author: Christian Persch 
Date:   Tue Jun 14 23:38:20 2011 +0200

    Version 0.28.1

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

commit ac71d26f067be3a21bff315c3cabf24c94360dd6
Author: Christian Persch 
Date:   Fri Jun 10 17:31:58 2011 +0200

    [CVE-2011-2198] Limit insert-blank-characters
    
    Bug #652124.

 src/vteseq.c | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

commit cadfb9b5a43791034f38b562bb6f58d1b4513844
Author: Christian Persch 
Date:   Fri Jun 10 17:31:58 2011 +0200

    [CVE-2011-2198] Limit insert-blank-characters
    
    Bug #652124.

 src/vteseq.c | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

commit 97bf37f7a61c45792b116ea1957daa0b043bf4de
Author: Javier Jardón 
Date:   Mon Jun 13 15:22:58 2011 +0100

    vteseq: Use 'const' instead deprecated G_CONST_RETURN

 src/vteseq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 71f0d11b4ae9d1651808d1c71345ae26d384083c
Author: Christian Persch 
Date:   Mon May 30 17:56:16 2011 +0200

    Don't notify nonexisting property

 src/vte.c | 2 --
 1 file changed, 2 deletions(-)

commit c5529f4a4cd8896e5daeab4946c5a8820810d88e
Author: Carles Ferrando 
Date:   Sun May 29 19:12:50 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 07a03020cabab719d824c525d58cd735a70856e9
Author: Carles Ferrando 
Date:   Sun May 29 19:12:39 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit ff8a58b8464188f8241bcc8e16a5585a2d40cc87
Author: Daniel Martinez Cucalon 
Date:   Mon May 9 18:22:21 2011 +0200

    Added Aragonese translation

 po/LINGUAS |  1 +
 po/an.po   | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

commit 93ecff2136d61b639dccf0bd282761c292bd7589
Author: Muhammet Kara 
Date:   Tue Apr 26 02:03:26 2011 +0300

    Updated Turkish translation

 po/tr.po | 93 ++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 44 insertions(+), 49 deletions(-)

commit 276b3f60dcab2ae25644254f808c905ac460fe2e
Author: Jordi Serratosa 
Date:   Tue Apr 5 23:09:08 2011 +0200

    [l10n]Fixes on Catalan translation

 po/ca.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 4a4bce656bf3fa2e57caa27e31866e16b26f8aea
Author: Christian Persch 
Date:   Mon Apr 4 14:09:58 2011 +0200

    Post branch version bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 98f05a28ae9a6429cc9b77b98a6c174d2c2233f3
Author: Christian Persch 
Date:   Mon Apr 4 14:08:56 2011 +0200

    Post release version bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 56def42f554720a8d91da1aee32c66cbeef406e2 (tag: 0.28.0)
Author: Christian Persch 
Date:   Sun Apr 3 23:06:23 2011 +0200

    Version 0.28.0

 NEWS         | 6 ++++++
 configure.in | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 6450f121b8fb210a34eec8c6841153d20695934c
Author: Behdad Esfahbod 
Date:   Tue Mar 29 14:41:19 2011 -0400

    Fix docs

 src/pty.c | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit 1bca2ba0a347c962cdf245da49c6d7399d7c3dc0
Author: Behdad Esfahbod 
Date:   Sat Jan 22 15:41:38 2011 -0500

    Add OSC 12 cursor color to the osc script

 src/osc | 1 +
 1 file changed, 1 insertion(+)

commit 6ae9903f33dc68b67b49dbb23691965be86662b5
Author: Abduxukur Abdurixit 
Date:   Sun Mar 27 21:55:21 2011 +0200

    Added UG translation

 po/ug.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c0ca7cdbcdf0ecb3bb1ebbcf729d60d662461c31
Author: Runa Bhattacharjee 
Date:   Thu Mar 24 20:01:36 2011 +0530

    Updated Bengali India Translation

 po/bn_IN.po | 108 ++++++++++++++++++++++++++++--------------------------------
 1 file changed, 50 insertions(+), 58 deletions(-)

commit 9dbb8153360e230dc06426311b002fd183d0dc2b
Author: Amitakhya Phukan 
Date:   Mon Mar 21 12:25:34 2011 +0530

    Updated Assamese translations

 po/as.po | 47 +++++++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 22 deletions(-)

commit e17b13133c7f16afd53bd805dbb094db377c47fe
Author: Marcel Telka 
Date:   Sun Mar 20 16:40:54 2011 +0100

    Updated Slovak translation

 po/sk.po | 95 ++++++++++++++++++++++------------------------------------------
 1 file changed, 33 insertions(+), 62 deletions(-)

commit 4b26aff1ed9f2cc8e31e798298f2bd73043a9fc3
Author: Miroslav Nikolić 
Date:   Sat Mar 19 15:09:17 2011 +0100

    Reviewed Serbian translation

 po/sr.po       | 73 ++++++++++++++++++++++++++--------------------------------
 po/sr@latin.po | 69 +++++++++++++++++++++++++-----------------------------
 2 files changed, 64 insertions(+), 78 deletions(-)

commit 7e34e293bb465da788a5ce9addfd9fe7dceae878
Author: Manoj Kumar Giri 
Date:   Fri Mar 4 15:52:07 2011 +0530

    Updated Oriya Translation

 po/or.po | 92 +++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 42 insertions(+), 50 deletions(-)

commit b9c3e3bc182e5f950ae7110751523ef1a710fa11
Author: Rudolfs Mazurs 
Date:   Mon Feb 28 23:54:46 2011 +0200

    Updated Latvian translation.

 po/lv.po | 42 ++++++++++++++++++++++--------------------
 1 file changed, 22 insertions(+), 20 deletions(-)

commit 61ff01fc2ed66fa2b9611014486fb35e8260f958
Author: Sweta Kothari 
Date:   Mon Feb 28 14:15:28 2011 +0530

    Updated Gujarati Translations

 po/gu.po | 102 ++++++++++++++++++++++++---------------------------------------
 1 file changed, 38 insertions(+), 64 deletions(-)

commit 227fc807a536041178696c5d8cdccfb416d3c67a
Author: Maciej Piechotka 
Date:   Sun Feb 13 15:43:55 2011 +0000

    Update gladeui for glade 4.0 (3.9.x)

 configure.in | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 63f2327d9b03a67cab9dd910af504d1ecb8112f8
Author: Kjartan Maraas 
Date:   Wed Feb 23 09:51:35 2011 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

commit aec26917e31291ecfb892761ddb7899ae4370ce0 (tag: 0.27.90)
Author: Christian Persch 
Date:   Mon Feb 21 17:37:29 2011 +0100

    Version 0.27.90

 NEWS         | 5 +++++
 configure.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 841b0ee578d09ada0f0c43d8dd22a49785da4e5b
Author: Christian Persch 
Date:   Mon Feb 21 17:38:02 2011 +0100

    Remove gsettings enum stuff

 configure.in                   |  6 ------
 src/Makefile.am                |  8 --------
 src/org.gnome.vte.v0.enums.xml | 28 ----------------------------
 3 files changed, 42 deletions(-)

commit e7d3f3c118bbc39805736323f6e9fe572eb71ab8
Author: Christian Persch 
Date:   Wed Feb 16 20:42:18 2011 +0100

    Add version marker to new API

 src/vte.c | 2 ++
 1 file changed, 2 insertions(+)

commit 219ea41b4382ab43ddb6b826d62a5401aab20e6e
Author: Christian Persch 
Date:   Wed Feb 16 20:34:41 2011 +0100

    Export vte_get_user_shell()
    
    Bug #642184. Also fixes bug #640179.

 doc/reference/vte-sections.txt |  3 +++
 src/Makefile.am                |  2 +-
 src/vte.c                      | 58 +++++++++++++++++++-----------------------
 src/vte.h                      |  2 ++
 src/vteapp.c                   |  3 +++
 5 files changed, 35 insertions(+), 33 deletions(-)

commit de22ca4f72bcf7f60afc4d948d04018b5cdbde7b
Author: Christian Persch 
Date:   Mon Feb 14 23:20:46 2011 +0100

    Require gtk 3.0.0

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4973121f747cb9519ed149d7c90b596f9bcabee3
Author: Daniel Korostil 
Date:   Tue Feb 8 20:22:20 2011 +0200

    Uploaded Ukranian

 po/uk.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f01e298c01f7b2bb23d00e209550bebcef494485
Author: Daniel Korostil 
Date:   Tue Feb 8 20:16:56 2011 +0200

    Uploaded Ukranian

 po/uk.po | 123 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 56 insertions(+), 67 deletions(-)

commit 2681c8e440a955ec75c1eb9830a653f64a32380f
Author: Christian Persch 
Date:   Sun Feb 6 00:28:55 2011 +0100

    Add new struct

 doc/reference/vte-sections.txt | 1 +
 1 file changed, 1 insertion(+)

commit 3597b3adf026e87e6c7edc40115aa23c098abccd
Author: Christian Persch 
Date:   Sun Feb 6 00:24:51 2011 +0100

    Add index with symbols new in 0.28

 doc/reference/vte-docs.xml | 4 ++++
 1 file changed, 4 insertions(+)

commit 1c55bed8025942925f2e9760a9461020bc634e86
Author: Ignacio Casal Quinteiro 
Date:   Tue Jan 25 12:31:31 2011 +0100

    Add RGBA variants to set colors.

 doc/reference/vte-sections.txt |   7 ++
 src/vte.c                      | 207 +++++++++++++++++++++++++++++++++++++++++
 src/vte.h                      |  21 +++++
 3 files changed, 235 insertions(+)

commit 0ac349af9c34094763f27d66fa7a2c1901576afa
Author: Christian Persch 
Date:   Thu Feb 3 14:03:06 2011 +0100

    Lower intltool req again

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 15a5ebd5de88b2145bee53ea7230d2dca6cc9a20
Author: Mahyar Moghimi 
Date:   Thu Feb 3 12:45:34 2011 +0330

    Updating Persian Translation

 po/fa.po | 115 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 52 insertions(+), 63 deletions(-)

commit 1b6d84b8b795b5aa01d1ef5d95dbf9e58554128e
Author: Christian Persch 
Date:   Wed Feb 2 19:00:23 2011 +0100

    There are no macros

 Makefile.am  | 2 +-
 configure.in | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 31b4047a51ac48264b735a8be24fdddd3b086acc
Author: Christian Persch 
Date:   Wed Feb 2 18:45:41 2011 +0100

    Add default style provider
    
    This fixes the default value for the 'inner-border' property not
    to be NULL.
    
    Bug #640460.

 configure.in      |  2 +-
 src/vte-private.h |  5 +++++
 src/vte.c         | 29 +++++++++++++++++++++++++++--
 3 files changed, 33 insertions(+), 3 deletions(-)

commit 1c114685f684941e28f60b1440bc0e5effd9b770
Author: Christian Persch 
Date:   Wed Feb 2 18:08:15 2011 +0100

    Don't shadow a global definition

 src/ring.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cc095a66991be940dffa59cfeb09d27b820ff636
Author: Christian Persch 
Date:   Wed Feb 2 18:06:24 2011 +0100

    Remove unused variables

 src/vte.c | 2 --
 1 file changed, 2 deletions(-)

commit ca772ef8e9113a8c4599a43b717ab0e67c0b7c14
Author: Christian Persch 
Date:   Wed Feb 2 18:05:17 2011 +0100

    Remove obsolete signal IDs in class struct
    
    ... and add more padding. gtk3 only, so no ABI change.

 src/vte.c | 62 +++++++++++++++++++++++++++++++++++---------------------------
 src/vte.h | 16 +++++++++++++---
 2 files changed, 48 insertions(+), 30 deletions(-)

commit a34652e11339722ecad0079dc9ad85de191deffb
Author: Christian Persch 
Date:   Wed Feb 2 17:48:57 2011 +0100

    Lower am req again

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f46b5c288c9b1222cf614f22c1d1f53f1ee60c56
Author: Christian Persch 
Date:   Wed Feb 2 17:49:06 2011 +0100

    Revert "Use the recommended configure.ac instead configure.in"
    
    This reverts commit 765f1087eced3d19768a7ebd98500e5ff3df8a1a.
    
    Renaming breaks automatic reconfiguring from make during git bisect.

 autogen.sh                   | 2 +-
 configure.ac => configure.in | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 2cce4ae4d5599b131b5f53340f636630bf1cf6d9
Author: Javier Jardón 
Date:   Wed Feb 2 13:35:24 2011 +0000

    build: Update autotools configuration
    
    Replace deprecated macros and use the new libtool syntax

 Makefile.am  |  2 ++
 autogen.sh   |  7 +------
 configure.ac | 29 ++++++++++++++++-------------
 3 files changed, 19 insertions(+), 19 deletions(-)

commit 765f1087eced3d19768a7ebd98500e5ff3df8a1a
Author: Javier Jardón 
Date:   Wed Feb 2 13:23:19 2011 +0000

    Use the recommended configure.ac instead configure.in

 autogen.sh                   | 2 +-
 configure.in => configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 45c73fc2a9aaf166056c7f29aec7bdf8cd8d165f
Author: Javier Jardón 
Date:   Wed Feb 2 13:21:32 2011 +0000

    configura.in: Check for >= version of glib, not only >

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9200f9dd2852a358cf6644f197e5bda87790001
Author: Matthias Clasen 
Date:   Wed Feb 2 02:21:10 2011 -0500

    Post-release bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 80239d8e93b9db3dca976e4ed520c38d394dedb2 (tag: 0.27.5)
Author: Matthias Clasen 
Date:   Wed Feb 2 02:14:46 2011 -0500

    Updates

 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

commit 437b412c8010fa0fbee022235f3ddb9fd4d3fd3a
Author: Fran Diéguez 
Date:   Thu Jan 27 00:41:50 2011 +0100

    QA of Galician translations

 po/gl.po | 38 ++++++++++++++++++++------------------
 1 file changed, 20 insertions(+), 18 deletions(-)

commit 86225e5f053bf8bfb3e851fda437455624514eec
Author: Matthias Clasen 
Date:   Sun Jan 16 11:07:14 2011 -0500

    Don't use internal GTK+ api
    
    GtkTargetPair was always documented as private, and in
    GTK+ 3 it is gone from the headers. Just use existing API.

 src/vte.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit 4553d0294a6095ce9f5215a8af273a7decac8740
Author: Matthias Clasen 
Date:   Tue Jan 11 14:15:35 2011 -0500

    Bump version

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dda7b5036acc1ca95c71eb0d5f3d4fb1590a4508 (tag: 0.27.4)
Author: Matthias Clasen 
Date:   Tue Jan 11 13:40:51 2011 -0500

    Updates

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

commit 63ad8cf6c00c92e959e7856b6529281892a63d59
Author: Behdad Esfahbod 
Date:   Wed Jan 5 20:20:39 2011 -0500

    Bug 638782 - vte build is broken by using gtk_quit_add: uplift needed
    
    Harmlessly remove cleanup...

 src/vtedraw.c | 41 -----------------------------------------
 1 file changed, 41 deletions(-)

commit b33feb45bff370ad860685923e3616a3583b281d
Author: Cristian Klein 
Date:   Wed Jan 5 19:36:38 2011 +0000

    Prevent useless wakeups when the focus is lost.
    
    When running powertop in a gnome-terminal window, gnome-terminal is
    shown to generate 1.6 wakeups/second. This is caused by the fact that
    the cursor blink timer is not disable when the cursor is hidden.

 src/vte-private.h |  1 +
 src/vte.c         | 48 +++++++++++++++++++++++++++---------------------
 2 files changed, 28 insertions(+), 21 deletions(-)

commit d64e28b3290aaf034ec37bbf4524ef78adbdfb2e
Author: Behdad Esfahbod 
Date:   Wed Jan 5 02:03:49 2011 -0500

    Bug 589557 - Ctrl+ sends erroneous value when primary keyboard layout is not English
    
    Fix it to match what xterm is doing.

 src/vte.c | 42 +++++++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 17 deletions(-)

commit fc7eb565f48d3ddc311bb0296177860b58eb311e
Author: Ignacio Casal Quinteiro 
Date:   Thu Dec 30 21:15:01 2010 +0100

    Fix annotations of fork_command_full.
    
    Some annotations were removed in the previous commit, it was wrong
    and it must be readded.

 src/vte.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f7c5b8e77d4143031fe5e32437728f357ef94015
Author: Ignacio Casal Quinteiro 
Date:   Mon Dec 27 20:25:49 2010 +0100

    Make fork_command_full introspectable.

 src/vte.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 0017f00af763f7778cf19153d234a58304104ba4
Author: Gheyret T.Kenji 
Date:   Thu Dec 23 19:42:18 2010 +0100

    Added UG translation

 po/ug.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c5709cfce74ac1bed351a013600da1483ce8279
Author: Vincent Untz 
Date:   Thu Dec 23 14:13:38 2010 +0100

    release: post-release bump to 0.27.4

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 435b8ffe9166bba9dd9ac663db5a3ccfff8b4e26 (tag: 0.27.3)
Author: Vincent Untz 
Date:   Thu Dec 23 14:13:31 2010 +0100

    release: 0.27.3

 NEWS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 70c9222ba95931495dde123fcc427bcc8bcef08d
Author: Ignacio Casal Quinteiro 
Date:   Tue Dec 21 16:52:33 2010 +0100

    Fix annotations. No need to annotate the strings.
    
    See as example gtk_text_buffer_insert.

 src/vte.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b916a4d3f369d4357697ebd0d00e2b01b5c50c5c
Author: Ignacio Casal Quinteiro 
Date:   Tue Dec 21 16:44:39 2010 +0100

    Add --warn-all flag.

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66dedcb732b31a141656c6f05ec2d3bbe7c4cf40
Author: Ivar Smolin 
Date:   Mon Dec 20 13:58:06 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 728bc476c024987007c0856db44eff483a43902c
Author: Ignacio Casal Quinteiro 
Date:   Sat Dec 4 13:47:42 2010 +0100

    Bump gobject-introspection to 0.9.0

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f9fcec517d4125eabe93dcdc5002b615e275ff42
Author: Christian Persch 
Date:   Thu Dec 2 21:06:48 2010 +0100

    Fix build with gtk3 master

 configure.in | 2 +-
 src/vtebg.c  | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 4fa7d35b7d454a06b3700b2b52021b61ef4ac426
Author: Theppitak Karoonboonyanan 
Date:   Tue Nov 23 16:32:49 2010 +0700

    Updated Thai translation.

 po/th.po | 104 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 47 insertions(+), 57 deletions(-)

commit f05ddeca7ed710db16dfc183ab9bc48150baa695
Author: Gheyret T.Kenji 
Date:   Sat Nov 20 13:05:34 2010 +0100

    Added UG translation

 po/ug.po | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 56472c1940a9df55edd134fc5d3c74ada67ad37b
Author: Christian Persch 
Date:   Wed Nov 17 18:21:07 2010 +0100

    Clarify error message
    
    Bug #628870.

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 64f03be0c97d3941f259e20cc6d7a12d3a329770
Author: Christian Persch 
Date:   Tue Nov 16 20:47:56 2010 +0100

    Don't use the automatic rules for .enums.xml generation
    
    The generated file isn't very nice, so put a fixed-up copy
    in git, dist and install it.

 src/Makefile.am                |  7 ++++---
 src/org.gnome.vte.v0.enums.xml | 28 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 3 deletions(-)

commit de948ce4b0d63a1e37cfc85c3b3da82397758873
Author: Christian Persch 
Date:   Tue Nov 16 20:36:25 2010 +0100

    Change .enums.xml namespace

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 187cdd3089b67613bbb3757f16897cbfeb315aa2
Author: Christian Persch 
Date:   Tue Nov 16 20:21:26 2010 +0100

    Create and install a gsettings .enums.xml file for vte's enum types

 configure.in    | 8 +++++++-
 src/Makefile.am | 9 +++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

commit e21f7da2881bbb9ba863398728e194c7acfcfc50
Author: Gheyret T.Kenji 
Date:   Sat Nov 13 23:01:05 2010 +0100

    Added UG translation

 po/ug.po | 31 ++++++++++++-------------------
 1 file changed, 12 insertions(+), 19 deletions(-)

commit a09849b392ab1065c10225a390f669e061047932
Author: Christian Persch 
Date:   Thu Nov 11 14:32:35 2010 +0100

    Post release version bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9d9b0ab63422b0ece31a4fceddf17348ab9bed36 (tag: 0.27.2)
Author: Javier Jardón 
Date:   Tue Nov 9 03:46:39 2010 +0100

    Use gtk_paned_new() instead gtk_[h|v]paned_new()

 src/reflect.c | 4 ++++
 1 file changed, 4 insertions(+)

commit d512516528a5951c81a8be7f8d47f10c52f7ac13
Author: Brandon Ehle 
Date:   Sun Oct 31 01:43:34 2010 -0700

    Fix a compile error when using an older version of GTK+.

 src/vte.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit a6c009841f7917bac1a2a16bbb0d921ba4b8bf0d
Author: Carles Ferrando 
Date:   Fri Oct 29 21:49:51 2010 +0100

    Updated Catalan (Valencian) translation

 po/ca@valencia.po | 56 ++++++++++++++++++++++++++-----------------------------
 1 file changed, 26 insertions(+), 30 deletions(-)

commit a3de47da0a42892d01fc4b6b90a5ec2728b26787
Author: Christian Persch 
Date:   Tue Oct 26 13:44:37 2010 +0200

    Add missing break

 src/vte.c | 1 +
 1 file changed, 1 insertion(+)

commit f75f5a42aa3bbba44e91ca4a58396139a3883eb3
Author: Christian Persch 
Date:   Tue Oct 26 13:44:21 2010 +0200

    Add missing break

 src/vte.c | 1 +
 1 file changed, 1 insertion(+)

commit ba49f082e6ba59a37d9ad2740ecb3ba4209a6c42
Author: Christian Persch 
Date:   Tue Oct 26 13:41:05 2010 +0200

    Implement [hv]scroll-policy properties

 src/vte-private.h |  8 ++++++++
 src/vte.c         | 42 ++++++++++++++++++++++++++++++++++++++----
 2 files changed, 46 insertions(+), 4 deletions(-)

commit 85b7996647b171f82910538e2a9c90a6d359d1a2
Author: Christian Persch 
Date:   Sun Oct 24 20:12:03 2010 +0200

    Implement GtkScrollable interface on gtk3

 src/vte.c           | 75 ++++++++++++++++++++++++++++++++++++++++++++++-------
 src/vte.h           |  5 ++++
 src/vtedeprecated.h |  4 +++
 3 files changed, 75 insertions(+), 9 deletions(-)

commit cc497d0eae579f7b67adc92a93225326e32beefe
Author: Christian Persch 
Date:   Mon Oct 18 16:07:35 2010 +0200

    Post release version bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 51a75752f3df876c4a96b6f9030ebc79afbf6c6a (tag: 0.27.1)
Author: Christian Persch 
Date:   Mon Oct 18 16:03:17 2010 +0200

    Add cast to fix compiler warning

 src/vteapp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5278c3f3f0cdc5bfa741a5b5579d5da2aeda0079
Author: Christian Persch 
Date:   Mon Oct 18 16:02:08 2010 +0200

    Version 0.27.1

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 80676b14ddc84ea28571501ec78fd9fc885446b8
Author: Christian Persch 
Date:   Sat Oct 16 00:02:07 2010 +0200

    Plug refcount leak
    
    The leaked VtePty leaked FDs, too. Bug #632257.

 src/vte.c | 1 +
 1 file changed, 1 insertion(+)

commit 2944c2ac799a8c73f488d83ab5912936f6a0f766
Author: Gintautas Miliauskas 
Date:   Wed Oct 13 16:10:24 2010 +0300

    Updated Lithuanian translation.

 po/lt.po | 113 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 50 insertions(+), 63 deletions(-)

commit 7d0eb2ff215709712d80577521a22979490126e5
Author: Owen W. Taylor 
Date:   Mon Oct 11 13:22:31 2010 -0400

    Report correct minimum/natural sizes for GTK+ 3
    
    In GTK+ 3, the hack of reporting the current size of the terminal
    as its minimum size breaks down because GTK+ 3 will never allocate
    a widget smaller than its minimum size. However, in GTK+ 3 it's
    possible to report separate minimum and natural sizes, so we
    should just report a minimum size of 1x1 character and a natural
    size of the current size.
    
    This requires a change in vteapp.c to make the window start off
    at the right size.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631903

 src/vte.c    | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/vteapp.c | 10 +++++++++
 2 files changed, 77 insertions(+)

commit 552cfed9ad796ee8ea34b0182aa63a2a5e7abfb3
Author: Changwoo Ryu 
Date:   Sat Oct 9 08:33:01 2010 +0900

    Updated Korean translation

 po/ko.po | 66 ++++++++++++++++++++--------------------------------------------
 1 file changed, 20 insertions(+), 46 deletions(-)

commit e5fd6c3cda63cad2e3d7af8728a168b90eb009dc
Author: Tomeu Vizoso 
Date:   Thu Oct 7 12:57:45 2010 +0200

    Pass the correct TERM value inside envp when spawning
    
    So the codepaths that end up invoking execve still have the correct
    TERM entry. Clarify the effect of vte_pty_set_term().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631589

 src/pty.c | 19 ++++++++-----------
 src/vte.c | 32 ++------------------------------
 2 files changed, 10 insertions(+), 41 deletions(-)

commit 89336f820dabf3d0ae2f55d76d4af4c70c3004f6
Author: Christian Persch 
Date:   Tue Oct 5 16:34:54 2010 +0200

    Don't install the test programmes and scripts

 src/Makefile.am | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 89cb5538c3d1a7b825faa78f23106ee957442dee
Author: Christian Persch 
Date:   Tue Oct 5 00:40:52 2010 +0200

    Vary termcap file into for gtk2/3 builds

 src/Makefile.am      | 3 ++-
 src/interpret.c      | 3 +--
 src/vte.c            | 9 +++++----
 termcaps/Makefile.am | 2 +-
 4 files changed, 9 insertions(+), 8 deletions(-)

commit 89c61bb589eb99a7f70f96f0550fdda4e3151706
Author: Christian Persch 
Date:   Mon Oct 4 14:16:04 2010 +0200

    Post release version bump

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bc02908854e9b2c396427a24cb8fb36afe2cb818 (tag: 0.27.0)
Author: Christian Persch 
Date:   Mon Oct 4 14:11:12 2010 +0200

    Bump gtk 3 req

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b38176cf75284d2cb5530b071415a1b6465aa0f5
Author: Christian Persch 
Date:   Mon Oct 4 14:09:28 2010 +0200

    Distcheck with gtk 3 now

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 21f66f796766f22df087d9011aad29a59030e765
Author: Behdad Esfahbod 
Date:   Fri Oct 1 16:03:24 2010 -0400

    Whitespace

 src/vteapp.c | 224 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 112 insertions(+), 112 deletions(-)

commit 81e166f3f7ef206b58296e41afa9c93af26a85f7
Author: Behdad Esfahbod 
Date:   Fri Oct 1 16:02:09 2010 -0400

    Remove unnecessary conditional

 src/vteapp.c | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

commit f97b8b8a41a5ace2995cc663dba624a82ce65670
Author: Behdad Esfahbod 
Date:   Fri Oct 1 16:01:20 2010 -0400

    [vteapp] Prefer $SHELL to /bin/sh

 src/vteapp.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 332bd39b2e85bba165dca2a37d4fa3d53e2ce6ff
Author: Inaki Larranaga Murgoitio 
Date:   Fri Oct 1 00:21:13 2010 +0200

    Updated Basque language

 po/eu.po | 96 +++++++++++++++++++++++++++-------------------------------------
 1 file changed, 41 insertions(+), 55 deletions(-)

commit 8e292f603ea78e00ee707aed3614a55cf908f292
Author: Gheyret Kenji 
Date:   Fri Oct 1 00:16:25 2010 +0200

    Added UG translation

 po/ug.po | 132 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 63 insertions(+), 69 deletions(-)

commit 48a7718d143a03b28b4c708e054c1ea6f44c942a
Author: Behdad Esfahbod 
Date:   Tue Sep 28 15:02:08 2010 -0400

    Revert "Revert 9370647823ce29c1088c351381a07a5506b74c84"
    
    This reverts commit dab50851a395069492218115caf44361b742b20c.
    
    Again, set widget background color to the terminal background color.
    This removes flicker when resizing the terminal/widget.

 src/vte.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 5f64a707e562598be0432a56d5bdeea9962e7add
Author: Christian Persch 
Date:   Tue Sep 28 19:50:29 2010 +0200

    Use gtk_widget_set_visual

 src/vteapp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8d71032c172285be94d34c01cb891f110dcbb925
Author: Christian Persch 
Date:   Tue Sep 28 16:02:56 2010 +0200

    Fix the gtk 2 build

 src/vtebg.c | 1 +
 1 file changed, 1 insertion(+)

commit cde73f4896e82b13edb112bfd5f510ed2740d2df
Author: Christian Persch 
Date:   Fri Sep 24 14:53:07 2010 +0200

    Use gdk_error_trap_pop_ignored

 src/vte-gtk-compat.h | 4 ++++
 src/vtebg.c          | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit aeb607a958f96648d78496459ca6aebda9fd0324
Author: Christian Persch 
Date:   Tue Sep 21 13:58:52 2010 +0200

    Don't use gdk_drawable_get_size

 src/vteaccess.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit b0a12909c0df9a8818923ef8af663a18d60a768c
Author: Christian Persch 
Date:   Tue Sep 14 18:08:52 2010 +0200

    Port to latest rendering-cleanup-next branch

 src/vte.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 21a064ac8b5925108b0ab9bd6516664c8cd3e268
Author: Christian Persch 
Date:   Mon Sep 13 21:44:50 2010 +0200

    Use cairo_copy_clip_rectangle_list() to recreate the clip region
    
    Thanks to Behdad for the hint, and for pointing out a bug in my
    first attempt.

 src/vte.c | 48 ++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 44 insertions(+), 4 deletions(-)

commit 6a7f6538aaaf81e5ef755c6660dcca8311835ca1
Author: Christian Persch 
Date:   Mon Sep 13 16:27:13 2010 +0200

    Port to GtkWidget::draw
    
    ... to work with the rendering-cleanup-next branch of gtk.
    
    Need to think what will happen with the update_regions.

 src/vte.c | 45 +++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 43 insertions(+), 2 deletions(-)

commit e69b4c1bb4de66d432a1592a50daba1b105a6b64
Author: Christian Persch 
Date:   Sat Sep 11 12:39:03 2010 +0200

    Fix build with gtk 3 rendering cleanup branch

 src/vte.c    | 22 ++++++++++++++++------
 src/vteapp.c | 10 ++++++++++
 src/vtebg.c  |  4 ++++
 3 files changed, 30 insertions(+), 6 deletions(-)

commit 65dfcff5ab1a60d1761581e341c8c8a00fc89c5d
Author: Christian Persch 
Date:   Sun Sep 26 16:24:03 2010 +0200

    Post branch version bump

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4f1df545bf8ac5439d38bd2415b49edefb56eba5
Author: Lucian Adrian Grijincu 
Date:   Sat Sep 25 12:34:30 2010 +0300

    Updated Romanian translation

 po/ro.po | 72 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 35 deletions(-)

commit 252ced33f6930fb54704d9aef2011bf530b7adfe
Author: Yuri Myasoedov 
Date:   Wed Sep 22 09:15:28 2010 +0400

    Updated Russian translation

 po/ru.po | 119 ++++++++++++++++++++++++---------------------------------------
 1 file changed, 45 insertions(+), 74 deletions(-)

commit dab50851a395069492218115caf44361b742b20c
Author: Behdad Esfahbod 
Date:   Mon Sep 20 22:23:39 2010 -0400

    Revert 9370647823ce29c1088c351381a07a5506b74c84
    
    Was not needed anymore.  For details see:
    
    Bug 621902 - artifacts shown at the button of maximized terminal after
    minimizing another window over it

 src/vte.c | 8 --------
 1 file changed, 8 deletions(-)

commit 43936cabba157cf9704680bcb5c71bb2324aadc2
Author: Daniel S. Koda 
Date:   Mon Sep 20 08:58:25 2010 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 121 ++++++++++++++----------------------------------------------
 1 file changed, 28 insertions(+), 93 deletions(-)

commit 25c56f2d644340d2216cd4df4ee2c377fc17db85
Author: Wouter Bolsterlee 
Date:   Sun Sep 19 20:28:01 2010 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po | 111 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 46 insertions(+), 65 deletions(-)

commit 2ddaf14177f238f5d5f00949e489ad792f3e3698
Author: Kenneth Nielsen 
Date:   Sun Sep 19 17:44:43 2010 +0200

    Updated Danish translation

 po/da.po | 111 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 47 insertions(+), 64 deletions(-)

commit c5b318675ec1fc90464a4eaa356c5ad1ab68c69d
Author: Francesco Marletta 
Date:   Sat Sep 18 17:12:26 2010 +0200

    [l10n] Updated Italian translation

 po/it.po | 52 ++++++++++++++++++++--------------------------------
 1 file changed, 20 insertions(+), 32 deletions(-)

commit e984749f939981d16ee7828ebef352e74ce461e1
Author: Christian Persch 
Date:   Wed Sep 15 00:47:58 2010 +0200

    Don't force VTE_SEAL_ENABLE on vte/gtk2
    
    Only enforce it on vte 2.90 (gtk3).

 configure.in          | 3 +++
 vte-uninstalled.pc.in | 2 +-
 vte.pc.in             | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

commit 0574bcfbd5c5925458ecdea0e6bbac6d65e30efc
Author: Christian Persch 
Date:   Mon Sep 13 16:17:31 2010 +0200

    Clarify TERM env var handling with VtePty

 src/pty.c |  5 +++++
 src/vte.c | 32 ++++++++++++++++++++++++++++++--
 2 files changed, 35 insertions(+), 2 deletions(-)

commit a7b74340edad2f1e61dc7b78a7177c52715eb925
Author: Christian Persch 
Date:   Sat Sep 11 12:29:34 2010 +0200

    Use new gdk keysym names on gtk3

 src/iso2022.c | 200 +++++++++++++++--------------
 src/keymap.c  | 404 +++++++++++++++++++++++++++++-----------------------------
 src/vte.c     | 110 ++++++++--------
 3 files changed, 367 insertions(+), 347 deletions(-)

commit 5f52c7ce5f8151aa1718dc0aab6c116ba595f402
Author: Christian Persch 
Date:   Mon Sep 6 13:08:00 2010 +0200

    Use -Bsymbolic-functions when available
    
    Bug #628870.

 configure.in    | 25 +++++++++++++++++++++++++
 src/Makefile.am | 10 +++++++---
 2 files changed, 32 insertions(+), 3 deletions(-)

commit f04856b1b5ec91431871c4c77a07e4256eb7cc20
Author: Christian Persch 
Date:   Sun Sep 12 13:36:16 2010 +0200

    Add --cursor-blink to vteapp

 src/vteapp.c | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

commit 2a325bd050eb3e9d19767687aabb95c390b13b6e
Author: Takayuki KUSANO 
Date:   Mon Sep 13 20:34:51 2010 +0900

    Updated Japanese translation.

 po/ja.po | 106 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 46 insertions(+), 60 deletions(-)

commit f1676fbe3e91a6e887abf254723b57e841fad0bb
Author: Piotr Drąg 
Date:   Tue Sep 7 19:02:47 2010 +0200

    Updated Polish translation

 po/pl.po | 34 +++++++++++++---------------------
 1 file changed, 13 insertions(+), 21 deletions(-)

commit 606ae4edb1721ea7643b0e2439a6d8fc2b6469a2
Author: Christian Persch 
Date:   Mon Sep 6 13:05:25 2010 +0200

    Remove unused variable

 src/vte.c | 1 -
 1 file changed, 1 deletion(-)

commit 2f58eba8406c699159ed8fc4a88554f88e1012fc
Author: Christian Persch 
Date:   Mon Sep 6 12:49:56 2010 +0200

    Use correct variables for cleaning the gir data

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be36d54abdd1ef3b067430c33e155137f8a31eef
Author: Michael Kotsarinis 
Date:   Sat Sep 4 19:02:02 2010 +0300

    Updated Greek translation

 po/el.po | 111 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 50 insertions(+), 61 deletions(-)

commit 8bf969a27069fbc0c71f0bb3fcb176456b5e32ba
Author: drtv 
Date:   Fri Sep 3 21:35:19 2010 +0530

    Updated Tamil translation

 po/ta.po | 99 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 43 insertions(+), 56 deletions(-)

commit 0689c745e07e48e1324c3a3878f42d3ea1c38f59
Author: Philip Withnall 
Date:   Wed Sep 1 09:44:36 2010 +0100

    Update British English translation

 po/en_GB.po | 108 +++++++++++++++++++++++++-----------------------------------
 1 file changed, 44 insertions(+), 64 deletions(-)

commit d831dd8da5bdfa2e8c85932966605e8dd64e8fce
Author: Gabor Kelemen 
Date:   Tue Aug 31 01:55:44 2010 +0200

    Updated Hungarian translation

 po/hu.po | 99 +++++++++++++++++++++++-----------------------------------------
 1 file changed, 35 insertions(+), 64 deletions(-)

commit 203d696ed3772da3b7eb52b12e1f53cc6fdbbebf (tag: 0.25.91)
Author: Christian Persch 
Date:   Sun Aug 29 13:56:48 2010 +0200

    Don't dist the gir and typelib
    
    Fixes distchecking with --disable-introspection.

 src/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 76387964c9ae6630d5bd29be61e3359b7b0ed8c9
Author: Christian Persch 
Date:   Sun Aug 29 13:51:42 2010 +0200

    Version 0.25.91

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c9fd190d894354fa0d345c8f58524a83bab80524
Author: Christian Persch 
Date:   Sun Aug 29 13:49:52 2010 +0200

    Use gtk_widget_style_attach
    
    Fix faulty code introduced in commit ac1e78c78e6a39834d35c525be01d50c348d33ba
    from bug #612484.
    
    Bug #627764.

 src/vte.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 7f964f72bb6cb51c5f8a7265476eb6f581ef1d36
Author: Christian Persch 
Date:   Fri Aug 20 21:22:41 2010 +0200

    Distcheck with gtk 2 but without introspection

 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c737262bf968ee94c22144c3ed7ed4f6fd27e2dd
Author: Bruno Brouard 
Date:   Thu Aug 26 14:43:16 2010 +0200

    Updated French translation

 po/fr.po | 83 ++++++++++++++++++++++------------------------------------------
 1 file changed, 28 insertions(+), 55 deletions(-)

commit 724195be5ba53c45d650366a8e029939c20d43a4
Author: Behdad Esfahbod 
Date:   Tue Aug 24 16:53:17 2010 -0400

    Really fix Bug 601926 - Don't hardcode meta to alt
    
    Correct fix applied this time.  Tested, Alt is not broken by this
    change.

 configure.in | 2 +-
 src/keymap.h | 2 +-
 src/vte.c    | 7 ++++++-
 3 files changed, 8 insertions(+), 3 deletions(-)

commit 7f93f32a18d12e1dbf18a269f7aaec6e706e8cb0
Author: Chao-Hsiung Liao 
Date:   Mon Aug 23 20:00:04 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 57 +++++++++++++++++++++++++--------------------------------
 po/zh_TW.po | 57 +++++++++++++++++++++++++--------------------------------
 2 files changed, 50 insertions(+), 64 deletions(-)

commit 1d6459b92336ffcb5cb2f3187cac6bda5990cc95
Author: Милош Поповић 
Date:   Mon Aug 23 01:40:41 2010 +0200

    Updated Serbian translation

 po/sr.po       | 105 +++++++++++++++++++++++++++------------------------------
 po/sr@latin.po | 105 +++++++++++++++++++++++++++------------------------------
 2 files changed, 98 insertions(+), 112 deletions(-)

commit b278c6c8fff7860b81dc2bb89e8b37cd144223b3
Author: Alexander Shopov 
Date:   Sun Aug 22 23:11:21 2010 +0300

    Updated Bulgarian translation

 po/bg.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 578fef8c1711bfd5b5e105cb2d6fe6b560bba251
Author: Alexander Shopov 
Date:   Sun Aug 22 22:39:01 2010 +0300

    Updated Bulgarian translation

 po/bg.po | 91 +++++++++++++++++++++-------------------------------------------
 1 file changed, 30 insertions(+), 61 deletions(-)

commit 132d8ca1d6869af4a9e7965a597247dcc37ce234
Author: David Planella 
Date:   Sun Aug 22 10:19:21 2010 +0200

    Updated Catalan translation

 po/ca.po | 105 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 45 insertions(+), 60 deletions(-)

commit 4f40ebe3050eda9d501f9f136059de781fff5bc0
Author: Duarte Loreto 
Date:   Sat Aug 21 17:46:05 2010 +0100

    Updated Portuguese translation

 po/pt.po | 98 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 42 insertions(+), 56 deletions(-)

commit 8995cbbec42fa7a1033a2ec88a93a874a18ac2cc
Author: Saleem Abdulrasool 
Date:   Thu Aug 19 23:11:39 2010 -0700

    fix make check

 src/reflect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c56c3c4673a310f5d71bc16045a331d362c0bbc5
Author: Behdad Esfahbod 
Date:   Thu Aug 19 12:52:50 2010 -0400

    Revert "Bug 601926 - Don't hardcode meta to alt"
    
    This reverts commit b73782a28894e25ed146271f9d6c6775a6836199.

 src/keymap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1388c74ff3d025b0b87a9de2a94d6407c40980b0
Author: Behdad Esfahbod 
Date:   Wed Aug 11 16:54:52 2010 -0400

    Indent

 src/vte-private.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 8b8ad8ff56505ba93f5ab6cae29f766eaa2861ff
Author: Kristian Høgsberg 
Date:   Thu Aug 19 09:50:33 2010 -0400

    Remove leftover, unused GdkPixmpap variable
    
    This removes the last GdkPixmap reference in vte.

 src/vtebg.c | 2 --
 1 file changed, 2 deletions(-)

commit 0cfaef604b1cbda52cbacf992bbba279059cc96a (tag: 0.25.90)
Author: Christian Persch 
Date:   Mon Aug 16 21:26:29 2010 +0200

    Distcheck with --with-gtk=3.0

 Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit b48f5ea815337f48a0dafefb68b5858af66ecd6a
Author: Christian Persch 
Date:   Mon Aug 16 21:23:39 2010 +0200

    One more GSEAL fix

 src/reflect.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 077f698fcd06eae347ee91426a110c4d00ee1a99
Author: Christian Persch 
Date:   Mon Aug 16 15:09:42 2010 +0200

    Version 0.25.90

 NEWS         | 15 +++++++++++++++
 configure.in |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

commit deaac0d77a1838dc3ecc33ba2993b45dd2a3ee1c
Author: Behdad Esfahbod 
Date:   Wed Aug 11 16:15:18 2010 -0400

    Fix signdness warnings

 src/vte.c | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

commit 9af0c65c082daab19d388f50c2b5d52f8f28a454
Author: Behdad Esfahbod 
Date:   Wed Aug 11 16:10:06 2010 -0400

    Bug 626676 - Cleanup vte_terminal_determine_colors
    
    Or rather, rewrite it.
    
    At least I understand how it's supposed to work now.  Combinations of
    set highlight color, set cursor color, reverse mode, selected text,
    etc work much better now.

 src/vte.c | 190 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 103 insertions(+), 87 deletions(-)

commit a0d9e0ff3a580a47f45dc01eb303c164a126c81b
Author: Behdad Esfahbod 
Date:   Wed Aug 11 15:21:29 2010 -0400

    Simplify determine_colors more
    
    Get rid of reverse argument.  Also "xor" instead of "or" selection mode
    with reverse mode.  Selection works with reverse mode now.  Before, it
    didn't render.

 src/vte.c | 34 +++++++++++-----------------------
 1 file changed, 11 insertions(+), 23 deletions(-)

commit 956a836ab4f7000a7cf409c05a194e194573c358
Author: Behdad Esfahbod 
Date:   Wed Aug 11 14:30:14 2010 -0400

    Bug 621298 - Cursor invisible (plain black) in (xfce) Terminal & terminator
    
    Fix the case where cursor color is set.
    
    Towards making determine_colors make sense.  Still not done.  More
    commits coming, but this one is enough to fix the main regression.

 src/vte.c | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

commit 3a7fbb285ebf9a50eb3498e21e001b773701f5a6
Author: Behdad Esfahbod 
Date:   Wed Aug 11 14:24:33 2010 -0400

    Revert "Don't hide cursor even if cell is invisible"
    
    This reverts commit 18ee5f522d8bc2f5dfe896f40eba8d5313cb310f.
    
    This didn't make sense.  It was making invisible cells visible when
    under cursor.

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit edde846fa555e0d5e16d54328e47d81096f82893
Author: Behdad Esfahbod 
Date:   Wed Aug 11 13:46:10 2010 -0400

    Minor

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b2f8852f936a8ef0537a0a83156a24544b1a1cf2
Author: Behdad Esfahbod 
Date:   Wed Aug 11 13:45:40 2010 -0400

    Minor --help adjustment

 src/vteapp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9abf75cb36376d00a6dc14d7482599a57cbff023
Author: Christian Persch 
Date:   Wed Aug 11 18:16:20 2010 +0200

    Vary gettext domain for vte/gtk3
    
    Using the same domain creates parallel-install troubles.

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 48e2356a5a91c8c6d61573c30bcb8740fbec4b8e
Author: Behdad Esfahbod 
Date:   Tue Aug 10 15:01:47 2010 -0400

    Ensure vte-gtk-compat.h is included in the tarball

 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 01c7eee35d336e674df206220047c19bc38ed20e
Author: Behdad Esfahbod 
Date:   Tue Aug 10 15:00:22 2010 -0400

    Ensure decset, osc and window are included in the tarball

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 14aa0032f04aa1771116fe6f73dd46a75c4c11f2
Author: Christian Persch 
Date:   Tue Aug 10 20:09:29 2010 +0200

    Docs update

 doc/reference/vte-sections.txt |  6 +++++
 src/vte.c                      | 57 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

commit 4feccba86ead67f7e0da018b45f2301a89a3ea75
Author: Nils-Christoph Fiedler 
Date:   Sun Aug 8 15:53:24 2010 +0200

    Updated LowGerman translation

 po/nds.po | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

commit 18ed68d1ea94e002cef001398b8bb344d639f5d7
Author: A S Alam 
Date:   Wed Aug 4 15:10:48 2010 +0530

    update Translation in master for Punjabi by A S Alam

 po/pa.po | 46 ++++++++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 22 deletions(-)

commit 23655733396cbe49b989901c7a4a0c66bca4a4dc
Author: Dirgita 
Date:   Wed Aug 4 11:03:00 2010 +0700

    Updated Indonesian translation

 po/id.po | 152 ++++++++++++++++++---------------------------------------------
 1 file changed, 42 insertions(+), 110 deletions(-)

commit 701dfad230c641edd7894f562fb46195a57bcf08
Author: Daniel Nylander 
Date:   Sun Jul 25 19:05:14 2010 +0200

    Updated Swedish translation

 po/sv.po | 114 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 45 insertions(+), 69 deletions(-)

commit bc8df68917912f333ebdab8135800e4d3632dcd4
Author: Behdad Esfahbod 
Date:   Thu Jul 22 13:05:04 2010 -0400

    Bug 618097 - Broken backtab (cbt)

 src/vteseq.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

commit 3e8c59f78a8e7557ffccd97d7cd5dea0f7b0aceb
Author: Behdad Esfahbod 
Date:   Thu Jul 22 12:32:40 2010 -0400

    Add compat impl for gtk_accessible_get_widget()

 src/vte-gtk-compat.h | 4 ++++
 src/vteaccess.c      | 1 +
 2 files changed, 5 insertions(+)

commit 07307c1863cd68a85284235b69e6687f9eed36e9
Author: Fran Diéguez 
Date:   Wed Jul 21 16:28:11 2010 +0200

    Updated Galician translations

 po/gl.po | 58 ++++++++++++++++++----------------------------------------
 1 file changed, 18 insertions(+), 40 deletions(-)

commit c01a676e1ed44e1aa3e318cea559be4b2f1d49c3
Author: Mario Blättermann 
Date:   Fri Jul 16 21:38:54 2010 +0200

    [i18n] Updated German translation

 po/de.po | 99 +++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 45 insertions(+), 54 deletions(-)

commit 8b971a7b2c59902914ecbbc3915c45dd21530a91
Author: Kees Cook 
Date:   Mon Jul 12 21:31:32 2010 +0200

    Fix terminal title reporting
    
    Fixed CVE-2003-0070 again.
    See also http://marc.info/?l=bugtraq&m=104612710031920&w=2 .
    (cherry picked from commit 6042c75b5a6daa0e499e61c8e07242d890d38ff1)

 src/vteseq.c | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

commit a4445d5bd1106d8683b471a358f7933bacb58105
Author: Christian Persch 
Date:   Mon Jul 12 21:27:38 2010 +0200

    Tiny configure fix

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d17e650aa062946ce599f80fe33989cc2c7bb52d
Author: Kristian Høgsberg 
Date:   Thu Jul 15 09:57:23 2010 -0400

    Stop using the gdk_draw_* API
    
    Only one gdk_draw_rectangle() call let.

 src/vte.c | 29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

commit 6eadb8494797e44910b86b5e101823cf527c04e1
Author: Kristian Høgsberg 
Date:   Thu Jul 15 09:07:51 2010 -0400

    Use accessors for setting adjustment
    
    We use g_object_freeze_notify() to emit the same amount of ::changed
    signals.

 src/vte.c | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

commit 31303a1893ba6052a537f285c99db80499a8b797
Author: Kristian Høgsberg 
Date:   Thu Jul 15 08:38:42 2010 -0400

    Use get accessors for adjustments

 src/vte.c | 57 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 31 insertions(+), 26 deletions(-)

commit 887f86c00e99e38f9374eea03b1535cd823851b3
Author: Kristian Høgsberg 
Date:   Thu Jul 15 08:24:16 2010 -0400

    Add remaining accessors
    
    All that remains now is the adjustment accessors.

 src/vte.c       | 19 +++++++++--------
 src/vteaccess.c | 64 +++++++++++++++++++++++++++++---------------------------
 src/vteapp.c    | 65 +++++++++++++++++++++++++++++++++------------------------
 src/vtedraw.c   | 11 ++++++----
 src/vteseq.c    | 16 +++++++-------
 5 files changed, 97 insertions(+), 78 deletions(-)

commit 0f4d6539fa0280cfa658a27ceaca63c2db0232e4
Author: Kristian Høgsberg 
Date:   Wed Jul 14 22:52:53 2010 -0400

    Seal VTE when VTE_SEAL_ENABLE is given, not GSEAL_ENABLE
    
    gtk+ 3.0 defines GSEAL_ENABLE, which seals up VTE for the vte code as well.
    Instead, seal of VTE when VTE_SEAL_ENABLE is defined and set it in
    the .pc file.

 src/vte.h | 2 +-
 vte.pc.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 235461a3c4ac1577a3c0891a2d0ca5316e12a568
Author: Kristian Høgsberg 
Date:   Wed Jul 14 22:51:18 2010 -0400

    Introduce compat macros for region differences

 src/vte-gtk-compat.h | 27 +++++++++++++++++++++++++++
 src/vte.c            |  6 +++---
 src/vtedraw.h        |  1 +
 3 files changed, 31 insertions(+), 3 deletions(-)

commit ac1e78c78e6a39834d35c525be01d50c348d33ba
Author: Saleem Abdulrasool 
Date:   Wed Jul 14 22:10:00 2010 -0400

    Use accessors for gtk objects
    
    This change introduces vte-gtk-compat.h to allow compatibility with the
    current GTK+ requirement (2.14+) while allowing us to use GSEAL when
    available.  When the GTK+ requirements are moved up to 2.20+, it should
    be possible to entirely remove the header.
    
    Setting of the GTK adjustment fields still occurs without the accessors
    as setting the value and then using value_changed may introduce
    different behaviour and/or double signal emissions.

 src/vte-gtk-compat.h |  45 +++++++++
 src/vte.c            | 253 ++++++++++++++++++++++++++++++---------------------
 2 files changed, 195 insertions(+), 103 deletions(-)

commit 396f44dd5ea0a4d9d0567ae9c6618bb3004c4c34
Author: Kristjan Schmidt 
Date:   Sun Jul 4 17:33:30 2010 +0200

    Add Esperanto translation

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 3671437e3d2fca4ac4918078700b2d60de43228c
Author: Kristjan Schmidt 
Date:   Sun Jul 4 17:33:30 2010 +0200

    Add Esperanto translation

 po/eo.po | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 105 insertions(+)

commit 137e16630cd737dd4690fb54e6431b0bfebcf509
Author: Behdad Esfahbod 
Date:   Wed Jun 30 15:27:30 2010 -0400

    Simplify libtool versioning

 configure.in    | 38 +++++++++++++++++++-------------------
 src/Makefile.am |  2 +-
 2 files changed, 20 insertions(+), 20 deletions(-)

commit 4423625ec82432f7bbc6b8a00b865271d3b123fd
Author: Aron Xu 
Date:   Tue Jun 29 21:53:54 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 112 +++++++++++++++++++++++++-----------------------------------
 1 file changed, 46 insertions(+), 66 deletions(-)

commit 11a21955d145c743631a3eb6dc109e08359bfea5
Author: Khaled Hosny 
Date:   Sat Jun 26 22:30:37 2010 +0300

    Updated Arabic translation

 po/ar.po | 46 ++++++++++++++++++++--------------------------
 1 file changed, 20 insertions(+), 26 deletions(-)

commit 9caf8b2249dea81bc03108020b7c033a78cd3f57
Author: Behdad Esfahbod 
Date:   Fri Jun 25 02:02:29 2010 -0300

    Minor comment fix.

 src/vte.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8b3dbe8e6771356023fe552b178659357f502473
Author: Behdad Esfahbod 
Date:   Thu Jun 17 15:02:54 2010 -0400

    Set widget app_paintable.

 src/vte.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 332e694b5067c7e8e5d2f32ceccbd229243a3ff7
Author: Christian Persch 
Date:   Fri May 28 21:10:46 2010 +0200

    Make vte dual buildable with gtk2 and gtk3
    
    Gtk3 build is untested.

 Makefile.am               |  8 +++--
 configure.in              | 82 ++++++++++++++++++++++++++++++++++++++---------
 doc/reference/Makefile.am |  4 +--
 src/Makefile.am           | 64 ++++++++++++++++++------------------
 vte-uninstalled.pc.in     |  2 +-
 vte.pc.in                 |  4 +--
 6 files changed, 111 insertions(+), 53 deletions(-)

commit 405ed5bb3151940db0f21ff5b8e96bea94770f96
Author: Behdad Esfahbod 
Date:   Fri Jun 11 22:51:49 2010 -0400

    Clean up background clearing
    
    Fixes bug where lower border of the screen was not properly painted in
    fullscreen mode.

 src/vte.c     | 45 +++++++++------------------------------------
 src/vtedraw.c | 18 +-----------------
 src/vtedraw.h |  3 +--
 3 files changed, 11 insertions(+), 55 deletions(-)

commit b73782a28894e25ed146271f9d6c6775a6836199
Author: Behdad Esfahbod 
Date:   Fri Jun 4 14:36:45 2010 -0400

    Bug 601926 - Don't hardcode meta to alt

 src/keymap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b86c068b061090e176b1ff6e82dcccfd0198ed2f
Author: Matthias Clasen 
Date:   Thu Jun 3 12:16:30 2010 -0400

    Bug 620493 - strict aliasing warning

 gnome-pty-helper/gnome-pty-helper.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit bff92abe96896ebf3c7e2a60243caf65659d3390
Author: Yaron Shahrabani 
Date:   Sat May 29 13:29:22 2010 +0300

    Updated Hebrew translation.

 po/he.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 94d7fb63386d1e8e2653a961af6cbeac06b05c2b
Author: Yaron Shahrabani 
Date:   Sat May 29 13:28:26 2010 +0300

    Updated Hebrew translation.

 po/he.po | 100 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 43 insertions(+), 57 deletions(-)

commit b1cc8aa1a42e74c2130a6e39c5571779fb842f69
Author: Ivar Smolin 
Date:   Thu May 27 08:35:49 2010 +0300

    Estonian translation updated

 po/et.po | 84 +++++++++++++---------------------------------------------------
 1 file changed, 17 insertions(+), 67 deletions(-)

commit 9370647823ce29c1088c351381a07a5506b74c84
Author: Behdad Esfahbod 
Date:   Wed May 26 13:09:47 2010 -0400

    Bug 618749 - set terminal widget background color to terminal background

 src/vte.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 430dd34fa9532fa492ea512f226e8483d1393716
Author: Behdad Esfahbod 
Date:   Wed May 26 13:09:25 2010 -0400

    Fix requires_clear setting
    
    Part of Bug 618749 - [PATCH] set terminal widget background color to terminal

 src/vtedraw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2902ade6f3714e8d42cab0320a5e99345a142bd9
Author: Petr Kovar 
Date:   Sun May 23 19:49:10 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po | 43 ++++++++++++++++++-------------------------
 1 file changed, 18 insertions(+), 25 deletions(-)

commit 3bd8a57d124126f360a2352bfdc61e78a7c7982f
Author: Behdad Esfahbod 
Date:   Fri May 14 18:27:32 2010 -0400

    Revert "Disable introspection dist"
    
    This reverts commit a0cec4542963d52b1c1842ea9b450a51262b4c09.

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d2aabde8ba4ef9dff306cbf15044c68e350ba9d
Author: Thomas Thurman 
Date:   Thu May 13 18:06:11 2010 -0400

    Updated Shavian translation

 po/en@shaw.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 868d03f9921e49ef8966a9307a0f521f5c9311d7
Author: Thomas Thurman 
Date:   Wed May 12 18:41:00 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po | 47 ++++++++++++++++++++---------------------------
 1 file changed, 20 insertions(+), 27 deletions(-)

commit 5dc9b3ce32070f1a7040b8ed24d9d463ad6a67b0
Author: Behdad Esfahbod 
Date:   Tue May 11 16:49:10 2010 -0400

    Bug 614658 - text selection with mouse is buggy when using the shift key

 src/vte.c | 4 ++++
 1 file changed, 4 insertions(+)

commit c84f01d9de7bc2c7a9bfbc6373afbdebbab3d2be
Author: Behdad Esfahbod 
Date:   Wed May 5 19:16:39 2010 -0400

    Bug 617690 - Setting default fg color should not cancel underline

 src/vteseq.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 7af990ed413f19de0b20815b4ceeec13c201790f (tag: 0.25.1)
Author: Behdad Esfahbod 
Date:   Mon May 3 11:31:46 2010 -0400

    Release 0.25.1

 NEWS         | 17 +++++++++++++++++
 configure.in |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

commit a0cec4542963d52b1c1842ea9b450a51262b4c09
Author: Behdad Esfahbod 
Date:   Mon May 3 21:08:54 2010 -0400

    Disable introspection dist
    
    Broken as usual...

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 860ed187545355fa9daef60907a3746837cc7b6a
Author: Behdad Esfahbod 
Date:   Mon May 3 11:21:42 2010 -0400

    [configure] Make libtool versioning automatic

 configure.in | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

commit d8ccb73b23cd2a5c85a3bfbfbfe550391feb3ae0
Author: Behdad Esfahbod 
Date:   Mon May 3 04:17:52 2010 -0400

    [search] Fix not-found

 src/vte.c | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

commit e7101e79d6ba2d8a2f2d1029e76f7c8aecffbc09
Author: Behdad Esfahbod 
Date:   Mon May 3 03:58:34 2010 -0400

    [search] Don't scroll if result is on screen already

 src/vte.c | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit 8be7456df21e13fa7182143eb1266790ce3fc31a
Author: Behdad Esfahbod 
Date:   Mon May 3 03:49:09 2010 -0400

    Fix presenting search result

 src/vte.c | 47 ++++++++++++++++++++++-------------------------
 1 file changed, 22 insertions(+), 25 deletions(-)

commit 871fc9e97a2c6f8340ca20eb75fbbd04fecfb694
Author: Behdad Esfahbod 
Date:   Mon May 3 03:23:17 2010 -0400

    Add comment

 src/vte.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit fc35e7bed6ee7940167f9cde0eae913be7d15f4a
Author: Behdad Esfahbod 
Date:   Mon May 3 03:21:59 2010 -0400

    Fix selection invalidation.  Oops!

 src/vte.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d80ecde4c350e9922d374f9adb97238e5c041e5c
Author: Behdad Esfahbod 
Date:   Mon May 3 03:20:52 2010 -0400

    [search] Implement wrap-around

 src/vte.c | 92 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 59 insertions(+), 33 deletions(-)

commit 95c30fc52edd2d5de68267fdf3847b9e639d218d
Author: Behdad Esfahbod 
Date:   Sun May 2 03:35:21 2010 -0400

    Add VteVisualPosition

 src/vte-private.h | 16 +++++------
 src/vte.c         | 80 +++++++++++++++++++++++++++----------------------------
 src/vteseq.c      |  2 +-
 3 files changed, 48 insertions(+), 50 deletions(-)

commit ae08c6d9c1a2f1d9f5fee8658ddbed2321b1b0e1
Author: Behdad Esfahbod 
Date:   Sun May 2 03:23:29 2010 -0400

    Refactor search

 src/vte-private.h |   1 +
 src/vte.c         | 186 ++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 119 insertions(+), 68 deletions(-)

commit 1710d5069482355cf1b3dff9a7605f35311823d4
Author: Kjartan Maraas 
Date:   Sun May 2 11:40:20 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 95 ++++++++++++++++++++--------------------------------------------
 1 file changed, 29 insertions(+), 66 deletions(-)

commit 81375a2f4aec7b55d8c3337a316fdeda166b701f
Author: Behdad Esfahbod 
Date:   Thu Apr 29 16:38:36 2010 -0400

    Bug 616497 - 256 color sequence lacks boundary checking

 src/vteseq.c | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit 5e7bb0b7cbbd130eada9730b029270d822a69ef5 (origin/search)
Author: Behdad Esfahbod 
Date:   Tue Apr 27 16:28:12 2010 -0400

    Fixup search a bit

 src/vte-private.h | 2 +-
 src/vte.c         | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

commit ed1c3e4ba7aa3a6a3d4eea9dc30b6356f91c26b9
Author: Behdad Esfahbod 
Date:   Tue Apr 27 11:35:39 2010 -0400

    Add _[gs]et_wrap_around() API

 src/vte-private.h |  1 +
 src/vte.c         | 29 ++++++++++++++++++++++-------
 src/vte.h         |  7 ++++---
 3 files changed, 27 insertions(+), 10 deletions(-)

commit c16d84a84006fd62ad4282b983868ae7b91cf9c6
Author: Behdad Esfahbod 
Date:   Tue Apr 27 06:22:26 2010 -0400

    Start of find_prev

 src/vte.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 80 insertions(+), 15 deletions(-)

commit 812fa94985488dda7d14992895c20ea632c04147
Author: Behdad Esfahbod 
Date:   Tue Apr 27 04:01:03 2010 -0400

    Add buffer search API
    
    Not performing any actual search right now.

 src/vte-private.h |  3 +++
 src/vte.c         | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/vte.h         |  9 ++++++++
 3 files changed, 73 insertions(+)

commit 3653a15060dace53d22834fd853ecf702859aea0
Author: Francisco Diéguez 
Date:   Sat Apr 17 21:35:15 2010 +0200

    Updated Galician translations

 po/gl.po | 37 ++++++++++++++++---------------------
 1 file changed, 16 insertions(+), 21 deletions(-)

commit 25a382362d049d655620c122e3036f3482ebf963
Author: Christian Persch 
Date:   Thu Apr 15 19:02:04 2010 +0200

    VteBg is private API

 doc/reference/vte-sections.txt | 1 -
 src/vtebg.c                    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 8c0e7c9aa277e8f51d7dbb010044fea072a26c0b
Author: Christian Persch 
Date:   Thu Apr 15 18:55:02 2010 +0200

    Use (transfer full)

 src/pty.c |  6 +++---
 src/vte.c | 18 +++++++++---------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit 15ce739c19ff14f3d5e2267d2c1bb1d1b5c50a28
Author: Jorge González 
Date:   Thu Apr 15 08:28:01 2010 +0200

    Updated Spanish translation

 po/es.po | 119 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 54 insertions(+), 65 deletions(-)

commit 32af285e46f078a84fbff7d2455bba4960b3a4b8
Author: Matej Urbančič 
Date:   Wed Apr 14 17:58:38 2010 +0200

    Updated Slovenian translation

 po/sl.po | 129 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 55 insertions(+), 74 deletions(-)

commit c4159492f8ea3f5fc4c1adeae5077ef12edb366b
Author: Christian Persch 
Date:   Mon Apr 12 20:29:38 2010 +0200

    Add some more gi annotations

 src/vte.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 0142382369accceab938fd06e7001688187834c5
Author: Christian Persch 
Date:   Mon Apr 12 20:09:08 2010 +0200

    Tiny docs fix

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit deeab3837a7b3c463e525f75f0b96436448bc7c3
Author: Christian Persch 
Date:   Mon Apr 12 19:59:44 2010 +0200

    Add annotation-glossary.xml include

 doc/reference/vte-docs.xml | 2 ++
 1 file changed, 2 insertions(+)

commit 122d6382534fd381ca2f964b0df9aa568da52c45
Author: Christian Persch 
Date:   Mon Apr 12 19:59:03 2010 +0200

    Add deprecation guards to vtedeprecated.h
    
    They're redunant since this file is only included in the
    !VTE_DISABLE_DEPRECATED case, but this is necessary to make the docs
    build happy.

 src/vtedeprecated.h | 4 ++++
 1 file changed, 4 insertions(+)

commit fddc82dde27f0cbdbc38c617808be965b83558ac
Author: Behdad Esfahbod 
Date:   Mon Apr 12 11:38:06 2010 -0400

    Bug 615417 - Reversed and one error saturation level in 0.24.0

 src/vtebg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f82251e5138a3515c3bd17e4af5769ee2c7c3d96
Author: Behdad Esfahbod 
Date:   Mon Apr 12 11:23:42 2010 -0400

    Bug 615467 - [PATCH] VTE does not handle CSI%dr properly

 src/caps.c | 1 +
 1 file changed, 1 insertion(+)

commit bc3a50d2d6024e8b01bb64f9e0e908de123216a2
Author: Christian Persch 
Date:   Sun Apr 11 21:00:01 2010 +0200

    Don't crash when root_surface is NULL

 src/vtebg.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 17a7de4fb76205f92d6f9af7af9ba6e127eeb3b4
Author: Christian Persch 
Date:   Sun Apr 11 20:51:56 2010 +0200

    Add some debug output to VteBg

 src/debug.c |  3 ++-
 src/debug.h |  3 ++-
 src/vtebg.c | 21 ++++++++++++---------
 3 files changed, 16 insertions(+), 11 deletions(-)

commit bf80e94ed89c3abdc238725694617444cc0f3949
Author: Christian Persch 
Date:   Sat Apr 10 17:48:54 2010 +0200

    Tiny docs fixup

 src/vte.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 09ac9fd1733e0376fe2201e92a93accd7c716865
Author: Christian Persch 
Date:   Sat Apr 10 17:41:28 2010 +0200

    Add gobject introspection annotations
    
    ... and update some docs.

 src/pty.c |  24 ++---
 src/vte.c | 315 +++++++++++++++++++++++++++-----------------------------------
 src/vte.h |   9 +-
 3 files changed, 154 insertions(+), 194 deletions(-)

commit b1379dc19ac015a3dbb7a42f7b1250e6e096820f
Author: Christian Persch 
Date:   Sat Apr 10 16:34:11 2010 +0200

    Remove unused variable

 src/vtebg.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit e70fbd240fd230155a5321907bfe6f4fa032586c
Author: Christian Persch 
Date:   Sat Apr 10 16:27:19 2010 +0200

    Add FIXME about potential optimisation

 src/vtebg.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 3aaa051bc390c97dca80beff9fdcf14eaddf01a8
Author: Christian Persch 
Date:   Sat Apr 10 16:24:33 2010 +0200

    Add some gtk-doc comments
    
    While trying to understand this code.

 src/vtebg.c | 43 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 35 insertions(+), 8 deletions(-)

commit 41db1d0d64227d65d1f25de68d8a62e3a7bd271d
Author: Christian Persch 
Date:   Sat Apr 10 16:06:02 2010 +0200

    Use _vte_debug_print() here

 src/vtebg.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 7561724dc78abf71a6cefaf17965f16a69fec44b
Author: Christian Persch 
Date:   Sat Apr 10 16:01:45 2010 +0200

    Parse options enum from string

 src/vteapp.c | 54 ++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 38 insertions(+), 16 deletions(-)

commit 08283ddc9f5516e1f15306399c909c0adc49db77
Author: Christian Persch 
Date:   Sat Apr 10 15:49:31 2010 +0200

    Use standard form of stock type macros

 src/vte.h   | 29 +++++++++--------------------
 src/vtebg.h | 15 +++++++--------
 2 files changed, 16 insertions(+), 28 deletions(-)

commit 39b7a1f74dc7044d1fd6cd9df7abceffa7e99349
Author: Christian Persch 
Date:   Sat Apr 10 01:42:24 2010 +0200

    We also depend on cairo-xlib on gdk-x11

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9642829fbbd027bf39df6205efc1d7cb8383c02
Author: Christian Persch 
Date:   Sat Apr 10 01:41:52 2010 +0200

    Use G_STATIC_ASSERT
    
    Now that we depend on glib 2.22, remove our private static assert macro
    and just use G_STATIC_ASSERT.

 src/debug.h      |  4 ----
 src/vterowdata.h | 10 +++++-----
 2 files changed, 5 insertions(+), 9 deletions(-)

commit 49759e9608b1d69cdc26a44e0259d57297be995a
Author: Christian Persch 
Date:   Thu Apr 8 17:16:49 2010 +0200

    Fix underline cursor height calculation
    
    Use the cell width, not the whole cursor width when calculating the
    underline cursor height.

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d00507b9bc4c29248817915225c49c1e8b349fe0
Author: Christian Persch 
Date:   Thu Dec 3 18:47:13 2009 +0100

    Use the style's cursor-aspect-ratio when drawing the cursor
    
    For the ibeam cursor, use the aspect ratio; for the underline, its
    inverse (that's the only thing that makes sense here).
    
    Bug #586950.

 src/vte-private.h |  1 +
 src/vte.c         | 29 +++++++++++++++++++++++------
 2 files changed, 24 insertions(+), 6 deletions(-)

commit b72c2a7df25e5fdfefbd437505f9f71b7d675da8
Author: Christian Persch 
Date:   Thu Apr 8 13:15:00 2010 +0200

    Print the GDK target during configure
    
    For checking purposes.

 configure.in | 2 ++
 1 file changed, 2 insertions(+)

commit 8df389be0035f185705a4553bd8564940cb23080
Author: Christian Persch 
Date:   Sun Apr 4 22:37:02 2010 +0200

    Remove accidentally added include

 src/vtetc.c | 1 -
 1 file changed, 1 deletion(-)

commit 022bf76c6b01ea82310c67020461530082f86998
Author: Christian Persch 
Date:   Sun Apr 4 18:12:00 2010 +0200

    Add debug output when g-p-h fails

 src/pty.c | 4 ++++
 1 file changed, 4 insertions(+)

commit d8569b1a45bdba4f09d6162ad9287f47ac8ca25f
Author: Christian Persch 
Date:   Sun Apr 4 17:20:16 2010 +0200

    Remove unused function declaration

 src/vtetc.c | 1 +
 src/vtetc.h | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

commit feeda1671770daffa08a4235b94becdcbf9b825c
Author: Christian Persch 
Date:   Sun Apr 4 17:08:10 2010 +0200

    Remove signal ID from VteBgClass
    
    It's unused.

 src/vtebg.c | 16 ++++++++--------
 src/vtebg.h |  1 -
 2 files changed, 8 insertions(+), 9 deletions(-)

commit acbaf637f2c78d34d735e1b0c0c2586b344d42ff
Author: Christian Persch 
Date:   Sun Apr 4 17:06:39 2010 +0200

    Remove unnecessary i18n init from vtebg
    
    VteBg is an internal object that cannot be accessed from outside, and
    that has no i18n. So there's really no need to make its class init
    function bind vte's textdomain.

 src/vtebg.c | 7 -------
 1 file changed, 7 deletions(-)

commit be41faea3651c2a90012648490ebf346eac82d04
Author: Christian Persch 
Date:   Sun Apr 4 17:03:24 2010 +0200

    Add x11 to pkg-config dep list on gdk-x11
    
    Bug #613525.

 configure.in | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit f0809d9cc8b4bba36252a12098fb31dd81534242
Author: Christian Persch 
Date:   Sat Apr 3 23:50:51 2010 +0200

    Remove #if 0'd code

 src/vtebg.c | 22 ----------------------
 1 file changed, 22 deletions(-)

commit 9a36a04d3f6edbb81a304b0cad3b60d2e90d2324
Author: Christian Persch 
Date:   Sat Apr 3 23:49:15 2010 +0200

    Fix crash when loading the bg pixbuf failed

 src/vtebg.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 61e12fa671c2af5766ba28077a788423355bb5c1
Author: Christian Persch 
Date:   Sat Apr 3 18:59:03 2010 +0200

    Clean up vtebg
    
    Fixes build with !GDK_WINDOWING_X11. Bug #614469.

 src/vtebg.c   | 191 +++++++++++++++++++++++++++++-----------------------------
 src/vtebg.h   |  19 +++---
 src/vtedraw.c |   2 +-
 src/vtedraw.h |   2 +-
 4 files changed, 107 insertions(+), 107 deletions(-)

commit e2981d7ae9039256a22137a7f0b8fd886b794a94
Author: Behdad Esfahbod 
Date:   Thu Apr 1 18:09:41 2010 -0400

    Bug 604240 - fix set-scrolling-region behaviour on reset

 src/vteseq.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit bd2da3fd0fc436887a61a89b0dd367954fa36745
Author: Behdad Esfahbod 
Date:   Thu Apr 1 02:16:56 2010 -0400

    Bug 604241 - improve xterm emulation of set-scrolling-region behaviour

 src/caps.c         |  5 +++++
 src/vteseq-n.gperf |  2 ++
 src/vteseq.c       | 26 ++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)

commit f74f7b2ac16cedd53884917ede02e293276f40f2
Author: Behdad Esfahbod 
Date:   Thu Apr 1 01:52:35 2010 -0400

    Bug 613192 - check-doc-syntax.sh test fails

 src/check-doc-syntax.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0f095ac8755655525a48424773cf06b5b9ed21e9
Author: Behdad Esfahbod 
Date:   Thu Apr 1 01:49:30 2010 -0400

    Fix warnings

 src/dumpkeys.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 18ee5f522d8bc2f5dfe896f40eba8d5313cb310f
Author: Behdad Esfahbod 
Date:   Thu Apr 1 01:41:36 2010 -0400

    Don't hide cursor even if cell is invisible

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 09345b1ab25b72984419e82cfe3dca07bc5229ce
Author: Behdad Esfahbod 
Date:   Thu Apr 1 01:39:41 2010 -0400

    Bug 499944 - vte_sequence_handler_ta abuses cell.attr.invisible to hide tab char

 src/vtedraw.c | 5 +++++
 src/vteseq.c  | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

commit f412a6f73a7b3a432bb88830b63ee25ea648619d
Author: Behdad Esfahbod 
Date:   Thu Apr 1 01:34:18 2010 -0400

    Followup on Bug 602596 - Cursor can become invisible
    
    Fix invisible attribute.

 src/vte.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 3a37564dbce407a112b82b3e7b384a6669c498a3
Author: Behdad Esfahbod 
Date:   Wed Mar 31 19:03:03 2010 -0400

    Remove #ident

 python/vtemodule.c | 2 --
 1 file changed, 2 deletions(-)

commit b58bc5359085d2c9233ac6d6a265645bfa217e82
Author: Behdad Esfahbod 
Date:   Wed Mar 31 14:05:10 2010 -0400

    Bug 602596 - Cursor can become invisible
    
    Always compute the full fore/back color first, then reverse.
    That's what xterm does also.

 src/vte.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 492f6a7d6dbb30b2dee2d3b4ee0cd7f9a3bb7f60
Author: Christian Persch 
Date:   Tue Mar 30 21:42:41 2010 +0200

    Also generate type builtins from vtedeprecated.h

 src/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d4d0df68fb76fc145d05c2d6c1a7354e1737cffa
Author: Christian Persch 
Date:   Tue Mar 30 21:34:31 2010 +0200

    Remove obsolete FIXME comment

 src/pty.c | 1 -
 1 file changed, 1 deletion(-)

commit 80ea6ee57d8d80a2876edf626e797e738c8419ad
Author: Christian Persch 
Date:   Tue Mar 30 21:33:15 2010 +0200

    Reindent code after removing extra block

 src/pty.c | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

commit d75b77aaccf81e56077525d9aba45bd1a59da2d8
Author: Christian Persch 
Date:   Tue Mar 30 21:31:29 2010 +0200

    Remove "utf-8" property on VtePty
    
    It doesn't make much sense.

 src/pty.c | 36 +++---------------------------------
 1 file changed, 3 insertions(+), 33 deletions(-)

commit 840e598b685e5d6bd7b7f73b3b972c99ca933bbd
Author: Christian Persch 
Date:   Tue Mar 30 21:29:16 2010 +0200

    Make vte_pty_set_utf8 return a GError on failure

 src/pty.c    | 56 +++++++++++++++++++++++++++++++++++++++-----------------
 src/vte.c    |  9 +++++++--
 src/vtepty.h |  5 +++--
 3 files changed, 49 insertions(+), 21 deletions(-)

commit 63a407a1f8c4f77fc8cdf3b8d404dca154a5b686
Author: Christian Persch 
Date:   Tue Mar 30 21:12:07 2010 +0200

    Remove FIXME

 src/pty.c | 2 --
 1 file changed, 2 deletions(-)

commit 13f08f861f96bf2c695ce2486729bf54df5e946d
Author: Christian Persch 
Date:   Tue Mar 30 21:11:34 2010 +0200

    Reindent after removing unnecessary block

 src/pty.c | 129 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 64 insertions(+), 65 deletions(-)

commit 1665665bc4b66fe6e8b25466cf4768f026741212
Author: Christian Persch 
Date:   Tue Mar 30 21:10:15 2010 +0200

    Don't leak a FD on error

 src/pty.c | 2 ++
 1 file changed, 2 insertions(+)

commit 85d92cf07482ab861173d5516319284b8173c801
Author: Christian Persch 
Date:   Tue Mar 30 21:02:20 2010 +0200

    Remove obsolete warning message
    
    We now report back a GError which is much better than spewing random
    stuff to the console.

 src/pty.c | 11 -----------
 1 file changed, 11 deletions(-)

commit b6741eec1a280a590b20682e65e41ad65b84c50f
Author: Christian Persch 
Date:   Tue Mar 30 20:58:43 2010 +0200

    Preserve errno since the deprecated API might use it

 src/pty.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit 9ce477c70120a2a24c32bcacebc28b6e09a63957
Author: Christian Persch 
Date:   Tue Mar 30 20:55:47 2010 +0200

    Don't allow setting negative row/column size

 src/pty.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8b6da8a26641ec84a6b0475d12e2b05952bf0cec
Author: Christian Persch 
Date:   Mon Mar 29 14:17:45 2010 +0200

    Update lt versioning

 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5a472756b10dc8b683fc0372d97fb69ea4ff2256
Author: Jamil Ahmed 
Date:   Sun Mar 28 00:31:22 2010 +0600

    Updated Bengali translation

 po/bn.po | 127 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 60 insertions(+), 67 deletions(-)

commit 8c1473f646bffffbc18c2473f6f1e80b9287a4b8
Author: Behdad Esfahbod 
Date:   Fri Mar 26 16:52:17 2010 -0400

    Bug 614048 - Never change active selection to a column block
    
    Only activate block selection if ctrl was pressed when selection was started.

 src/vte.c | 42 +++---------------------------------------
 1 file changed, 3 insertions(+), 39 deletions(-)

commit 26771370d12c58d5876aa7e0d8b7c6acd2698189
Author: Christian Persch 
Date:   Thu Mar 25 14:16:55 2010 +0100

    Use the set column/row size even when we don't have a PTY
    
    Bug #317158.

 src/vte.c | 23 +++++------------------
 1 file changed, 5 insertions(+), 18 deletions(-)

commit f116be136c0111d3ff1ea7a8c89233bd00fd5140
Author: Christian Persch 
Date:   Thu Mar 25 13:59:32 2010 +0100

    Add more conditionals
    
    Only use these signals if they're defined. Taken from the patch in
    bug #369310.

 src/pty.c | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 1e684a5156f770c6238ef02e15b5d8713f43638d
Author: Christian Persch 
Date:   Wed Mar 24 21:38:32 2010 +0100

    Add GError param to vte_pty_new_foreign

 src/pty.c    | 22 +++++++++-------------
 src/vte.c    |  5 +++--
 src/vtepty.h |  3 ++-
 3 files changed, 14 insertions(+), 16 deletions(-)

commit 47ddb37d3e6900a456a6739ceb6f03ab96f7c1b0
Author: Christian Persch 
Date:   Wed Mar 24 21:29:11 2010 +0100

    Preserve errno

 src/pty.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit bd66b79ef8395e9ffe177e82aff20bf5de6f79e5
Author: Christian Persch 
Date:   Wed Mar 24 21:26:23 2010 +0100

    Don't leak a FD when starting the PTY helper fails

 src/pty.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 28b4c114ab963aa526a27853fd16e311f5bfc171
Author: Christian Persch 
Date:   Wed Mar 24 15:46:41 2010 +0100

    Return error when compiled without g-p-h and no-fallback flag used

 src/pty.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit da94ec83debfbf19e36fec9aea15f619803cee70
Author: Christian Persch 
Date:   Wed Mar 24 15:21:49 2010 +0100

    Preserve errno for the _vte_pty_* compat API

 src/pty.c | 2 ++
 1 file changed, 2 insertions(+)

commit c7070697b5363714462c7450448475918ffac0a3
Author: Christian Persch 
Date:   Wed Mar 24 15:18:53 2010 +0100

    More error handling

 src/pty.c | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

commit 1e2b9d17dcbfd530e925a9896d106ca4885e0911
Author: Christian Persch 
Date:   Wed Mar 24 14:57:33 2010 +0100

    Better error reporting

 src/pty.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

commit d08ab3e5641e6f486e1918d32566bec104924698
Author: Christian Persch 
Date:   Wed Mar 24 14:15:08 2010 +0100

    Prevent single inclusion of vtedeprecated.h

 src/vte.h           | 2 ++
 src/vtedeprecated.h | 4 ++++
 2 files changed, 6 insertions(+)

commit 8d263ba855ca6cbf741fc9cdfc921963be63991c
Author: Christian Persch 
Date:   Wed Mar 24 14:10:47 2010 +0100

    Move deprecated stuff out of vte.h
    
    ... and into vtedeprecated.h. This way it won't end up in the GIR.

 src/Makefile.am     |  3 +-
 src/vte.h           | 78 +++-----------------------------------------
 src/vtedeprecated.h | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 99 insertions(+), 75 deletions(-)

commit 4ad049abbad52836542551953c4072ae08d7ceea
Author: Christian Persch 
Date:   Wed Mar 24 14:05:04 2010 +0100

    Improve error messages
    
    Get more specific error messages telling what exactly went wrong.

 src/pty.c | 77 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 52 insertions(+), 25 deletions(-)

commit 52ec2582e509940ec48215c03d120ec2ace46076
Author: Badral Sanligiin 
Date:   Tue Mar 23 02:34:11 2010 +0100

    Updated Mongolian translation

 po/mn.po | 100 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 49 deletions(-)

commit 5cd582723d55a487d8117adbae28f7bf0fd76da3
Author: Behdad Esfahbod 
Date:   Sun Mar 21 22:26:59 2010 -0400

    Bug 613528 - computed size is wrong with low width and height values in vte_terminal_size_allocate

 src/vte.c | 2 ++
 1 file changed, 2 insertions(+)

commit 087f18c041175fe73b187ee4f1ad89a2aa53bbff
Author: Christian Persch 
Date:   Thu Mar 18 20:27:30 2010 +0100

    Move deprecated stuff to the end

 src/vte.h | 46 ++++++++++++++++++----------------------------
 1 file changed, 18 insertions(+), 28 deletions(-)

commit 8f67e5d4b0ad71d512d47082b46fe353efff1601
Author: Christian Persch 
Date:   Thu Mar 18 13:24:50 2010 +0100

    Add PTY flags option to vteapp
    
    So I can test the PTY implementation.

 src/vteapp.c | 42 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 41 insertions(+), 1 deletion(-)

commit 75594032397e16e7f6b34ca89fe506c16f011bda
Author: Christian Persch 
Date:   Thu Mar 18 00:21:24 2010 +0100

    Remove unnecessary include

 src/vte.h    | 2 ++
 src/vtepty.h | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6ed5d3120d575531a5e25594785310ddaf28d330
Author: Christian Persch 
Date:   Wed Mar 17 22:59:43 2010 +0100

    Docs update

 src/vte.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit cb7b31e70e34b7af4162fd28b947678c31609819
Author: Christian Persch 
Date:   Wed Mar 17 22:37:41 2010 +0100

    Work harder to preserve errno

 src/pty.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit fb2739a358ae8f4775150f54745e16be698775db
Author: Christian Persch 
Date:   Wed Mar 17 22:34:16 2010 +0100

    Use errsv here instead of errno

 src/pty.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7f0db06fc886d8a98ea171d775ee8293554ab704
Author: Christian Persch 
Date:   Wed Mar 17 21:54:46 2010 +0100

    Use G_SPAWN_SEARCH_PATH in vteapp's --command

 src/vteapp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e1b7915a6cb88da609f2c9a7c754ff75aa260d88
Author: Christian Persch 
Date:   Wed Mar 17 21:23:40 2010 +0100

    Add introspection
    
    Based on a patch by Johan Dahlin from bug #604837.

 Makefile.am     |  2 +-
 configure.in    | 11 +++++++++++
 src/Makefile.am | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 1 deletion(-)

commit eb412ad588f9796bdeb63f3cfddf419cd99b28e3
Author: Christian Persch 
Date:   Wed Mar 17 21:23:27 2010 +0100

    Remove removed pty test

 src/Makefile.am | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 74b824a278cc884be462855f148bcc8b349f2d46
Author: Christian Persch 
Date:   Wed Mar 17 19:19:22 2010 +0100

    Use inner-border property
    
    Replace deprecated vte_terminal_get_padding() with "inner-border" style
    property.

 src/vteaccess.c | 18 ++++++++++-----
 src/vteapp.c    | 72 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 56 insertions(+), 34 deletions(-)

commit 8cc30010ef4e8d67bf3bba68a7c45e47992b35ac
Author: Christian Persch 
Date:   Wed Mar 17 19:03:19 2010 +0100

    Rename VTE_SEAL to _VTE_SEAL
    
    So that gtk-doc doesn't think this macro should be documented.

 src/vte.h | 90 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

commit cc1431c5cc8f12252a3ebeb17da273d6edfe1c56
Author: Christian Persch 
Date:   Wed Mar 17 19:01:13 2010 +0100

    Seal VteTerminal
    
    All of these public fields have accessors already.

 src/vte.h | 30 +++++++++---------------------
 1 file changed, 9 insertions(+), 21 deletions(-)

commit 15221b3505dc9a7ee9eec63e9d3d040a211aca60
Author: Christian Persch 
Date:   Wed Mar 17 18:50:22 2010 +0100

    Deprecated VteTerminalClass::*_signal
    
    These signal IDs are useless. If someone is interested in the signal ID,
    they can just use g_signal_lookup().

 src/vte.h | 70 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 33 insertions(+), 37 deletions(-)

commit 106081e2d1875d893e598a4d20bfab266b6a764e
Author: Christian Persch 
Date:   Wed Mar 17 18:40:49 2010 +0100

    Add VTE_SEAL and VTE_DEPRECATED macros

 src/vte.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 4c07ce73bef1f253075c382d0e55cc526df7222a
Author: Christian Persch 
Date:   Sat Jan 30 14:15:37 2010 +0100

    Add index for new API in 0.26

 doc/reference/vte-docs.xml | 4 ++++
 1 file changed, 4 insertions(+)

commit e45144f8a70244da43723349b09d9edf5f9d8d1f
Author: Christian Persch 
Date:   Sat Jan 30 14:14:19 2010 +0100

    Update version in API docs for new/deprecated APIs

 src/pty.c    | 40 ++++++++++++++++++++--------------------
 src/vte.c    | 24 ++++++++++++------------
 src/vtepty.h |  6 +++---
 3 files changed, 35 insertions(+), 35 deletions(-)

commit dd08c50c6a6dd4349d3cbce271ddf4b741db8861
Author: Christian Persch 
Date:   Thu Jan 14 18:08:33 2010 +0100

    Add VtePty and adapt the VteTerminal APIs to it
    
    Add VtePty as a GObject holding the info about the PTY. Add new API to
    VteTerminal to set a VtePty, and deprecate the old API that takes a FD
    to the PTY. Also deprecate the whole of the undocumented _vte_pty_*()
    APIs.
    
    Add vte_terminal_fork_command_full() variant that allow providing a
    custom child setup function and that returns a GError on failure.
    
    Bug #585841, bug #320128, bug #514447, bug #588871.

 Makefile.am                    |    2 +-
 doc/reference/vte-docs.xml     |    3 +
 doc/reference/vte-sections.txt |   50 +-
 doc/reference/vte.types        |    5 +-
 gnome-pty-helper/configure.in  |    5 +-
 src/Makefile.am                |   14 +-
 src/pty.c                      | 1652 ++++++++++++++++++++++++++++++----------
 src/pty.h                      |    6 +-
 src/vte-private.h              |    3 +-
 src/vte.c                      |  775 +++++++++++++------
 src/vte.h                      |   40 +-
 src/vteapp.c                   |   32 +-
 src/vtepty-private.h           |   43 ++
 src/vtepty.h                   |  121 +++
 14 files changed, 2058 insertions(+), 693 deletions(-)

commit 9103412cc7c3706f246a1e382af7361f6319c104
Author: Christian Persch 
Date:   Wed Mar 17 18:21:39 2010 +0100

    Post branch version bump

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 953625f24173318ba1a553866a9b8c7cb83aac01
Author: Behdad Esfahbod 
Date:   Sat Mar 13 00:02:57 2010 -0500

    [git.mk] Update from pango

 git.mk | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit bcb4b775af73cf9da76a79083cd446122bd5c97f
Author: Marek Černocký 
Date:   Sat Mar 6 19:14:08 2010 +0100

    Update Czech translation

 po/cs.po | 102 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 48 insertions(+), 54 deletions(-)

commit 41c42c121b89eeb6c73b6deb9c71c4661f12a858
Author: Piotr Drąg 
Date:   Thu Feb 25 13:47:36 2010 +0100

    Updated Polish translation

 po/pl.po | 152 ++++++++++++++++++---------------------------------------------
 1 file changed, 43 insertions(+), 109 deletions(-)

commit 17c16e6babd0be2a40cf2faa745295c9b47b6655
Author: Fran Diéguez 
Date:   Mon Feb 15 17:19:27 2010 +0100

    Updated Galician Translation

 po/gl.po | 60 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 31 insertions(+), 29 deletions(-)

commit 11c0cd96e0614a96aebc0bc64e3c9a9fe357c4e3
Author: Behdad Esfahbod 
Date:   Tue Jan 26 14:39:18 2010 -0500

    Improve debug message

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5f4f67f579c9530af716573d6aaafc9cdb060e09
Author: Kristian Høgsberg 
Date:   Tue Jan 12 10:57:45 2010 -0500

    vtebg: Cache backgrounds as cairo surfaces

 src/vtebg.c   | 385 +++++++++++++++++-----------------------------------------
 src/vtebg.h   |  15 ++-
 src/vtedraw.c |  33 ++---
 3 files changed, 134 insertions(+), 299 deletions(-)

commit d8e791be89f38e168faf078268be8bdee4a6715d
Author: Christian Persch 
Date:   Thu Jan 14 18:42:06 2010 +0100

    Modernise the API docs
    
    Update to gtk-doc 0.13. Drop tmpl use, use , add object
    hierarchy, index, deprecated symbols index, and indices for new symbols
    in 0.20 and 0.24.

 autogen.sh                         |    3 +-
 configure.in                       |    9 +-
 doc/reference/Makefile.am          |  163 +++--
 doc/reference/tmpl/internals.sgml  |   20 -
 doc/reference/tmpl/pty.sgml        |   18 -
 doc/reference/tmpl/reaper.sgml     |   25 -
 doc/reference/tmpl/vte-unused.sgml |  516 ---------------
 doc/reference/tmpl/vte.sgml        | 1287 ------------------------------------
 doc/reference/tmpl/vteaccess.sgml  |   37 --
 doc/reference/tmpl/vteversion.sgml |   59 --
 doc/reference/version.xml.in       |    1 +
 doc/reference/vte-docs.sgml        |   25 -
 doc/reference/vte-docs.xml         |  127 ++++
 doc/reference/vte-sections.txt     |   70 +-
 doc/reference/vte.types            |   12 +-
 src/reaper.c                       |   26 +
 src/reaper.h                       |    8 +
 src/vte.c                          |   32 +-
 src/vte.h                          |   98 ++-
 src/vteaccess.c                    |   10 +-
 src/vteaccess.h                    |   52 +-
 src/vteversion.h.in                |   47 ++
 22 files changed, 524 insertions(+), 2121 deletions(-)

commit e8594f159ef206bbd357db6bf28f659eccfefc9a (tag: 0.23.5)
Author: Behdad Esfahbod 
Date:   Wed Jan 13 20:32:09 2010 -0500

    Release 0.23.5

 NEWS         | 4 ++++
 configure.in | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 08ee96f50c5053721c31a1eefa05bd6e92a368a7 (tag: 0.23.4)
Author: Behdad Esfahbod 
Date:   Wed Jan 13 20:21:38 2010 -0500

    Release 0.23.4

 NEWS         | 5 +++++
 configure.in | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit d9f1a47a2f14dd0404a7fc9bab7b24a3916922e8
Author: Behdad Esfahbod 
Date:   Wed Jan 13 19:48:59 2010 -0500

    [doc] Update list of symbols

 doc/reference/tmpl/vte.sgml    |  45 +++++++++++++-----
 doc/reference/vte-sections.txt | 105 +++++++++--------------------------------
 src/vte.c                      |   2 +-
 3 files changed, 57 insertions(+), 95 deletions(-)

commit ce4f4bc7e0157ff3fc3ce03ce7efb7ba5d4f9bd0
Author: Behdad Esfahbod 
Date:   Wed Jan 13 19:41:12 2010 -0500

    [doc] Update list of header files

 doc/reference/Makefile.am | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

commit 13000e1938ef4c0968f03503e892b939acfec3e2
Author: Behdad Esfahbod 
Date:   Wed Jan 13 19:40:49 2010 -0500

    Fix doc typo

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 38b6a46d413247d7acda50f7729048c635ffe23b
Author: Behdad Esfahbod 
Date:   Wed Jan 13 19:33:34 2010 -0500

    [ring] Only write_contents() the part of history that fits in the num rows

 src/ring.c           | 12 ++++++++++--
 src/vtestream-base.h | 12 +++++++++---
 src/vtestream-file.h | 19 +++++++++++++++----
 src/vtestream.h      |  4 +++-
 4 files changed, 37 insertions(+), 10 deletions(-)

commit 9d18ff3de3ff4ca36570d6872a079b8cd09d889d
Author: Behdad Esfahbod 
Date:   Wed Jan 13 19:33:21 2010 -0500

    [app] Fix signal connection

 src/vteapp.c | 30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)

commit f7920a159918b81286d5345ed83a7b5ce2c5668f
Author: Behdad Esfahbod 
Date:   Wed Jan 13 18:13:30 2010 -0500

    Initial implementation of vte_terminal_write_contents()
    
    Currently is buggy in that it writes parts of history still in the ring but
    before set number of history lines.  Fix coming.

 configure.in         |  5 ++--
 src/Makefile.am      |  4 ++--
 src/ring.c           | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/ring.h           | 12 +++++++++-
 src/vte.c            | 38 ++++++++++++++++++++++++++++++-
 src/vte.h            | 19 ++++++++++++++--
 src/vteapp.c         | 55 ++++++++++++++++++++++++++++++++------------
 src/vtestream-base.h | 10 +++++++-
 src/vtestream-file.h | 31 ++++++++++++++++++++++++-
 src/vtestream.c      |  7 +++---
 src/vtestream.h      |  4 +++-
 11 files changed, 217 insertions(+), 32 deletions(-)

commit 2e612fbb78b5a30ca57c4721743dc4d1a3f2884a
Author: Behdad Esfahbod 
Date:   Wed Jan 13 16:43:16 2010 -0500

    [ring] Don't xor attrs with basic_attrs
    
    Before we did that to better handle failed reads.  Now we explicitly handle
    read failure, so no need to do it anymore.

 src/ring.c | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

commit 3ea88f06dbe753cf1884000354f6555be92af1e8 (tag: 0.23.3)
Author: Behdad Esfahbod 
Date:   Wed Jan 13 12:19:59 2010 -0500

    Release 0.23.3

 NEWS         | 8 ++++++++
 configure.in | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 598d7ef7300d94888068a89eaf02f80e4a0a27be
Author: Behdad Esfahbod 
Date:   Wed Jan 13 12:09:14 2010 -0500

    Disable deprecation stuff since they were broken
    
    Needs proper fixing later.

 configure.in | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit 38b2a632d1a1e86fee82eb460201fb3d3b547ab3
Author: Behdad Esfahbod 
Date:   Tue Jan 12 03:12:13 2010 -0500

    [draw] Rename a bit

 src/vtedraw.c | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

commit 7d9f0294f6ea52bb2525863350fbbac12f9d1459
Author: Behdad Esfahbod 
Date:   Tue Jan 12 03:09:45 2010 -0500

    [draw] Update comments

 src/vtedraw.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit c36b81bbee7addf15cf57ca8401ac9245affe678
Author: Behdad Esfahbod 
Date:   Tue Jan 12 02:47:25 2010 -0500

    Fix debug info

 src/vte.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 5311d24f0382fbfaac117a46b45f1163f370bfbd
Author: Behdad Esfahbod 
Date:   Tue Jan 12 02:44:16 2010 -0500

    Fix deprecation enabling logic

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 884527cf0a37728d53cff21d0ce4f07911f2049e
Author: Behdad Esfahbod 
Date:   Tue Jan 12 02:39:33 2010 -0500

    Bug 534526 - Flickering when resizing a vte widget

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c31361e5ef7a255e4ce96fa884bf71daafc86dbe
Author: Behdad Esfahbod 
Date:   Tue Jan 12 02:31:13 2010 -0500

    Use PangoColor to unify mixed use of GdkColor and vte_palette_entry

 src/vte-private.h |  6 ++--
 src/vte.c         | 97 ++++++++++++++++++++-----------------------------------
 src/vtebg.c       | 12 +++----
 src/vtebg.h       |  2 +-
 src/vtedraw.c     | 14 ++++----
 src/vtedraw.h     | 10 +++---
 6 files changed, 56 insertions(+), 85 deletions(-)

commit 1608eb418aeb23c7fd27814ba7148ae2708c8017
Author: Behdad Esfahbod 
Date:   Tue Jan 12 02:08:51 2010 -0500

    Add const to GdkColor

 src/vtedraw.c | 10 +++++-----
 src/vtedraw.h |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

commit 3c4380448abf647fe7ff93745c9def5f5e2ec326
Author: Behdad Esfahbod 
Date:   Tue Jan 12 02:07:47 2010 -0500

    Draw rectangles in one shot

 src/vte.c     | 22 ++++++++++++----------
 src/vtedraw.c |  4 ++--
 2 files changed, 14 insertions(+), 12 deletions(-)

commit 1ad50e4873fe5c9029e7ea2ad9dc554bce2edfb9
Author: Behdad Esfahbod 
Date:   Tue Jan 12 01:54:54 2010 -0500

    Cleanup cursor drawing

 src/vte.c | 41 +++++++++++++++--------------------------
 1 file changed, 15 insertions(+), 26 deletions(-)

commit 146b8bc6e2acd34fec8f98a3946f1b1e9e316a21
Author: Behdad Esfahbod 
Date:   Tue Jan 12 01:36:52 2010 -0500

    [draw] Cleanup ->started counting

 src/vtedraw.c | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

commit 8ab0bb6d55824b7a7728d7e5d4dd782785b21540
Author: Behdad Esfahbod 
Date:   Tue Jan 12 01:10:45 2010 -0500

    Reorder code such that screen can never be NULL

 src/vte.c | 45 +++++++++++++++++++++------------------------
 1 file changed, 21 insertions(+), 24 deletions(-)

commit 3b5c1662f9215d66a56506a3858b14ed03d5061b
Merge: 422519de 021e4a50
Author: Kristian Høgsberg 
Date:   Wed Jan 6 10:54:16 2010 -0500

    Merge branch 'backend-cleanup'

commit 422519de06c76c89a6df5cea7c344a1d32c4b856
Author: Xandru Armesto Fernandez 
Date:   Mon Jan 4 09:38:52 2010 +0100

    Added asturian language

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 1483c1ca64cfdebf893ef16c225b3395595d4436
Author: Xandru Armesto Fernandez 
Date:   Mon Jan 4 09:38:32 2010 +0100

    Updated asturian language

 po/ast.po | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 95 insertions(+)

commit 4db015d59e80a992c86827e612e06c7df1c901f0
Author: Josh Triplett 
Date:   Mon Dec 28 03:22:48 2009 +0100

    Bug 605299 - Please support xterm bracketed paste mode

 src/vte-private.h | 1 +
 src/vte.c         | 6 ++++++
 src/vteseq.c      | 5 +++++
 3 files changed, 12 insertions(+)

commit 021e4a5082c46ffdf6998beaacca948749079b15
Author: Kristian Høgsberg 
Date:   Wed Dec 23 12:18:32 2009 -0500

    Pass rgba as doubles to _vte_draw_set_background_solid()

 src/vte.c     | 27 ++++++++++-----------------
 src/vtedraw.c | 14 ++++++++------
 src/vtedraw.h |  6 ++++--
 3 files changed, 22 insertions(+), 25 deletions(-)

commit 0edf9e87b374488c502c9c8157f07fcf64692593
Author: Kristian Høgsberg 
Date:   Wed Dec 23 11:28:36 2009 -0500

    Drop _vte_draw_get_visual() and _vte_draw_get_colormap()

 src/vte.c     |  5 ++---
 src/vtedraw.c | 26 +-------------------------
 src/vtedraw.h |  7 -------
 3 files changed, 3 insertions(+), 35 deletions(-)

commit a7ce6af6a780f95d2725f3084808c0d09745e566
Author: Kristian Høgsberg 
Date:   Wed Dec 23 11:11:48 2009 -0500

    Make struct struct _vte_draw private to vtedraw.c
    
    Merge in struct _vte_pangocairo_data.

 src/vtedraw.c | 174 ++++++++++++++++++++++++----------------------------------
 src/vtedraw.h |  11 ----
 2 files changed, 71 insertions(+), 114 deletions(-)

commit c7c5b1ee0c31736b2a02634da9822d1988e5fdfc
Author: Kristian Høgsberg 
Date:   Wed Dec 23 11:06:27 2009 -0500

    Make _vte_draw_start() recursive

 src/vte.c     | 10 ++--------
 src/vtedraw.c | 14 ++++++++------
 src/vtedraw.h |  2 +-
 3 files changed, 11 insertions(+), 15 deletions(-)

commit 7676930c7e1bddd33455a6421fc335027ba50891
Author: Kristian Høgsberg 
Date:   Wed Dec 23 10:31:08 2009 -0500

    Merge vtepangocairo.c into vtedraw.c

 src/Makefile.am     |    1 -
 src/vtedraw.c       | 1218 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/vtepangocairo.c | 1232 ---------------------------------------------------
 3 files changed, 1210 insertions(+), 1241 deletions(-)

commit 77ea73bf2ae87c35fe24b49af61d9e6b58e2c551
Author: Kristian Høgsberg 
Date:   Wed Dec 23 10:26:59 2009 -0500

    Drop struct _vte_draw_impl

 src/Makefile.am     |  3 --
 src/vtedraw.c       | 14 ++-------
 src/vtedraw.h       | 44 ---------------------------
 src/vtepangocairo.c | 41 ++++---------------------
 src/vtepangocairo.h | 33 --------------------
 src/vteskel.c       | 86 -----------------------------------------------------
 src/vteskel.h       | 33 --------------------
 7 files changed, 8 insertions(+), 246 deletions(-)

commit 58689c06e1d15d645c1181f0f8288fefa52f967e
Author: Kristian Høgsberg 
Date:   Wed Dec 23 10:20:50 2009 -0500

    Merge pangocairo draw into remaining vte_draw functions

 src/vtedraw.c       | 233 ---------------------------------------------------
 src/vtepangocairo.c | 236 ++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 165 insertions(+), 304 deletions(-)

commit 02e5dd66a5bd4bbaa8a0c4bab46c1341af3d9f36
Author: Kristian Høgsberg 
Date:   Wed Dec 23 09:50:10 2009 -0500

    Make _vte_draw_new always create a pangocairo implementation

 src/vtedraw.c       | 121 ----------------------------------------------------
 src/vtepangocairo.c |  36 +++++++++++++---
 2 files changed, 30 insertions(+), 127 deletions(-)

commit 718b6f1d1707a4397098cab0ec3bc4980cb7d1bf
Author: Behdad Esfahbod 
Date:   Tue Dec 22 15:27:01 2009 +0100

    Release 0.23.2

 NEWS         | 16 ++++++++++++++++
 configure.in |  6 +++---
 2 files changed, 19 insertions(+), 3 deletions(-)

commit 7f017f27ff254995c1ad4fbe4947b929c4c6046f
Author: Behdad Esfahbod 
Date:   Sat Dec 19 13:50:04 2009 +0100

    Bug 604966 - Fix "select all" to include text occurring after the visible region

 src/vte.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3c99618132e8f5924f7a865ce595593889000211
Author: Behdad Esfahbod 
Date:   Tue Dec 15 00:30:37 2009 -0500

    Fix overflow with unlimited scrollback lines

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 31ba6a0a615c9b5d61bb335f756c7c02e701ef5e
Author: Behdad Esfahbod 
Date:   Wed Dec 9 01:29:27 2009 -0500

    Bug 604135 - [PATCH] fix behaviour of set-scrolling-region

 src/vteseq.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit fa070a0ebdfab5e33e550e4561179498752a29c6
Author: Behdad Esfahbod 
Date:   Wed Dec 9 00:57:01 2009 -0500

    Bug 603733 - Remove deprecated Glib symbol
    
    Require glib >= 2.22.0

 configure.in | 2 +-
 src/vtetc.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 47406a81f737f6f01fd148ab004de4eac641d571
Author: Behdad Esfahbod 
Date:   Thu Dec 3 13:26:25 2009 -0500

    Bug 603713 - ibeam/underline cursor broken with large inner-border

 src/vte.c | 46 +++++++++++++++++-----------------------------
 1 file changed, 17 insertions(+), 29 deletions(-)

commit e72d7ed4da9d065afc494da304741ca5484b1f9b
Author: Christian Persch 
Date:   Thu Dec 3 18:35:50 2009 +0100

    vteapp: Fix --cursor-shape thinko

 src/vteapp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7d755a30393124319d3406efb98a5f612538501b
Author: Christian Persch 
Date:   Thu Dec 3 18:32:35 2009 +0100

    vteapp: Add --cursor-shape option
    
    Use --cursor-shape=block|ibeam|underline to test cursor shapes.

 src/vteapp.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit f100847c373f8bfd881d0c9dae213c312334578c
Author: Christian Persch 
Date:   Tue Dec 1 16:01:01 2009 +0100

    Fix deprecation versions

 src/vte.c | 58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

commit bbb00399fce8008fee378d31aa18a6b7c89d6c2b
Author: Christian Persch 
Date:   Tue Dec 1 15:59:12 2009 +0100

    Fix deprecation version of vte_terminal_get_padding
    
    It's 0.24, not 0.22.

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a34ea6198748e1621b8f148d81b424ca5312f818
Author: Christian Persch 
Date:   Tue Dec 1 00:21:43 2009 +0100

    Deprecate vte_terminal_get_padding
    
    Part of bug #471920.

 src/vte.c | 13 ++++++++++++-
 src/vte.h |  2 ++
 2 files changed, 14 insertions(+), 1 deletion(-)

commit 25a0fa44c92044b51296be94b9e1680d83270adc
Author: Christian Persch 
Date:   Mon Nov 30 23:32:33 2009 +0100

    Replace VTE_PAD_WIDTH with inner-border
    
    Part of bug #471920.

 src/vte-private.h |   1 -
 src/vte.c         | 123 +++++++++++++++++++++++++++++-------------------------
 src/vteseq.c      |  39 +++++++++++------
 3 files changed, 91 insertions(+), 72 deletions(-)

commit a327292cbb073e7fb1a1298f614f980447f474fe
Author: Christian Persch 
Date:   Mon Nov 30 23:06:01 2009 +0100

    Add VteTerminal::inner-border style property
    
    Part of bug #471920.

 doc/reference/tmpl/vte.sgml |  5 +++++
 src/vte-private.h           |  3 +++
 src/vte.c                   | 51 ++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 58 insertions(+), 1 deletion(-)

commit 320902d84b99c58ab7d6ae82b65bb1311288fe75
Author: Christian Persch 
Date:   Mon Nov 30 22:46:53 2009 +0100

    Remove early return from style-set on non-realized widget
    
    vte_terminal_set_font_full_internal copes just fine with this.

 src/vte.c | 6 ------
 1 file changed, 6 deletions(-)

commit 66d729e0b6d84d7cce204d5a3c9b8e6b98087f07
Author: Christian Persch 
Date:   Mon Nov 30 22:39:55 2009 +0100

    Chain up to style-set on parent class

 src/vte.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit e42c9ce6035d1b38dce3ad815f1241c8d658acf2
Author: Adi Roiban 
Date:   Fri Nov 27 04:41:22 2009 +0200

    Update Romanian translations

 po/ro.po | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

commit e25247345d6c075a131a90cb2c65471811a89c64
Author: Behdad Esfahbod 
Date:   Sun Nov 22 15:24:28 2009 -0500

    [interpret] Make the interpret app interactive

 src/interpret.c | 147 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 75 insertions(+), 72 deletions(-)

commit 91448540f68235c7e1975fa604842b7872bc0f7a
Author: Behdad Esfahbod 
Date:   Mon Nov 9 19:53:08 2009 -0500

    Bug 601265 -  gnome-terminal assert failure: table.c:723:_vte_table_match
    
    Fix handling of %% in termcap strings.
    Remove the assertion.

 src/table.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 59d08fab676cccbed8df7f8e9d9a39bab6e5413d
Author: Behdad Esfahbod 
Date:   Mon Nov 9 19:04:46 2009 -0500

    Fix warnings

 src/iso2022.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 7556c58a6f21f846b97351ee2002e0b1d9236824
Author: Behdad Esfahbod 
Date:   Mon Nov 9 18:55:16 2009 -0500

    Handle destroying NULL termcap

 src/vtetc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit bdc0cca890297a44c86395e27ee51cdfef5f3961
Author: Behdad Esfahbod 
Date:   Mon Nov 9 18:52:47 2009 -0500

    Comment out unused code

 src/caps.c | 2 ++
 src/caps.h | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 2035eb905aed8905e44781f3f64786fc84cd51c7
Author: Peteris Krisjanis 
Date:   Sun Nov 8 20:36:09 2009 +0200

    Updated Latvian translation.

 po/lv.po | 119 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 58 insertions(+), 61 deletions(-)

commit 9120f5ebfb9da0d74698f187ebb3046877b48c19
Author: Behdad Esfahbod 
Date:   Sun Nov 8 12:04:16 2009 -0500

    Revert "Bug 591648 - Don't clear the screen when switching to the alternate screen"
    
    This reverts commit c6d9bf421f12911298d921314ced64661f6b63bd.
    That commit introduced issues with less.   Xterm doesn't have those
    problems.  Need to figure out what's going on  before committing this
    again.

 src/vteseq.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit d45fdfa66452427ddf2a28fcaff148b0ead9d815
Author: Thomas Thurman 
Date:   Sun Nov 1 15:46:08 2009 -0500

    Shavian translation

 po/LINGUAS    |  1 +
 po/en@shaw.po | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 91 insertions(+)

commit be0f71823453ef07b6a8c4b6072bdd6b772c74b1
Author: Christian Persch 
Date:   Thu Oct 29 18:59:52 2009 +0100

    Use right modifier to printf gulong
    
    Fixes a compiler warning.

 src/ring.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 16db4039b0ea75454c6d51c1a685f3c9d16ffb11 (tag: 0.23.1)
Author: Behdad Esfahbod 
Date:   Mon Oct 26 20:15:21 2009 -0400

    Released 0.23.1

 NEWS         | 25 +++++++++++++++++++++++++
 configure.in | 10 +++++-----
 2 files changed, 30 insertions(+), 5 deletions(-)

commit a91d1adf8cbc3bf9755d1c211f490366ac47782c
Author: Behdad Esfahbod 
Date:   Mon Oct 26 19:54:28 2009 -0400

    Handle out-of-history remove's gracefully
    
    They happen at times of resizing the terminal, etc.
    
    Bug 597604 - gnome-terminal assert failure:
    Vte:ERROR:/build/buildd/vte-0.22.0/./src/ring.c:530:_vte_ring_remove:
    assertion failed: (_vte_ring_contains (ring, position))

 src/ring.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit c621a6e8c4beffb2faf70404b843cf93def8cc1b
Author: Behdad Esfahbod 
Date:   Mon Oct 26 19:54:08 2009 -0400

    [ring] Remove one assertion
    
    Better dealing with corrupt history file, etc.

 src/ring.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 572f86ce2faf7532c30751e5c5f9893468550eba
Author: Behdad Esfahbod 
Date:   Mon Oct 26 19:53:33 2009 -0400

    Cosmetic

 src/vte.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit af5726e0c546f9a4914dd80c03e11e1aadc034f2
Author: Behdad Esfahbod 
Date:   Mon Oct 26 19:19:16 2009 -0400

    Finish selection rework
    
    Bug 598124 - The selection does not only change when the mousebutton is released
    
    Only update selection when mouse-button is released (or focus lost).
    Also, update PRIMARY when _select_all() is called.

 src/vte.c | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

commit de1bd5a05102d26f211d4f636aea2662c6b4e7fc
Author: Behdad Esfahbod 
Date:   Mon Oct 26 17:01:55 2009 -0400

    Bug 598090 - LMB Mouse up event not registered when opining context popup menu

 src/vte.c | 101 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 46 insertions(+), 55 deletions(-)

commit 471d90f670416fc2947b73637c549387eddb9435
Author: Behdad Esfahbod 
Date:   Fri Oct 23 21:01:49 2009 -0400

    Bug 587463 - "select all"+copy from gnome-terminal includes lines no longer in scrollback
    
    Previously it used to include lines that have fallen out of the history
    buffer.  Also, included one extra line at the end.

 src/vte.c | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

commit 370b72ba4759850b1fc9721d2afc0eb7b5383a5e
Author: Behdad Esfahbod 
Date:   Fri Oct 23 20:54:26 2009 -0400

    Bug 585370 - Incomplete disabling of python
    
    Don't install python support files if python is disabled.

 python/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit eb11c5a2e5ec98c3ce1643ecc1b0274eff490a7e
Author: Behdad Esfahbod 
Date:   Fri Oct 23 20:49:47 2009 -0400

    Bug 597242 - libvte color and cursor glitches
    
    Don't clear line when inserting smart tab

 src/vteseq.c | 75 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

commit c6d9bf421f12911298d921314ced64661f6b63bd
Author: Behdad Esfahbod 
Date:   Fri Oct 23 20:18:50 2009 -0400

    Bug 591648 - Don't clear the screen when switching to the alternate screen

 src/vteseq.c | 6 ------
 1 file changed, 6 deletions(-)

commit 94c78423fca44652e9c837e00cf932e0cadb50de
Author: Behdad Esfahbod 
Date:   Fri Oct 23 20:12:14 2009 -0400

    Bug 595445 - Motion notify events are not propagated to parent widget
    
    Propagate motion-notify event to parent if not selecting.

 src/vte.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 03250451173cdc63aeb10f2f43ec7fe203082be1
Author: Behdad Esfahbod 
Date:   Fri Oct 23 20:07:06 2009 -0400

    Revert "Copy PRIMARY only on button release"
    
    This reverts commit ab66ce5ca7bc9948ffb5303156c3a2764656c3b7.
    We need to fix bug 598090 before this can go in.

 src/vte.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit ab66ce5ca7bc9948ffb5303156c3a2764656c3b7
Author: Behdad Esfahbod 
Date:   Fri Oct 23 19:43:06 2009 -0400

    Copy PRIMARY only on button release
    
    Bug 598124 - The selection does not only change when the mousebutton is released

 src/vte.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 7f2f2f6622e253d6ae623c310bc0be9079ba9cc6
Author: Behdad Esfahbod 
Date:   Fri Oct 23 19:12:26 2009 -0400

    Bug 569184 - vte generates unnecessary ioctl(I_FIND) kernel warnings

 src/pty.c | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

commit efaf2668d21f53ada2884157fde91c0b61025fc7
Author: Behdad Esfahbod 
Date:   Fri Oct 23 19:01:38 2009 -0400

    Fix even more warnings.  We're mostly warning-clean now

 src/pty.c       | 3 +--
 src/vteaccess.c | 4 ++--
 src/vtedraw.c   | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

commit ac0722271e2f5e192e7be4000ba2ca7a2388954e
Author: Behdad Esfahbod 
Date:   Fri Oct 23 18:54:59 2009 -0400

    Fix more warnings

 src/vte.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 592ba42cbfa3e9e948226bcef832e7fd30f5fae7
Author: Behdad Esfahbod 
Date:   Fri Oct 23 18:37:42 2009 -0400

    Interpret and document negative number of scrollback lines as infinite

 src/vte.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 723aec79c9aa7c05b86278d0f304d0640ba9ee5e
Author: Behdad Esfahbod 
Date:   Fri Oct 23 18:19:40 2009 -0400

    [ring] Use gulong instead of guint for row/col indices
    
    Bug 599444 - Scrollback index type mess

 src/buffer.h      |  2 +-
 src/ring.c        | 68 +++++++++++++++++++++++++++----------------------------
 src/ring.h        | 34 ++++++++++++++--------------
 src/vte-private.h |  4 ++--
 src/vte.c         | 10 ++++----
 src/vterowdata.c  | 20 ++++++++--------
 src/vterowdata.h  | 12 +++++-----
 7 files changed, 76 insertions(+), 74 deletions(-)

commit 3e523aa2db487828a332703461e84d6a2cf4ef04
Author: Behdad Esfahbod 
Date:   Thu Oct 22 14:07:51 2009 -0400

    Bug 598814 - text.getText(0, -1) triggers assertion in vteaccess.c

 src/vteaccess.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b933212a00bf4f7437d5741b1eb9132d66b263fd
Author: Nils-Christoph Fiedler 
Date:   Thu Oct 22 20:07:03 2009 +0200

    Updated Low German translation

 po/nds.po | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 54f397c65855d015ffc71e646c55fb4b49208038
Author: Christian Persch 
Date:   Thu Oct 22 00:20:59 2009 +0200

    Ignore .pot files too

 git.mk | 1 +
 1 file changed, 1 insertion(+)

commit 90799855f499c4ab7dd66896bdde73ccc9e63253
Author: Christian Persch 
Date:   Mon Aug 31 18:26:45 2009 +0200

    Use AM_V_GEN here too

 git.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fa3508f4957a8cfb6f6f22ef904d5c89f9d54f4a
Author: Benjamin Berg 
Date:   Mon Oct 5 17:41:49 2009 +0200

    Fix memory leaks in python bindings (bug #596739).

 python/vte.override | 131 ++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 75 deletions(-)

commit 7b30cf831aa9ae3e90ca99f016f11d6f6833ad2f
Author: Behdad Esfahbod 
Date:   Sat Oct 3 19:50:21 2009 -0400

    Bug 597165 - void return in vte.c

 src/vte.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3c22f5997c7e11f371c606520daff279d9b613e4
Author: Behdad Esfahbod 
Date:   Tue Sep 29 14:54:30 2009 -0400

    Bug 587894 - the environment passing with python does no longer work

 python/vte.override | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 1fc66f918330a053b85080756d8be165eb9f2708 (tag: 0.22.2)
Author: Behdad Esfahbod 
Date:   Mon Sep 28 15:42:12 2009 -0400

    Release 0.22.2

 NEWS         | 10 ++++++++++
 configure.in |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit ea46cc66b0340dbe42b8b19b2691c824083ad033
Author: Behdad Esfahbod 
Date:   Mon Sep 28 14:25:42 2009 -0400

    [a11y] Fix assertion failure
    
    Reported here:
    https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/435646

 src/vteaccess.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 470030991fc3107e04934b1d3aa54d4428be7e2f
Author: Behdad Esfahbod 
Date:   Mon Sep 28 13:57:26 2009 -0400

    Bug 596444 - word-select includes \n when the word ends at the edge of the terminal

 src/vte.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit b7083d3cdbe31305de2fa2974919b3d105f9b740
Author: Behdad Esfahbod 
Date:   Sun Sep 27 17:06:22 2009 -0400

    Bug 596460 - 0.22.1 kills vte based apps
    
    Oops

 src/vteseq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3e1738a4b962dc339cddd66a4504b198ae80fe38 (tag: 0.22.1)
Author: Behdad Esfahbod 
Date:   Fri Sep 25 17:18:16 2009 -0400

    Release 0.22.1

 NEWS         | 10 ++++++++++
 configure.in |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit c87f6a7dc778bb75aa6defeceda3505028c0430e
Author: Behdad Esfahbod 
Date:   Fri Sep 25 17:03:31 2009 -0400

    [ring] Clear ring on _init

 src/ring.c | 2 ++
 1 file changed, 2 insertions(+)

commit 73aba0352cd8034f69178459fc58347cedc74ec7
Author: Behdad Esfahbod 
Date:   Fri Sep 25 16:55:08 2009 -0400

    Bug 596365 - libvte crashes when issueing 'reset' in a terminal

 src/vtestream-file.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit cc6df5b1ebeba74c8c96d897bb5e8400ba429407
Author: Behdad Esfahbod 
Date:   Fri Sep 25 16:50:04 2009 -0400

    [stream] Fix warnings

 src/vtestream-base.h | 4 ++--
 src/vtestream-file.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 6bafc718f231bac266c663724334999dfebac16e
Author: Behdad Esfahbod 
Date:   Thu Sep 24 23:15:07 2009 -0400

    Bug 588033 - background tabs may lose lines off the bottom of the scrollback

 src/vte.c | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

commit 3df8026931941ea6a5d41c932803f56ded862a00
Author: Behdad Esfahbod 
Date:   Thu Sep 24 15:26:49 2009 -0400

    Minor

 src/vte-private.h |  1 +
 src/vte.c         |  7 ++++++-
 src/vteseq.c      | 14 +++++++-------
 3 files changed, 14 insertions(+), 8 deletions(-)

commit 58d0affa8eea77353ef47c53923cd82c4203fe1a
Author: Behdad Esfahbod 
Date:   Thu Sep 24 15:22:30 2009 -0400

    Bug 596163 - Doesn't display expected background color in ncurses apps
    
    Revert semantic change introduced in 08caf3b174e68ba3d02f04c2595ad552cd50db30

 src/ring.c        | 25 +++----------------------
 src/vte-private.h |  3 +++
 src/vte.c         | 30 +++++++++++++++++++++++++-----
 src/vteseq.c      | 31 +++++++++++--------------------
 4 files changed, 42 insertions(+), 47 deletions(-)

commit 8ad12cd15ad4dc5e7eb40398e4b835af31f34c0f
Author: Behdad Esfahbod 
Date:   Thu Sep 24 14:25:47 2009 -0400

    Bug 596011 -  Problem compiling vte 0.22.0 on Solaris

 src/vterowdata.c | 2 +-
 src/vterowdata.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

commit ebd4dac2028edd77b38edfd5595dae01c529670d
Author: Behdad Esfahbod 
Date:   Thu Sep 24 14:22:53 2009 -0400

    Fix warning

 src/vtestream-base.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ca89fbb9d6fb8470d5e9150d8b4f35424893d1ca (tag: 0.22.0)
Author: Behdad Esfahbod 
Date:   Mon Sep 21 17:01:17 2009 -0400

    Release 0.22.0

 NEWS         |  4 ++++
 configure.in | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit df0350b20f91305e8c330226dd50ea1bee501271
Author: Rajesh Ranjan 
Date:   Sat Sep 19 00:11:04 2009 +0530

    maithili update, translated by Sangeeta Kumari

 po/LINGUAS |  1 +
 po/mai.po  | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

commit 8658f78fce0ffad86c81ea2502047cdbc2d32669 (tag: 0.21.7)
Author: Behdad Esfahbod 
Date:   Fri Sep 18 02:18:07 2009 -0400

    Release 0.21.7

 NEWS         | 5 +++++
 configure.in | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 35cb9184e071c8629c953d5bf82542d88438552c
Author: Behdad Esfahbod 
Date:   Fri Sep 18 02:07:57 2009 -0400

    Bug 595494 - Build Failure in vte 0.21.6
    
    Revert "Do some symbol hiding"
    This reverts commit 296a3cbaf6b69555f7d6cdc639dc57c51f2e2bba.

 configure.in        | 11 ------
 src/caps.c          |  4 +--
 src/caps.h          |  6 ++--
 src/debug.c         |  2 +-
 src/debug.h         |  4 +--
 src/iso2022.h       | 29 ++++++++--------
 src/keymap.h        | 46 ++++++++++++-------------
 src/matcher.h       | 18 +++++-----
 src/ring.h          | 20 +++++------
 src/table.c         |  2 +-
 src/table.h         | 20 +++++------
 src/trie.c          |  2 +-
 src/trie.h          | 26 +++++++--------
 src/vte-private.h   | 64 +++++++++++++++++------------------
 src/vtebg.h         | 14 ++++----
 src/vteconv.h       | 28 ++++++++--------
 src/vtedraw.c       |  2 +-
 src/vtedraw.h       | 96 ++++++++++++++++++++++++++---------------------------
 src/vteint.h        | 12 +++----
 src/vtepangocairo.c |  2 +-
 src/vtepangocairo.h |  2 +-
 src/vteregex.h      |  8 ++---
 src/vterowdata.h    | 18 +++++-----
 src/vteskel.c       |  2 +-
 src/vteskel.h       |  2 +-
 src/vtestream.h     | 15 +++++----
 src/vtetc.c         |  2 --
 src/vtetc.h         | 24 +++++++-------
 src/vtetree.c       |  2 --
 src/vtetree.h       |  8 ++---
 src/vteunistr.h     |  8 ++---
 31 files changed, 243 insertions(+), 256 deletions(-)

commit e6e66d4c5733b4c2e5efa686566bde3c76be4212
Author: Behdad Esfahbod 
Date:   Fri Sep 18 02:07:06 2009 -0400

    [ring] Don't append fragment text

 src/ring.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2c0c2454deeef051f603dd32ef70d926f49b0b2f
Author: Behdad Esfahbod 
Date:   Fri Sep 18 02:04:26 2009 -0400

    [ring] Fix fragment width

 src/ring.c | 1 +
 1 file changed, 1 insertion(+)

commit 63ba68fef08838159a5922534f77f89a304f6c03
Author: Behdad Esfahbod 
Date:   Fri Sep 18 02:02:20 2009 -0400

    Simplify tab handling

 src/vteseq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 09221372842d3954c10f69cd3c98680663c4d6d3 (tag: 0.21.6)
Author: Behdad Esfahbod 
Date:   Thu Sep 17 11:19:29 2009 -0400

    Release 0.21.6

 NEWS         | 6 ++++++
 configure.in | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 296a3cbaf6b69555f7d6cdc639dc57c51f2e2bba
Author: Behdad Esfahbod 
Date:   Thu Sep 17 10:54:15 2009 -0400

    Do some symbol hiding

 configure.in        | 11 ++++++
 src/caps.c          |  4 +--
 src/caps.h          |  6 ++--
 src/debug.c         |  2 +-
 src/debug.h         |  4 +--
 src/iso2022.h       | 29 ++++++++--------
 src/keymap.h        | 46 ++++++++++++-------------
 src/matcher.h       | 18 +++++-----
 src/ring.h          | 20 +++++------
 src/table.c         |  2 +-
 src/table.h         | 20 +++++------
 src/trie.c          |  2 +-
 src/trie.h          | 26 +++++++--------
 src/vte-private.h   | 64 +++++++++++++++++------------------
 src/vtebg.h         | 14 ++++----
 src/vteconv.h       | 28 ++++++++--------
 src/vtedraw.c       |  2 +-
 src/vtedraw.h       | 96 ++++++++++++++++++++++++++---------------------------
 src/vteint.h        | 12 +++----
 src/vtepangocairo.c |  2 +-
 src/vtepangocairo.h |  2 +-
 src/vteregex.h      |  8 ++---
 src/vterowdata.h    | 18 +++++-----
 src/vteskel.c       |  2 +-
 src/vteskel.h       |  2 +-
 src/vtestream.h     | 15 ++++-----
 src/vtetc.c         |  2 ++
 src/vtetc.h         | 24 +++++++-------
 src/vtetree.c       |  2 ++
 src/vtetree.h       |  8 ++---
 src/vteunistr.h     |  8 ++---
 31 files changed, 256 insertions(+), 243 deletions(-)

commit e28d3818f3b22fbdf61d721183419a4a010c8a01
Author: Behdad Esfahbod 
Date:   Wed Sep 16 18:09:35 2009 -0400

    Remove expensive assertion

 src/vte.c | 2 --
 1 file changed, 2 deletions(-)

commit ed455c5413f04c4688fd072acfd121b97636e023
Author: Behdad Esfahbod 
Date:   Wed Sep 16 15:42:19 2009 -0400

    [doc] Set LC_ALL instead of LANG for our check scripts

 doc/reference/check-doc-coverage.sh | 4 +++-
 doc/reference/check-doc-syntax.sh   | 3 ++-
 git.mk                              | 2 +-
 src/check-doc-syntax.sh             | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

commit 2c75e3d01f970cae3d0856b04d532bfc90cdbf14
Author: Niels-Christoph Fiedler 
Date:   Wed Sep 16 18:36:45 2009 +0200

    Updated Low German translation

 po/nds.po | 41 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

commit 6946347f771d48393b4a1eb30dc52e40489582f1
Author: Behdad Esfahbod 
Date:   Tue Sep 15 21:26:22 2009 -0400

    [ring] Fix assertion failure with resize

 src/ring.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 109f77b663e4f87e4fb148ae26cd7a566de0cb61
Author: Behdad Esfahbod 
Date:   Tue Sep 15 21:22:53 2009 -0400

    [ring] Simplify a bit

 src/ring.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit 5254710eb86008ab218f2ad0a61e631f3f6d6b39
Author: Behdad Esfahbod 
Date:   Tue Sep 15 21:17:51 2009 -0400

    [ring/stream] Handle stream failure (out of space)

 src/ring.c           | 19 ++++++++++++++-----
 src/vtestream-base.h |  6 +++---
 src/vtestream-file.h | 15 ++++++---------
 src/vtestream.h      |  3 +--
 4 files changed, 24 insertions(+), 19 deletions(-)

commit 40fef32bc16dc65a138fc7d46549e7ba14395159
Author: Behdad Esfahbod 
Date:   Tue Sep 15 20:10:05 2009 -0400

    [ring] Store text as UTF-8 and RLE-encode the attrs

 src/ring.c       | 182 ++++++++++++++++++++++++++++++++++++++++++++-----------
 src/ring.h       |  10 ++-
 src/vterowdata.h |   6 ++
 3 files changed, 160 insertions(+), 38 deletions(-)

commit a1f8b0fb38291dd368b6a085aa2b6c5505024a2a
Author: Behdad Esfahbod 
Date:   Tue Sep 15 15:47:39 2009 -0400

    [stream] Fix bug in _head()

 src/vtestream-file.h | 8 ++++----
 1 file changed, 4 inser