commit 2520d6b6785646ceb5f501f9c37a1a0307fa4486 (HEAD, tag: 0.64.0) Author: Christian Persch <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <jiri.gronroos@iki.fi> 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 <frandieguez@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <amanpreet.alam@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <kmaraas@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <jmas@softcatala.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <jmason@ibinx.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <kristjan.schmidt@googlemail.com> 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 <chpe@src.gnome.org> 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 <h@realh.co.uk>. 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <mattrose@folkwolf.net> 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 <chpe@src.gnome.org> 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 <mcatanzaro@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@gnome.org> 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 <hpj@hpjansson.org>. 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <hpj@hpjansson.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <hpj@hpjansson.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <piotrdrag@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> Date: Thu Oct 22 20:34:52 2020 +0200 spawn: Clarify ownership transfer Pass unqiue_ptr<SpawnOperation> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <hugo.pl@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> Date: Mon Oct 19 20:19:10 2020 +0200 lib: Add missing include std::malloc/free require <cstdlib>. src/chunk.hh | 1 + 1 file changed, 1 insertion(+) commit b9a3a6561a37aa861b358cc075f65f3214769def Author: Christian Persch <chpe@src.gnome.org> 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 <ricotz@ubuntu.com> 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 <chpe@src.gnome.org> 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 <hpj@cl.no> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <ofourdan@redhat.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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ä <msmakela@gmail.com> 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 <chpe@src.gnome.org> 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 <pswo10680@gmail.com> 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 <prescott66@gmail.com> 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 <chpe@src.gnome.org> 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 <mezin.alexander@gmail.com> 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 <chpe@src.gnome.org> 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 <baurthefirst@gmail.com> 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 <rudolfs.mazurs@gmail.com> 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 <julianosc@protonmail.com> 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 <milo@milo.name> 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 <tim@sabsch.com> 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ó <meskobalazs@mailbox.org> 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 <mail@thibaultmart.in> 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 <prescott66@gmail.com> 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 <smcv@debian.org> 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 <smcv@debian.org> Resolves: https://gitlab.gnome.org/GNOME/vte/-/issues/278 src/vte/vtepty.h | 1 + 1 file changed, 1 insertion(+) commit 6ca80dfd7da4cb07ae9940320f003ce7becd4fbc Author: Марко КоÑтић <marko.m.kostic@gmail.com> 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 <cwryu@debian.org> 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ý <marek@manet.cz> 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 <anders.jonsson@norsjovallen.se> 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 <bensberg@telfort.nl> 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 <asklarsen@gmail.com> 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ć <trebelnik2@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <piotrdrag@gmail.com> 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 <rafaelff@gnome.org> 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 <zbrown@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <debarshir@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <hpj@cl.no> 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 <saitoha@me.com>, updated and improved by Hans Petter Jansson <hpj@cl.no> 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 <frandieguez@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <nia@netbsd.org>. 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <aurisc4@gmail.com> 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 <f.t.public@gmail.com> 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 <gforcada@gnome.org> 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Ä <mateju@svn.gnome.org> 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 王滋涵 <wi24rd@fedoraproject.org> 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 <kukuhsyafaat@gnome.org> 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 <translation@sicklylife.jp> 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 <translation@sicklylife.jp> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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Ä <mateju@svn.gnome.org> 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 <asiersarasua@ni.eus> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <hpj@cl.no> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <emryslokadottir@gmail.com> 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 <dani.behzi@ubuntu.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <lantw@src.gnome.org> 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 <lantw@src.gnome.org> 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 <lantw@src.gnome.org> 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 <chpe@src.gnome.org> 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 <bberg@redhat.com> 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 <jwtiyar@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <phil.clayton@veonix.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <daniel.mustieles@gmail.com> 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 <etcetin@gmail.com> 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 <chpe@src.gnome.org> 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 <yurchor@ukr.net> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <yurchor@ukr.net> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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<min. https://gitlab.gnome.org/GNOME/vte/-/issues/228#note_764989 src/vte.cc | 2 +- src/vteinternal.hh | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) commit bc119fe2174db5c1d5dc88aa1c178e38fcebf9f0 Author: Jakub Steiner <jimmac@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <jor.teron@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <zbrown@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <umarzuki@gmail.com> 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 <casantos@redhat.com> 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 <casantos@redhat.com> 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 <casantos@redhat.com> 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 <casantos@redhat.com> 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 <zbrown@gnome.org> 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 <prescott66@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <dani.behzi@ubuntu.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <translation@sicklylife.jp> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <mcatanzaro@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <dani.behzi@ubuntu.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <lantw@src.gnome.org> Date: Wed Jul 10 22:49:11 2019 +0800 draw: #include <algorithm> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <jor.teron@gmail.com> 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 <asier.sarasua@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <pts@petersimonyi.ca> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <git@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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <akitouni@gnome.org> 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 <ricotz@ubuntu.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> Date: Sun Apr 14 22:23:19 2019 +0200 Add barebones README README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 7566ad673a12d26293b0a74dd3cb3e5f3d22ed49 Author: Christian Persch <chpe@src.gnome.org> 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 <itakeshi.net@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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: Марко КоÑтић <marko.m.kostic@gmail.com> 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 <nathan@anche.no> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <a9016009@gmx.de> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <ricotz@ubuntu.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <peter@lekensteyn.nl> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <warlock.cc@gmail.com>. 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 <inigomartinez@gmail.com> 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 <lantw@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <argebam2a@yahoo.co.jp> 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 <aneesh.nl@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <whats_up@tut.by> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <shumovichy@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <trebelnik2@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <asklarsen@gmail.com> 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 <rudolfs.mazurs@gmail.com> 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ó <meskobalazs@fedoraproject.org> 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 <frandieguez@gnome.org> 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 <frandieguez@gnome.org> 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 <chpe@src.gnome.org> 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 <milo@ubuntu.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <cwryu@debian.org> 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 <baurthefirst@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <jiri.gronroos@iki.fi> 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 <ricvelozo@gmail.com> 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 <eiosifidis@gnome.org> 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 <chpe@src.gnome.org> 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 <aurisc4@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <f2404@yandex.ru> 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 <tim@sabsch.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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Ä <mateju@svn.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <etcetin@gmail.com> 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 <debarshir@gnome.org> 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 <kukuhsyafaat@gnome.org> 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 <cvalmary@yahoo.fr> 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 <piotrdrag@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <debarshir@gnome.org> 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 <daniel@serbanescu.dk> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <pan93412@gmail.com> 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 <superboa@hotmail.fr> 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 <jeffbai@aosc.xyz> 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 <piotrdrag@gmail.com> 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 <f.t.public@gmail.com> 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 <chpe@src.gnome.org> 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 <anders.jonsson@norsjovallen.se> 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 <marek_cernocky@conel.cz> 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 <daniel.mustieles.contractor@bbva.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <debarshir@gnome.org> 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 <debarshir@gnome.org> 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 <debarshir@gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <jiri.gronroos@iki.fi> 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 <phil.clayton@lineone.net> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <gnome-sysadmin@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <carlosg@gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <mail@baedert.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <astavale@yahoo.co.uk> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <nathan@anche.no> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <xavi.ivars@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <f2404@yandex.ru> 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 <chpe@src.gnome.org> 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 <f2404@yandex.ru> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <daniel@serbanescu.dk> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <ash@kambanaria.org> 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 <egmont@gmail.com> 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 <asklarsen@gmail.com> 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 <jmas@softcatala.org> 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 <egmont@gmail.com> 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 <piotrdrag@gmail.com> 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 <bberg@redhat.com> 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 <ebassi@gnome.org> 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 <chpe@gnome.org> 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 <kristjan.schmidt@googlemail.com> 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 <debarshir@gnome.org> 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 <debarshir@gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <behdad@behdad.org> 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 <shumovichy@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <trebelnik2@gmail.com> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <egmont@gmail.com> 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 <ricotz@ubuntu.com> Date: Sun Mar 12 18:41:56 2017 +0000 bindings/vala/Makefile.am: Fix vala vapi generation Signed-off-by: Javier Jardón <jjardon@gnome.org> bindings/vala/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit 450f6b7db5ae9a027aae56c173aed83f8e11585b Author: GNOME Translation Robot <gnome-sysadmin@gnome.org> 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 <cvalmary@yahoo.fr> 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 <sv1@fellsnet.is> 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 <j_h_liau@yahoo.com.tw> 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 <ebassi@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <yqsu@src.gnome.org> 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 <kmaraas@gnome.org> 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 <chpe@src.gnome.org> 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 <gianvito@gmx.it> 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 <egmont@gmail.com> 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 <chpe@src.gnome.org> 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 <trebelnik2@gmail.com> 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 <chpe@src.gnome.org> 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 <dooteo@zundan.com> 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 <amigadave@amigadave.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <whats_up@tut.by> 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 <mousavi.arash@gmail.com> 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 <asklarsen@gmail.com> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <tomtryf@gnome.org> 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 <egmont@gmail.com> 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 <fran.dieguez@mabishu.com> 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 <rudolfsm@src.gnome.org> 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 <anders.jonsson@norsjovallen.se> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <chpe@src.gnome.org> 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 <baurthefirst@gmail.com> 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 <cwryu@debian.org> 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 <claude@2xlibre.net> 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: МироÑлав Ðиколић <miroslavnikolic@rocketmail.com> 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 <eric@ers35.com> 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 <egmont@gmail.com> 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Ä <mateju@svn.gnome.org> 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 <urbalazs@gmail.com> 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 <atriwidada@gnome.org> 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 <eric@ers35.com> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <aurisc4@gmail.com> 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ý <marek@manet.cz> 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 <yoseforb@src.gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <f.t.public@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <mario.blaettermann@gmail.com> 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 <rafaelff@gnome.org> 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 <smcv@debian.org> 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 <tiagofsantos81@sapo.pt> 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 <cvalmary@yahoo.fr> 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 <daniel.mustieles@gmail.com> 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 <muhammetk@gmail.com> 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 <prescott66@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <alexander.maznev@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <cvalmary@yahoo.fr> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <debarshir@gnome.org> 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 <debarshir@gnome.org> 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 <debarshir@gnome.org> 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 <alberts.muktupavels@gmail.com> 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 <f.t.public@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <tfujiwar@redhat.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <blueness@gentoo.org> 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 <blueness@gentoo.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <alberts.muktupavels@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <hashem@riseup.net> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <debarshir@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <lantw@src.gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <mail@baedert.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <ricotz@ubuntu.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> Date: Tue Nov 24 23:10:00 2015 +0100 widget: Allow setting the cursor foreground colour Based on a patch by James Reed <supplantr@archlinux.info>. 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <cvalmary@yahoo.fr> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <samuel.thibault@ens-lyon.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <mcatanzaro@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <mousavi.arash@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <palbuquerque73@gmail.com> 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 <daniel@serbanescu.dk> 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 <behdad@behdad.org> 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 <dmartinez@src.gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <cvalmary@yahoo.fr> 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 <chpe@gnome.org> 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 <chpe@gnome.org> Date: Mon Apr 27 13:48:52 2015 +0200 Merge branch 'work-html' into merge-html commit 3fac4469de267f662c761ea4f247c8017ced483d Author: Piotr DrÄ…g <piotrdrag@gmail.com> 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 <lantw@src.gnome.org> 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 <lantw@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <iain@orangesquash.org.uk> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <vte/vte.h>. 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <milo@ubuntu.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <samir.ribic@etf.unsa.ba> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <sv1@fellsnet.is> 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 <samuel.thibault@ens-lyon.org> 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 <chpe@gnome.org> 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 <jason@jasonjgw.net> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <f.t.public@gmail.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <debarshir@gnome.org> 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 <yasarix@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <pebolle@tiscali.nl> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <nstoughton@aether.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <baurthefirst@gmail.com> 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 <ted.korostiled@gmail.com> 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 <gnome-sysadmin@gnome.org> 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 <gouyingqiyanxuan321@gmail.com> 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 <aalam@users.sf.net> 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 <chpe@gnome.org> 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 <asklarsen@gmail.com> 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: МироÑлав Ðиколић <miroslavnikolic@rocketmail.com> 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 <snaggen@gmail.com> 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 <prescott66@gmail.com> 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 <jasper@humppa.nl> 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Ä <mateju@svn.gnome.org> 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Ä <mateju@svn.gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <ash@kambanaria.org> 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 <vpvainio@iki.fi> 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 <piotrdrag@gmail.com> 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 <jessevdk@gmail.com> 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 <cwryu@debian.org> 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 <andika@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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ý <marek@manet.cz> 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 <j_h_liau@yahoo.com.tw> 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 <chpe@gnome.org> 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 <ngoswami@redhat.com> 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 <chpe@gnome.org> 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 <claude@2xlibre.net> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <carles.ferrando@gmail.com> 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 <gforcada@gnome.org> 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 <lasse.liehu@gmail.com> 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 <dooteo@zundan.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <piotrdrag@gmail.com> Date: Thu Jul 31 20:02:48 2014 +0200 doap: add <programming-language> vte.doap | 2 ++ 1 file changed, 2 insertions(+) commit b1e4e7c078e370906da1d75765ab989eb4a2f0cf Author: Olav Vitters <olav@vitters.nl> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <urbalazs@gmail.com> 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 <colin@mageia.org> 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 <kmaraas@gnome.org> 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 <tomtryf@gmail.com> 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 <aurisc4@gmail.com> 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 <fran.dieguez@mabishu.com> 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 <ymyasoedov@yandex.ru> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <gnomel10n@genodeftest.de> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <piotrdrag@gmail.com> 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 <egmont@gmail.com> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <egmont@gmail.com> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <egmont@gmail.com> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <colin@gibbsonline.net> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <yoseforb@src.gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <daniel.mustieles@gmail.com> 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 <debarshir@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <dmtrs32@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> Date: Sun Apr 27 16:37:58 2014 +0200 build: Work around include directory issue The correct way to include vte.h is <vte/vte.h> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <liverig@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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ý <marek@manet.cz> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <lantw@src.gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <debarshir@gnome.org> 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 <debarshir@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> Date: Mon Mar 24 20:03:27 2014 +0100 Merge remote-tracking branch 'origin/master' commit d56458713b657053cea8b09d49ef69d97585a0d6 Author: Christian Persch <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <sojkam1@fel.cvut.cz> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <kevingoodsell.lists@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <pebolle@tiscali.nl> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <michele@acksyn.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <micah@cowan.name> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <ajacoutot@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <victor.ibragimov@gmail.com> 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 <victor.ibragimov@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <kristjan.schmidt@googlemail.com> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <leftmostcat@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <suraia@ikkoku.de> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chetan@sumconcepts.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <victor.ibragimov@gmail.com> 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 <cwryu@debian.org> 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 <happyguy_pt@hotmail.com> 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 <brad@comstyle.com> 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 <gheyret@gmail.com> Date: Sun Jan 27 13:24:51 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji <gheyret@gmail.com> po/ug.po | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) commit 1c4391e2d6614c4c61f249236b1cb1781aeebedc Author: TmTFx <f.t.public@gmail.com> 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 <f.t.public@gmail.com> 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 <cjwatson@canonical.com> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <simon@laptop.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <egmont@gmail.com> 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 <chpe@gnome.org> 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 <patrick.niklaus@student.kit.edu> 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 <ztimur@gmail.com> 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 <rudolfsm@src.gnome.org> 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 <ztimur@gmail.com> 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 <apeter@redhat.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <piotrdrag@gmail.com> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <phil.clayton@lineone.net> 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 <galtgendo@o2.pl> 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 <mclasen@redhat.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <pclouds@gmail.com> 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 <pclouds@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <daniel.mustieles@gmail.com> 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 <chpe@gnome.org> 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 <jp.deplaix@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <jason.conti@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chandankumar.093047@gmail.com> 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 <andersk@mit.edu> 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 <andersk@mit.edu> src/vteseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6f1a9900af0d287b6a7289203936ded478702d98 Author: Pavel Vasin <rat4vier@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <khoemsokhem@khmeros.info> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <evan@coeus-group.com> 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 <gkulyk@klio> 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 <mpi@openbsd.org> 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 <mduft@gentoo.org> 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 <chpe@gnome.org> 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 <prahal@yahoo.com> 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 <chpe@gnome.org> 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 <vuntz@gnome.org> 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 <gheyret@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <kmaraas@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <egmont@gmail.com> 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 <brian.cameron@oracle.com> 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 <danw@gnome.org> 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 <ganadist@chollian.net> 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 <evan@coeus-group.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <vlyalcin@gmail.com> 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 <kkrothap@redhat.ocm> 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 <kkrothap@redhat.ocm> 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 <vlyalcin@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <ngoswami@redhat.com> 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 <ngoswami@redhat.com> 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 <ngoswami@redhat.com> 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 <ihar.hrachyshka@gmail.com> 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 <ihar.hrachyshka@gmail.com> 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 <chpe@gnome.org> 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 <tetromino@gmail.com> 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 <tetromino@gmail.com> 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 <nirbheek@gentoo.org> 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 <chpe@gnome.org> 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ý <marek@manet.cz> 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 <chpe@gnome.org> 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 <mgorse@novell.com> 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 <chpe@gnome.org> 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 <ihar.hrachyshka@gmail.com> 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 <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> Date: Thu Jul 21 11:58:17 2011 +0200 Generate <font color=".."> tags src/vte.c | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) commit cf3a13b60bf51bc5e085ead8d516025a452d69cc Author: Joachim Breitner <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> 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 <b> tags. src/vte.c | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) commit 512330985be3f81bc0143408d16d0e4303c27dc6 Author: Joachim Breitner <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> 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 <pre>, 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 <mail@joachim-breitner.de> 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 <mail@joachim-breitner.de> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <thv@iki.fi> 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 <thv@iki.fi> 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 <thv@iki.fi> 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 <thv@iki.fi> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <jjardon@gnome.org> 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 <chpe@gnome.org> 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 <carles.ferrando@gmail.com> 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 <carles.ferrando@gmail.com> 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 <dmartinez@src.gnome.org> 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 <muhammet.k@gmail.com> 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 <jordis@softcatala.cat> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <abdurixit@gmail.com> 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 <runab@redhat.com> 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 <amitakhya@svn.gnome.org> 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 <marcel@telka.sk> 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ć <miroslavnikolic@rocketmail.com> 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 <mgiri@redhat.com> 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 <rudolfs.mazurs@gmail.com> 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 <swkothar@redhat.com> 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 <uzytkownik2@gmail.com> 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 <kmaraas@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <ted.korostiled@gmail.com> 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 <ted.korostiled@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <icq@gnome.org> 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 <chpe@gnome.org> 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 <mahyar.moqimi@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <javier.jardon@codethink.co.uk> 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 <javier.jardon@codethink.co.uk> 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 <javier.jardon@codethink.co.uk> 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 <mclasen@redhat.com> 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 <mclasen@redhat.com> Date: Wed Feb 2 02:14:46 2011 -0500 Updates NEWS | 5 +++++ 1 file changed, 5 insertions(+) commit 437b412c8010fa0fbee022235f3ddb9fd4d3fd3a Author: Fran Diéguez <fran.dieguez@mabishu.com> 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 <mclasen@redhat.com> 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 <mclasen@redhat.com> 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 <mclasen@redhat.com> Date: Tue Jan 11 13:40:51 2011 -0500 Updates NEWS | 6 ++++++ 1 file changed, 6 insertions(+) commit 63ad8cf6c00c92e959e7856b6529281892a63d59 Author: Behdad Esfahbod <behdad@behdad.org> 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 <cristiklein+gnome@gmail.com> 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 <behdad@behdad.org> Date: Wed Jan 5 02:03:49 2011 -0500 Bug 589557 - Ctrl+<key> 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 <icq@gnome.org> 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 <icq@gnome.org> 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 <gheyret@gmail.com> 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 <vuntz@gnome.org> 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 <vuntz@gnome.org> 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 <icq@gnome.org> 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 <icq@gnome.org> 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 <okul@linux.ee> 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 <icq@gnome.org> 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 <chpe@gnome.org> 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 <thep@linux.thai.net> 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 <gheyret@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <gheyret@gmail.com> 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 <chpe@gnome.org> 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 <jjardon@gnome.org> 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 <azverkan@yahoo.com> 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 <carles.ferrando@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <gintautas@miliauskas.lt> 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 <otaylor@fishsoup.net> 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 <cwryu@debian.org> 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 <tomeu.vizoso@collabora.co.uk> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <dooteo@zundan.com> 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 <gheyret@hotmail.com> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <lucian.grijincu@gmail.com> 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 <ymyasoedov@src.gnome.org> 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 <behdad@behdad.org> 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 <danielskoda@gmail.com> 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 <wbolster@gnome.org> 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 <k.nielsen81@gmail.com> 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 <francesco.marletta@tiscali.it> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <AE5T-KSN@asahi-net.or.jp> 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 <piotrdrag@gmail.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <mk73628@gmail.com> 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 <vasudeven@git.gnome.org> 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 <philip@tecnocode.co.uk> 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 <kelemeng@gnome.hu> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <annoa.b@gmail.com> 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 <behdad@behdad.org> 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 <j_h_liau@yahoo.com.tw> 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: Милош Поповић <gpopac@gmail.com> 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 <ash@contact.bg> 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 <ash@contact.bg> 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 <david.planella@gmail.com> 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 <happyguy_pt@hotmail.com> 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 <compnerd@compnerd.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <krh@bitplanet.net> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <ncfiedler@gnome.org> 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 <aalam@users.sf.net> 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 <dirgitadevina@gmail.com> 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 <po@danielnylander.se> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <fran.dieguez@mabishu.com> 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 <mariobl@gnome.org> 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 <kees@ubuntu.com> 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 <chpe@gnome.org> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <compnerd@compnerd.org> 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 <kristjan.schmidt@googlemail.com> 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 <kristjan.schmidt@googlemail.com> 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 <behdad@behdad.org> 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 <aronxu@gnome.org> 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 <khaledhosny@eglug.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <mclasen@redhat.com> 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 <sh.yaron@gmail.com> 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 <sh.yaron@gmail.com> 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 <okul@linux.ee> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <pknbe@volny.cz> 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 <behdad@behdad.org> 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 <tthurman@gnome.org> 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 <tthurman@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <kmaraas@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <fran.dieguez@mabishu.com> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <jorgegonz@svn.gnome.org> 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Ä <mateju@svn.gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <itsjamil@gmail.com> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <badral@openmn.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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ý <marek@manet.cz> 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 <piotrdrag@gmail.com> 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 <frandieguez@ubuntu.com> 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 <behdad@behdad.org> 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 <krh@bitplanet.net> 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 <chpe@gnome.org> Date: Thu Jan 14 18:42:06 2010 +0100 Modernise the API docs Update to gtk-doc 0.13. Drop tmpl use, use <xi:include>, 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <krh@bitplanet.net> Date: Wed Jan 6 10:54:16 2010 -0500 Merge branch 'backend-cleanup' commit 422519de06c76c89a6df5cea7c344a1d32c4b856 Author: Xandru Armesto Fernandez <xandru@softastur.org> 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 <xandru@softastur.org> 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 <josh@joshtriplett.org> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <krh@bitplanet.net> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <adi@roiban.ro> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <pecisk@gmail.com> 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 <behdad@behdad.org> 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 <tthurman@gnome.org> 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 <chpe@gnome.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <linux@medienkompanie.de> 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 <chpe@gnome.org> 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 <chpe@gnome.org> 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 <benjamin@sipsolutions.net> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <rranjan@rranjan.csb> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <linux@medienkompanie.de> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> 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 <behdad@behdad.org> Date: Tue Sep 15 15:47:39 2009 -0400 [stream] Fix bug in _head() src/vtestream-file.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit f13c3b9f061d50b18475fdf05b54877031037b35 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 15 13:46:06 2009 -0400 [unistr] _vte_unistr_len() src/vteunistr.c | 4 +--- src/vteunistr.h | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) commit 7cc48f44223ab69725f42399a58ebb0a26c9b2a5 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 16:09:40 2009 -0400 Add VteIntCell src/vterowdata.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit d6330cf885ff25c6607e0624c03f00daf15bb68b Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 16:07:17 2009 -0400 [stream] Add head() src/vtestream-base.h | 7 +++++++ src/vtestream-file.h | 12 ++++++++++++ src/vtestream.h | 1 + 3 files changed, 20 insertions(+) commit 338d4a485f5b7609be1861aed6558693f90955c1 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 15:30:04 2009 -0400 [ring] Fix resize too src/ring.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit d1cec534d59399f057399b63dfb819b407174171 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 15:27:25 2009 -0400 [ring] Fix ring according to stream semantics src/ring.c | 126 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 85 insertions(+), 41 deletions(-) commit ea7ee1b1cbfe58faab7903cf354b377190dfb144 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 15:24:57 2009 -0400 [stream] Fix new_page implementation src/vtestream-file.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 1ea043ed2df31522c670b6bfba8cf1c9537ce61e Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 15:12:43 2009 -0400 [stream] Handle eof situation src/vtestream-file.h | 5 +++++ 1 file changed, 5 insertions(+) commit 68cce180dd903aacbbec11dca8f89be0cf278e92 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 15:04:51 2009 -0400 [stream] Add a reset() method src/vtestream-base.h | 7 ++++ src/vtestream-file.h | 104 +++++++++++++++++++++++++++++++-------------------- src/vtestream.h | 1 + 3 files changed, 71 insertions(+), 41 deletions(-) commit efe25381cca2767423f1c7061dcda1a0be87e59b Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 13:31:27 2009 -0400 [stream] s/trunc/truncate/ src/vtestream-base.h | 6 +++--- src/vtestream-file.h | 4 ++-- src/vtestream.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) commit 2eefab893485bbea1d0e2fb62e6f6122314d1959 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 14 13:07:26 2009 -0400 [stream] Fix returned offset src/vtestream-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a88338e07429a5ce1fc4cb081448333c699f7f23 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 12 19:40:02 2009 -0400 [ring] Port to VteStream Not optimized, simple file-based non-compact storage src/ring.c | 668 +++++++++++---------------------------------------- src/ring.h | 48 ++-- src/vtestream-base.h | 31 ++- src/vtestream-file.h | 17 +- src/vtestream.h | 8 + 5 files changed, 201 insertions(+), 571 deletions(-) commit a63c3d687408a9e21535df84855e00564c4f0905 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 12 18:22:16 2009 -0400 [stream] Add file stream src/Makefile.am | 2 + src/vtestream-base.h | 51 ++++++++++++ src/vtestream-file.h | 215 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/vtestream.c | 31 ++------ src/vtestream.h | 6 +- 5 files changed, 278 insertions(+), 27 deletions(-) commit 9de9d2de44d4723935176c71f8f09a90f15e678a Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 12 17:15:04 2009 -0400 [stream] Start vte stream design New buffer coming! src/Makefile.am | 2 ++ src/vtestream.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vtestream.h | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+) commit 9ad227f5f57d93e86b8d7ecf5b73bdf3bdf6ced7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 12 15:38:52 2009 -0400 [ring] Fix typo src/ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a532b2950e748ca37b0b429a7255d95514e212c8 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Sep 10 15:59:50 2009 -0400 [ring] Move VteRowData into its own file src/Makefile.am | 2 + src/ring.c | 141 +--------------------------------------------- src/ring.h | 138 +-------------------------------------------- src/vterowdata.c | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vterowdata.h | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteunistr.c | 3 +- 6 files changed, 337 insertions(+), 278 deletions(-) commit 4e02748b395e2086a4a3f897868bc789875e770d Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Mon Sep 14 13:39:11 2009 +0200 Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 158 insertions(+) commit 6f8d5b1da087a741c6cf6bbbf27d5a46d66720c8 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Sep 10 12:37:07 2009 -0400 [ring] Limit line length to 0xFFFF Make rowdata structures a bit more compact src/ring.c | 29 +++++++++++++++++++++-------- src/ring.h | 6 +++--- 2 files changed, 24 insertions(+), 11 deletions(-) commit d41ff743ec9bb287c3bd2d37f514f259503d03cc Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 22:13:36 2009 -0400 [ring] Add VteRingChunkWritable src/ring.c | 96 +++++++++++++++++++++++++++++++------------------------------- src/ring.h | 18 ++++++------ 2 files changed, 58 insertions(+), 56 deletions(-) commit c4c49bfa4e1e52d3653918d873ad64015e8e8bdf Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:59:56 2009 -0400 [ring] Remove more unused code src/ring.c | 63 +++++++++++++++++++++----------------------------------------- 1 file changed, 21 insertions(+), 42 deletions(-) commit 20f57866d5b4d47ae1ee66cb9e0156d6d70e321e Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:56:53 2009 -0400 [ring] More cleanup src/ring.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit cea0b21adb11d59f2e1e4c649f6cbf5e1cfacfed Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:54:42 2009 -0400 [ring] Reshuffle a bit more src/ring.c | 74 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 38 insertions(+), 36 deletions(-) commit b367d568d57ae93b3e84c0a80302734aa2d2f0ee Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:33:00 2009 -0400 [ring] Shuffle code around src/ring.c | 231 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 116 insertions(+), 115 deletions(-) commit fc9a6daf6394642e17e8aa76cbe661f0f08e8a68 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:26:46 2009 -0400 [ring] Separate VteRowData and VteCompactRowData src/ring.c | 91 +++++++++++++++++++++++++++++++++----------------------------- src/ring.h | 24 +++-------------- 2 files changed, 51 insertions(+), 64 deletions(-) commit 17840c4a141747c241fd3439b98e683a8f84737b Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:11:29 2009 -0400 [ring] Remove stale comment src/ring.h | 1 - 1 file changed, 1 deletion(-) commit d77e97e9cff572ba0e325335dd4a5654676bc5fb Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:10:33 2009 -0400 [ring] Rename vtecellattr to VteCellAttr src/ring.h | 10 +++++----- src/vte.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) commit a24f3bd3a7f9830245d4382df48f7063fd2340ea Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:09:26 2009 -0400 [ring] Move row attrs into a struct src/ring.h | 11 ++++++++++- src/vte.c | 8 ++++---- src/vteseq.c | 8 ++++---- 3 files changed, 18 insertions(+), 9 deletions(-) commit d0b03824d508d078accdcba7b1cc17a94d18f5ed Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 21:04:15 2009 -0400 [ring] Further cleanup of cell array src/ring.c | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) commit 3b5177f934c4bba89165e46521192766f13ed655 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 20:56:40 2009 -0400 [ring] Rename src/ring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 7d4895e5ad9d3153086596e3109e871fa027aea6 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 20:53:46 2009 -0400 [ring] Remove spare chunk caching src/ring.c | 77 +++++--------------------------------------------------------- 1 file changed, 6 insertions(+), 71 deletions(-) commit c7ce2e2fc72c086352fe44508ac97db390cdd591 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Sep 9 20:48:54 2009 -0400 [ring] Remove custom cell array allocator src/ring.c | 142 ++++++++----------------------------------------------------- 1 file changed, 18 insertions(+), 124 deletions(-) commit a37a6377089b5f856043b3660a8380326f8c89a8 (tag: 0.21.5) Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 11:34:36 2009 -0400 Release 0.21.5 NEWS | 6 ++++++ configure.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit f42c894d767ecf9a5a43355d5b10c132945f66e8 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 03:08:16 2009 -0400 Simplify access src/vte.c | 174 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 89 insertions(+), 85 deletions(-) commit ecc159908714dfa325106de5a2b5fb01bd1dc09b Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 03:04:02 2009 -0400 [ring] Reinstate attr.fragment Fixes the last bug in the new ring. Yay! src/ring.h | 6 ++---- src/vte-private.h | 1 + src/vte.c | 41 ++++++++++++++++++++++------------------- src/vteseq.c | 6 +++--- 4 files changed, 28 insertions(+), 26 deletions(-) commit ccac54d0217e0c13d69012f5fa407d2e0fe5d53a Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 02:56:51 2009 -0400 [ring] Whitespace src/ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 413abad8f245b0db38cfe18fa23f322579c7a906 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 02:54:01 2009 -0400 [ring] Fix signed issues src/ring.c | 24 ++++++++++++------------ src/ring.h | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) commit 1db31d7d1168294f830b5b0ad0c57a56cf679dc1 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 02:50:05 2009 -0400 [ring] Const correctness src/ring.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 3300760dad390e6299bd21e25521c5e12f5534cd Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 02:43:34 2009 -0400 [ring] Rename a bit src/ring.c | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) commit e2d2ca6888fedcbdc5d61c58d10207dfeebb7000 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 02:24:52 2009 -0400 [ring] Free all spare chunks when all rings are destroyed src/ring.c | 70 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 45 insertions(+), 25 deletions(-) commit 1972a3614be3f7453a13a48d0ab7013a23d83f09 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 02:24:42 2009 -0400 [ring] Reduce free chunks from 10 to 4 src/ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9ba03097d00059dd5d833053b5cf7f06e22a8f1f Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 02:10:07 2009 -0400 [ring] Fix chunk disposal src/ring.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 0f97ca6162d6219040f0273626f88044eecabee5 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 02:05:38 2009 -0400 [ring] Fix bytes_left calculation src/ring.c | 29 +++++++++++++++-------------- src/ring.h | 8 ++------ 2 files changed, 17 insertions(+), 20 deletions(-) commit 284b9bbb884d36e65af13e968304b74ddb5be1c7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 01:42:25 2009 -0400 [ring] Invalidate cache src/ring.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit c00499dd53ef5ee43ec39fa5823ffcb0659b51e6 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 01:25:40 2009 -0400 [ring] Optimize attribute bitfield placement src/ring.c | 6 +++--- src/ring.h | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) commit 3ea50a543462262407a54b7e0860c5121c96655e Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 01:03:42 2009 -0400 [ring] Add debug output src/ring.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit c35dc0dab0da6318428b6d049e20c0c90f80ca00 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 00:56:00 2009 -0400 [ring] Fix insert at start src/ring.c | 83 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 26 deletions(-) commit ec5229042aee27c074b8d700dad5058f3b50872d Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Sep 8 00:27:52 2009 -0400 [ring] Move view cache row to ring src/ring.c | 74 ++++++++++++++++++++++++++++++-------------------------------- src/ring.h | 11 +++++----- 2 files changed, 41 insertions(+), 44 deletions(-) commit 36ad6fac029ccb29465434d46135559d9f5d5584 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 22:59:35 2009 -0400 [ring] Implement uncompact src/ring.c | 203 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- src/ring.h | 7 ++- 2 files changed, 185 insertions(+), 25 deletions(-) commit eb0444e52d7995f50326109cd6d4cf254b2a4774 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 22:05:08 2009 -0400 Fix ring access const correctness src/ring.c | 14 ++++++++++++- src/ring.h | 14 ++++++++++--- src/vte.c | 65 ++++++++++++++++++++++++++++++++++++------------------------ src/vteseq.c | 24 +++++++++++----------- 4 files changed, 75 insertions(+), 42 deletions(-) commit f214a7b86a3a3f37fbcef457bdbe81ac08c302f6 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 21:37:31 2009 -0400 [ring] Minor src/ring.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 29bceb6074fa708d37f6901073648b146f8c98e7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 21:30:26 2009 -0400 [ring] Cleanup warnings src/ring.c | 26 ++++++++++++++------------ src/ring.h | 7 +++++-- 2 files changed, 19 insertions(+), 14 deletions(-) commit 99b5708db5a7bf04e8cf12195ed2b4309b199bf9 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 21:25:08 2009 -0400 [ring] Ease default attr computations src/ring.c | 6 +++--- src/ring.h | 40 ++++++++++++++++++++++++---------------- src/vte.c | 6 +++--- src/vteseq.c | 2 +- 4 files changed, 31 insertions(+), 23 deletions(-) commit 1cd88dc0ba39d9c76e165c917510280cf22513a7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 21:16:30 2009 -0400 [ring] Allow one more room in insert such that position doesn't fall off src/ring.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 5b559865f8237b4aa77c513a3d5847bf0a0e01aa Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 21:00:13 2009 -0400 [ring] Enlarge initial writable size src/ring.c | 8 +++++--- src/ring.h | 2 ++ src/vte-private.h | 1 - 3 files changed, 7 insertions(+), 4 deletions(-) commit c40b3e92c52057dc84be0c99b57fe7af07bffecd Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 20:09:04 2009 -0400 [ring] Store max_rows src/ring.c | 74 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 32 deletions(-) commit f24dbdf32f0456b5a0e949aaf2068680ccf1feb7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 20:07:38 2009 -0400 [ring] Almost working src/ring.c | 56 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 23 deletions(-) commit 05d1c8b063fb9c601bf20b23475dc395221c8f5b Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 19:55:14 2009 -0400 Fix initial scrollback size src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 024c67a1a12e1e82b65cc53b8b0adc89a689e53f Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 19:51:50 2009 -0400 Fix comment src/ring.c | 1 + src/vte-private.h | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) commit 3e1ea9728a313c296fbda053359152192f5305e7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 18:59:02 2009 -0400 [ring] Compacting goodness; disabled now; eats babies src/ring.c | 282 ++++++++++++++++++++++++++++++++++++++++++++++++------------- src/ring.h | 20 ++++- 2 files changed, 243 insertions(+), 59 deletions(-) commit 91697b796a9c0f1e8e20a6ae18139556f10cb5ca Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 17:01:12 2009 -0400 [ring] Closer to working src/ring.c | 191 ++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 118 insertions(+), 73 deletions(-) commit 68d17bacfd7b7127ff03497df555f7274f60b604 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 15:36:54 2009 -0400 [ring] Overhaul. Not working right now. src/ring.c | 268 +++++++++++++++++++++++++++++++++++++++--------------- src/ring.h | 56 +++++++++--- src/vte-private.h | 2 +- src/vte.c | 16 ++-- 4 files changed, 249 insertions(+), 93 deletions(-) commit de3f63efab64408c2eb3b0e02e358063769c9396 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 01:30:44 2009 -0400 [ring] Keep ring->next instead of ring->length src/ring.c | 45 ++++++++++++++++++++------------------------- src/ring.h | 8 ++++---- 2 files changed, 24 insertions(+), 29 deletions(-) commit 75809e632eb097c8a96c855781677cee560978eb Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Sep 7 01:15:55 2009 -0400 Fix palette handling src/ring.h | 1 + src/vte-private.h | 2 +- src/vte.c | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) commit 294b146da1c74ae16d2fd97a986a187d7e2a280d Author: Behdad Esfahbod <behdad@behdad.org> Date: Sun Sep 6 00:08:54 2009 -0400 [ring] Simplify insert/remove src/ring.c | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) commit 0a855cc5c15f986607e9d2b1c77801792db796fc Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 23:58:33 2009 -0400 [ring] Allocate main row array in powers of two This way we can use a bitwise-and to index, instead of int division src/ring.c | 39 +++++++++++++++++++++++++-------------- src/ring.h | 4 ++-- 2 files changed, 27 insertions(+), 16 deletions(-) commit b86951330fa9cbb8341aec7ca2fc0be7be4596c1 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 23:35:37 2009 -0400 [ring] Assert struct sizes src/ring.h | 2 ++ 1 file changed, 2 insertions(+) commit e36788647962b2632e8f241b830e2bb18f173889 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 23:32:58 2009 -0400 Add static assertions src/debug.h | 4 ++++ 1 file changed, 4 insertions(+) commit 475606d988458605f2f79e649dabe335e3a0453a Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 23:09:34 2009 -0400 [ring] Remove glong in favor of guint src/ring.c | 64 +++++++++++++++++++++++++++++++------------------------------- src/ring.h | 24 +++++++++++------------ 2 files changed, 44 insertions(+), 44 deletions(-) commit 086cbf79dd47cbecf2b9afe777f940acf1ae19ef Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 23:06:58 2009 -0400 [ring] Minor cleanup src/ring.c | 25 ++++++++++++++++--------- src/ring.h | 16 ++++++++-------- src/vte.c | 4 ++-- 3 files changed, 26 insertions(+), 19 deletions(-) commit 08972ae6e02c65b5ad0442674b6c6f4b938ed17f Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 23:00:53 2009 -0400 [ring] Remove unused macro src/ring.h | 1 - 1 file changed, 1 deletion(-) commit 86211afa952dc878b84ce1b7f14b381fcd91991f Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 22:55:51 2009 -0400 [ring] Tune pool allocation to allocate in powers of two in bytes src/ring.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) commit ddfef75afd62dc324ec033f57594cad70d0ed34e Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 22:41:58 2009 -0400 [ring] Rename src/ring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 99f63f1da37c343064175572b5b53b5193bbcb3f Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 22:24:26 2009 -0400 [ring] Set minimum row size for allocation to 80 src/ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 865e8e2d981873cfd1d98535c6666f25a8315b22 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 22:23:44 2009 -0400 [ring] Add debug messages to new code src/ring.c | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) commit e92865dce49fdcec5181add1a2be36fa57fad3af Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 22:06:56 2009 -0400 Minor cleanup src/debug.h | 2 +- src/ring.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 7b7bea551750d0ff5103fd1e2de969b0d093812c Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 21:06:53 2009 -0400 [ring] Use large-size pools for rowdata allocation src/ring.c | 155 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 141 insertions(+), 14 deletions(-) commit c6b2621d549b51dc9499673717d1125437576963 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 20:13:23 2009 -0400 Rename vtecells to VteCells as well src/ring.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 2ce6acc60f48a0ce929a222a49957e90c0b8e077 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 20:12:14 2009 -0400 Rename vtecell to VteCell as it's not a value type src/ring.c | 19 ++++++++++--------- src/ring.h | 20 ++++++++++---------- src/vte-private.h | 6 +++--- src/vte.c | 50 +++++++++++++++++++++++++------------------------- src/vteseq.c | 16 ++++++++-------- 5 files changed, 56 insertions(+), 55 deletions(-) commit 064822346af55ce36e0a7e82b38bf235e9fb394f Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Sep 5 00:06:38 2009 -0400 [ring] Remove GArray for rowcell allocation A very dumb allocator right now. To be optimized. src/ring.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- src/ring.h | 47 ++++++++++++----------- 2 files changed, 140 insertions(+), 31 deletions(-) commit fb9a0d3727c12c0dd5de384335050bb416d33815 Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Sep 4 21:20:30 2009 -0400 Remove chunk mutex We always get called in from the mainloop and hence are essentially single-threaded. src/vte.c | 7 ------- 1 file changed, 7 deletions(-) commit 9f486dfe6b1c71073ee85fd092cb375842a98f42 Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Sep 4 21:17:13 2009 -0400 Bug 594025 - crash in Terminal: running cat /dev/urandom... Bug 593795 - crash in Terminal: By mistake cat'ing a bin... Remove assert. G_DISABLE_ASSERT has been in use for years... None of the asserts in place right now have been tested much :( src/vte.c | 1 - 1 file changed, 1 deletion(-) commit f5f3e586ec83c8da5b473164669f501de6fa281a Author: Og B. Maciel <ogmaciel@gnome.org> Date: Sun Aug 30 12:11:29 2009 -0400 Updated mailing list address. po/pt_BR.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 00566ad0acd9f4a959f1d91935741f9ef07ca4fe Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Aug 28 14:03:50 2009 -0400 Enable silent rules by default configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cbb3071086f9bc173b9d8b9d3f79f87bae256c6a Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 27 17:10:19 2009 -0400 Remove cell.attr.fragment and use cell.c == FRAGMENT instead src/ring.h | 6 +++--- src/vte.c | 42 +++++++++++++++++++----------------------- src/vteseq.c | 6 +++--- 3 files changed, 25 insertions(+), 29 deletions(-) commit 71a6cf23eeb0237858b7b769074ed9c5bb564c3d Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 27 17:07:53 2009 -0400 [ring] Fix brokenness with macro implementation src/ring.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) commit 96793d9716c658b5d9ee4c87846c8e6e7b1c26c7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 27 16:37:27 2009 -0400 Minor cleanup src/vte.c | 88 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 40 insertions(+), 48 deletions(-) commit f73e04e92c092f4ce791df2008bb3078847f4805 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 27 00:23:35 2009 -0400 Remove ring from test programs src/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit 5a2879bcc28c703b4e120f57d750d47b7b27a8f4 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 27 00:14:16 2009 -0400 [ring] Swap rows instead of moving Avoids lots of free/new's src/ring.c | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) commit 05f07e28d7f2b886ee924dd37164a7dfb78d0bb3 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 27 00:10:47 2009 -0400 [ring] Simplify more src/ring.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit a2c132d6ffa528cbfde0ccd0ed35e08900182ffe Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 26 18:45:36 2009 -0400 Rename _vte_row_data_set_length() to _vte_row_data_shrink() src/ring.h | 4 ++-- src/vte.c | 15 +++------------ src/vteseq.c | 23 ++++++++++------------- 3 files changed, 15 insertions(+), 27 deletions(-) commit 8cb3e376efd04a92570fec8059f6c634e80603c7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 26 18:32:03 2009 -0400 Simplify a bit src/vte.c | 3 +-- src/vteseq.c | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) commit 4c8cbb00831c40ed62b29da7fe9ae2734dcb5925 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 26 18:19:12 2009 -0400 Add basic_cell with default cell attrs src/ring.c | 2 +- src/ring.h | 104 ++++++++++++++++++++++++++++++++++-------------------- src/vte-private.h | 14 +++----- src/vte.c | 72 +++++++++++++++---------------------- src/vteseq.c | 18 +++++----- 5 files changed, 108 insertions(+), 102 deletions(-) commit d3f87acad23aa0b50f2d15756ccd12e173ddbcf7 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 26 01:06:27 2009 -0400 Abstract rowdata functions away from GArray src/ring.c | 17 +++--- src/ring.h | 31 ++++++++++- src/vte.c | 171 +++++++++++++++++++++++++---------------------------------- src/vteseq.c | 146 +++++++++++++++----------------------------------- 4 files changed, 153 insertions(+), 212 deletions(-) commit 545fb3c59298058a682879545ff52230054642a6 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 26 00:24:09 2009 -0400 [ring] Simplify insert and remove even more src/ring.c | 41 ++++++++++++++++++++++++++++++----------- src/vte.c | 24 ++++-------------------- src/vteseq.c | 44 ++++++++++++++------------------------------ 3 files changed, 48 insertions(+), 61 deletions(-) commit 681db91a7772a77b903163f6985330a6f24ef977 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 26 00:12:21 2009 -0400 Simplify insert src/vte.c | 11 ++--------- src/vteseq.c | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) commit e95ee843ef2954635ca3405f8de009fcb2095304 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 26 00:08:10 2009 -0400 Simplify remove src/ring.c | 4 ++-- src/vte.c | 3 +-- src/vteseq.c | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) commit 54e717f081f365ac0e9b2a9947e50893c7666807 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 26 00:00:17 2009 -0400 Simplify code src/vte.c | 9 +++++---- src/vteseq.c | 21 ++++++--------------- 2 files changed, 11 insertions(+), 19 deletions(-) commit ffcb06a6bc2bf1d66eadf2e708ec444cf612f0c0 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 23:47:07 2009 -0400 [ring] Add safeguards to remove() src/ring.c | 4 ++++ 1 file changed, 4 insertions(+) commit 41f2912b527d3aa69ac3e70e9146f8ee171c1a9b Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 23:42:06 2009 -0400 [ring] Simplify insert src/ring.c | 49 +++++++++++-------------------------------------- 1 file changed, 11 insertions(+), 38 deletions(-) commit 684e66aeb8597e9f54fda6361ef9e337fdb44eda Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 23:26:22 2009 -0400 [ring] Don't free items when inserting, reuse them src/ring.c | 2 -- 1 file changed, 2 deletions(-) commit 717f5bc3422dd3b4a838adec7a65e183e2843702 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 23:23:12 2009 -0400 [ring] Update docs src/ring.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 10220e808e6a9406fd96792f14ebcb0e8474ba13 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 23:20:48 2009 -0400 [ring] Add _vte_ring_move() src/ring.c | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) commit dd06b763d657a5f4f95b30c259eb08e0a6a9118e Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 19:30:29 2009 -0400 [ring] Cleanup debug messages src/ring.c | 39 ++++++++------------------------------- 1 file changed, 8 insertions(+), 31 deletions(-) commit 1c231e40714b9224da37c4aa0352e72a9a35f9e6 (tag: 0.21.4) Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 19:08:37 2009 -0400 Release 0.21.4 NEWS | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit ea6488d28be389b047bd0aa2ba69e2a736266a71 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 19:06:52 2009 -0400 Remove another stale assert() fatalerror! Why did you disable asserts! src/vtepangocairo.c | 1 - 1 file changed, 1 deletion(-) commit a74e9fb90ba1068a29bc83cc1a33c2d9e4cc68c3 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:56:58 2009 -0400 [iso2022] Oops, use the right map decoding function src/iso2022.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 8ad1d698f5053aa748339e602e7f823169def211 (tag: 0.21.3) Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:52:09 2009 -0400 Release 0.21.3 NEWS | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit f0f873a6f0944dcae012d1c4b12fe7a582afd474 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:49:23 2009 -0400 [ring] Remove newly-added asserts Ok, the ring should be functionally working again now. src/ring.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) commit c84078230b8a9078843cf027846e16d25555128f Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:40:28 2009 -0400 [ring] Remove insert_preserve(), just call insert() I changed the semantics of insert_preserve() and broke vim. Reading the old code however, it seems equivalent functionally to insert(). Just use that. src/ring.c | 44 -------------------------------------------- src/ring.h | 1 - src/vte.c | 4 ++-- 3 files changed, 2 insertions(+), 47 deletions(-) commit e8d90d684f158d3ad0b4013685fa65a84a49bcd9 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:40:09 2009 -0400 Remove assert I just enabled g_assert, so some old disabled asserts are failing now. src/keymap.c | 1 - 1 file changed, 1 deletion(-) commit 43190598174cfc92e74f72e2c34587ca182c3eae Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:17:59 2009 -0400 Fix alternate screen default size, again src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ce4926abf990fa10d9172c058b2248fee69b75d5 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:11:54 2009 -0400 Fix initial size of scrollback in alternate screen src/debug.h | 1 + src/vte.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) commit edea8adf1a042a5055dac56b97e78540eba6250d Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:11:31 2009 -0400 Really fix the ring this time src/ring.c | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) commit 674f91ff949f532b7037c9aba658ad5ea3330a91 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 18:11:05 2009 -0400 Remove G_DISABLE_ASSERT src/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit 689990df0e51ee96b434c1f98e193de537d3a395 (tag: 0.21.2) Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 13:39:57 2009 -0400 Release 0.21.2 NEWS | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit c4aff049937050c58da80ec3c789d3b35abbffd0 Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Aug 25 13:37:08 2009 -0400 Bug 592990 - gnome terminal crashes with glibc detected src/ring.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 6db87763b28687f468ca881b20a543dd7487c3dd (tag: 0.21.1) Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Aug 24 19:11:27 2009 -0400 Release 0.21.1 NEWS | 8 ++++++++ configure.in | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit 7f9757c725f769ce582a928ecbadc2c352c1b635 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Aug 24 16:51:54 2009 -0400 Add _vte_ring_set_length src/ring.h | 3 ++- src/vte.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) commit 9a3de3c246360025f31ad9d6625f7792960c582e Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Aug 21 21:37:07 2009 -0400 Make ring keep an array of VteRowData, not VteRowData* src/ring.c | 55 +++++++++++++++++++++++++------------------------------ src/ring.h | 4 ++-- 2 files changed, 27 insertions(+), 32 deletions(-) commit 440737678453a83e812ee60545369ec0e54a4759 Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Aug 21 21:01:17 2009 -0400 Move _vte_new_row_data() business into the ring src/ring.c | 239 ++++++++++++++++++++++++++++-------------------------- src/ring.h | 61 +++++++++----- src/vte-private.h | 34 -------- src/vte.c | 48 +++-------- src/vteseq.c | 38 +++------ 5 files changed, 192 insertions(+), 228 deletions(-) commit 4e20a3b77e0adf2d2b3db655d9f7b5c3dd1a6c99 Author: Claude Paroz <claude@2xlibre.net> Date: Mon Aug 24 23:18:53 2009 +0200 Rename nds*.po to nds.po po/LINGUAS | 2 +- po/{nds_NFE.po => nds.po} | 0 2 files changed, 1 insertion(+), 1 deletion(-) commit 0b78dea524ee01e581327d09324193f2c1cce435 Author: Nils-Christoph Fiedler <linux@medienkompanie.de> Date: Sat Aug 22 21:27:28 2009 +0200 Added Low German translation po/LINGUAS | 1 + po/nds_NFE.po | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) commit 031a653d791248c51df12af1b59d169179330b55 Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Aug 21 14:09:44 2009 -0400 Add _vte_ring_resize() Avoids creating a new ring when changing scrollback lines. src/ring.c | 43 +++++++++++++++++++++++++++++++++---------- src/ring.h | 16 ++++++++-------- src/vte.c | 36 ++++-------------------------------- 3 files changed, 45 insertions(+), 50 deletions(-) commit 4e533b106a1c39b8565a9891fba83e384cc40669 Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Aug 21 12:17:38 2009 -0400 Revert 80dc9064 Removing the optimization, so I can clean up the ring API and redesign the implementation. Sorry Chris! src/ring.c | 17 ----------------- src/ring.h | 5 ----- src/vte.c | 19 +++++++------------ 3 files changed, 7 insertions(+), 34 deletions(-) commit bf5977d230dd95fcb86d3cbb8ce492f39ff71ae3 Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Aug 21 00:20:44 2009 -0400 Fix bug introduced in ba1f44d6119cc39602d8a660f4e5a9f56a6f19da src/ring.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 08caf3b174e68ba3d02f04c2595ad552cd50db30 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 23:20:06 2009 -0400 Remove the fill argument from _vte_new_row_data() I cannot prove that this change is right, though it looks like it's correct! src/vte-private.h | 2 +- src/vte.c | 28 +++++----------------------- src/vteseq.c | 12 ++++++------ 3 files changed, 12 insertions(+), 30 deletions(-) commit 7a2a78d3ea4a0128251089acef89d56241a455ca Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 23:13:06 2009 -0400 Minor src/vteseq.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit fb7fb842be37441b37bc4ae79937540fd4a0de3f Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 23:10:07 2009 -0400 Minor src/vteseq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 1904625c65d111a99e5920e6bc8121cb272ecc7b Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 23:08:18 2009 -0400 Rename _vte_new_row_data_sized to _vte_new_row_data src/vte-private.h | 2 +- src/vte.c | 10 +++++----- src/vteseq.c | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) commit 5e2b6753201ae416bdf1c594ab5ca5ab8bbf2130 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 23:06:37 2009 -0400 Remove _vte_new_row_data src/vte-private.h | 1 - src/vte.c | 11 ----------- src/vteseq.c | 4 ++-- 3 files changed, 2 insertions(+), 14 deletions(-) commit ba1f44d6119cc39602d8a660f4e5a9f56a6f19da Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 23:03:50 2009 -0400 Specialize VteRing to know about VteRowData src/ring.c | 139 +++++++++--------------------------------------------- src/ring.h | 24 ++++------ src/vte-private.h | 6 --- src/vte.c | 68 ++++---------------------- src/vteseq.c | 28 +++++------ 5 files changed, 53 insertions(+), 212 deletions(-) commit b2280c01c376d70d931fa039fbdf3ed2fd3fa3f6 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 18:39:34 2009 -0400 Store small iso2022 maps in 16bit structs Saves over 100k of the shared library size src/iso2022.c | 132 +++++++++++++++++++++++++++++++++------------------------- 1 file changed, 76 insertions(+), 56 deletions(-) commit 68ac36d9bb7e3ad17bda46de00de229cbe0ff5db Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 18:15:10 2009 -0400 Optimize iso2022 map struct on x86-64 src/iso2022.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f5ce4c445055b7f19db38fea0a79253d68ac6562 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 17:26:14 2009 -0400 Revert b307bc5c and implement it in a clean way src/ring.c | 68 ++++++++++++++-------------- src/ring.h | 8 ++-- src/vte-private.h | 4 +- src/vte.c | 132 ++++++++++++++++++++++++++---------------------------- src/vteseq.c | 77 ++++++++----------------------- 5 files changed, 120 insertions(+), 169 deletions(-) commit c34204b358df9d887096b4cd1b5ce7f299d1e3ff Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 17:12:13 2009 -0400 Fix warnings src/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c59dc9252888cf3824f31e307758fd49cf7f9b17 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 15:25:28 2009 -0400 Update git.mk git.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit dc03f2f6035befdc2e8ca5a0537ca2e8c26c324f Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 15:15:01 2009 -0400 Update copyright header src/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f168a8a2e6b266e980d15c2af023ce7ea1f15394 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 15:09:20 2009 -0400 Use GByteArray for VteBuffer The implementation was the same. Keep the abstraction though, since VteBuffer may want to implement O(1) _consume() in the future. src/Makefile.am | 7 +-- src/buffer.c | 156 -------------------------------------------------------- src/buffer.h | 25 ++++----- src/interpret.c | 2 +- src/iso2022.c | 2 +- src/vte.c | 16 +++--- src/vteconv.c | 6 +-- src/vteseq.c | 2 +- 8 files changed, 25 insertions(+), 191 deletions(-) commit 83018a7d3aa975211996d69dd922b79165439622 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 15:01:40 2009 -0400 Rename "struct _vte_buffer" to VteBuffer src/buffer.c | 18 +++++++++--------- src/buffer.h | 18 +++++++++--------- src/interpret.c | 2 +- src/iso2022.c | 4 ++-- src/vte-private.h | 4 ++-- src/vteconv.c | 2 +- 6 files changed, 24 insertions(+), 24 deletions(-) commit ee6fd1c3d8c2ba19c63565a0c889bbdc10125596 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Aug 20 14:55:41 2009 -0400 Remove unused code src/Makefile.am | 7 +- src/buffer.c | 247 -------------------------------------------------------- src/buffer.h | 23 ------ 3 files changed, 2 insertions(+), 275 deletions(-) commit af4ced55057c3bdc1ec8e87ce8bbef6639663f37 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Aug 17 18:31:04 2009 -0400 Remove newline after AM_V_GEN src/Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit 11bf7a92d4e0cc75ceda1fcd4da892f58e63b4b8 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sun Aug 16 01:53:18 2009 -0400 Reuse ->pending array instead of creating a new one src/vte.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit 80ffef9ad70e70827138f18fdd847dc8a27ebc34 Author: Christian Persch <chpe@gnome.org> Date: Sun Aug 16 22:19:25 2009 +0200 Support AM_SILENT_RULES And sprinkle some $(AM_V_GEN) around. Silent rules are disabled by default. Makefile.am | 2 +- configure.in | 4 ++++ doc/Makefile.am | 4 ++-- python/Makefile.am | 2 +- src/Makefile.am | 18 ++++++++++-------- termcaps/Makefile.am | 2 +- 6 files changed, 19 insertions(+), 13 deletions(-) commit 41e1e01046e2bc0f9cfbc84c2f41430c9a9a9743 Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 12 16:16:09 2009 -0400 Bug 590824 – gnome-terminal crashed with SIGSEGV after hiting ctrl+o src/vte.c | 2 ++ 1 file changed, 2 insertions(+) commit 1b2c6bf6136d8a6033499d73cdb659a6709982a3 Author: Seán de Búrca <leftmostcat@gmail.com> Date: Sun Aug 9 14:11:16 2009 -0600 Updated Irish translation po/ga.po | 111 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 48 insertions(+), 63 deletions(-) commit 3eaca3e36fb806608c961ef594baf99cecf9fdfa Author: Behdad Esfahbod <behdad@behdad.org> Date: Wed Aug 5 21:26:05 2009 -0400 Bug 572230 – text mode program rendering is strange in cjk locale. Under UTF-8 encoding, always use width=1 for ambiguous-width chars, only allow override using VTE_CJK_WIDTH=1. Preivously we were using width=2 for CJKS locales. That's against Unicode recommendations, and breaks a bunch of programs. src/iso2022.c | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) commit 403a6b40a1b34627dcd88fc4c3d0c30ef6369768 Author: Christian Persch <chpe@gnome.org> Date: Sun Jul 26 12:56:05 2009 +0200 Post-branch version bump configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit b8e1a5d9cc583c3a6d31b5594a4c7ce15ea73f5c Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Jul 10 15:56:19 2009 +0100 Bug 588200 – bashisms in shell scripts src/osc | 2 +- src/window | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit deda7bccf35e153628ca348b5fdf054e608ec462 Author: Rajesh Ranjan <rranjan@rranjan.csb> Date: Tue Jul 7 14:23:37 2009 +0530 hindi update by rajesh Ranjan po/hi.po | 93 +++++++++++++++++++++++++--------------------------------------- 1 file changed, 36 insertions(+), 57 deletions(-) commit 4fc17c3fb75cc211232c92ac8b0afa3a8f934cbc (tag: 0.20.5) Author: Behdad Esfahbod <behdad@behdad.org> Date: Tue Jun 9 18:33:36 2009 -0400 Release 0.20.5 to undo the unintended .soname bump NEWS | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit c2ad1acee778542ed5ee9b9b3d0ac2b58a5161d6 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Jun 4 17:39:39 2009 -0400 Update doc templates doc/reference/tmpl/vte.sgml | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 94b2b189e429515407d182de3f6cb6b89297e50c Author: Krzesimir Nowak <krnowak@svn.gnome.org> Date: Tue Jun 2 13:03:47 2009 +0200 Bug 584563 – default commit signal handler first param fix. First parameter of default commit signal handler now takes const gchar* instead of gchar*. src/vte.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 26ab9f6a8685f6f26d419dcefbade13f561e1585 Author: Krzesimir Nowak <krnowak@svn.gnome.org> Date: Tue Jun 2 16:56:09 2009 -0400 Bug 573976 – Typedef pointer to function Typedefed a pointer to function used in get_text methods and replaced those pointers with VteSelectionFunc. Documentation for VteSelectionFunc is also added. doc/reference/vte-sections.txt | 1 + src/vte.c | 48 ++++++++++++++++++------------------------ src/vte.h | 20 +++++++----------- 3 files changed, 29 insertions(+), 40 deletions(-) commit 185383d2ff114b16296e3fd203d89e69571c4221 (tag: 0.20.4) Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Jun 1 17:29:53 2009 -0400 Release 0.20.4 NEWS | 8 ++++++++ configure.in | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit c38b7315abc067a529f4420ead5bde2b6b25be82 Author: Marc-Andre Lureau <marcandre.lureau@gmail.com> Date: Sat May 30 14:06:22 2009 -0400 Bug 584281 – build: avoid double installation of xterm configure.in | 1 + termcaps/Makefile.am | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) commit 33f265a9e3397126bd9f1b210c38bd54ea9a1ddb Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat May 30 14:04:42 2009 -0400 Bug 543379 – VTE sends NUL/^@ for backspace Add VTE_ERASE_TTY. Also make AUTO send \H if terminal erase is undefined. doc/reference/tmpl/vte.sgml | 1 + src/vte.c | 41 +++++++++++++++++++++++++++++++++-------- src/vte.h | 3 ++- 3 files changed, 36 insertions(+), 9 deletions(-) commit 416b37dac95c6aa73c9ead3d6841893bfb22c5b8 (tag: 0.20.3) Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon May 25 18:27:51 2009 -0400 0.20.3 released NEWS | 6 ++++++ configure.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 7e371f09de8fb3e3af16469603523c17c721483c Author: Krzesimir Nowak <krnowak@svn.gnome.org> Date: Mon May 18 12:34:21 2009 +0200 Inlined signal docs 2009-05-18 Krzesimir Nowak <krnowak@svn.gnome.org> * doc/reference/tmpl/vte.sgml: Removed all signal descriptions from <para> </para> markups and arguments. * src/vte.c: Documented all signals and fixed a description of 'set-scroll-adjustments'. doc/reference/tmpl/vte.sgml | 155 ++++++++++++-------------- src/vte.c | 265 +++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 322 insertions(+), 98 deletions(-) commit 218c6e41627021a2964e606ef72165a16ed329bf Author: Frédéric Péters <fpeters@0d.be> Date: Mon May 18 22:54:27 2009 +0200 Bug 583129 – [python] allow passing None as command or directory option python/vte.override | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 56727a20b71cd5f960e468444ef544296ddc5edf Author: Frédéric Péters <fpeters@0d.be> Date: Mon May 18 17:36:46 2009 +0200 Bug 583078 – [python] allow passing of environment as a dictionary python/vte.override | 92 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 59 insertions(+), 33 deletions(-) commit 7e45bcee12c2a0db998d302f89d126f5df10481b (tag: 0.20.2) Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon May 4 16:29:01 2009 -0400 Released 0.20.2 NEWS | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit be8796b8a5bb258214b0f02ec55a373828acca71 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon May 4 14:16:08 2009 -0400 [git.mk] Update git.mk | 172 +++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 88 insertions(+), 84 deletions(-) commit db2a659c6b907564d522312238518937b4b74254 Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Apr 27 14:25:12 2009 -0400 [doap] Add mailto: vte.doap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit a492585a10d58548206b4b58cf62a645d987526d Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Apr 25 20:33:34 2009 -0400 Add chaining git.mk gnome-pty-helper/git.mk | 1 + 1 file changed, 1 insertion(+) commit 6b12feb7b9be5ed4af4dc0e348fc30718547afe9 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Apr 25 20:33:03 2009 -0400 [git.mk] Fix maintainer-clean git.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 30007c8374621d72c1c8eeb260e46f089a2fccc6 Author: Olav Vitters <olav@bkor.dhs.org> Date: Thu Apr 23 19:40:30 2009 +0200 doap: Add desktop category vte.doap | 1 + 1 file changed, 1 insertion(+) commit 78f9b61137028bd3b0c4b24c6b2169511b1d1e28 Author: Behdad Esfahbod <behdad@behdad.org> Date: Thu Apr 23 11:27:18 2009 -0400 [iso2022] Work around buggy iconv (#567064) Seems like glibc's iconv is buggy, eating the ill sequence then returning EILSEQ. This was causing crashes. Work around it. src/iso2022.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit 3abb0fc2a7011eeadc7e1f49a3f07d9cec4f5c8a Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Apr 18 16:20:23 2009 -0400 [git.mk] Support out-of-tree builds git.mk | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) commit 963fbd0776c96ecc5efd810c837e478986ff8f35 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Apr 18 15:04:41 2009 -0400 Remove copyright claim git.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ce46104d4378e5dc835c4c4681637dffe205e507 Author: Behdad Esfahbod <behdad@behdad.org> Date: Sat Apr 18 03:48:58 2009 -0400 [DOAP] Improve! vte.doap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 6a534c8643a24af997795a0a6027b791a19194de Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Apr 17 21:38:08 2009 -0400 Add git.mk Makefile.am | 2 + doc/Makefile.am | 2 + doc/openi18n/Makefile.am | 2 + doc/reference/Makefile.am | 2 + git.mk | 155 +++++++++++++++++++++++++++++++++++++++++++ glade/Makefile.am | 4 ++ gnome-pty-helper/Makefile.am | 8 +++ perf/Makefile.am | 2 + python/Makefile.am | 2 + src/Makefile.am | 2 + termcaps/Makefile.am | 2 + 11 files changed, 183 insertions(+) commit b4b3c644fd51611ef4abdc24aa414b4b8d95f722 Author: Behdad Esfahbod <behdad@behdad.org> Date: Fri Apr 17 18:05:42 2009 -0400 Remove static .gitignore .gitignore | 99 -------------------------------------------------------------- 1 file changed, 99 deletions(-) commit 78dffc29ecfb7b24528d7546771b602e0c105057 Author: Christian Persch <chpe@gnome.org> Date: Fri Apr 17 21:16:02 2009 +0200 Remove ChangeLog only on maintainerclean Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit ce5c397864104792f84869b84481abb80d86ba1e Author: Michael J. Chudobiak <mjc@avtechpulse.com> Date: Fri Apr 17 15:07:29 2009 -0400 Fixed the commented-out shortdesc field in the doap file Bug #579322. vte.doap | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) commit 1b8a6e627bb4c920541977a684767ccfd48ce324 Author: Christian Persch <chpe@gnome.org> Date: Fri Apr 17 19:31:02 2009 +0200 Remove generated ChangeLog on make clean Makefile.am | 3 +++ 1 file changed, 3 insertions(+) commit e68607b3875374ce69fe95b8c1f99e57ba695c64 Author: Christian Persch <chpe@gnome.org> Date: Fri Apr 17 18:58:36 2009 +0200 Remove ChangeLog, and auto-generate changelog on make dist .gitignore | 2 + ChangeLog => ChangeLog.pre-git | 0 Makefile.am | 18 +- gnome-pty-helper/ChangeLog | 1 - po/ChangeLog | 1353 ---------------------------------------- 5 files changed, 19 insertions(+), 1355 deletions(-) commit fd3ab8dd61ed18f460cecc153de24eb1377a1a34 Author: Christian Persch <chpe@gnome.org> Date: Fri Apr 17 18:56:16 2009 +0200 Add DOAP file. vte.doap | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) commit 03bc44250a76de0470cc1303879ac1266eec8b27 (tag: vte_0_20_1) Author: Christian Persch <chpe@src.gnome.org> Date: Sun Apr 12 13:54:29 2009 +0000 More NEWS svn path=/trunk/; revision=2397 NEWS | 3 +++ 1 file changed, 3 insertions(+) commit 95f4face68455e5324b1227cdf6a9c766bf086fc Author: Christian Persch <chpe@src.gnome.org> Date: Sun Apr 12 13:53:19 2009 +0000 Version 0.20.1 svn path=/trunk/; revision=2396 NEWS | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 605b79f6dfe5e6cda05d1aaa092af235b9046d4f Author: Adam Jackson <ajackson@src.gnome.org> Date: Wed Apr 1 00:49:38 2009 +0000 Add gopher:// to the dingus-click regexes. svn path=/trunk/; revision=2395 ChangeLog | 5 +++++ src/vteapp.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit af483015842d0139c31608f719cef5fe31cc5649 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Mar 26 17:58:05 2009 +0000 Minor fixes from Richard Russon. 2009-03-26 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (always_selected): * src/vtepangocairo.c (_vte_pangocairo_set_background_image): * src/vteskel.c (_vte_skel_draw_text): Minor fixes from Richard Russon. svn path=/trunk/; revision=2394 ChangeLog | 7 +++++++ src/vte.c | 3 ++- src/vtepangocairo.c | 1 - src/vteskel.c | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) commit 6babc11f91a15ea12f4728e98106590355bc6500 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Mar 26 06:18:23 2009 +0000 Bug 576797 – Double-click sometimes stops working 2009-03-26 Behdad Esfahbod <behdad@gnome.org> Bug 576797 – Double-click sometimes stops working * src/vte.c (vte_terminal_extend_selection): Invalidate selection if forced. svn path=/trunk/; revision=2393 ChangeLog | 7 +++++++ src/vte.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 442a1e7fbcd7c0a8adc5ff5f9b8b459f8de09a25 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Mar 26 05:46:39 2009 +0000 Bug 573674 – reset resets width to 80 chars 2009-03-26 Behdad Esfahbod <behdad@gnome.org> Bug 573674 – reset resets width to 80 chars * src/vteseq.c (vte_sequence_handler_decset_internal): Disable resizing on decreset. svn path=/trunk/; revision=2392 ChangeLog | 7 +++++++ src/vteseq.c | 2 ++ 2 files changed, 9 insertions(+) commit 277cd7e6bafd9099093046a2c19ec8146f9b171a Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 23 23:39:56 2009 +0000 Bug 576504 – vte does not pass its testsuite. 2009-03-23 Behdad Esfahbod <behdad@gnome.org> Bug 576504 – vte does not pass its testsuite. * src/vte.c: * src/vtedraw.h: Fix "make check". svn path=/trunk/; revision=2391 ChangeLog | 8 ++++++++ src/vte.c | 2 +- src/vtedraw.h | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) commit 62f5344c5b95ae64fd0321b654573cea369aef19 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Mar 23 12:12:51 2009 +0000 Bug 574491 – gnome-pty-helper can prevent volumes from being unmounted * gnome-pty-helper/gnome-pty-helper.c: (main): chdir to /. svn path=/trunk/; revision=2390 ChangeLog | 6 ++++++ gnome-pty-helper/gnome-pty-helper.c | 6 ++++++ 2 files changed, 12 insertions(+) commit 1d9e2356ebf937d0265104cc20ae4b6f3666b798 Author: Djihed Afifi <djihed@src.gnome.org> Date: Wed Mar 18 09:19:40 2009 +0000 Updated Arabic translation svn path=/trunk/; revision=2389 po/ChangeLog | 4 +++ po/ar.po | 82 +++++++++++++++++++++++++++--------------------------------- 2 files changed, 41 insertions(+), 45 deletions(-) commit 449972a31306e586a9348a92c42b01aebe8e3109 Author: Ignacio Casal Quinteiro <icq@src.gnome.org> Date: Tue Mar 17 22:08:28 2009 +0000 Updated Galician translation by Suso Baleato. svn path=/trunk/; revision=2388 po/ChangeLog | 4 +++ po/gl.po | 111 ++++++++++++++++++++++++++++------------------------------- 2 files changed, 57 insertions(+), 58 deletions(-) commit ff02a22a959e001b49297d17e2d5865d81d84823 Author: Amanpreet Singh Alam <aman@src.gnome.org> Date: Tue Mar 17 02:17:33 2009 +0000 updating for GNOME Punjabi Translation by A S Alam svn path=/trunk/; revision=2387 po/pa.po | 98 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 54 deletions(-) commit c897c9a37bbe592776abd1179a11d65047ea684c Author: Christian Persch <chpe@src.gnome.org> Date: Sun Mar 15 14:15:16 2009 +0000 NEWS update svn path=/trunk/; revision=2386 NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit e42a7297bf8f14400141666961cfa7bcd0495779 (tag: vte_0_20_0) Author: Christian Persch <chpe@src.gnome.org> Date: Sun Mar 15 12:56:45 2009 +0000 Fix make. svn path=/trunk/; revision=2384 doc/reference/vte-docs.sgml | 2 -- doc/reference/vte-sections.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) commit 8dd2fb3c08edf1b8f1c1143601f362be55382d63 Author: Christian Persch <chpe@src.gnome.org> Date: Sun Mar 15 12:56:40 2009 +0000 Prepare version 0.20.0. * configure.in: Prepare version 0.20.0. svn path=/trunk/; revision=2383 ChangeLog | 4 ++++ Makefile.am | 2 +- configure.in | 14 +++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) commit 07cf3c2ef9d697098be99780e654d25f9a02aba4 Author: Christian Persch <chpe@src.gnome.org> Date: Sun Mar 15 12:56:33 2009 +0000 Bug 575398 – configure warns about term.h under OpenSolaris * configure.in: Fix curses detection on solaris. Patch by David Adam. svn path=/trunk/; revision=2382 ChangeLog | 6 ++++++ configure.in | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 75027b7cf6ff5f326293bffeb09413955abc6076 Author: Amitakhya Phukan <amitakhya@src.gnome.org> Date: Fri Mar 13 11:26:42 2009 +0000 Updated assamese translations svn path=/trunk/; revision=2381 po/as.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 57cb728ae9fe20f6acb77b962b1212d4360aa102 Author: Amitakhya Phukan <amitakhya@src.gnome.org> Date: Fri Mar 13 11:26:12 2009 +0000 Updated assamese translations svn path=/trunk/; revision=2380 po/ChangeLog | 5 ++++ po/LINGUAS | 1 + po/as.po | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+) commit 73ba06532e7a061176230ea25296b99fd97c14c1 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 9 10:20:54 2009 +0000 Bug 574616 – "real" transparency not working from python bindings 2009-03-09 Behdad Esfahbod <behdad@gnome.org> Bug 574616 – "real" transparency not working from python bindings * src/vtepangocairo.c (_vte_pangocairo_destroy), (_vte_pangocairo_set_background_image): Better handle failure of creating pixmap. * src/vtebg.c (vte_bg_get_pixmap): Get rid of unused mask parameter. svn path=/trunk/; revision=2379 ChangeLog | 10 ++++++++++ src/vtebg.c | 7 +------ src/vtepangocairo.c | 46 +++++++++++++++++++++------------------------- 3 files changed, 32 insertions(+), 31 deletions(-) commit 43a9b809e5cf9ccf1a685a7a0ccc0761ff206690 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Mar 7 23:51:12 2009 +0000 Bug 574025 – Crash in _vte_terminal_insert_char 2009-03-07 Behdad Esfahbod <behdad@gnome.org> Bug 574025 – Crash in _vte_terminal_insert_char * src/vte.c (_vte_terminal_insert_char): Don't crash. svn path=/trunk/; revision=2378 ChangeLog | 6 ++++++ src/vte.c | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) commit df30bd81becd7ce6c499ab889443eed7b7806863 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Mar 2 20:14:12 2009 +0000 Prepare 0.19.5 svn path=/trunk/; revision=2377 ChangeLog | 5 +++++ NEWS | 18 ++++++++++++++++++ configure.in | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) commit 03aeb31b699fc253ccd9cd883328306eee8f2f1d Author: Christian Persch <chpe@src.gnome.org> Date: Mon Mar 2 20:14:07 2009 +0000 Correct use of padding returned by vte_terminal_get_padding(). * src/vteaccess.c: (vte_terminal_accessible_set_size), (vte_terminal_accessible_ref_accessible_at_point): * src/vteapp.c: (button_pressed): Correct use of padding returned by vte_terminal_get_padding(). svn path=/trunk/; revision=2376 ChangeLog | 7 +++++++ src/vteaccess.c | 12 ++---------- src/vteapp.c | 4 ++-- 3 files changed, 11 insertions(+), 12 deletions(-) commit fa84c74627c951e3366f7b76298bfdb5208e5c65 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Mar 2 20:14:01 2009 +0000 Use g_strerror() instead of strerror(). * src/vte.c: (vte_terminal_refresh_size), (vte_terminal_set_size): Use g_strerror() instead of strerror(). svn path=/trunk/; revision=2375 ChangeLog | 5 +++++ src/vte.c | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit f6170007cd7081f0b77663fa2d0275fc2cd8ae38 Author: Luca Ferretti <elle.uca@libero.it> Date: Wed Feb 18 20:22:43 2009 +0000 Updated Italian translation by Francesco Marletta. 2009-02-18 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation by Francesco Marletta. svn path=/trunk/; revision=2374 po/ChangeLog | 4 ++++ po/it.po | 70 ++++++++++++++++++++++-------------------------------------- 2 files changed, 30 insertions(+), 44 deletions(-) commit dbf4da933efe253036ab579fcd67bfd3e250a6bc Author: Jani Monoses <janimo@src.gnome.org> Date: Mon Feb 16 19:55:33 2009 +0000 Updated Romanian translations from Adi Roiban and MiÈ™u Moldovan svn path=/trunk/; revision=2373 po/ChangeLog | 5 ++++ po/ro.po | 89 ++++++++++++++++++++++++------------------------------------ 2 files changed, 40 insertions(+), 54 deletions(-) commit 30029cc2f218f93b5009382c3324affc30f00aa7 Author: Chao-Hsiung Liao <chliao@src.gnome.org> Date: Sat Feb 14 09:50:02 2009 +0000 0.19.4 svn path=/trunk/; revision=2372 po/ChangeLog | 5 ++++ po/zh_HK.po | 85 +++++++++++++++++++++++++++--------------------------------- po/zh_TW.po | 83 ++++++++++++++++++++++++++-------------------------------- 3 files changed, 80 insertions(+), 93 deletions(-) commit 1f93f65512eb8bb1e99fa04ab015dccc2071df8a Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Feb 12 05:33:15 2009 +0000 Bug 54926 – Should try bold version of font before pseudo-bolding 2009-02-12 Behdad Esfahbod <behdad@gnome.org> Bug 54926 – Should try bold version of font before pseudo-bolding Patch from Kees Cook <kees@outflux.net> * src/vte.c (_vte_invalidate_cell), (_vte_invalidate_cursor_once), (vte_terminal_unichar_is_local_graphic), (vte_terminal_draw_graphic), (vte_terminal_draw_cells), (vte_terminal_draw_rows), (vte_terminal_paint_cursor): * src/vtedraw.c (_vte_draw_get_char_width), (_vte_draw_text), (_vte_draw_char), (_vte_draw_has_char): * src/vtedraw.h: * src/vtepangocairo.c (_vte_pangocairo_set_text_font), (_vte_pangocairo_get_char_width), (_vte_pangocairo_has_bold), (_vte_pangocairo_draw_text), (_vte_pangocairo_draw_has_char): * src/vteskel.c: Try bold font before pseudo-bolding. svn path=/trunk/; revision=2371 ChangeLog | 19 +++++++++++++++++++ src/vte.c | 46 ++++++++++++++++++---------------------------- src/vtedraw.c | 45 +++++++++++++++++++++++++++++++-------------- src/vtedraw.h | 20 ++++++++++++-------- src/vtepangocairo.c | 47 +++++++++++++++++++++++++++++++++++++++-------- src/vteskel.c | 1 + 6 files changed, 120 insertions(+), 58 deletions(-) commit dafe17256dd8c687cddb10305b6913dc870cc651 Author: Christian Persch <chpe@src.gnome.org> Date: Sun Feb 8 14:20:25 2009 +0000 Ignore this svn path=/trunk/; revision=2370 .gitignore | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) commit 94f13bb62629a567c2814477c7b23f01dbca2fca Author: Christian Persch <chpe@src.gnome.org> Date: Mon Feb 2 15:09:20 2009 +0000 Bug 570208 – vte fails to build outside source tree * python/Makefile.am: Build fix. svn path=/trunk/; revision=2369 ChangeLog | 6 ++++++ python/Makefile.am | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) commit 3ada3abd77c76e3582af0859995c0909c27ce1ce Author: Christian Persch <chpe@src.gnome.org> Date: Sun Feb 1 22:26:06 2009 +0000 Remove marshalers that have stock ones in gobject, and use the stock ones * src/marshal.list: * src/vte.c: (vte_terminal_class_init): * src/vtebg.c: (vte_bg_class_init): Remove marshalers that have stock ones in gobject, and use the stock ones instead. svn path=/trunk/; revision=2368 ChangeLog | 7 +++++++ src/marshal.list | 7 ++----- src/vte.c | 52 ++++++++++++++++++++++++++-------------------------- src/vtebg.c | 2 +- 4 files changed, 36 insertions(+), 32 deletions(-) commit a06afbb1df1569b38b421193a4e035d624537bd4 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Feb 1 06:18:43 2009 +0000 Require GTK+ >= 2.14, for "gtk-fontconfig-timestamp" settings property. 2009-02-01 Behdad Esfahbod <behdad@gnome.org> * configure.in: Require GTK+ >= 2.14, for "gtk-fontconfig-timestamp" settings property. * src/vte.c (vte_terminal_style_set), (vte_terminal_set_font_full_internal), (vte_terminal_init), (vte_terminal_class_init): Use style_set class method instead of hooking to style-set signal. Also, proceed to recreating the font even if neither description nor antialias setting changed. This is necessary to pick up fontconfig configuration changes as well as font install/uninstallations or GNOME font preferences changes. * src/vtepangocairo.c (font_info_destroy), (fontconfig_timestamp_quark), (vte_pango_cairo_set_fontconfig_timestamp), (vte_pango_cairo_get_fontconfig_timestamp), (context_hash), (context_equal), (font_info_create_for_context), (font_info_create_for_screen): Use fontconfig_timestamp in the font object hash, such that we respond to fontconfig configuration changes. svn path=/trunk/; revision=2367 ChangeLog | 22 ++++++++++++++++++++++ configure.in | 2 +- src/vte.c | 24 ++++++++++-------------- src/vteapp.c | 2 +- src/vtepangocairo.c | 47 +++++++++++++++++++++++++++++++++++++++-------- 5 files changed, 73 insertions(+), 24 deletions(-) commit 1fa6a721bcd1491d5faa82b13af376abc9f2ee6f Author: Changwoo Ryu <cwryu@src.gnome.org> Date: Thu Jan 29 12:38:14 2009 +0000 Updated Korean translation svn path=/trunk/; revision=2366 po/ChangeLog | 4 +++ po/ko.po | 90 ++++++++++++++++++++++++++++-------------------------------- 2 files changed, 46 insertions(+), 48 deletions(-) commit 58bc3a942f198a1a8788553ca72c19d7c1702b74 Author: Saleem Abdulrasool <asaleem@src.gnome.org> Date: Wed Jan 28 03:47:11 2009 +0000 fix bug #548272 svn path=/trunk/; revision=2365 ChangeLog | 5 +++++ src/vteseq.c | 18 ++++++++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) commit 916094b4dcab454f5820ca5350abc81f4d51ad4c Author: Christian Persch <chpe@src.gnome.org> Date: Tue Jan 20 19:25:13 2009 +0000 Use GDK_BLANK_CURSOR for the invisible cursor on gtk+ >= 2.15. * src/vte.c: (vte_terminal_realize): Use GDK_BLANK_CURSOR for the invisible cursor on gtk+ >= 2.15. svn path=/trunk/; revision=2364 ChangeLog | 5 +++++ src/vte.c | 12 ++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) commit bcafeb8b5f6ef9eac9a83c37a3f263a84b1932b8 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Jan 20 18:44:30 2009 +0000 Use ttyname() as recommended in the glibc manual. Bug #565688. * gnome-pty-helper/gnome-pty-helper.c: (init_term_with_defaults), (open_ptys), (close_pty_pair): Use ttyname() as recommended in the glibc manual. Bug #565688. svn path=/trunk/; revision=2363 ChangeLog | 6 ++++++ gnome-pty-helper/gnome-pty-helper.c | 28 +++------------------------- 2 files changed, 9 insertions(+), 25 deletions(-) commit 3b22bcc8605a66f43135902859473a01e7b76f27 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jan 6 20:18:36 2009 +0000 Convert some g_strdup_printf() uses to g_snprintf() when the buffer was 2009-01-06 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (vte_parse_color), (vte_sequence_handler_change_color), (vte_sequence_handler_request_terminal_parameters), (vte_sequence_handler_send_primary_device_attributes), (vte_sequence_handler_send_secondary_device_attributes), (vte_sequence_handler_device_status_report), (vte_sequence_handler_dec_device_status_report), (vte_sequence_handler_window_manipulation), (vte_sequence_handler_change_cursor_color): Convert some g_strdup_printf() uses to g_snprintf() when the buffer was fixed-size and freed immediately. Also fix g_snprintf usage by not using its return value. *If* the buffer is short, the returned len is not what we are interested in. Finally, pass -1 as len to vte_terminal_feed_child() in most places. This means a bit more work for the processor, but cleaner code. svn path=/trunk/; revision=2362 ChangeLog | 20 ++++++++ src/vteseq.c | 155 +++++++++++++++++++++++++++-------------------------------- 2 files changed, 90 insertions(+), 85 deletions(-) commit 7e3cc8b3e89efe87e7acf3a13df3f66666fc7acb Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jan 6 19:04:59 2009 +0000 Bug 566795 – VTE fails to build in trunk 2009-01-06 Behdad Esfahbod <behdad@gnome.org> Bug 566795 – VTE fails to build in trunk * src/vteseq.c (vte_sequence_handler_change_cursor_color): Fix build. svn path=/trunk/; revision=2361 ChangeLog | 7 +++++++ src/vteseq.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit ca81ba9319f71f97f12652d56910648e1a706818 Author: Saleem Abdulrasool <asaleem@src.gnome.org> Date: Tue Jan 6 06:51:58 2009 +0000 add support for OSC 4 and OSC 12 svn path=/trunk/; revision=2360 ChangeLog | 10 +++ src/vteseq-n.gperf | 4 +- src/vteseq.c | 192 ++++++++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 173 insertions(+), 33 deletions(-) commit 67401849c6d713f9c4fd5ec8a4ffb92d61c13048 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jan 6 05:39:42 2009 +0000 Bug 566730 – vte_terminal_set_color_cursor() calls invalidate_all but it 2009-01-06 Behdad Esfahbod <behdad@gnome.org> Bug 566730 – vte_terminal_set_color_cursor() calls invalidate_all but it doesn't have to * src/vte.c (vte_terminal_set_color_internal): If color is VTE_CUR_BG, invalidate_cursor_once instead of invalidate_all. svn path=/trunk/; revision=2359 ChangeLog | 3 +++ 1 file changed, 3 insertions(+) commit 75e3a47bc882b9204df914db85bdbad913a6c3b6 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jan 6 05:39:17 2009 +0000 If color is VTE_CUR_BG, invalidate_cursor_once instead of invalidate_all. 2009-01-06 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_set_color_internal): If color is VTE_CUR_BG, invalidate_cursor_once instead of invalidate_all. svn path=/trunk/; revision=2358 ChangeLog | 5 +++++ src/vte.c | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit 47d142ce5717427fe7dd28c8b3f001829d9a7974 Author: Halton Huo <halton.huo@sun.com> Date: Fri Dec 26 14:48:23 2008 +0000 Bug 565679 - alloca is discouraged 2008-12-26 Halton Huo <halton.huo@sun.com> Bug 565679 - alloca is discouraged * gnome-pty-helper/gnome-pty-helper.c: use malloc replace alloca. svn path=/trunk/; revision=2357 ChangeLog | 6 ++++++ gnome-pty-helper/gnome-pty-helper.c | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit 49aa59927ede031871d36903ff29e3d97d3cfd1c Author: Christian Persch <chpe@src.gnome.org> Date: Fri Dec 26 12:37:42 2008 +0000 Fix the same typo also in the libinfo check. * configure.in: Fix the same typo also in the libinfo check. svn path=/trunk/; revision=2356 ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 7f53406e47e7b818c2b80c2857c71b6c59dbd3a0 Author: Halton Huo <halton.huo@sun.com> Date: Fri Dec 26 10:34:18 2008 +0000 Bug 565675 - typo in configure.in cause ncurses checking fail 2008-12-26 Halton Huo <halton.huo@sun.com> Bug 565675 - typo in configure.in cause ncurses checking fail * configure.in: Fix typo for ncurses. s/ncuses/ncurses svn path=/trunk/; revision=2355 ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit dc6e4b781ec06fcfd097c0d2878c5f300fd0ef5e Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 26 04:13:33 2008 +0000 Fix warnings. 2008-12-25 Behdad Esfahbod <behdad@gnome.org> * src/interpret.c (main): * src/slowcat.c (catfile): * src/table.c (_vte_table_addi), (_vte_table_add): * src/trie.c (_vte_trie_matchx): * src/vte.c (_vte_invalidate_cell), (_vte_terminal_insert_char): * src/vteaccess.c (offset_from_xy), (vte_terminal_accessible_finalize), (vte_terminal_accessible_get_text), (vte_terminal_accessible_get_text_somewhere): * src/vteapp.c (main): * src/vtebg.c (vte_bg_cache_item_free), (vte_bg_cache_add): Fix warnings. svn path=/trunk/; revision=2354 ChangeLog | 15 +++++++++++++++ src/interpret.c | 9 +++++---- src/slowcat.c | 3 ++- src/table.c | 9 +++++---- src/trie.c | 2 +- src/vte.c | 6 +++--- src/vteaccess.c | 30 +++++++++++++++--------------- src/vteapp.c | 12 ++++++++---- src/vtebg.c | 12 ++++++------ 9 files changed, 60 insertions(+), 38 deletions(-) commit 0cdef5173bdcaa04d3e13edfbc1279ae6edaef4c Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri Dec 26 03:11:32 2008 +0000 Minor. svn path=/trunk/; revision=2353 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 38cafc2aaf4aae3e6e12c995b491f91207794078 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 26 03:10:39 2008 +0000 Bug 565663 – compile failure because use static function in another .h 2008-12-25 Behdad Esfahbod <behdad@gnome.org> Bug 565663 – compile failure because use static function in another .h file * src/vte.c: Don't mark extern function inline. svn path=/trunk/; revision=2352 ChangeLog | 7 +++++++ src/vte.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 811c7e117e172140b43476fc01400ad8898bdb74 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Dec 17 08:26:19 2008 +0000 Bug 149631 – gnome-terminal doesn't combine combining chars in utf8 2008-12-17 Behdad Esfahbod <behdad@gnome.org> Bug 149631 – gnome-terminal doesn't combine combining chars in utf8 * src/vteunistr.c: Limit to 9 combining marks per unistr, and a total of 100,000 unistrs. All to prevent OOM. svn path=/trunk/; revision=2351 ChangeLog | 8 ++++++++ src/vteunistr.c | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) commit c1be75bcf1dac887972c877fc0c900ce32bb9544 (tag: vte_0_19_4) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 15 20:50:32 2008 +0000 Released 0.19.4. 2008-12-15 Behdad Esfahbod <behdad@gnome.org> * NEWS: * configure.in: Released 0.19.4. svn path=/trunk/; revision=2349 ChangeLog | 6 ++++++ NEWS | 15 +++++++++++++++ configure.in | 4 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) commit baddcfe4934b8e87717c1dd9d02e75e53fc02b98 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Dec 15 20:45:11 2008 +0000 Fix make check. svn path=/trunk/; revision=2348 doc/reference/vte-docs.sgml | 2 ++ doc/reference/vte-sections.txt | 11 +++++++++++ 2 files changed, 13 insertions(+) commit 6afcfe2bce6eeb82ab08efe99003ecc3cd2c1200 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Dec 15 20:30:18 2008 +0000 Fix doc syntax svn path=/trunk/; revision=2347 src/vteunistr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ca92a5e890704d87d6f5d5b9753c57994dc8dfa6 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 15 01:08:12 2008 +0000 Bug 564535 – check for gperf on build 2008-12-14 Behdad Esfahbod <behdad@gnome.org> Bug 564535 – check for gperf on build * autogen.sh: Check for gperf. svn path=/trunk/; revision=2346 ChangeLog | 6 ++++++ autogen.sh | 7 +++++++ 2 files changed, 13 insertions(+) commit de98fae160f3dab8f4812ab1baeddf02fab55d90 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri Dec 12 11:29:40 2008 +0000 Typos svn path=/trunk/; revision=2345 src/vteunistr.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit d453dce12191a1ee19fa70d83bab013999006385 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 12 11:20:31 2008 +0000 Document vteunistr. 2008-12-12 Behdad Esfahbod <behdad@gnome.org> * doc/reference/Makefile.am: * src/vteunistr.c (unistr_comp_hash), (unistr_comp_equal), (_vte_unistr_append_unichar), (_vte_unistr_get_base), (_vte_unistr_append_to_string), (_vte_unistr_strlen): * src/vteunistr.h: Document vteunistr. svn path=/trunk/; revision=2344 ChangeLog | 9 ++++ doc/reference/Makefile.am | 1 + src/vteunistr.c | 120 +++++++++++++++++++++++++++++----------------- src/vteunistr.h | 52 ++++++++++++++++++-- 4 files changed, 134 insertions(+), 48 deletions(-) commit beb61da0f7d5d1730f532cc2eb37df507a267a87 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri Dec 12 09:22:48 2008 +0000 . svn path=/trunk/; revision=2343 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9bbfcb27af874137d81728b5217de3f386a8f0da Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri Dec 12 09:22:06 2008 +0000 Minor. svn path=/trunk/; revision=2342 ChangeLog | 4 ++++ src/vte.c | 6 ++++-- src/vteunistr.c | 2 ++ src/vteunistr.h | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) commit a902f8eb1112e59109ff14520706bb75f3cf6790 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 12 09:04:00 2008 +0000 Avoid pointers in the const array. 2008-12-12 Behdad Esfahbod <behdad@gnome.org> * src/iso2022.c (_vte_iso2022_ambiguous_width): Avoid pointers in the const array. svn path=/trunk/; revision=2341 ChangeLog | 5 +++++ src/iso2022.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 646a71162cabe13f96627ea6cbeb91864e9fc625 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 12 06:57:09 2008 +0000 Bug 149631 – gnome-terminal doesn't combine combining chars in utf8 2008-12-12 Behdad Esfahbod <behdad@gnome.org> Bug 149631 – gnome-terminal doesn't combine combining chars in utf8 * src/vteunistr.c: * src/vteunistr.h: An extended UTF-32 type that assigns numeric values to UTF-8 sequences on demand. Can be used to efficiently store a string, instead of one character, at each cell. * src/vte-private.h: * src/vte.c: * src/vtedraw.c: * src/vtedraw.h: * src/vtepangocairo.c: Port to vteunistr instead of gunichar for cell content. * src/vte.c: Handle zerowidth insertions by sticking it on the previous cell. * src/iso2022.h: * src/iso2022.c: Cleanup ambiguous-width handling. Handle zero-width chars. svn path=/trunk/; revision=2340 ChangeLog | 26 +++++++++- src/Makefile.am | 2 + src/iso2022.c | 90 +++++++++++++++++----------------- src/iso2022.h | 5 +- src/vte-private.h | 3 +- src/vte.c | 103 ++++++++++++++++++++++++++++++++------- src/vtedraw.c | 6 +-- src/vtedraw.h | 11 +++-- src/vtepangocairo.c | 127 +++++++++++++++++++++++++----------------------- src/vteunistr.c | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteunistr.h | 47 ++++++++++++++++++ 11 files changed, 421 insertions(+), 135 deletions(-) commit 2d0c1717a14e5c735877d45d79668d5519f0e838 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Dec 11 14:05:01 2008 +0000 Typo svn path=/trunk/; revision=2339 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 95c425106ca9a3293ca5c2e8ac630e13d4b9e85f Author: Christian Persch <chpe@src.gnome.org> Date: Thu Dec 11 13:50:33 2008 +0000 Bug 564057 – src/pty.c does not compile with --disable-gnome-pty-helper * src/pty.c: Build with --disable-gnome-pty-helper. Patch by yselkowitz at users.sourceforge.net . svn path=/trunk/; revision=2338 ChangeLog | 8 ++++++++ src/pty.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 8756ffe9b4f054b6a9622537a02cfd1d614fe176 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Dec 11 13:50:25 2008 +0000 Update set-scroll-adjustement docs. * src/vte.c: (vte_terminal_class_init): Update set-scroll-adjustement docs. svn path=/trunk/; revision=2337 ChangeLog | 5 +++++ src/vte.c | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 207f0ebfce521535f55f0f7bdc16912fbbec3f85 Author: Paolo Borelli <pborelli@katamail.com> Date: Wed Dec 10 21:51:27 2008 +0000 Bug 562695 - ship pkg-config file for python bindings 2008-12-10 Paolo Borelli <pborelli@katamail.com> Bug 562695 - ship pkg-config file for python bindings * configure.in: * python/Makefile.am: * python/pyvte.pc.in: svn path=/trunk/; revision=2336 ChangeLog | 8 ++++++++ configure.in | 1 + python/Makefile.am | 8 +++++++- python/pyvte.pc.in | 11 +++++++++++ 4 files changed, 27 insertions(+), 1 deletion(-) commit 63b25ac4c6669ffd33cfd0dac8913e3a029251d3 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 8 20:17:00 2008 +0000 Bug 563752 – pangocairo backend recreates cairo_surface_t for background 2008-12-08 Behdad Esfahbod <behdad@gnome.org> Bug 563752 – pangocairo backend recreates cairo_surface_t for background drawing * src/vte.c (vte_terminal_paint), (vte_terminal_set_scroll_background), (vte_terminal_background_update): * src/vtedraw.c (_vte_draw_new), (_vte_draw_set_background_solid), (_vte_draw_set_background_image), (_vte_draw_set_background_scroll), (_vte_draw_draw_rectangle): * src/vtedraw.h: * src/vtepangocairo.c (_vte_pangocairo_destroy), (_vte_pangocairo_set_background_solid), (_vte_pangocairo_set_background_image), (_vte_pangocairo_set_background_scroll), (_vte_pangocairo_clear), (_vte_pangocairo_clip), (set_source_color_alpha): * src/vteskel.c: Cleanup vte_draw background API. Use a cached cairo_pattern_t in pangocairo backend. Also, queue background update on scroll_background change. svn path=/trunk/; revision=2335 ChangeLog | 23 ++++++++++ src/vte.c | 17 +++---- src/vtedraw.c | 55 +++++++++-------------- src/vtedraw.h | 32 ++++++------- src/vtepangocairo.c | 127 ++++++++++++++++++++++++++++++++++------------------ src/vteskel.c | 2 + 6 files changed, 152 insertions(+), 104 deletions(-) commit d849a02007d2dffdf78c55afea4bf1ffcc526a31 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 8 04:06:05 2008 +0000 Bug 163213 – Cursor should remain visible when selected 2008-12-07 Behdad Esfahbod <behdad@gnome.org> Bug 163213 – Cursor should remain visible when selected * src/vte.c (vte_terminal_paint_cursor): Do a reverse hollow cursor if selected but not focused. svn path=/trunk/; revision=2334 ChangeLog | 7 +++++++ src/vte.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 3411e97b89c09f3f692d73d2994dc52ffee8164b Author: Christian Persch <chpe@src.gnome.org> Date: Fri Dec 5 18:58:17 2008 +0000 Don't modify source_pixbuf. If we're going to change the saturation, first * src/vtebg.c: (vte_bg_get_pixmap): Don't modify source_pixbuf. If we're going to change the saturation, first make a copy. Fixes switching background type between fauxtransparency and image in gnome-terminal trunk. svn path=/trunk/; revision=2333 ChangeLog | 7 +++++++ src/vtebg.c | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit 1862b94fbc5c02dde35c0450e939986e8a097710 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 18:35:29 2008 +0000 Fix scrolling offset. Ray Strode reported that background offset was being 2008-12-05 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (_vte_pangocairo_clear): Fix scrolling offset. Ray Strode reported that background offset was being done incorrectly. A negation did it. svn path=/trunk/; revision=2332 ChangeLog | 6 ++++++ src/vtepangocairo.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 8ff1af9ae267b8893bcc58f7cfebc88e63d549e1 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 18:20:41 2008 +0000 Hook up perf/. 2008-12-05 Behdad Esfahbod <behdad@gnome.org> * Makefile.am: * configure.in: Hook up perf/. Also adjust svn:ignore props. svn path=/trunk/; revision=2331 ChangeLog | 8 ++++++++ Makefile.am | 2 +- configure.in | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) commit 38744c4de50fc6b2f32957abfadd51dacc9c355b Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 18:08:07 2008 +0000 Released 0.19.3. 2008-12-05 Behdad Esfahbod <behdad@gnome.org> * NEWS: * configure.in: Released 0.19.3. svn path=/trunk/; revision=2330 ChangeLog | 6 ++++++ NEWS | 9 ++++++++- configure.in | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) commit 6dafe2bd89db102f8a7666908f040115e2767d43 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 18:02:21 2008 +0000 Always call g_array_new() with clear flag set. It incurs no overhead but 2008-12-05 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (_vte_new_row_data), (_vte_new_row_data_sized), (vte_terminal_match_contents_refresh), (vte_terminal_process_incoming), (vte_terminal_init), (vte_terminal_set_word_chars): Always call g_array_new() with clear flag set. It incurs no overhead but avoids heisenbugs. svn path=/trunk/; revision=2329 ChangeLog | 9 +++++++++ src/vte.c | 20 +++++--------------- 2 files changed, 14 insertions(+), 15 deletions(-) commit 79b2fd9eafdaa40e4de9952366403ab37b0739a0 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 17:58:05 2008 +0000 Use structure assignment instead of memcpy(). 2008-12-05 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (_vte_terminal_insert_char): * src/vteseq.c (vte_sequence_handler_screen_alignment_test): Use structure assignment instead of memcpy(). svn path=/trunk/; revision=2328 ChangeLog | 6 ++++++ src/vte.c | 2 +- src/vteseq.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) commit 51a2447ac830a017a07db6c71e012758fc0b0528 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 17:56:48 2008 +0000 Remove unneeded checks. They were masking bugs. 2008-12-05 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (_vte_terminal_cleanup_tab_fragments_at_cursor): Remove unneeded checks. They were masking bugs. svn path=/trunk/; revision=2327 ChangeLog | 5 +++++ src/vte.c | 12 ++---------- 2 files changed, 7 insertions(+), 10 deletions(-) commit fc0f0d26e7955e1aa7a155a4ae8a799ebfbb1d83 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 17:53:49 2008 +0000 Red Hat Bug 474618 - gnome-terminal sometime leaves empty begining of the 2008-12-05 Behdad Esfahbod <behdad@gnome.org> Red Hat Bug 474618 - gnome-terminal sometime leaves empty begining of the line * src/vte.c (_vte_terminal_insert_char): Really fix the bug this time. svn path=/trunk/; revision=2326 ChangeLog | 7 +++++++ src/vte.c | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit ef2d5fed42be09def0d96603a840451c9f10aa0a (tag: vte_0_19_2) Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 15:04:24 2008 +0000 Build fixes. 2008-12-05 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: Build fixes. * NEWS: * configure.in: Released 0.19.2. svn path=/trunk/; revision=2324 ChangeLog | 3 +++ 1 file changed, 3 insertions(+) commit 71df6b432b99b8882eef2f8088fbd9f01dada342 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri Dec 5 15:03:27 2008 +0000 More build fixes svn path=/trunk/; revision=2323 src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) commit af34fea9546f00378e4784764c7bf1afb60717ca Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri Dec 5 14:52:42 2008 +0000 Fix build. svn path=/trunk/; revision=2322 src/reaper.c | 3 +++ 1 file changed, 3 insertions(+) commit f33eb5d98c542a672ecf0fbb0875a1b03a28034c Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri Dec 5 14:30:48 2008 +0000 Fix version numbers here. svn path=/trunk/; revision=2321 NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 6df0f80c2d15c9dbe2bb6ad5837155dd6f75a33b Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 14:29:49 2008 +0000 Released 0.19.2. 2008-12-05 Behdad Esfahbod <behdad@gnome.org> * NEWS: * configure.in: Released 0.19.2. svn path=/trunk/; revision=2320 ChangeLog | 10 ++++++++-- NEWS | 21 +++++++++++++++++++++ configure.in | 4 ++-- 3 files changed, 31 insertions(+), 4 deletions(-) commit 258546a8f8c0a3c6a3d3ce377234448b45ca83b5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 5 14:23:28 2008 +0000 Bug 474618 - gnome-terminal sometime leaves empty begining of the line 2008-12-05 Behdad Esfahbod <behdad@gnome.org> Bug 474618 - gnome-terminal sometime leaves empty begining of the line * src/vte.c (_vte_terminal_cleanup_tab_fragments_at_cursor): continue instead of break'ing out of the loop. svn path=/trunk/; revision=2319 ChangeLog | 8 ++++++++ src/vte.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 97b34fddd90537c17a5ff66a5a92596b34f20c6c Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Dec 4 21:25:03 2008 +0000 Bug 563274 – Misspelled word in src code 2008-12-04 Behdad Esfahbod <behdad@gnome.org> Bug 563274 – Misspelled word in src code * src/vte.c (vte_terminal_process_incoming): Fix typo. svn path=/trunk/; revision=2318 ChangeLog | 6 ++++++ src/vte.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 7d03d88f40ee4b8e9a0d3f9a391bca231a31cc62 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Dec 3 00:56:02 2008 +0000 Bug 563024 – In alternate-screen, selection can copy out of screen 2008-12-02 Behdad Esfahbod <behdad@gnome.org> Bug 563024 – In alternate-screen, selection can copy out of screen boundaries * src/vte.c (vte_terminal_extend_selection_expand), (vte_terminal_extend_selection): Make sure current selection row is in t he visible screen. I have a deja vu of fixing this bug like two years ago... svn path=/trunk/; revision=2317 ChangeLog | 11 +++++++++++ src/vte.c | 22 ++++++++++++++++++++-- 2 files changed, 31 insertions(+), 2 deletions(-) commit 0094f898d9ef249c0b48f95b965385fb14529c6b Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 22:10:19 2008 +0000 Bug 552096 – Detect tgetent if provided by libtinfo * configure.in: Rewrote tgetent checks to be more readable. Also check for tgetent in libtinfo. * src/keymap.c: (_vte_keymap_map), (_vte_keymap_key_is_modifier): * src/ssfe.c: Adjust includes accordingly. svn path=/trunk/; revision=2316 ChangeLog | 9 +++++++++ configure.in | 51 ++++++++++++++++++++++++++++++++++++--------------- src/keymap.c | 35 ++++++++++++----------------------- src/ssfe.c | 22 ++++++++++------------ 4 files changed, 67 insertions(+), 50 deletions(-) commit a1bac9039b195be3dfee1607adc5d8b6d9659a55 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 22:10:13 2008 +0000 Show the correct version in Since: and Deprecated: annotations. * src/vte.c: (vte_terminal_class_init): Show the correct version in Since: and Deprecated: annotations. svn path=/trunk/; revision=2315 ChangeLog | 5 ++++ src/vte.c | 78 +++++++++++++++++++++++++++++++-------------------------------- 2 files changed, 44 insertions(+), 39 deletions(-) commit d1c56ce8993a6543d817f5561f873fa428efa7c3 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 20:38:06 2008 +0000 Don't do fancy rounding for row selection, only for column. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_start_selection), (vte_terminal_extend_selection): Don't do fancy rounding for row selection, only for column. svn path=/trunk/; revision=2314 ChangeLog | 6 ++++++ src/vte.c | 47 ++++++++++++++--------------------------------- 2 files changed, 20 insertions(+), 33 deletions(-) commit c15f5ce6b62833aa848e29bec5d097eeb5a6bd80 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 20:29:09 2008 +0000 Call function instead of open coding. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_invalidate_selection), (vte_terminal_start_selection): Call function instead of open coding. svn path=/trunk/; revision=2313 ChangeLog | 5 +++++ src/vte.c | 33 ++++++++++++--------------------- 2 files changed, 17 insertions(+), 21 deletions(-) commit 36e0a0aa08f274497f03869a1d7eb84a5cef992d Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 20:16:27 2008 +0000 Cache the full ASCII range if Latin uses the default language. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vtedraw.h: * src/vtepangocairo.c (font_info_cache_ascii): Cache the full ASCII range if Latin uses the default language. svn path=/trunk/; revision=2312 ChangeLog | 6 ++++++ src/vtedraw.h | 10 ++++++++-- src/vtepangocairo.c | 15 ++++++++++++--- 3 files changed, 26 insertions(+), 5 deletions(-) commit 4a3768afa819802f533c8ec73cc166010b368000 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 19:57:47 2008 +0000 Respect PangoLanguage set on a widget's PangoContext. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (context_hash), (context_equal), (font_info_create_for_context), (font_info_create_for_screen), (font_info_create_for_widget): Respect PangoLanguage set on a widget's PangoContext. svn path=/trunk/; revision=2311 ChangeLog | 7 +++++++ src/vtepangocairo.c | 24 ++++++++++++++++-------- 2 files changed, 23 insertions(+), 8 deletions(-) commit 86c55a0b613311fbf4c7eab3cfa40649d7c131bb Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 19:14:26 2008 +0000 Remove CJK fullwidth measurement hacks. Pango doesn't need these. We're 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_measure_font): Remove CJK fullwidth measurement hacks. Pango doesn't need these. We're down to one FcFontSort() instead of two during initialization. svn path=/trunk/; revision=2310 ChangeLog | 6 ++++++ src/vtepangocairo.c | 27 +++------------------------ 2 files changed, 9 insertions(+), 24 deletions(-) commit 8ad856610c11cfe877eb7baca8c13eeb1a65e5fd Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 18:36:33 2008 +0000 Bug 559818 – redundant selection-changed signal on deselection 2008-12-02 Behdad Esfahbod <behdad@gnome.org> Bug 559818 – redundant selection-changed signal on deselection * src/vte.c (vte_terminal_start_selection), (vte_terminal_extend_selection): Fix all redundant selection-changed signals. Including those on double-click. svn path=/trunk/; revision=2309 ChangeLog | 8 ++++++++ src/vte.c | 14 ++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) commit 28995f5240a7a14795de94578c50345cd08bb8b6 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Tue Dec 2 18:22:39 2008 +0000 Add missing I_() decorator svn path=/trunk/; revision=2308 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d9c2e0eabe14ec07dfe4d06f1f474c5952f2c6a4 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 17:59:11 2008 +0000 Rewrite text selection. In particular, fix block_mode. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c: Rewrite text selection. In particular, fix block_mode. svn path=/trunk/; revision=2307 ChangeLog | 6 + src/vte-private.h | 3 +- src/vte.c | 559 ++++++++++++++++++++++++++++-------------------------- 3 files changed, 301 insertions(+), 267 deletions(-) commit 66ef6a3d640343d56167394e4447a80e729dcd8c Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 15:43:43 2008 +0000 Update. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * HACKING: Update. svn path=/trunk/; revision=2306 ChangeLog | 4 ++++ HACKING | 14 ++++++++++++++ 2 files changed, 18 insertions(+) commit ea2f60c5587f34deeb6fdef293e44adef89e1522 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 15:40:12 2008 +0000 Mouse tracking cleanup. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (_vte_terminal_set_pointer_visible), (vte_terminal_get_mouse_tracking_info), (vte_terminal_send_mouse_button_internal), (vte_terminal_maybe_send_mouse_button), (vte_terminal_maybe_send_mouse_drag), (vte_terminal_motion_notify), (vte_terminal_button_press), (vte_terminal_button_release), (vte_terminal_scroll), (vte_terminal_reset): * src/vteseq.c (vte_sequence_handler_decset_internal): Mouse tracking cleanup. svn path=/trunk/; revision=2305 ChangeLog | 13 +++++ src/vte-private.h | 18 ++++--- src/vte.c | 151 ++++++++++++++++++++++++------------------------------ src/vteseq.c | 20 ++++---- 4 files changed, 103 insertions(+), 99 deletions(-) commit 51c0a9c523b7a5651593236a7894370aeee2d3f9 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Tue Dec 2 14:55:55 2008 +0000 Minor svn path=/trunk/; revision=2304 src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ec2d1eeb60cff564461ef4f0c0c1de2590e9abab Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 14:53:59 2008 +0000 Add -Wno-switch-enum warning flag as we are not -Wswitch-enum clean. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * configure.in: Add -Wno-switch-enum warning flag as we are not -Wswitch-enum clean. svn path=/trunk/; revision=2303 ChangeLog | 5 +++++ configure.in | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) commit 1501d6c5893cfd57ba1bba6f26c04eb7289529b5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 14:45:30 2008 +0000 Cut one third of the 400-line function out into a function of its own. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_extend_selection_on_type), (vte_terminal_extend_selection): Cut one third of the 400-line function out into a function of its own. svn path=/trunk/; revision=2302 ChangeLog | 6 ++ src/vte.c | 275 +++++++++++++++++++++++++++++++++----------------------------- 2 files changed, 152 insertions(+), 129 deletions(-) commit 0ae3274d3b2827760a89e28f04ddcef93f2e3341 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 14:33:57 2008 +0000 Revert previous change. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_extend_selection): Revert previous change. svn path=/trunk/; revision=2301 ChangeLog | 4 ++++ src/vte.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) commit ed8607b74bb6d53b844ab740422b3aef89e2f915 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 13:54:42 2008 +0000 Add a shortcircuit check. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_extend_selection): Add a shortcircuit check. svn path=/trunk/; revision=2300 ChangeLog | 5 +++++ src/vte.c | 4 ++++ 2 files changed, 9 insertions(+) commit df9641608756c1ca56deda15ae968400652728d5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 13:49:21 2008 +0000 Change mouse coordinates type from double to long. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (vte_terminal_send_mouse_button_internal), (vte_terminal_maybe_send_mouse_drag), (cursor_inside_match), (vte_terminal_match_hilite_show), (vte_terminal_match_hilite_update), (vte_terminal_match_hilite), (vte_terminal_extend_selection), (vte_terminal_autoscroll), (vte_terminal_motion_notify), (vte_terminal_button_press), (vte_terminal_button_release): Change mouse coordinates type from double to long. svn path=/trunk/; revision=2299 ChangeLog | 12 ++++++ src/vte-private.h | 4 +- src/vte.c | 110 +++++++++++++++++++++++++++--------------------------- 3 files changed, 69 insertions(+), 57 deletions(-) commit 543ac083f713b3cf9c0eb85c8b12ea9155ba66ab Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 13:21:31 2008 +0000 Cleanup selection code a bit more. 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (vte_terminal_start_selection), (vte_terminal_extend_selection): Cleanup selection code a bit more. svn path=/trunk/; revision=2298 ChangeLog | 7 +++++++ src/vte-private.h | 2 +- src/vte.c | 42 ++++++++++++------------------------------ 3 files changed, 20 insertions(+), 31 deletions(-) commit 5b53f739162260fa7b0efa2f7fc3ffde84d6b3d8 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 13:08:16 2008 +0000 Merge selection_origin and selection_restart_origin as only one was being 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (vte_terminal_start_selection), (vte_terminal_extend_selection): Merge selection_origin and selection_restart_origin as only one was being used at a time. svn path=/trunk/; revision=2297 ChangeLog | 8 ++++++++ src/vte-private.h | 2 +- src/vte.c | 6 +----- 3 files changed, 10 insertions(+), 6 deletions(-) commit 47cffc6431a47e04001cc8576c892b6f666a8213 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 12:51:10 2008 +0000 Bug 471480 – select single character Bug 110371 – Cannot select 2008-12-02 Behdad Esfahbod <behdad@gnome.org> Bug 471480 – select single character Bug 110371 – Cannot select newline at end of full line * src/vte-private.h: * src/vte.c (find_start_column), (find_end_column), (vte_terminal_start_selection), (math_div), (vte_terminal_extend_selection): Make selection work more I-beam-like. svn path=/trunk/; revision=2296 ChangeLog | 11 ++++++++ src/vte-private.h | 2 +- src/vte.c | 80 ++++++++++++++++++++++++++++++++++++++++++------------- 3 files changed, 73 insertions(+), 20 deletions(-) commit c128acf052463ed454a951012b245d3c8a4fd985 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 12:29:30 2008 +0000 Bug 112172 – Get rid of VteReaper * src/reaper.h: Deprecate. svn path=/trunk/; revision=2295 ChangeLog | 6 ++++++ src/reaper.h | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit 8bf187434817ce38611efb8b9d1648f9cba00665 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 12:26:25 2008 +0000 Enable maintainer mode by default. Define more deprecation defines, and * configure.in: Enable maintainer mode by default. Define more deprecation defines, and define the *_DISABLE_SINGLE_INCLUDES defines. Enable deprecations by default in maintainer mode. * src/vteapp.c: Undef VTE_DISABLE_DEPRECATED here. svn path=/trunk/; revision=2294 ChangeLog | 7 +++++++ configure.in | 51 +++++++++++++++++++++++++++++++++++++-------------- src/vteapp.c | 2 ++ 3 files changed, 46 insertions(+), 14 deletions(-) commit e89b9c9d5565c2c52e9e5c39cf152bfdce6f4c2f Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 12:26:18 2008 +0000 Move VTE_UTF8_BPC definition from configure to vte-private.h. Include * configure.in: * src/vte-private.h: Move VTE_UTF8_BPC definition from configure to vte-private.h. * src/vteconv.c: Include vte-private.h here. svn path=/trunk/; revision=2293 ChangeLog | 7 +++++++ configure.in | 3 --- src/vte-private.h | 3 +++ src/vteconv.c | 1 + 4 files changed, 11 insertions(+), 3 deletions(-) commit 72a984985180449122f855a271b4a302c28bdf76 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 12:26:13 2008 +0000 Remove VTE_INVALID_SOURCE definition and just use 0 directly. * src/vte-private.h: * src/vte.c: (mark_input_source_invalid), (_vte_terminal_connect_pty_read), (mark_output_source_invalid), (_vte_terminal_connect_pty_write), (_vte_terminal_disconnect_pty_read), (_vte_terminal_disconnect_pty_write), (_vte_terminal_enable_input_source), (remove_cursor_timeout), (vte_terminal_key_press), (vte_terminal_focus_in), (vte_terminal_focus_out), (vte_terminal_init), (vte_terminal_unrealize), (vte_terminal_expose), (vte_terminal_background_update), (add_update_timeout), (remove_from_active_list), (vte_terminal_add_process_timeout), (process_timeout), (update_repeat_timeout), (update_timeout): Remove VTE_INVALID_SOURCE definition and just use 0 directly. svn path=/trunk/; revision=2292 ChangeLog | 17 +++++++++++ src/vte-private.h | 1 - src/vte.c | 86 +++++++++++++++++++++++++++---------------------------- 3 files changed, 60 insertions(+), 44 deletions(-) commit 0d8b243122843d15e7d0bdc47a8d8858a75a286a Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 12:26:06 2008 +0000 Bug 560667 – invalid definition of VTE_INVALID_SOURCE * src/vte-private.h: Fix VTE_INVALID_SOURCE define to use 0 instead of -1. svn path=/trunk/; revision=2291 ChangeLog | 7 +++++++ src/vte-private.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit d34606b64581e58b2c5d3878f4e54e4f73da2be3 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 12:25:58 2008 +0000 Remove two AC_DEFINEs from here. Define VTE_INVALID_SOURCE here for now. * configure.in: Remove two AC_DEFINEs from here. * src/vte-private.h: Define VTE_INVALID_SOURCE here for now. svn path=/trunk/; revision=2290 ChangeLog | 5 +++++ configure.in | 2 -- src/vte-private.h | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) commit 3c751231fbc7a147032e3e7c00edd88191e83613 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 12:25:52 2008 +0000 Bug 112172 – Get rid of VteReaper * src/reaper.c: (vte_reaper_child_watch_cb), (vte_reaper_add_child), (vte_reaper_init), (vte_reaper_constructor), (vte_reaper_finalize), (vte_reaper_class_init), (vte_reaper_get), (child_exited), (main): * src/reaper.h: Prepare for removal of Reaper in vte1.0 by removing the unused pre-glib-2.4 code from Reaper. svn path=/trunk/; revision=2289 ChangeLog | 11 +++++ src/reaper.c | 133 +---------------------------------------------------------- src/reaper.h | 4 +- 3 files changed, 15 insertions(+), 133 deletions(-) commit 2309a9d0135abc1556e201dfb3c87e28525b53b4 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 12:25:42 2008 +0000 Catch the child-exited signal to the child's exit code. * src/vteapp.c: (main): Catch the child-exited signal to the child's exit code. svn path=/trunk/; revision=2288 ChangeLog | 5 +++++ src/vteapp.c | 8 ++++++++ 2 files changed, 13 insertions(+) commit 44dcc1548032d9d32478408ea44b55392af518e5 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Dec 2 11:28:18 2008 +0000 Intern the signal names. * src/vte-private.h: * src/vte.c: (vte_terminal_class_init): Intern the signal names. svn path=/trunk/; revision=2287 ChangeLog | 5 +++++ src/vte-private.h | 2 ++ src/vte.c | 62 +++++++++++++++++++++++++++---------------------------- 3 files changed, 38 insertions(+), 31 deletions(-) commit 576393b15d21724cfd442af22fc94c97d8f2963e Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 10:57:50 2008 +0000 Do not discard motion notify events with coordinates out of our 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_motion_notify): Do not discard motion notify events with coordinates out of our allocation, or when the cell under the cursor didn't change. These are useful for extending selection and for sub-cell selection details, as well as app-requested all motion tracking. svn path=/trunk/; revision=2286 ChangeLog | 8 ++++++++ src/vte.c | 17 ----------------- 2 files changed, 8 insertions(+), 17 deletions(-) commit 11bd8553aba33e2e58cf83cd4ceb5ed12c39dfe0 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 10:50:54 2008 +0000 Bug 541441 – Dehighlight links on visibility notify? 2008-12-02 Behdad Esfahbod <behdad@gnome.org> Bug 541441 – Dehighlight links on visibility notify? * src/vte.c (vte_terminal_focus_in), (vte_terminal_enter): Move match highlight enabling into "enter" event instead of "focus in". svn path=/trunk/; revision=2285 ChangeLog | 7 +++++++ src/vte.c | 11 +++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) commit 9996b7fa094edb9312467400aa5a362e6563bf0a Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 10:10:46 2008 +0000 Simplify mouse event tracking by using a single int instead of five 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (_vte_terminal_set_pointer_visible), (vte_terminal_maybe_send_mouse_button), (vte_terminal_maybe_send_mouse_drag), (vte_terminal_motion_notify), (vte_terminal_button_press), (vte_terminal_button_release), (vte_terminal_scroll), (vte_terminal_reset): * src/vteseq.c (vte_sequence_handler_decset_internal): Simplify mouse event tracking by using a single int instead of five booleans. svn path=/trunk/; revision=2284 ChangeLog | 12 +++++++++ src/vte-private.h | 12 +++++---- src/vte.c | 76 ++++++++++++++----------------------------------------- src/vteseq.c | 64 +++++++++++----------------------------------- 4 files changed, 53 insertions(+), 111 deletions(-) commit 618ac353dbb677659b54b008a7b8bff73ddd5545 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 08:56:53 2008 +0000 Rename struct selection_cell_coords members from x,y to col,row for 2008-12-02 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (vte_terminal_deselect_all), (vte_terminal_process_incoming), (vte_cell_is_selected), (vte_terminal_copy), (vte_terminal_start_selection), (vte_terminal_extend_selection), (vte_terminal_select_all), (vte_terminal_paint), (_vte_terminal_get_start_selection), (_vte_terminal_get_end_selection), (_vte_terminal_select_text): Rename struct selection_cell_coords members from x,y to col,row for clarity. svn path=/trunk/; revision=2283 ChangeLog | 12 +++ src/vte-private.h | 2 +- src/vte.c | 277 +++++++++++++++++++++++++++--------------------------- 3 files changed, 153 insertions(+), 138 deletions(-) commit 39f87a7d78ea8b3cfda9c3a1c83f3e0306a8f590 (tag: vte_0_19_1) Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 00:36:12 2008 +0000 Released 0.19.1. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * NEWS: * configure.in: Released 0.19.1. svn path=/trunk/; revision=2281 ChangeLog | 6 ++++++ NEWS | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- configure.in | 6 +++--- 3 files changed, 65 insertions(+), 6 deletions(-) commit cf78263e0df29e916603b3128c5bf9e11dbeef21 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 2 00:11:48 2008 +0000 Copy check-doc-syntax.sh tests from cairo and fix doc bugs. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * doc/reference/Makefile.am: * doc/reference/check-doc-syntax.sh: * src/Makefile.am: * src/check-doc-syntax.sh: * src/vte.c (vte_terminal_catch_child_exited), (vte_terminal_class_init): * src/vte.h: * src/vtepangocairo.c: Copy check-doc-syntax.sh tests from cairo and fix doc bugs. svn path=/trunk/; revision=2280 ChangeLog | 12 ++++++ doc/reference/Makefile.am | 9 ++++- doc/reference/check-doc-syntax.sh | 11 ++++++ src/Makefile.am | 5 ++- src/check-doc-syntax.sh | 77 +++++++++++++++++++++++++++++++++++++++ src/vte.c | 14 +++---- src/vte.h | 2 +- src/vtepangocairo.c | 2 +- 8 files changed, 120 insertions(+), 12 deletions(-) commit f496e59520b4bd307e9351c33d9750117e4d3612 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Dec 1 23:57:53 2008 +0000 More svn path=/trunk/; revision=2279 doc/reference/vte-docs.sgml | 2 -- 1 file changed, 2 deletions(-) commit 5b86070b847a50d981bb2fdd06157d8af92dca31 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 23:56:23 2008 +0000 Remove reaper docs. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * doc/reference/tmpl/vte-unused.sgml: * doc/reference/vte-sections.txt: Remove reaper docs. svn path=/trunk/; revision=2278 ChangeLog | 6 ++++++ doc/reference/tmpl/vte-unused.sgml | 30 ++++++++++++++++++++++++++++++ doc/reference/vte-sections.txt | 16 ---------------- 3 files changed, 36 insertions(+), 16 deletions(-) commit 6f16a40e06bec191d4555df1d0da33c8b068da0b Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Dec 1 23:53:59 2008 +0000 Update templates svn path=/trunk/; revision=2277 doc/reference/tmpl/vte-unused.sgml | 6 ++++++ doc/reference/tmpl/vte.sgml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit b708b7bc83a2b7555fe7bfa5877c81614807ac1b Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Dec 1 23:53:28 2008 +0000 Fix typo svn path=/trunk/; revision=2276 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6c3095b83908f4b9b462e35d6f49d1c7077d51b7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 23:50:02 2008 +0000 Bug 562806 – crash in Terminal: Typing "cd " just after ... 2008-12-01 Behdad Esfahbod <behdad@gnome.org> Bug 562806 – crash in Terminal: Typing "cd " just after ... * src/vte.c (_vte_terminal_cleanup_tab_fragments_at_cursor): Fix possible NULL dereference. * src/vteseq.c (vte_sequence_handler_ta): Fix tab fragments to have \t as c. svn path=/trunk/; revision=2275 ChangeLog | 10 ++++++++++ src/vte.c | 3 ++- src/vteseq.c | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) commit f00b38dacf322c101ef412d029119e40db5f4a62 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Dec 1 17:33:06 2008 +0000 Prepare 0.19.0. * NEWS: * configure.in: Prepare 0.19.0. svn path=/trunk/; revision=2274 ChangeLog | 5 +++++ NEWS | 6 ++++++ configure.in | 6 +++--- 3 files changed, 14 insertions(+), 3 deletions(-) commit cb0b51a1a28ae29471930ca6625c3cbe4e503dca Author: Christian Persch <chpe@src.gnome.org> Date: Mon Dec 1 14:56:47 2008 +0000 Bug 562511 – scrollbar doesn't sit at the bottom * src/vte.c: (vte_terminal_init), (vte_terminal_set_scrollback_lines): Always update the scrollback lines, even if the setting hasn't changed. Work-around to fix bug #562511. svn path=/trunk/; revision=2273 ChangeLog | 9 +++++++++ src/vte.c | 4 ++++ 2 files changed, 13 insertions(+) commit 2b909705993d390e5532f442345441ea769ead2a Author: Christian Persch <chpe@src.gnome.org> Date: Mon Dec 1 14:56:40 2008 +0000 Fix visible-bell property. * src/vte.c: (vte_terminal_class_init): Fix visible-bell property. svn path=/trunk/; revision=2272 ChangeLog | 4 ++++ src/vte.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 9a4c4967743634ac09425c23e2a818c393ebb183 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Dec 1 14:56:33 2008 +0000 Rename font property to "font-desc" to be more in line with other * src/vte.c: (vte_terminal_set_font_full_internal), (vte_terminal_class_init): Rename font property to "font-desc" to be more in line with other properties of this type in gtk. svn path=/trunk/; revision=2271 ChangeLog | 6 ++++++ src/vte.c | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) commit 771333da042a7d0c1b9b49edd6ad342201c5ec0a Author: Christian Persch <chpe@src.gnome.org> Date: Mon Dec 1 14:56:26 2008 +0000 Add gobject notification debugging. * src/vteapp.c: (main): Add gobject notification debugging. svn path=/trunk/; revision=2270 ChangeLog | 4 ++++ src/vteapp.c | 32 +++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) commit 3129dc10ec91dee3486f01a6217815948e985ebc Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 09:50:04 2008 +0000 Simplify standout handling code. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (vte_terminal_termcap_string_same_as_for), (vte_sequence_handler_se), (vte_sequence_handler_so): Simplify standout handling code. svn path=/trunk/; revision=2269 ChangeLog | 6 +++ src/vteseq.c | 117 ++++++++++++++++++++++------------------------------------- 2 files changed, 50 insertions(+), 73 deletions(-) commit 491c7df4a12e10f59e0f91f7f4918af9e5a658f7 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Dec 1 09:30:29 2008 +0000 Minor. svn path=/trunk/; revision=2268 src/vteseq.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 1d1ec4d77b56edae5d2a780f856ec6b0848fca8e Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 09:27:23 2008 +0000 Rip out VTE_SEQUENCE_HANDLER_PROTO. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c: Rip out VTE_SEQUENCE_HANDLER_PROTO. svn path=/trunk/; revision=2267 ChangeLog | 4 + src/vteseq.c | 397 +++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 240 insertions(+), 161 deletions(-) commit 3d73ff342fc4a030f957088095980bb2d0d7da81 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 09:19:34 2008 +0000 Rip out vte_sequence_handler_invoke. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c: Rip out vte_sequence_handler_invoke. svn path=/trunk/; revision=2266 ChangeLog | 4 ++++ src/vteseq.c | 15 ++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) commit 0146a031b80e216e16ab934b6c447c19271de867 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 09:16:35 2008 +0000 Rip out VTE_SEQUENCE_HANDLER_INVOKE. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c: Rip out VTE_SEQUENCE_HANDLER_INVOKE. svn path=/trunk/; revision=2265 ChangeLog | 4 ++++ src/vteseq.c | 65 +++++++++++++++++++++++++++++------------------------------- 2 files changed, 35 insertions(+), 34 deletions(-) commit 731b0e50cbc347bd9a1555b40464c421b1f9a2ed Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 09:14:20 2008 +0000 Rip out VTE_SEQUENCE_HANDLER_REFERENCE. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c: Rip out VTE_SEQUENCE_HANDLER_REFERENCE. svn path=/trunk/; revision=2264 ChangeLog | 4 ++++ src/vteseq.c | 52 +++++++++++++++++++--------------------------------- 2 files changed, 23 insertions(+), 33 deletions(-) commit 491f866c452ea013f9c3e99612261224019bbb95 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 09:11:00 2008 +0000 Rip out the gcc label vtable code. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (_vte_terminal_handle_sequence): Rip out the gcc label vtable code. svn path=/trunk/; revision=2263 ChangeLog | 5 ++++ src/vteseq.c | 95 ------------------------------------------------------------ 2 files changed, 5 insertions(+), 95 deletions(-) commit 91dc211fdec31229d2a3d56d64f6ef6bb83447dd Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 09:05:56 2008 +0000 Some cleanup of the gcc label vtable code before I rip it out. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (display_control_sequence), (_vte_terminal_handle_sequence): Some cleanup of the gcc label vtable code before I rip it out. svn path=/trunk/; revision=2262 ChangeLog | 6 ++ src/vteseq.c | 211 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 115 insertions(+), 102 deletions(-) commit 849ab9282616faffd51c55a275c4ca8f57d531d7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 08:10:01 2008 +0000 Move some code around. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (vte_sequence_handler_set_title_internal), (vte_sequence_handler_set_mode_internal), (vte_sequence_handler_invoke_internal): Move some code around. svn path=/trunk/; revision=2261 ChangeLog | 7 ++ src/vteseq.c | 231 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 126 insertions(+), 112 deletions(-) commit da600cbfb8772a94c7af9dc2d1ed2c1bcb35823a Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 08:07:06 2008 +0000 Remove excess initializer. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteskel.c: Remove excess initializer. svn path=/trunk/; revision=2260 ChangeLog | 4 ++++ src/vteskel.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) commit a4ae36c60d4e2b2d9303e6edcaa42aca8b7d5858 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 08:05:34 2008 +0000 #include <config.h> instead of "../config.h". 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/buffer.c: * src/caps.c: * src/dumpkeys.c: * src/interpret.c: * src/iso2022.c: * src/keymap.c: * src/matcher.c: * src/mev.c: * src/pty.c: * src/reaper.c: * src/reflect.c: * src/ring.c: * src/slowcat.c: * src/ssfe.c: * src/table.c: * src/trie.c: * src/vteaccess.c: * src/vtebg.c: * src/vteconv.c: * src/vtedraw.c: * src/vteseq.c: * src/vteskel.c: * src/xticker.c: #include <config.h> instead of "../config.h". svn path=/trunk/; revision=2259 ChangeLog | 27 +++++++++++++++++++++++++++ src/buffer.c | 2 +- src/caps.c | 2 +- src/dumpkeys.c | 2 +- src/interpret.c | 2 +- src/iso2022.c | 2 +- src/keymap.c | 2 +- src/matcher.c | 2 +- src/mev.c | 2 +- src/pty.c | 2 +- src/reaper.c | 2 +- src/reflect.c | 2 +- src/ring.c | 2 +- src/slowcat.c | 2 +- src/ssfe.c | 2 +- src/table.c | 2 +- src/trie.c | 2 +- src/vteaccess.c | 2 +- src/vtebg.c | 2 +- src/vteconv.c | 2 +- src/vtedraw.c | 2 +- src/vteseq.c | 2 +- src/vteskel.c | 2 +- src/xticker.c | 2 +- 24 files changed, 50 insertions(+), 23 deletions(-) commit e58d84cba5a3c103465446c1f087c94b556f48b2 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 08:03:30 2008 +0000 Some wild crack to build the vtable using gcc extension for labels as 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c: Some wild crack to build the vtable using gcc extension for labels as values. The advantage is that we get down to an empty .data for vteseq.o but .text grows considerably. And we have to use nested functions, and #define static auto. It's really ugly. I'm going to remove it in the next commit or the one after. Just wanted to record it here for posterity. svn path=/trunk/; revision=2258 ChangeLog | 9 +++++ src/vteseq.c | 122 +++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 102 insertions(+), 29 deletions(-) commit 9eb563968d1a86441d4f02834119750d395c8016 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 06:36:15 2008 +0000 Almost there. Towards a .data-free vtable. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (vte_sequence_handler_invoke), (vte_sequence_handler_offset), (vte_sequence_handler_multiple), (vte_sequence_handler_decset_internal), (VTE_SEQUENCE_HANDLER_PROTO), (_vte_terminal_handle_sequence): Almost there. Towards a .data-free vtable. svn path=/trunk/; revision=2257 ChangeLog | 12 +++++ src/vteseq.c | 161 ++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 111 insertions(+), 62 deletions(-) commit 98e7a1540b3256b4199235d7cd7431bc2dccecb4 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 05:56:55 2008 +0000 Make sequence handlers return void instead of gboolean. The return value 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vteseq.c (vte_sequence_handler_offset), (vte_sequence_handler_multiple), (vte_sequence_handler_decset_internal), (vte_sequence_handler_set_mode_internal), (VTE_SEQUENCE_HANDLER_PROTO), (_vte_terminal_handle_sequence): Make sequence handlers return void instead of gboolean. The return value was unused. svn path=/trunk/; revision=2256 ChangeLog | 11 +++ src/vte-private.h | 8 +- src/vteseq.c | 261 +++++++++++++----------------------------------------- 3 files changed, 75 insertions(+), 205 deletions(-) commit 51521d139806e01b96f8cc0626bd8aed73fe025a Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 05:30:26 2008 +0000 Switch to calling other handlers using two macros. Get rid of match and 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (vte_sequence_handler_offset), (vte_sequence_handler_multiple), (vte_sequence_handler_decset_internal), (VTE_SEQUENCE_HANDLER_PROTO), (_vte_terminal_handle_sequence): Switch to calling other handlers using two macros. Get rid of match and match_quark arguments to sequence handlers. They were unused. svn path=/trunk/; revision=2255 ChangeLog | 10 +++++ src/vteseq.c | 126 +++++++++++++++++++++++++---------------------------------- 2 files changed, 63 insertions(+), 73 deletions(-) commit c030133c0529702d24d74ae23bf481c36fe21607 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 05:10:25 2008 +0000 Cleanup vte_sequence_handler_set_title_internal. 2008-12-01 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (vte_sequence_handler_set_title_internal): Cleanup vte_sequence_handler_set_title_internal. svn path=/trunk/; revision=2254 ChangeLog | 5 +++++ src/vteseq.c | 56 ++++++++++++++++++++++---------------------------------- 2 files changed, 27 insertions(+), 34 deletions(-) commit 20cbe595e6910e2b09cfd16486651218325ff927 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 05:00:01 2008 +0000 Use a macro to define type of sequence handlers. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (VTE_SEQUENCE_HANDLER_PROTO): Use a macro to define type of sequence handlers. svn path=/trunk/; revision=2253 ChangeLog | 5 + src/vteseq.c | 728 +++++++++++------------------------------------------------ 2 files changed, 139 insertions(+), 594 deletions(-) commit 4475bcbfb3348b2ed17d70a2152fbb6a2bc61aa1 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 04:34:07 2008 +0000 Remove gperf-generated files from SVN, but still distribute them in the 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: * src/vteseq-2.c: * src/vteseq-n.c: Remove gperf-generated files from SVN, but still distribute them in the tarball. svn path=/trunk/; revision=2252 ChangeLog | 8 ++ src/Makefile.am | 19 ++- src/vteseq-2.c | 268 ---------------------------------------- src/vteseq-n.c | 375 -------------------------------------------------------- 4 files changed, 21 insertions(+), 649 deletions(-) commit 77b722aa359a20240f11054f45c4d9e05612b1bc Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 03:52:05 2008 +0000 One more time. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * POTFILES.in: One more time. svn path=/trunk/; revision=2251 po/ChangeLog | 4 ++++ po/POTFILES.in | 1 + 2 files changed, 5 insertions(+) commit 6adba974637bc29a16693953cf231c7776913825 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 03:46:11 2008 +0000 More code shufflling. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c: * src/vteseq.c (_vte_terminal_scroll_text), (vte_sequence_handler_scroll_down), (vte_sequence_handler_scroll_up): More code shufflling. svn path=/trunk/; revision=2250 ChangeLog | 9 +++++++++ src/vte-private.h | 2 -- src/vte.c | 52 --------------------------------------------------- src/vteseq.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 63 insertions(+), 56 deletions(-) commit 4a251a8a4cb1958f0c33164fdb59202a6da4d373 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 03:45:01 2008 +0000 Update. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * POTFILES.in: Update. svn path=/trunk/; revision=2249 po/ChangeLog | 4 ++++ po/POTFILES.in | 11 +---------- 2 files changed, 5 insertions(+), 10 deletions(-) commit e41a8b1567919bc7faae9cbf757e83da49b94b99 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 03:38:13 2008 +0000 Remove vteseq-list.h from SVN, but still distribute it in the tarball. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: * src/vteseq-list.h: Remove vteseq-list.h from SVN, but still distribute it in the tarball. svn path=/trunk/; revision=2248 ChangeLog | 6 +++ src/Makefile.am | 4 +- src/vteseq-list.h | 117 ------------------------------------------------------ 3 files changed, 9 insertions(+), 118 deletions(-) commit 4821ff6a79628cc8c77952882e5285a06ff4412c Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 03:32:02 2008 +0000 Autogenerate vteseq-list.h. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: * src/vteseq-list.h: Autogenerate vteseq-list.h. svn path=/trunk/; revision=2247 ChangeLog | 6 ++++++ src/Makefile.am | 6 +++++- src/vteseq-list.h | 23 ++++++++++++----------- 3 files changed, 23 insertions(+), 12 deletions(-) commit b3d935a3132bca9784a2ff4cd1ff897b09eff705 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 03:22:03 2008 +0000 Sync vteseql-list.h with actual handlers used in gperf files. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq-list.h: * src/vteseq.c (_vte_terminal_home_cursor), (_vte_terminal_clear_screen), (_vte_terminal_clear_current_line), (_vte_terminal_clear_above_current), (vte_sequence_handler_decset_internal), (vte_sequence_handler_cl), (vte_sequence_handler_ho), (vte_sequence_handler_erase_in_display), (vte_sequence_handler_erase_in_line): Sync vteseql-list.h with actual handlers used in gperf files. svn path=/trunk/; revision=2246 ChangeLog | 11 +++ src/vteseq-list.h | 3 - src/vteseq.c | 279 +++++++++++++++++++++++++----------------------------- 3 files changed, 142 insertions(+), 151 deletions(-) commit 80c7e53cc585ebf2da979c809fd3cb5634c1a3ea Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 03:01:09 2008 +0000 Implement these calling vte_terminal_scroll() directly instead of 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq-list.h: * src/vteseq.c (vte_sequence_handler_scroll_down), (vte_sequence_handler_scroll_up): Implement these calling vte_terminal_scroll() directly instead of multiple'ing. svn path=/trunk/; revision=2245 ChangeLog | 8 ++++++++ src/vteseq-list.h | 2 -- src/vteseq.c | 48 ++++++++++++++++++++++++------------------------ 3 files changed, 32 insertions(+), 26 deletions(-) commit fbcaf9548ae6453387c9708a832844a47b7e1460 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 02:55:00 2008 +0000 Move vte_terminal_scroll to vte.c 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (_vte_terminal_scroll), (_vte_terminal_scroll_region): * src/vteseq.c (vte_sequence_handler_scroll_down_one), (vte_sequence_handler_scroll_up_one): Move vte_terminal_scroll to vte.c svn path=/trunk/; revision=2244 ChangeLog | 8 ++++ src/vte-private.h | 2 + src/vte.c | 57 ++++++++++++++++++++++++++- src/vteseq.c | 112 ++++++++++++++++++------------------------------------ 4 files changed, 101 insertions(+), 78 deletions(-) commit e37545fbe4c3a5bce280f4f7c34d38721a6bc2da Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 02:41:21 2008 +0000 Remove vte_sequence_handler_complain_key. The idea was to warn about 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq-2.c (vteseq_2_hash), (vteseq_2_lookup): * src/vteseq-2.gperf: * src/vteseq-list.h: * src/vteseq.c: Remove vte_sequence_handler_complain_key. The idea was to warn about receiving control-sequence handling request for escape sequences that actually belong to a key stroke. Kinda like a debugging feature. Remove it as the number of sequences being handle that way was greater than the number of sequences handled in the real sense. Saves 2k .data! The actual list is still in vteseq-2.gperf, but commented out. svn path=/trunk/; revision=2243 ChangeLog | 15 ++ src/vteseq-2.c | 602 +++++++++++++---------------------------------------- src/vteseq-2.gperf | 294 +++++++++++++------------- src/vteseq-list.h | 1 - src/vteseq.c | 12 -- 5 files changed, 307 insertions(+), 617 deletions(-) commit 6a534d02447dd51e95d3591df7527cdf74ff440e Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 02:29:33 2008 +0000 Remove stale comment. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (_vte_sequence_get_handler), (display_control_sequence): Remove stale comment. svn path=/trunk/; revision=2242 ChangeLog | 6 ++++++ src/vteseq.c | 11 ++++------- 2 files changed, 10 insertions(+), 7 deletions(-) commit 755b1c1fd5d957eca61a8f71f71594a3b400b329 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 02:20:33 2008 +0000 Move _vte_terminal_handle_sequence() into vteseq.c 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: * src/vte-private.h: * src/vte.c (vte_terminal_process_incoming): * src/vteseq.c (display_control_sequence), (_vte_terminal_handle_sequence): * src/vteseq.h: Move _vte_terminal_handle_sequence() into vteseq.c svn path=/trunk/; revision=2241 ChangeLog | 10 ++++++++ src/Makefile.am | 1 - src/vte-private.h | 6 +++++ src/vte.c | 75 +++--------------------------------------------------- src/vteseq.c | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- src/vteseq.h | 35 ------------------------- 6 files changed, 94 insertions(+), 109 deletions(-) commit f269a1c7d84590f8eb96e6ca2bccc6d87c12d88f Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 02:12:05 2008 +0000 Some code reshuffling to remove vte.c calls to vteseq.c functions. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (vte_insert_line_internal), (vte_remove_line_internal), (_vte_terminal_cursor_down), (_vte_terminal_insert_char), (_vte_terminal_audible_beep), (_vte_terminal_visible_beep), (_vte_terminal_beep), (vte_terminal_key_press): * src/vteseq.c (vte_insert_line_internal), (vte_remove_line_internal), (vte_unichar_strlen), (vte_sequence_handler_bl), (vte_sequence_handler_sf), (vte_sequence_handler_SF), (vte_sequence_handler_vb): * src/vteseq.h: Some code reshuffling to remove vte.c calls to vteseq.c functions. svn path=/trunk/; revision=2240 ChangeLog | 14 ++++ src/vte-private.h | 4 + src/vte.c | 186 ++++++++++++++++++++++++++++++++++++++++-- src/vteseq.c | 239 +++++++++++++----------------------------------------- src/vteseq.h | 4 - 5 files changed, 256 insertions(+), 191 deletions(-) commit 8db1bf0479bf7c96c2dc5db4e36f4bd2440688c7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 01:17:30 2008 +0000 Minor. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq-2.gperf: * src/vteseq.c: Minor. svn path=/trunk/; revision=2239 ChangeLog | 6 ++++++ src/vteseq-2.gperf | 2 +- src/vteseq.c | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) commit ce7f40755cdccce5f996d06d9f8c101703019e54 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 01:13:00 2008 +0000 Move helper function out of the way. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (vte_terminal_beep): Move helper function out of the way. svn path=/trunk/; revision=2238 ChangeLog | 5 +++++ src/vteseq.c | 21 +++++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) commit 4afa82b2b88abbee75762b05fb7ba5cc5729ac82 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 01:00:18 2008 +0000 Add a macro around sequence handler citations, for future table tricks. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq-2.c (vteseq_2_lookup): * src/vteseq-2.gperf: * src/vteseq-n.c (vteseq_n_lookup): * src/vteseq-n.gperf: * src/vteseq.c: Add a macro around sequence handler citations, for future table tricks. svn path=/trunk/; revision=2237 ChangeLog | 10 + src/vteseq-2.c | 442 +++++++++++++++++++++---------------------- src/vteseq-2.gperf | 544 ++++++++++++++++++++++++++--------------------------- src/vteseq-n.c | 118 ++++++------ src/vteseq-n.gperf | 216 ++++++++++----------- src/vteseq.c | 5 + 6 files changed, 675 insertions(+), 660 deletions(-) commit 20fe411a83c4cd3b1ae3f397324e0e016c0640e6 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 1 00:46:40 2008 +0000 Remove bogus entry that accidentally made it into the gperf list. 2008-11-30 Behdad Esfahbod <behdad@gnome.org> * src/vteseq-n.gperf: * src/vteseq-n.c (vteseq_n_hash), (vteseq_n_lookup): Remove bogus entry that accidentally made it into the gperf list. svn path=/trunk/; revision=2236 ChangeLog | 6 +++ src/vteseq-n.c | 145 ++++++++++++++++++++++++++--------------------------- src/vteseq-n.gperf | 1 - 3 files changed, 77 insertions(+), 75 deletions(-) commit 01ffbb3a2ad5c4d1ceee5669d5854415b56bf1fe Author: Christian Persch <chpe@src.gnome.org> Date: Sun Nov 30 19:21:50 2008 +0000 Remove more crufty macros. * acinclude.m4: Remove more crufty macros. svn path=/trunk/; revision=2235 ChangeLog | 4 ++++ acinclude.m4 | 31 ------------------------------- 2 files changed, 4 insertions(+), 31 deletions(-) commit 539509a2ed5406ba4d0f8766624d0f319d0ed474 Author: Christian Persch <chpe@src.gnome.org> Date: Sun Nov 30 19:21:43 2008 +0000 Remove FT2 check macro. * acinclude.m4: Remove FT2 check macro. svn path=/trunk/; revision=2234 ChangeLog | 4 ++ acinclude.m4 | 145 ----------------------------------------------------------- 2 files changed, 4 insertions(+), 145 deletions(-) commit 7b72a1025293c3314e83771bda33a5a0248724be Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 29 23:56:11 2008 +0000 Bug 540951 – The gnome-pty-helper is spawn when its not needed * src/pty.c: (_vte_pty_open): Don't use the pty helper when we don't need to update any of utmp, wtmp, lastlog. Patch by Alex Cornejo. svn path=/trunk/; revision=2233 ChangeLog | 7 +++++++ src/pty.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit cc94f01446cd7ff176b1511c87e752cc62f13ef1 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 29 23:51:44 2008 +0000 Bug 465036 – gnome-pty-helper locks /var/run/utmp * gnome-pty-helper/gnome-utmp.c: (update_utmp): Close the utmp database after updating it. Patch by Kevin W. Rudd. svn path=/trunk/; revision=2232 ChangeLog | 7 +++++++ gnome-pty-helper/gnome-utmp.c | 2 ++ 2 files changed, 9 insertions(+) commit 0783cdf5b52c0938cf14da2ac2c1603167500c5d Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 21:57:54 2008 +0000 Bug 127870 – terminal garbled and needs 'reset' after cat'ing file 2008-11-29 Behdad Esfahbod <behdad@gnome.org> Bug 127870 – terminal garbled and needs 'reset' after cat'ing file * src/iso2022.c (_vte_iso2022_state_new): Initialize all four maps (G0, G1, G2, G3) in USASCII mode, like xterm does. svn path=/trunk/; revision=2231 ChangeLog | 7 +++++++ src/iso2022.c | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit 32ff14161b0e901ec514caba90a03271869a558e Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 29 21:56:32 2008 +0000 Register the constants too! * python/vtemodule.c: (initvte): Register the constants too! svn path=/trunk/; revision=2230 ChangeLog | 4 ++++ python/vtemodule.c | 2 ++ 2 files changed, 6 insertions(+) commit 4a60f3edb689ccfb49f2bae5b9142a10f9dd1ed8 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 29 17:52:12 2008 +0000 Add a specific debug flag for widget size-request/size-allocation. * src/debug.c: (_vte_debug_init): * src/debug.h: * src/vte.c: (vte_terminal_size_request), (vte_terminal_size_allocate): Add a specific debug flag for widget size-request/size-allocation. svn path=/trunk/; revision=2229 ChangeLog | 8 ++++++++ src/debug.c | 3 ++- src/debug.h | 3 ++- src/vte.c | 10 ++++++---- 4 files changed, 18 insertions(+), 6 deletions(-) commit b86d5a75d7e8f9c3d4f58e81e2b16f8b33ef00ef Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 29 17:52:07 2008 +0000 Add options to use a GtkScrolledWindow as the terminal's container, and to * src/vteapp.c: (main): Add options to use a GtkScrolledWindow as the terminal's container, and to set its vertical scrollbar policy, to allow testing VteTerminal in a scrolled window. svn path=/trunk/; revision=2228 ChangeLog | 6 ++++++ src/vteapp.c | 49 ++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 44 insertions(+), 11 deletions(-) commit 712c3c28992254af5062b70bca836be73a177821 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 10:02:38 2008 +0000 Bug 317236 – vte resynchrones too late on invalid UTF-8 2008-11-29 Behdad Esfahbod <behdad@gnome.org> Bug 317236 – vte resynchrones too late on invalid UTF-8 * src/vteconv.c (_vte_conv_utf8_utf8): In our UTF-8 to UTF-8 converter differentiate between an incomplete sequence and an ill sequence at the end of the buffer. Also cleanup some minor inaccuracies (return value). svn path=/trunk/; revision=2227 ChangeLog | 9 +++++++++ src/vteconv.c | 39 +++++++++++++++++++++++++++++---------- 2 files changed, 38 insertions(+), 10 deletions(-) commit 8e8429cb020dc23b8a87986a2e777eeaf01a5e90 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 07:56:50 2008 +0000 Bug 107031 – device-control-string error 2008-11-29 Behdad Esfahbod <behdad@gnome.org> Bug 107031 – device-control-string error * src/table.c (_vte_table_addi): * src/vte.c (vte_terminal_handle_sequence): * src/vteseq.c (vte_sequence_handler_decset_internal): Replace some g_warning's with vte debug output. svn path=/trunk/; revision=2226 ChangeLog | 9 +++++++++ src/table.c | 10 +++++----- src/vte.c | 15 +++------------ src/vteseq.c | 9 +++++---- 4 files changed, 22 insertions(+), 21 deletions(-) commit a00ed363b50864ffaa86c9e7a110b7c30ba3e0d4 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 07:26:12 2008 +0000 Bug 521420 – vte closes connection to child before all output is read 2008-11-29 Behdad Esfahbod <behdad@gnome.org> Bug 521420 – vte closes connection to child before all output is read Patch from Thomas Leonard * src/reaper.c (vte_reaper_add_child): Install child watch at low priority instead of high. svn path=/trunk/; revision=2225 ChangeLog | 8 ++++++++ src/reaper.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 13fb9b34c9436385baa485a41649145af38e62c8 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 06:44:31 2008 +0000 Require glib >= 2.18.0 as earlier glib versions had a totally bogus 2008-11-29 Behdad Esfahbod <behdad@gnome.org> * configure.in: Require glib >= 2.18.0 as earlier glib versions had a totally bogus g_unichar_iswide_cjk(). * perf/vim.sh: Don't use builting time command. svn path=/trunk/; revision=2224 ChangeLog | 7 +++++++ configure.in | 2 +- perf/vim.sh | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) commit c1acc9206329acd8ddf7bc6eb63e0f90ce9864d8 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 06:10:18 2008 +0000 Remove C++-style comment markers. 2008-11-29 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_emit_char_size_changed), (_vte_terminal_emit_status_line_changed), (vte_terminal_init), (vte_terminal_background_update): Remove C++-style comment markers. svn path=/trunk/; revision=2223 ChangeLog | 7 +++++++ src/vte.c | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) commit 8894e5764a8e27e87be8a965851113bb02052e7a Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 06:00:17 2008 +0000 Bug 514632 – Problem with cursor in emacs in gnome-terminal 2008-11-29 Behdad Esfahbod <behdad@gnome.org> Bug 514632 – Problem with cursor in emacs in gnome-terminal * src/vte-private.h: * src/vte.c (_vte_terminal_cleanup_tab_fragments_at_cursor), (_vte_terminal_insert_char): * src/vteseq.c (vte_sequence_handler_ch), (vte_sequence_handler_cm), (vte_sequence_handler_le), (vte_sequence_handler_cursor_character_absolute): Break "smart tabs" into multiple empty cells when cursor moves into them or inserting character there. svn path=/trunk/; revision=2222 ChangeLog | 13 +++++++++++ src/vte-private.h | 1 + src/vte.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++------ src/vteseq.c | 4 ++++ 4 files changed, 81 insertions(+), 7 deletions(-) commit 37472ef4f34e658a29bb6d99c0b0115da85e017f Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 00:41:18 2008 +0000 Port vtepangocairo profiling and lifecycle logging to vtedebug facilities 2008-11-28 Behdad Esfahbod <behdad@gnome.org> * src/debug.c (_vte_debug_init): * src/debug.h: * src/vtepangocairo.c (font_info_cache_ascii), (font_info_allocate), (font_info_free), (font_info_find_for_context), (font_info_get_unichar_info): Port vtepangocairo profiling and lifecycle logging to vtedebug facilities under debug domain "pangocairo". svn path=/trunk/; revision=2221 ChangeLog | 10 ++++++++++ src/debug.c | 3 ++- src/debug.h | 3 ++- src/vtepangocairo.c | 50 ++++++++++++++++++++++++-------------------------- 4 files changed, 38 insertions(+), 28 deletions(-) commit f4689385a0d7da2ddb3537f41795ec493ed668f7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 00:22:53 2008 +0000 Rename debug env var from VTE_DEBUG_FLAGS to VTE_DEBUG. 2008-11-28 Behdad Esfahbod <behdad@gnome.org> * src/debug.c (_vte_debug_init): Rename debug env var from VTE_DEBUG_FLAGS to VTE_DEBUG. svn path=/trunk/; revision=2220 ChangeLog | 5 +++++ src/debug.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 990fda3c3d29381568f8463b4349554031975d57 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 29 00:21:56 2008 +0000 Make _vte_debug_on() inline. 2008-11-28 Behdad Esfahbod <behdad@gnome.org> * src/debug.c (_vte_debug_init): * src/debug.h: Make _vte_debug_on() inline. svn path=/trunk/; revision=2219 ChangeLog | 6 ++++++ src/debug.c | 8 +------- src/debug.h | 10 +++++++++- 3 files changed, 16 insertions(+), 8 deletions(-) commit 1ec198d4341adf8745d698cfe3d57bd787052740 Author: Christian Persch <chpe@src.gnome.org> Date: Fri Nov 28 22:43:34 2008 +0000 Remove backward compat define for gtk 2.0, since we already depend on a * src/vte.c: Remove backward compat define for gtk 2.0, since we already depend on a much higher version. svn path=/trunk/; revision=2218 ChangeLog | 5 +++++ src/vte.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) commit d1c8da13e65ddc67f93974c896d5061597062d72 Author: Christian Persch <chpe@src.gnome.org> Date: Fri Nov 28 22:32:21 2008 +0000 Revert behaviour change of _vte_debug_on() from last commit. * src/debug.c: (_vte_debug_on): Revert behaviour change of _vte_debug_on() from last commit. svn path=/trunk/; revision=2217 ChangeLog | 5 +++++ src/debug.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 3fb52fb85c6ab494ce2e54de9733cd98cd5bf21e Author: Christian Persch <chpe@src.gnome.org> Date: Fri Nov 28 22:24:09 2008 +0000 Use g_parse_debug_string to parse the debug flags. * src/debug.c: (_vte_debug_init), (_vte_debug_on): * src/debug.h: * src/interpret.c: (main): * src/pty.c: (main): * src/reaper.c: (main): * src/trie.c: (main): * src/vte.c: (vte_terminal_new), (vte_terminal_class_init): Use g_parse_debug_string to parse the debug flags. svn path=/trunk/; revision=2216 ChangeLog | 11 ++++++ src/debug.c | 107 +++++++++++++++++--------------------------------------- src/debug.h | 2 +- src/interpret.c | 2 +- src/pty.c | 2 +- src/reaper.c | 2 +- src/trie.c | 2 +- src/vte.c | 11 ++---- 8 files changed, 50 insertions(+), 89 deletions(-) commit 74a67f5d8703275b52c9b91deae2dbe0e4c49087 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Nov 28 17:54:26 2008 +0000 Bug 459553 – gnome-terminal cannot shows circled digits with the correct 2008-11-28 Behdad Esfahbod <behdad@gnome.org> Bug 459553 – gnome-terminal cannot shows circled digits with the correct width on ja_JP.PCK Patch from Takao Fujiwara * src/iso2022.c (_vte_iso2022_ambiguous_width): Recognize Shift_JIS as East Asian locale for width considerations. svn path=/trunk/; revision=2215 ChangeLog | 13 +++++++++++-- src/iso2022.c | 1 + 2 files changed, 12 insertions(+), 2 deletions(-) commit f6905bcef2fb212fdaa935f19c50c9cd0ba45054 Author: Christian Persch <chpe@src.gnome.org> Date: Fri Nov 28 00:07:16 2008 +0000 Remove the unused GNU regex code too. * src/vteregex.c: (compare_matches), (_vte_regex_compile), (_vte_regex_free), (_vte_regex_exec): Remove the unused GNU regex code too. svn path=/trunk/; revision=2214 ChangeLog | 6 +++++ src/vteregex.c | 77 ++-------------------------------------------------------- 2 files changed, 8 insertions(+), 75 deletions(-) commit 08a58074ff6b0557c9294cec22041fbbf0acda61 Author: Christian Persch <chpe@src.gnome.org> Date: Fri Nov 28 00:04:11 2008 +0000 Remove unused PCRE code. If you want PCRE regexes, use the new APIs that * src/vteregex.c: (_vte_regex_compile), (_vte_regex_free), (_vte_regex_exec): Remove unused PCRE code. If you want PCRE regexes, use the new APIs that take GRegex. svn path=/trunk/; revision=2213 ChangeLog | 6 +++++ src/vteregex.c | 85 ++-------------------------------------------------------- 2 files changed, 8 insertions(+), 83 deletions(-) commit 4b98c5400e147699480a989b35f653dafcb9bbf3 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Nov 27 23:57:10 2008 +0000 Bug 562385 – gnome-pty-helper goes to 100% cpu usage * gnome-pty-helper/gnome-pty-helper.c: (pass_fd), (pty_free), (main): Make sure data structures are correctly aligned and of the right size. svn path=/trunk/; revision=2212 ChangeLog | 8 +++++++ gnome-pty-helper/gnome-pty-helper.c | 48 +++++++++++++------------------------ 2 files changed, 24 insertions(+), 32 deletions(-) commit 0d8a9152d5a4682b8ab92a758070e0524167c6cd Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Thu Nov 27 23:56:39 2008 +0000 oops svn path=/trunk/; revision=2211 src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 5c6e9df0a6be45683a902f9b11144d9c6fcbe9c0 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 27 23:54:21 2008 +0000 More cleanup. 2008-11-27 Behdad Esfahbod <behdad@gnome.org> * configure.in: * src/Makefile.am: More cleanup. svn path=/trunk/; revision=2210 ChangeLog | 6 +++++ configure.in | 1 - src/Makefile.am | 72 ++++++++++++++++++++++++++++++++------------------------- 3 files changed, 46 insertions(+), 33 deletions(-) commit 9075be7d7a22fae78dd29abc3806b7046033bb23 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 27 23:41:26 2008 +0000 Run some of the utilities in "make check", and build the others. 2008-11-27 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: Run some of the utilities in "make check", and build the others. * src/nativeecho.c: * src/utf8echo.c: Remove more useless trivial utilities. svn path=/trunk/; revision=2209 ChangeLog | 9 +++++ src/Makefile.am | 115 +++++++++++-------------------------------------------- src/nativeecho.c | 49 ------------------------ src/utf8echo.c | 70 --------------------------------- 4 files changed, 31 insertions(+), 212 deletions(-) commit e24ae22dcecda8fbb68aea4f59cd336ea30d1b44 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 27 23:10:04 2008 +0000 Remove useless trivial utilities. 2008-11-27 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: * src/iso8859mode.c: * src/utf8mode.c: Remove useless trivial utilities. svn path=/trunk/; revision=2208 ChangeLog | 7 +++++++ src/Makefile.am | 2 +- src/iso8859mode.c | 28 ---------------------------- src/utf8mode.c | 28 ---------------------------- 4 files changed, 8 insertions(+), 57 deletions(-) commit 22e6626929c27043239b0e8df6d6f283fee05bd7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 27 23:08:20 2008 +0000 Update EXTRA_DIST. 2008-11-27 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: Update EXTRA_DIST. svn path=/trunk/; revision=2207 ChangeLog | 4 ++++ src/Makefile.am | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) commit c6777d519b75e25dd0729347387c6ff98a085963 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 27 21:50:34 2008 +0000 Update :P. 2008-11-27 Behdad Esfahbod <behdad@gnome.org> * HACKING: Update :P. svn path=/trunk/; revision=2206 ChangeLog | 4 ++++ HACKING | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) commit 2905d91df4eacc292ab78cb86f688930cfc9ee7b Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 26 20:57:48 2008 +0000 Safely handle input of length 1. 2008-11-26 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c (_vte_sequence_get_handler): Safely handle input of length 1. svn path=/trunk/; revision=2205 ChangeLog | 5 +++++ src/vteseq.c | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit 7d4ac8661ea748304f07ed2f0fac388d343000d4 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 26 20:38:33 2008 +0000 Don't use switch in gperf-generated code. This increases .data by 1k but 2008-11-26 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: * src/vteseq-2.c (vteseq_2_hash), (vteseq_2_lookup): * src/vteseq-2.gperf: * src/vteseq-n.c (vteseq_n_lookup): * src/vteseq-n.gperf: Don't use switch in gperf-generated code. This increases .data by 1k but decreases .text by 6k AND the lookup code is MUCH faster. It used to do tens of compares before. svn path=/trunk/; revision=2204 ChangeLog | 11 + src/Makefile.am | 2 +- src/vteseq-2.c | 1229 ++++++++++++---------------------------------------- src/vteseq-2.gperf | 1 - src/vteseq-n.c | 820 ++++++++--------------------------- src/vteseq-n.gperf | 1 - 6 files changed, 476 insertions(+), 1588 deletions(-) commit 561d5d623dc9fee74e9d6c26dd81263dfd2acb7a Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 26 20:03:30 2008 +0000 Revert previous commit, fix NULL dereference that it was trying to fix, 2008-11-26 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: * src/vteseq-2.c (vteseq_2_hash), (vteseq_2_lookup): * src/vteseq-n.c (vteseq_n_lookup): * src/vteseq.c (_vte_sequence_get_handler): Revert previous commit, fix NULL dereference that it was trying to fix, and make lookup functions inline. svn path=/trunk/; revision=2203 ChangeLog | 9 +++++++++ src/Makefile.am | 5 ----- src/vteseq-2.c | 19 +++++++++++-------- src/vteseq-n.c | 6 +++--- src/vteseq.c | 19 +++++++++++++++---- 5 files changed, 38 insertions(+), 20 deletions(-) commit 299b73bb3667402eb63e21659084ee427d56a95e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Nov 26 19:36:46 2008 +0000 Manually modify (and record those modifications in the Makefile) the 2008-11-26 Chris Wilson <chris@chris-wilson.co.uk> * src/Makefile.am: * src/vteseq-2.c (vteseq_2_hash), (vteseq_2_lookup): * src/vteseq-n.c (vteseq_n_lookup): * src/vteseq.c (_vte_sequence_get_handler): Manually modify (and record those modifications in the Makefile) the autogenerated gperf source code so that we return the sequence handler directly from the lookup function, or NULL on failure. So is this pain worth it? svn path=/trunk/; revision=2202 ChangeLog | 11 +++++++++++ src/Makefile.am | 4 ++++ src/vteseq-2.c | 17 +++++++---------- src/vteseq-n.c | 4 ++-- src/vteseq.c | 15 ++------------- 5 files changed, 26 insertions(+), 25 deletions(-) commit 129aa802e5be2d1c3aea58c79fe247c67a2e186f Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 26 19:27:07 2008 +0000 Free internal layout resources. 2008-11-26 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_get_unichar_info): Free internal layout resources. svn path=/trunk/; revision=2201 ChangeLog | 5 +++++ src/vtepangocairo.c | 3 +++ 2 files changed, 8 insertions(+) commit 06107289280f77027c696193bf8698d0d550c438 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Wed Nov 26 19:12:56 2008 +0000 Update boilerplate svn path=/trunk/; revision=2200 doc/reference/tmpl/vte-unused.sgml | 6 ++++++ doc/reference/tmpl/vte.sgml | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) commit 50c7a0ea9f503f1861732adc03a1f6dc15ae2b00 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 26 19:12:30 2008 +0000 Bug 562332 – cleanup font infos on exit? 2008-11-26 Behdad Esfahbod <behdad@gnome.org> Bug 562332 – cleanup font infos on exit? * src/vtepangocairo.c (cleanup_delayed_font_info_destroys_predicate), (cleanup_delayed_font_info_destroys), (ensure_quit_handler), (font_info_register), (font_info_reference), (font_info_destroy_delayed), (font_info_destroy): Use gtk_quit_add() to complete delayed font_info destroys. svn path=/trunk/; revision=2199 ChangeLog | 11 +++++ src/vtepangocairo.c | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 143 insertions(+), 3 deletions(-) commit 3ae4dce903ef23687b3e8168decb546dbdaff69f Author: Christian Persch <chpe@src.gnome.org> Date: Wed Nov 26 19:00:33 2008 +0000 Bug 562338 – don't need to connect to bunch of xft settings * src/vte-private.h: * src/vte.c: (vte_terminal_style_changed), (add_cursor_timeout), (vte_terminal_init), (vte_terminal_size_allocate), (vte_terminal_finalize), (vte_terminal_realize): Don't listen to changes on the gtk-xft-* GtkSettings properties. Just calling vte_terminal_set_font_full in the style-set handler works fine. svn path=/trunk/; revision=2198 ChangeLog | 11 ++++++ src/vte-private.h | 1 - src/vte.c | 103 ++++++++---------------------------------------------- 3 files changed, 26 insertions(+), 89 deletions(-) commit 6874137db74ca9a2565be25a3273c9be98d5fb89 Author: Christian Persch <chpe@src.gnome.org> Date: Wed Nov 26 15:26:40 2008 +0000 Bug 488960 – gnome-terminal on Solaris 10 does not clean up utmpx on exit (intermittent) * gnome-pty-helper/gnome-pty-helper.c: (main): * gnome-pty-helper/gnome-pty.h: * src/pty.c: (_vte_pty_close): Add new GNOME_PTY_SYNCH operation to gnome-pty-helper. Patch from Behdad. svn path=/trunk/; revision=2197 ChangeLog | 10 ++++++++++ gnome-pty-helper/gnome-pty-helper.c | 7 +++++++ gnome-pty-helper/gnome-pty.h | 3 ++- src/pty.c | 11 ++++++++++- 4 files changed, 29 insertions(+), 2 deletions(-) commit 07817dfbc1e4662bbdf20fd93daaca8f1b07eba3 Author: Christian Persch <chpe@src.gnome.org> Date: Wed Nov 26 14:39:22 2008 +0000 Add vte_terminal_set_font_*full_internal so we don't use deprecated * src/vte.c: (vte_terminal_style_changed), (vte_terminal_ensure_font), (vte_terminal_set_font_full), (vte_terminal_set_font_from_string_full_internal), (vte_terminal_set_font_from_string_full), (vte_terminal_reset_rowdata), (vte_terminal_set_property): Add vte_terminal_set_font_*full_internal so we don't use deprecated symbols internally. svn path=/trunk/; revision=2196 ChangeLog | 10 ++++++++++ src/vte.c | 61 ++++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 48 insertions(+), 23 deletions(-) commit 8be1dbc19e6f461050ae3d03410f291faffdea7b Author: Christian Persch <chpe@src.gnome.org> Date: Wed Nov 26 13:43:26 2008 +0000 Remove gtk 2.12 version checks, since we already depend on 2.12. * src/vte.c: (vte_terminal_sync_settings), (vte_terminal_screen_changed): Remove gtk 2.12 version checks, since we already depend on 2.12. svn path=/trunk/; revision=2195 ChangeLog | 6 ++++++ src/vte.c | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) commit 2fa93a79f2624c4ae0fe1b25f00c102744048e24 Author: Christian Persch <chpe@src.gnome.org> Date: Wed Nov 26 13:43:20 2008 +0000 Bug 561366 – remove antialias setting for 1.0 * src/vte.c: (vte_terminal_set_font_full), (vte_terminal_get_property), (vte_terminal_class_init): * src/vte.h: Deprecate the font antialias setting, and remove the (existing only on trunk) font-antialias property already. svn path=/trunk/; revision=2194 ChangeLog | 9 +++++++++ src/vte.c | 24 ++++-------------------- src/vte.h | 26 +++++++++++++------------- 3 files changed, 26 insertions(+), 33 deletions(-) commit 7730c13edd2c69cbd58125a088db74706d351f25 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 25 23:56:04 2008 +0000 Cleanup gperf stuff. 2008-11-25 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: * src/vteseq-2.c (vteseq_2_hash), (vteseq_2_lookup): * src/vteseq-2.gperf: * src/vteseq-n.c (vteseq_n_hash), (vteseq_n_lookup): * src/vteseq-n.gperf: * src/vteseq.c (_vte_sequence_get_handler): Cleanup gperf stuff. svn path=/trunk/; revision=2193 ChangeLog | 10 ++ src/Makefile.am | 4 +- src/vteseq-2.c | 489 +++++++++++++++++++++++++++-------------------------- src/vteseq-2.gperf | 19 ++- src/vteseq-n.c | 395 ++++++++++++++++++++++--------------------- src/vteseq-n.gperf | 21 ++- src/vteseq.c | 14 +- 7 files changed, 507 insertions(+), 445 deletions(-) commit 4fea39c855890b9c6fc4336a32e56002179c5a76 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Nov 24 22:33:29 2008 +0000 Bug 562187 – Add make rules for calling gperf 2008-11-24 Behdad Esfahbod <behdad@gnome.org> Bug 562187 – Add make rules for calling gperf * src/Makefile.am: Add a "gperf" target to be run manually. * src/vteseq-2.gperf: * src/vteseq-n.gperf: Add comment about "make gperf". * src/vteseq-2.c: * src/vteseq-n.c: Regenerate using newer gperf. svn path=/trunk/; revision=2192 ChangeLog | 14 + src/Makefile.am | 9 +- src/vteseq-2.c | 2224 ++++++++++++++++++++++++++-------------------------- src/vteseq-2.gperf | 1 + src/vteseq-n.c | 154 ++-- src/vteseq-n.gperf | 1 + 6 files changed, 1216 insertions(+), 1187 deletions(-) commit 7feb9738d0af67fb7886543962635767e70cdc6a Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Nov 24 22:22:05 2008 +0000 Bug 416518 – Do something about uniwidths 2008-11-24 Behdad Esfahbod <behdad@gnome.org> Bug 416518 – Do something about uniwidths * src/iso2022.c (_vte_iso2022_is_ambiguous): Call into glib to determine ambiguous-width chars. * src/genwidths.py: * src/uniwidths: Remove. svn path=/trunk/; revision=2191 ChangeLog | 11 + src/genwidths.py | 35 --- src/iso2022.c | 41 +-- src/uniwidths | 820 ------------------------------------------------------- 4 files changed, 16 insertions(+), 891 deletions(-) commit 557b2633fccfdcbf2cb60645c45c638cfce149de Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Nov 24 22:06:32 2008 +0000 Bug 500191 – Remove vteseq-table.h? 2008-11-24 Behdad Esfahbod <behdad@gnome.org> Bug 500191 – Remove vteseq-table.h? * src/Makefile.am: * src/vteseq-gen.c: * src/vteseq-table.h: Remove the old table implementation. We use gperf-generated tables now. svn path=/trunk/; revision=2190 ChangeLog | 10 ++ src/Makefile.am | 5 - src/vteseq-gen.c | 507 ----------------------------------------------------- src/vteseq-table.h | 388 ---------------------------------------- 4 files changed, 10 insertions(+), 900 deletions(-) commit 1564e45be8a51f2e30e7d110651b35d8783cc057 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Nov 24 18:56:44 2008 +0000 Bug 514457 – Use g_strv_length() 2008-11-24 Behdad Esfahbod <behdad@gnome.org> Bug 514457 – Use g_strv_length() * src/vte.c (_vte_terminal_fork_basic): Do it. svn path=/trunk/; revision=2189 ChangeLog | 6 ++++++ src/vte.c | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 80a809c489d5937b878208b806379220966307a9 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Nov 24 18:27:12 2008 +0000 No need to check widget font desc here as vte.c does that for us already. 2008-11-24 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_create_for_widget): No need to check widget font desc here as vte.c does that for us already. svn path=/trunk/; revision=2188 ChangeLog | 5 +++++ src/vtepangocairo.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) commit 0ff5e8e971726b03e9d08c622e41d9fe740db809 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Nov 24 18:19:53 2008 +0000 Modify GTK_CHECK_VERSION handling to make my vim syntax highlighter happy. 2008-11-24 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_destroy): Modify GTK_CHECK_VERSION handling to make my vim syntax highlighter happy. svn path=/trunk/; revision=2187 ChangeLog | 5 +++++ src/vtepangocairo.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit add81f8b64b8704e786f5c880ee2f30f52e42367 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Nov 24 02:31:38 2008 +0000 Refactor duplicate code. 2008-11-23 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_ensure_cursor): Refactor duplicate code. svn path=/trunk/; revision=2186 ChangeLog | 4 ++++ src/vte.c | 26 +++----------------------- 2 files changed, 7 insertions(+), 23 deletions(-) commit 0b3a9bf9e80de232f6538e9f9aa3a19d5e6efe31 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 18:27:02 2008 +0000 Move all the deprecated stuff into one place. * src/vte.h: Move all the deprecated stuff into one place. svn path=/trunk/; revision=2185 ChangeLog | 4 ++++ src/vte.h | 33 ++++++++++++++------------------- 2 files changed, 18 insertions(+), 19 deletions(-) commit d063b0de2185e6a24573ee10d4dee7e35a72e4ef Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 14:29:26 2008 +0000 Bug 542561 – Doesn't build when disabling gnome-pty-helper * src/pty.c: Always include sys/socket.h. Patch by Loïc Minier. svn path=/trunk/; revision=2184 ChangeLog | 6 ++++++ src/pty.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 14692b2586767bceced7d9f02ecb7d5d515ef454 Author: Christian Persch <chpe@gnome.org> Date: Sat Nov 22 14:16:43 2008 +0000 Fix --blink; the flag is inverted. 2008-11-22 Christian Persch <chpe@gnome.org> * src/vteapp.c: (main): Fix --blink; the flag is inverted. svn path=/trunk/; revision=2183 ChangeLog | 4 ++++ src/vteapp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit cd09f90f9fb0ef54bedba2ad0340f2ab534199ac Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 14:04:41 2008 +0000 Use vte_terminal_set_cursor_blink_mode instead of the deprecated * src/vteapp.c: (main): Use vte_terminal_set_cursor_blink_mode instead of the deprecated set_cursor_blinks here. svn path=/trunk/; revision=2182 ChangeLog | 5 +++++ src/vteapp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 02e5a9b6ddcd07ee3f937455441aa2d6a06468c4 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 14:01:03 2008 +0000 Bug 560766 – Deprecate and remove vte_terminal_get_using_xft() * src/vte.c: (vte_terminal_get_using_xft): * src/vte.h: * src/vtedraw.c: (_vte_draw_text): * src/vtedraw.h: * src/vtepangocairo.c: Deprecate vte_terminal_get_using_xft() as preparation for bug #560766. Remove the internal vtedraw method already. svn path=/trunk/; revision=2181 ChangeLog | 11 +++++++++++ src/vte.c | 9 +++++---- src/vte.h | 4 +++- src/vtedraw.c | 11 ----------- src/vtedraw.h | 2 -- src/vtepangocairo.c | 1 - 6 files changed, 19 insertions(+), 19 deletions(-) commit 31d4e249f52354e0be687035ed190742a5d0f735 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:54:36 2008 +0000 Bug 536894 – Confusing use of "free" as variable-name in ring functions * src/ring.c: (_vte_ring_new), (_vte_ring_new_with_delta), (_vte_ring_remove): * src/ring.h: Don't shadow global declarations. Patch by dmacks at netspace.org. svn path=/trunk/; revision=2180 ChangeLog | 10 ++++++++++ src/ring.c | 14 +++++++------- src/ring.h | 4 ++-- 3 files changed, 19 insertions(+), 9 deletions(-) commit cf56c6421f35f3908c4e9275f7c4bd83a3fad42b Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:46:03 2008 +0000 Fix missing-prototypes warnings. * python/vte.override: Fix missing-prototypes warnings. svn path=/trunk/; revision=2179 ChangeLog | 4 ++++ python/vte.override | 3 +++ 2 files changed, 7 insertions(+) commit 6324cace0ec03fab3f727996287cd5449f7ea89a Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:58 2008 +0000 No need to include gi18n-lib.h here. * src/vtepangocairo.c: No need to include gi18n-lib.h here. svn path=/trunk/; revision=2178 ChangeLog | 4 ++++ src/vtepangocairo.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) commit 7ff4e01ebf8a85f72620c70350dce2612452e440 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:52 2008 +0000 Clean up the pkgs declared for use in the .pc files. * configure.in: * vte-uninstalled.pc.in: * vte.pc.in: Clean up the pkgs declared for use in the .pc files. svn path=/trunk/; revision=2177 ChangeLog | 6 ++++++ configure.in | 9 ++++----- vte-uninstalled.pc.in | 2 +- vte.pc.in | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) commit e629e5a8e86e76334026a4c1d4f57d6f12ac40f4 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:48 2008 +0000 Depend on gtk 2.12. Bug #398862. * configure.in: Depend on gtk 2.12. Bug #398862. svn path=/trunk/; revision=2176 ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit aa41a463e213a8f6725bcd25c8aec223a58f6b83 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:42 2008 +0000 Fix the build (broken since r1622). * src/table.c: (print_array): Fix the build (broken since r1622). svn path=/trunk/; revision=2175 ChangeLog | 4 ++++ src/table.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 5dd988de95c7cdb0b8275c0189af620c08991a9d Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:36 2008 +0000 Don't include gtk.h here, it's unneeded. * src/reaper.c: Don't include gtk.h here, it's unneeded. svn path=/trunk/; revision=2174 ChangeLog | 4 ++++ src/reaper.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) commit 98ebf0dfe62d16d23436723f145417f87a66b2ae Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:29 2008 +0000 Make iso2022 programme build again; it was broken since r1612. * src/iso2022.c: (main): Make iso2022 programme build again; it was broken since r1612. svn path=/trunk/; revision=2173 ChangeLog | 5 +++++ src/iso2022.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit a5b6886f2982522cc61a8a8f9e5359134ddad54a Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:23 2008 +0000 Separate CFLAGS and CPPFLAGS. * src/Makefile.am: Separate CFLAGS and CPPFLAGS. svn path=/trunk/; revision=2172 ChangeLog | 4 ++++ src/Makefile.am | 72 ++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 50 insertions(+), 26 deletions(-) commit 1835794092892eb2767f36bd7fa5b73d5e984d7c Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:16 2008 +0000 Don't add LDFLAGS to *_LDADD, that's wrong and broken. * src/Makefile.am: Don't add LDFLAGS to *_LDADD, that's wrong and broken. svn path=/trunk/; revision=2171 ChangeLog | 5 +++++ src/Makefile.am | 43 +++++++++++++++++++++---------------------- 2 files changed, 26 insertions(+), 22 deletions(-) commit 5792cacf58b35e4664cf6aca5933e0090eec3f0c Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:09 2008 +0000 Remove more configure cruft: OTHERLIBS/CFLAGS and X_LIBS/CFLAGS. Don't add LIBS to *_LDADD, since it's there by default already. svn path=/trunk/; revision=2170 ChangeLog | 8 ++++++++ configure.in | 29 ----------------------------- src/Makefile.am | 47 ++++++++++++++++++++++++++--------------------- vte-uninstalled.pc.in | 4 ++-- vte.pc.in | 4 ++-- 5 files changed, 38 insertions(+), 54 deletions(-) commit a48bb06cadb10ebfc44d38533bfd82dc6c2a4602 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 22 13:45:01 2008 +0000 Use gdk_threads_add_timeout_seconds() here. svn path=/trunk/; revision=2169 ChangeLog | 6 ++++++ src/vtepangocairo.c | 18 ++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) commit e1b8af75c1e8e85063a4fd7be3498637d372fa60 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 21 01:02:32 2008 +0000 Remove FT2_LIBS and FT2_CFLAGS 2008-11-21 Chris Wilson <chris@chris-wilson.co.uk> * vte.pc.in: Remove FT2_LIBS and FT2_CFLAGS svn path=/trunk/; revision=2168 ChangeLog | 4 ++++ vte.pc.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) commit 8450c9d852d3240bdcca69f4c0ec387ededeefd8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 21 00:42:39 2008 +0000 Break out of interval search as early as possible. Exploit the strict 2008-11-21 Chris Wilson <chris@chris-wilson.co.uk> * src/iso2022.c (_vte_iso2022_is_ambiguous): Break out of interval search as early as possible. Exploit the strict ordering of the ambiguous/unambiguous ranges to break out of the for loop as soon as the character is less than a range start. (As the arrays only contain 2/3 elements, it is not worth adding the overhead of calling bsearch()). svn path=/trunk/; revision=2167 ChangeLog | 9 +++++++++ src/iso2022.c | 12 ++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) commit 7bcb445f3a5f8edc5dc0b2fa55cf383a0c7e2dfe Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 21 00:30:28 2008 +0000 Copy the gunichars directly to the array from the incoming chunk. 2008-11-21 Chris Wilson <chris@chris-wilson.co.uk> * src/iso2022.c (process_cdata): Copy the gunichars directly to the array from the incoming chunk. svn path=/trunk/; revision=2166 ChangeLog | 5 +++++ src/iso2022.c | 14 +++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) commit ce822897e6cf4b721c4d2b76c408987f065751f1 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Nov 21 00:28:30 2008 +0000 Commit the right Makefile.am this time! svn path=/trunk/; revision=2165 src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8d33fa5325b487461ea27b301b4811bd3c51f4df Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 21 00:27:34 2008 +0000 Remove FT2_FLAGS 2008-11-20 Chris Wilson <chris@chris-wilson.co.uk> * src/Makefile.am: Remove FT2_FLAGS svn path=/trunk/; revision=2164 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 25763fcf97ee86a93f6a381dafcca5b3ab93a2bc Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 20 19:49:42 2008 +0000 Remove obsolete check. 2008-11-20 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_destroy_delayed): Remove obsolete check. svn path=/trunk/; revision=2163 ChangeLog | 5 +++++ src/vtepangocairo.c | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) commit 066c1231ac77e3adb1d69125d8f7b51ff7488719 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 20 19:48:22 2008 +0000 Bug 561713 – crash on font cache cleanup 2008-11-20 Behdad Esfahbod <behdad@gnome.org> Bug 561713 – crash on font cache cleanup * src/vtepangocairo.c (font_info_reference), (font_info_destroy): Remove destroy timeout when resurrecting a font info. svn path=/trunk/; revision=2162 ChangeLog | 7 +++++++ src/vtepangocairo.c | 13 ++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) commit 5f755c1377aa53e8233451912062a59eb497e834 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 20 19:28:36 2008 +0000 Make profiling messages print the info pointer. 2008-11-20 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_cache_ascii), (font_info_allocate), (font_info_free), (font_info_find_for_context): Make profiling messages print the info pointer. svn path=/trunk/; revision=2161 ChangeLog | 7 +++++++ src/vtepangocairo.c | 17 +++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) commit 9a52291c1fc99dcc8c3b993e905a03b0b525237a Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 20 16:57:41 2008 +0000 Remove more cruft. 2008-11-20 Behdad Esfahbod <behdad@gnome.org> * configure.in: Remove more cruft. svn path=/trunk/; revision=2160 ChangeLog | 4 ++ configure.in | 129 ----------------------------------------------------------- 2 files changed, 4 insertions(+), 129 deletions(-) commit 98e0498289684d6cc912f5e0aa816a110a2faccf Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 20 16:48:04 2008 +0000 Bug 560819 – Remove obsolete backends 2008-11-20 Behdad Esfahbod <behdad@gnome.org> Bug 560819 – Remove obsolete backends * configure.in: * src/Makefile.am: * src/vtebg.c (vte_bg_get_pixmap): * src/vtebg.h: * src/vtedraw.c: * src/vtefc.c: * src/vtefc.h: * src/vteft2.c: * src/vteft2.h: * src/vtegl.c: * src/vtegl.h: * src/vteglyph.c: * src/vteglyph.h: * src/vterdb.c: * src/vterdb.h: * src/vtergb.c: * src/vtergb.h: * src/vtexft.c: * src/vtexft.h: Remove all backends except for pangocairo. Saves so much code. svn path=/trunk/; revision=2159 ChangeLog | 25 ++ configure.in | 40 --- src/Makefile.am | 24 +- src/vtebg.c | 106 ------- src/vtebg.h | 5 - src/vtedraw.c | 14 - src/vtefc.c | 496 ----------------------------- src/vtefc.h | 48 --- src/vteft2.c | 338 -------------------- src/vteft2.h | 33 -- src/vtegl.c | 525 ------------------------------- src/vtegl.h | 33 -- src/vteglyph.c | 805 ----------------------------------------------- src/vteglyph.h | 92 ------ src/vterdb.c | 273 ---------------- src/vterdb.h | 36 --- src/vtergb.c | 283 ----------------- src/vtergb.h | 53 ---- src/vtexft.c | 953 -------------------------------------------------------- src/vtexft.h | 37 --- 20 files changed, 26 insertions(+), 4193 deletions(-) commit 1b660899a96132881818a267c791e179d60d02f9 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Thu Nov 20 16:27:50 2008 +0000 Oops svn path=/trunk/; revision=2158 src/vtedraw.c | 1 - 1 file changed, 1 deletion(-) commit d88a45484df9095078b22a18089f258bb4810a77 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 20 16:12:37 2008 +0000 Bug 560819 – Remove obsolete backends 2008-11-20 Behdad Esfahbod <behdad@gnome.org> Bug 560819 – Remove obsolete backends * src/Makefile.am: * src/vtedraw.c: * src/vtepango.c: * src/vtepango.h: Remove pango backend. svn path=/trunk/; revision=2157 ChangeLog | 10 ++ src/Makefile.am | 2 - src/vtedraw.c | 3 - src/vtepango.c | 379 -------------------------------------------------------- src/vtepango.h | 33 ----- 5 files changed, 10 insertions(+), 417 deletions(-) commit 726bb7a9b17f7d0feb1c65cbd3963da5af64be1e Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Thu Nov 20 16:11:12 2008 +0000 More svn path=/trunk/; revision=2156 configure.in | 1 - 1 file changed, 1 deletion(-) commit dccec4deb32809194bb1376e426a97931ce1c66f Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 20 16:09:15 2008 +0000 Bug 560819 – Remove obsolete backends 2008-11-20 Behdad Esfahbod <behdad@gnome.org> Bug 560819 – Remove obsolete backends * configure.in: * src/Makefile.am: * src/vtedraw.c: * src/vtepangox.c: * src/vtepangox.h: Remove pangox backend. svn path=/trunk/; revision=2155 ChangeLog | 11 ++ configure.in | 25 ---- src/Makefile.am | 5 - src/vtedraw.c | 4 - src/vtepangox.c | 438 -------------------------------------------------------- src/vtepangox.h | 33 ----- 6 files changed, 11 insertions(+), 505 deletions(-) commit f1bc5f3a784a221a2e172803f1a8d5d2598d4ecd Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 20 15:11:41 2008 +0000 Bug 560818 – pangocairo backend doesn't share font cache across widgets 2008-11-20 Behdad Esfahbod <behdad@gnome.org> Bug 560818 – pangocairo backend doesn't share font cache across widgets * src/vtepangocairo.c (font_info_cache_ascii), (font_info_allocate), (font_info_free), (font_info_register), (font_info_unregister), (font_info_reference), (font_info_destroy_delayed), (font_info_destroy), (context_hash), (context_equal), (font_info_find_for_context), (font_info_create_for_context), (font_info_create_for_screen), (font_info_get_unichar_info): Cache font info and use it for multiple widgets. svn path=/trunk/; revision=2154 ChangeLog | 14 ++++ src/vtedraw.h | 2 +- src/vtepangocairo.c | 238 +++++++++++++++++++++++++++++++++++++++++----------- 3 files changed, 206 insertions(+), 48 deletions(-) commit faf6763cd1fb9c4f8d1c06fde7683a1cd0c2a775 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 19 22:24:03 2008 +0000 Remove unused PangoCoverage. 2008-11-19 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_create_for_screen), (font_info_destroy): Remove unused PangoCoverage. svn path=/trunk/; revision=2153 ChangeLog | 5 +++++ src/vtepangocairo.c | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) commit 8078f417862e95f151e14f43a0afccfa2743d4cf Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 19 21:39:25 2008 +0000 Cache ASCII characters when building font. 2008-11-19 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_find_unichar_info), (font_info_cache_ascii), (font_info_measure_font), (font_info_get_unichar_info): Cache ASCII characters when building font. svn path=/trunk/; revision=2152 ChangeLog | 7 +++ src/vtepangocairo.c | 133 +++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 117 insertions(+), 23 deletions(-) commit 8a8c65c27aa21d6936b0de656df47e5c549dbfa0 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Nov 18 14:10:30 2008 +0000 Remove glib from gnome-pty-helper. Bug #560977. svn path=/trunk/; revision=2151 ChangeLog | 11 +++++++++++ gnome-pty-helper/Makefile.am | 3 --- gnome-pty-helper/configure.in | 12 +++++++----- gnome-pty-helper/gnome-pty-helper.c | 11 +++++------ 4 files changed, 23 insertions(+), 14 deletions(-) commit f9a0a8606f64d4212385943c360749ab5f62b4cd Author: Christian Persch <chpe@src.gnome.org> Date: Tue Nov 18 13:47:42 2008 +0000 Fix missing prototype warning. svn path=/trunk/; revision=2150 ChangeLog | 4 ++++ src/vteskel.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit c298a8512d080a17d86f98af7142f9fd4c2ae580 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 18 13:25:08 2008 +0000 Remove copy of font desc and antialias from font info object as they were 2008-11-18 Behdad Esfahbod <behdad@gnome.org> * src/vtepangocairo.c (font_info_create_for_screen), (font_info_destroy): Remove copy of font desc and antialias from font info object as they were not used. svn path=/trunk/; revision=2149 ChangeLog | 6 ++++++ src/vtepangocairo.c | 12 ++---------- 2 files changed, 8 insertions(+), 10 deletions(-) commit 6ae356484534ed676c34ea87e5e917ee0b33153e Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 18 13:23:42 2008 +0000 Bug 561185 – pangocairo backend sets antialias incorrectly 2008-11-18 Behdad Esfahbod <behdad@gnome.org> Bug 561185 – pangocairo backend sets antialias incorrectly * src/vtepangocairo.c (font_info_create_for_screen): Handle FORCE_ENABLE correctly. svn path=/trunk/; revision=2148 ChangeLog | 7 +++++++ src/vtepangocairo.c | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) commit fc665e5884cf28ecba977bc5e4408b8188c0c866 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Nov 16 02:21:48 2008 +0000 Bug 560817 – pagocairo backend doesn't have correct opacity support 2008-11-16 Behdad Esfahbod <behdad@gnome.org> Bug 560817 – pagocairo backend doesn't have correct opacity support * src/vtepangocairo.c (_vte_pangocairo_clear), (_vte_pangocairo_draw_text), (_vte_pangocairo_draw_rectangle), (_vte_pangocairo_fill_rectangle): Fix opacity support by using SOURCE operator. svn path=/trunk/; revision=2147 ChangeLog | 9 +++++++++ src/vtepangocairo.c | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) commit 5c59d1c957ccedc0ee2bca4c6e07168b9a03a913 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Nov 16 02:20:05 2008 +0000 Bug 560991 – Unsetting background doesn't work 2008-11-16 Behdad Esfahbod <behdad@gnome.org> Bug 560991 – Unsetting background doesn't work * src/vte.c (vte_terminal_set_background_image): Correctly unset background if image==NULL. svn path=/trunk/; revision=2146 ChangeLog | 7 +++++++ src/vte.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 217987a8e58b754c99125455d3f96cf14189387f Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Nov 14 15:58:33 2008 +0000 Bug 395599 – Add pangocairo backend 2008-11-14 Behdad Esfahbod <behdad@gnome.org> Bug 395599 – Add pangocairo backend * configure.in: Require pango >= 1.22.0 * src/Makefile.am: * src/vtedraw.c: * src/vtepangocairo.c: * src/vtepangocairo.h: Add a pangocairo drawing backend. Use it by default. This is as fast as the xft backend. Doesn't share font caches across widgets yet. Also, the transparent background stuff doesn't match xft backend's yet. svn path=/trunk/; revision=2145 ChangeLog | 16 ++ configure.in | 2 +- src/Makefile.am | 2 + src/vtedraw.c | 2 + src/vtepangocairo.c | 682 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vtepangocairo.h | 33 +++ 6 files changed, 736 insertions(+), 1 deletion(-) commit dcc643ff1247e0337b35b6270c6951de3918c8cd Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Nov 14 11:37:59 2008 +0000 Remove unneeded draw methods. 2008-11-14 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_ensure_font): * src/vtedraw.c (_vte_draw_new), (_vte_draw_free), (_vte_draw_set_background_opacity), (_vte_draw_set_background_color), (_vte_draw_set_text_font), (_vte_draw_get_text_metrics), (_vte_draw_get_char_width), (_vte_draw_char), (_vte_draw_draw_rectangle), (_vte_draw_set_scroll): * src/vtedraw.h: * src/vteft2.c (_vte_ft2_destroy), (_vte_ft2_start), (_vte_ft2_end), (_vte_ft2_set_background_image), (_vte_ft2_clear), (_vte_ft2_set_text_font), (_vte_ft2_get_text_metrics), (_vte_ft2_get_char_width), (_vte_ft2_draw_text), (_vte_ft2_draw_has_char), (_vte_ft2_draw_rectangle), (_vte_ft2_fill_rectangle): * src/vtegl.c (_vte_gl_destroy), (_vte_gl_get_visual), (_vte_gl_start), (_vte_gl_end), (_vte_gl_set_background_image), (_vte_gl_clear), (_vte_gl_set_text_font), (_vte_gl_get_text_metrics), (_vte_gl_get_char_width), (_vte_gl_draw_text), (_vte_gl_draw_has_char), (_vte_gl_rectangle): * src/vtepango.c (_vte_pango_set_text_font), (_vte_pango_get_text_metrics): * src/vtepangox.c (_vte_pangox_create), (_vte_pangox_destroy), (_vte_pangox_start), (_vte_pangox_end), (_vte_pangox_set_background_image), (_vte_pangox_clip), (_vte_pangox_clear), (_vte_pangox_set_text_font), (_vte_pangox_get_text_metrics), (_vte_pangox_get_using_fontconfig), (_vte_pangox_draw_text), (_vte_pangox_draw_has_char), (_vte_pangox_draw_rectangle), (_vte_pangox_fill_rectangle): * src/vtepangox.h: * src/vteskel.c (_vte_skel_clear), (_vte_skel_get_text_metrics), (_vte_skel_draw_text), (_vte_skel_fill_rectangle): * src/vtexft.c (_vte_xft_set_text_font), (_vte_xft_get_text_metrics), (_vte_xft_draw_text): Remove unneeded draw methods. svn path=/trunk/; revision=2144 ChangeLog | 37 +++++++++++ src/vte.c | 9 ++- src/vtedraw.c | 90 ++++++++++--------------- src/vtedraw.h | 21 ++---- src/vteft2.c | 87 ++++++++---------------- src/vtegl.c | 85 +++++++----------------- src/vtepango.c | 50 +++++++------- src/vtepangox.c | 146 ++++++++++++++++++++-------------------- src/vtepangox.h | 2 +- src/vteskel.c | 201 ++++++++------------------------------------------------ src/vtexft.c | 62 +++++++++-------- 11 files changed, 293 insertions(+), 497 deletions(-) commit 5354340b88cf24aa41b4a1e116de9e801a1c34be Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Nov 14 10:06:20 2008 +0000 Minor fix. 2008-11-14 Behdad Esfahbod <behdad@gnome.org> * src/vtedraw.c (_vte_draw_get_char_width): Minor fix. * src/vtepangox.c (_vte_pango_x_create), (_vte_pango_x_start), (_vte_pango_x_clear): Cleanup here too. svn path=/trunk/; revision=2143 ChangeLog | 7 ++++ src/vtedraw.c | 2 +- src/vtepangox.c | 106 +++++++++----------------------------------------------- 3 files changed, 24 insertions(+), 91 deletions(-) commit a37ac82b6f5cc939520449f1274c59bd414fc0c4 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 13 15:59:45 2008 +0000 Undo previous change instead of cleanly fix it for now. 2008-11-13 Behdad Esfahbod <behdad@gnome.org> * configure.in: * src/vte-private.h: Undo previous change instead of cleanly fix it for now. svn path=/trunk/; revision=2142 ChangeLog | 6 ++++++ configure.in | 2 ++ src/vte-private.h | 3 --- 3 files changed, 8 insertions(+), 3 deletions(-) commit 3877c89caf964c13e018a46cb50d5906027fa401 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 13 15:53:45 2008 +0000 Why do we let people configure random things? 2008-11-13 Behdad Esfahbod <behdad@gnome.org> * configure.in: * src/vte-private.h: Why do we let people configure random things? svn path=/trunk/; revision=2141 ChangeLog | 6 ++++++ configure.in | 2 -- src/vte-private.h | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) commit f913fc6c66a30d72194fd5b9455e140283fe626b Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Thu Nov 13 15:44:24 2008 +0000 . svn path=/trunk/; revision=2140 src/vtexft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 97dc4f67f739dc9a6523454b5824a60d04352b88 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 13 15:13:26 2008 +0000 Simplify backends by relying more on defaults. 2008-11-13 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_background_update): * src/vtedraw.c (_vte_draw_update_requires_clear), (_vte_draw_new), (_vte_draw_set_background_opacity), (_vte_draw_set_background_color), (_vte_draw_set_background_image), (_vte_draw_char), (_vte_draw_set_scroll): * src/vtedraw.h: * src/vteft2.c (_vte_ft2_set_background_image), (_vte_ft2_clear), (_vte_ft2_get_char_width): * src/vtegl.c (_vte_gl_create), (_vte_gl_clear), (_vte_gl_get_char_width), (_vte_gl_draw_text): * src/vtepango.c (_vte_pango_create), (_vte_pango_start), (_vte_pango_set_background_image), (_vte_pango_clear): * src/vtexft.c (_vte_xft_create), (_vte_xft_set_background_image), (_vte_xft_clear), (_vte_xft_get_char_width): Simplify backends by relying more on defaults. svn path=/trunk/; revision=2139 ChangeLog | 18 +++++++++ src/vte.c | 6 +-- src/vtedraw.c | 67 +++++++++++++++++++------------ src/vtedraw.h | 26 +++++++++--- src/vteft2.c | 83 ++++++-------------------------------- src/vtegl.c | 95 +++++++++++-------------------------------- src/vtepango.c | 115 ++++++++-------------------------------------------- src/vtexft.c | 124 +++++++++------------------------------------------------ 8 files changed, 154 insertions(+), 380 deletions(-) commit 18f2f88d77c000ecb69d35c30a6103b93c977828 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 13 13:17:12 2008 +0000 Accept draw impl if impl->check is NULL. 2008-11-13 Behdad Esfahbod <behdad@gnome.org> * src/vtedraw.c (_vte_draw_init_user), (_vte_draw_init_default): Accept draw impl if impl->check is NULL. svn path=/trunk/; revision=2138 ChangeLog | 5 +++++ src/vtedraw.c | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit f60e79017c23bc77c88c7720756610856d05eb7d Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Nov 13 12:29:36 2008 +0000 Use sensical defaults instead of g_return_if_fail'ing when backend 2008-11-13 Behdad Esfahbod <behdad@gnome.org> * src/vtedraw.h: * src/vtedraw.c (_vte_draw_new), (_vte_draw_get_visual), (_vte_draw_get_colormap), (_vte_draw_start), (_vte_draw_end), (_vte_draw_set_background_color), (_vte_draw_set_background_image), (_vte_draw_requires_repaint), (_vte_draw_clip), (_vte_draw_clear), (_vte_draw_set_text_font), (_vte_draw_get_text_width), (_vte_draw_get_text_height), (_vte_draw_get_text_ascent), (_vte_draw_get_char_width), (_vte_draw_get_using_fontconfig), (_vte_draw_text), (_vte_draw_char), (_vte_draw_has_char), (_vte_draw_fill_rectangle), (_vte_draw_draw_rectangle), (_vte_draw_set_scroll): Use sensical defaults instead of g_return_if_fail'ing when backend functions are not implemented. svn path=/trunk/; revision=2137 ChangeLog | 16 ++++++ src/vtedraw.c | 169 +++++++++++++++++++++++++++++++++++++--------------------- src/vtedraw.h | 1 + 3 files changed, 124 insertions(+), 62 deletions(-) commit 746e946887ca9d763b6d69d70cc5e5055baeab47 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Thu Nov 13 12:29:03 2008 +0000 Update templates svn path=/trunk/; revision=2136 doc/reference/tmpl/vte.sgml | 130 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) commit 4fdc0fae8a3d740def335fc74f695b695e4c13fb Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Oct 31 12:59:29 2008 +0000 Bug 557375 – >=vte-0.16.14 breaks highlighting on activity 2008-10-31 Chris Wilson <chris@chris-wilson.co.uk> Bug 557375 – >=vte-0.16.14 breaks highlighting on activity * src/vte.c (vte_terminal_deselect_all): Preserve the copy of the selection until it is replace by a new selection, so that we can perform asynchronous copies from the clipboard. svn path=/trunk/; revision=2135 ChangeLog | 9 +++++++++ src/vte.c | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit ff594c80826beb7a11a695c88368157636a59d85 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Oct 23 09:43:21 2008 +0000 Bug 557375 – >=vte-0.16.14 breaks highlighting on activity 2008-10-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 557375 – >=vte-0.16.14 breaks highlighting on activity * src/vte.c (vte_terminal_deselect_all), (vte_terminal_extend_selection): After the user modifies the selection, copy it to PRIMARY and store it on the terminal. This ensures that after a screen redraw, we compare the contents of the selected region with the current selection, instead of stale data. svn path=/trunk/; revision=2134 ChangeLog | 11 +++++++++++ src/vte.c | 11 ++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) commit 5f84486a0a4e073a16a837128f0c19b0515a8c9c Author: Christian Persch <chpe@src.gnome.org> Date: Thu Oct 23 09:15:37 2008 +0000 Default glade catalogue to disabled. svn path=/trunk/; revision=2133 configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ca941172225b5333fab5f5caafce9ddacfd14f92 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Oct 23 08:50:26 2008 +0000 I hate ChangeLogs svn path=/trunk/; revision=2132 ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) commit def3f9687ef0d36cb0e6b3fcf22c60df44b4d090 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Oct 23 08:39:50 2008 +0000 Use glib-genmarshal --internal directly instead of checking the glib version, since we now depend on a glib version that provides this. svn path=/trunk/; revision=2131 configure.in | 3 --- src/Makefile.am | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) commit 31a1fe16b8e790b9375255adb025fc6f3e7c1eca Author: Christian Persch <chpe@src.gnome.org> Date: Thu Oct 23 08:39:44 2008 +0000 Bug 556398 – maybe deprecate vte_terminal_get_char_ascent/descent svn path=/trunk/; revision=2130 src/vte.c | 4 ++++ src/vte.h | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit f2875cfc9b42c7f4e1dbb9f8cdf2a95d858aecd3 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Oct 23 08:39:38 2008 +0000 Bug 339819 – LibVTE terminals in GLADE Terminal icons copied from gnome-icon-theme (licence: GPL). svn path=/trunk/; revision=2129 Makefile.am | 4 ++ configure.in | 28 ++++++++++++++ glade/Makefile.am | 43 +++++++++++++++++++++ .../hicolor_actions_16x16_widget-vte-terminal.png | Bin 0 -> 644 bytes .../hicolor_actions_22x22_widget-vte-terminal.png | Bin 0 -> 901 bytes glade/vte.xml.in | 40 +++++++++++++++++++ 6 files changed, 115 insertions(+) commit 53f96acb7e7bbadaedacfd613c7c8cea3491eaf8 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Oct 23 08:39:28 2008 +0000 Bug 399364 – Implement properties Add basic properties, and emit notifications when they change. svn path=/trunk/; revision=2128 src/vte.c | 1021 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 958 insertions(+), 63 deletions(-) commit 51b97b75f505a8b15ccf034a4c981b137c09549e Author: Christian Persch <chpe@src.gnome.org> Date: Sun Oct 19 21:44:50 2008 +0000 Add note to docs that all file descriptors except std{in,out,err} are being closed in the child before exec(). Bug #320128. svn path=/trunk/; revision=2127 src/vte.c | 3 +++ 1 file changed, 3 insertions(+) commit 879712998890e09606b88722cfa3765ee3d87870 Author: Christian Persch <chpe@src.gnome.org> Date: Sun Oct 19 13:51:38 2008 +0000 Remove debug spew. svn path=/trunk/; revision=2126 src/vte.c | 1 - 1 file changed, 1 deletion(-) commit 1f270f991a2eab20c42190abf4b5bedb6705522e Author: Christian Persch <chpe@src.gnome.org> Date: Sun Oct 19 13:51:33 2008 +0000 I hate ChangeLog. svn path=/trunk/; revision=2125 ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) commit 7d353726a84bd1ec000e57de7cf82d3fef56ee38 Author: Christian Persch <chpe@src.gnome.org> Date: Sun Oct 19 13:51:28 2008 +0000 Bug 556328 – Document set-scroll-adjustment parameters svn path=/trunk/; revision=2124 src/vte.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) commit ac3b51ecfd995752f5bc2327713b5c448813252b Author: Djihed Afifi <djihed@src.gnome.org> Date: Sun Oct 19 11:45:36 2008 +0000 Updated Arabic Translation by Khaled Hosny. * Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2123 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 77518ec1de91234080a78baf2af8cc223ce7a63b Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Oct 15 16:48:26 2008 +0000 Update doc coverage test from cairo. 2008-10-15 Behdad Esfahbod <behdad@gnome.org> * doc/reference/Makefile.am: * doc/reference/check-doc-coverage.sh: * doc/reference/check.docs: Update doc coverage test from cairo. svn path=/trunk/; revision=2122 ChangeLog | 7 ++++++ doc/reference/Makefile.am | 9 +++++-- doc/reference/check-doc-coverage.sh | 48 +++++++++++++++++++++++++++++++++++++ doc/reference/check.docs | 39 ------------------------------ 4 files changed, 62 insertions(+), 41 deletions(-) commit 921ab3aa61a4a7cfaa845523fbab77288822445d Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Oct 15 01:54:37 2008 +0000 Invalidate cursor upon shape change. 2008-10-14 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_set_cursor_shape): Invalidate cursor upon shape change. svn path=/trunk/; revision=2121 ChangeLog | 5 +++++ src/vte.c | 1 + 2 files changed, 6 insertions(+) commit 0aea533027aafd26a4bf13e1245a719ab2bd9b04 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Oct 14 23:11:26 2008 +0000 Add new API to the python bindings. svn path=/trunk/; revision=2120 ChangeLog | 4 ++++ python/vte.defs | 45 +++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 45 insertions(+), 4 deletions(-) commit 6a93d0c685658ea1fab4daef0f999dbc2009e1c3 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Oct 14 20:47:50 2008 +0000 Remove VTE_CURSOR_OUTLINE in favor of VTE_LINE_WIDTH. 2008-10-14 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (vte_terminal_draw_line), (vte_terminal_paint_cursor): Remove VTE_CURSOR_OUTLINE in favor of VTE_LINE_WIDTH. svn path=/trunk/; revision=2119 ChangeLog | 6 ++++++ src/vte-private.h | 1 - src/vte.c | 18 +++++++++--------- 3 files changed, 15 insertions(+), 10 deletions(-) commit f33c993073d6cdc6c1c8123521b4efdaa4822b4a Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Oct 14 20:39:44 2008 +0000 Supposedly handle reverse video during cursor drawing. 2008-10-14 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_paint_cursor): Supposedly handle reverse video during cursor drawing. svn path=/trunk/; revision=2118 ChangeLog | 5 +++++ src/vte.c | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) commit 61ec5d3cad460529acdee4e98f1f7d71e202b782 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Oct 14 20:36:10 2008 +0000 Move IM preedit string drawing into its own function for code clarity. 2008-10-14 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_paint_im_preedit_string), (vte_terminal_paint): Move IM preedit string drawing into its own function for code clarity. svn path=/trunk/; revision=2117 ChangeLog | 7 +++ src/vte.c | 157 +++++++++++++++++++++++++++++++++----------------------------- 2 files changed, 90 insertions(+), 74 deletions(-) commit 5cff4182d680681d815760ec7c3bcfbb4b785d77 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Oct 14 20:25:25 2008 +0000 Bug 549835 – Feature Request: Configurable cursor appearance 2008-10-14 Behdad Esfahbod <behdad@gnome.org> Bug 549835 – Feature Request: Configurable cursor appearance * src/vte.h: New public api: VteTerminalCursorShape vte_terminal_set_cursor_shape vte_terminal_get_cursor_shape * src/vte-private.h: * src/vte.c (_vte_terminal_insert_char), (vte_terminal_init), (vte_terminal_paint_cursor), (vte_terminal_paint), (vte_terminal_set_cursor_shape), (vte_terminal_get_cursor_shape): Implement new API. Also clean up cursor drawing in general. * doc/reference/Makefile.am: * doc/reference/tmpl/reaper.sgml: * doc/reference/tmpl/vte-unused.sgml: * doc/reference/tmpl/vte.sgml: * doc/reference/vte-sections.txt: Doc new symbols. Also add some missing docs. svn path=/trunk/; revision=2116 ChangeLog | 24 +++ doc/reference/Makefile.am | 3 + doc/reference/tmpl/reaper.sgml | 32 ---- doc/reference/tmpl/vte-unused.sgml | 30 ++++ doc/reference/tmpl/vte.sgml | 59 +++++- doc/reference/vte-sections.txt | 10 ++ src/vte-private.h | 3 + src/vte.c | 360 +++++++++++++++++++++---------------- src/vte.h | 18 +- 9 files changed, 346 insertions(+), 193 deletions(-) commit d1986f303449acd1ae0ad3d2fde37f3a65959e32 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 13 11:53:32 2008 +0000 Add gobject property getter/setter. svn path=/trunk/; revision=2115 ChangeLog | 4 ++++ src/vte.c | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) commit 75e65a0fe737094613bdfe50fd759f2cac6982aa Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 13 11:46:18 2008 +0000 Add ChangeLog entry. svn path=/trunk/; revision=2114 ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) commit 9331adbf9c6f03e29b7b08500e1a99bf2c16937c Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 13 11:46:12 2008 +0000 Fix missing prorotypes compiler warning in marshal.c. svn path=/trunk/; revision=2113 src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 04f263af0a66c1bc15b43914b42c904a96f37d03 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 13 11:44:59 2008 +0000 Add vte_terminal_get_pty(). svn path=/trunk/; revision=2112 src/vte.c | 17 +++++++++++++++++ src/vte.h | 1 + 2 files changed, 18 insertions(+) commit 05cad2fc7cef3ae9e6dd063a6f8933cde76a6af6 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 6 20:12:15 2008 +0000 Bug 329108 – Please support setting X's URGENCY hint upon terminal beep svn path=/trunk/; revision=2111 doc/reference/tmpl/vte.sgml | 7 +++++++ src/vte.c | 11 +++++++++++ src/vte.h | 3 ++- src/vteseq.c | 2 ++ 4 files changed, 22 insertions(+), 1 deletion(-) commit 983bff721bc647fa7b3903d4828d056265cf66a8 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 6 20:12:10 2008 +0000 Fix compiler warning about g_free() on a const pointer. svn path=/trunk/; revision=2110 ChangeLog | 4 ++++ src/vteconv.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 77347af8208aaa02078e0eb650ec0c980ed6016f Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 6 20:12:05 2008 +0000 Add new function to the python bindings. svn path=/trunk/; revision=2109 ChangeLog | 6 ++++++ python/vte.defs | 10 ++++++++++ 2 files changed, 16 insertions(+) commit 91127a312b5c33c9d58facda49077c8b1a1d7a0a Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 6 20:12:00 2008 +0000 Deprecate useless macros. Bug #539130. svn path=/trunk/; revision=2108 ChangeLog | 6 ++++++ src/vte.h | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) commit da9f7b17746625525b1761379803d90fe83095c2 Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 6 20:11:55 2008 +0000 Add vte_terminal_get_child_exit_status() so we can get the child's exit status from withint the child-exited signal handlers. Bug #509204. svn path=/trunk/; revision=2107 ChangeLog | 8 ++++++++ src/vte-private.h | 1 + src/vte.c | 26 ++++++++++++++++++++++++++ src/vte.h | 2 ++ 4 files changed, 37 insertions(+) commit d8a852897eb7ed60ef5aad7be264f31d484ec36f Author: Christian Persch <chpe@src.gnome.org> Date: Mon Oct 6 20:11:49 2008 +0000 Bump version to 0.17.5. svn path=/trunk/; revision=2106 ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 6d1a9b4973ff32a7f15dc5eb7d06a41d5fb9d193 (tag: vte_0_17_4) Author: Christian Persch <chpe@src.gnome.org> Date: Mon Sep 22 22:41:46 2008 +0000 Version 0.17.4. svn path=/trunk/; revision=2104 NEWS | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 9dfdffe7083d739664aaa9a9d39080e57055f4c8 Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org> Date: Sun Sep 21 21:33:56 2008 +0000 Fixed terminology in Brazilian Portuguese translation by Vladimir Melo. 2008-09-21 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Fixed terminology in Brazilian Portuguese translation by Vladimir Melo. svn path=/trunk/; revision=2103 po/ChangeLog | 5 +++++ po/pt_BR.po | 43 +++++++++++++++++++++---------------------- 2 files changed, 26 insertions(+), 22 deletions(-) commit 792f6408202ebfe840d7b33df70452b7b7bdc790 Author: Mugurel Tudor <mugurelu@gnome.ro> Date: Sun Sep 21 21:23:37 2008 +0000 Updated Romanian translation by MiÅŸu Moldovan <dumol@gnome.ro> 2008-09-22 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation by MiÅŸu Moldovan <dumol@gnome.ro> svn path=/trunk/; revision=2102 po/ChangeLog | 5 +++++ po/ro.po | 68 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 43 insertions(+), 30 deletions(-) commit afc352ee3267250ce043e6f09de44268ed35c99a Author: Djihed Afifi <djihed@src.gnome.org> Date: Thu Sep 18 02:06:51 2008 +0000 Updated Arabic Translation by Khaled Hosny. * Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2101 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 5f4cd5aa22c2606a0bad57b39c50de7f83019b68 Author: Luca Ferretti <elle.uca@libero.it> Date: Wed Sep 17 18:21:33 2008 +0000 Updated Italian translation by Francesco Marletta. 2008-09-17 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation by Francesco Marletta. svn path=/trunk/; revision=2100 po/ChangeLog | 4 ++++ po/it.po | 54 +++++++++++++++++++++++++----------------------------- 2 files changed, 29 insertions(+), 29 deletions(-) commit 96c65ee99cfb9a8e790492b2fc498171e666a6ed Author: Shankar Prasad <sprasad@src.gnome.org> Date: Mon Sep 15 10:48:27 2008 +0000 updated kannada translation and ChangeLog svn path=/trunk/; revision=2099 po/ChangeLog | 4 +++ po/kn.po | 92 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 53 insertions(+), 43 deletions(-) commit 24b4ad647d04efb2ed0119727a3dd6bb5e8c05e3 Author: Djihed Afifi <djihed@src.gnome.org> Date: Mon Sep 15 09:48:03 2008 +0000 Updated Arabic Translation by Khaled Hosny. * Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2098 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 25642a2991556c9260eed58f4443ebf725e7d81f Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Sun Sep 14 16:33:04 2008 +0000 Updated Portuguese translation. 2008-09-14 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=2097 po/ChangeLog | 4 ++++ po/pt.po | 60 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 34 insertions(+), 30 deletions(-) commit 15c8c1080589506eeec722032d5a8b0292e020e8 Author: Manoj Kumar Giri <mgiri@src.gnome.org> Date: Wed Sep 10 07:54:25 2008 +0000 Updated Oriya (or.po) Translation svn path=/trunk/; revision=2096 po/ChangeLog | 4 ++++ po/or.po | 78 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 46 insertions(+), 36 deletions(-) commit 722550ac37d46549e865149be2220157634965cb Author: Praveen Arimbrathodiyil <apravi@src.gnome.org> Date: Wed Sep 10 04:08:15 2008 +0000 small correction svn path=/trunk/; revision=2095 po/ml.po | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit 6545d58a8e6e9c7e683f8726158f0c9665396b11 Author: Robert Sedak <rsedak@src.gnome.org> Date: Tue Sep 9 17:18:14 2008 +0000 Update: Croatian Language svn path=/trunk/; revision=2094 po/ChangeLog | 3 +++ po/hr.po | 74 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 43 insertions(+), 34 deletions(-) commit 34e10694b47a49961b67c96230fbf1823548f657 (tag: vte_0_17_3) Author: Christian Persch <chpe@src.gnome.org> Date: Mon Sep 8 20:09:06 2008 +0000 vte 0.17.3. svn path=/trunk/; revision=2092 ChangeLog | 7 +++++++ NEWS | 12 ++++++++++++ configure.in | 4 ++-- doc/reference/tmpl/reaper.sgml | 32 ++++++++++++++++++++++++++++++++ doc/reference/tmpl/vte-unused.sgml | 30 ------------------------------ 5 files changed, 53 insertions(+), 32 deletions(-) commit 2698dbcc5c8805380c5fc77ca1928ec582c84728 Author: Christian Persch <chpe@src.gnome.org> Date: Sun Sep 7 17:53:11 2008 +0000 Update python bindings. * python/vte.defs: Update python bindings. svn path=/trunk/; revision=2091 ChangeLog | 4 ++ python/vte.defs | 127 +++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 101 insertions(+), 30 deletions(-) commit 0f3575738b510049d54e133a6a5a74070772ffd0 Author: Sébastien Granjoux <seb.sfo@free.fr> Date: Mon Sep 1 11:14:44 2008 +0000 Bug 538344 – Anjuta hangs when program is executed in terminal 2008-08-20 Sébastien Granjoux <seb.sfo@free.fr> Bug 538344 – Anjuta hangs when program is executed in terminal * src/vte.c: Ensure the output channel exists when we need to write. svn path=/trunk/; revision=2090 ChangeLog | 6 ++++++ src/vte.c | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit 13bbce8161377ae4f9ff866fded76a795613dc9f Author: Goran Rakic <grakic@src.gnome.org> Date: Mon Aug 25 14:57:20 2008 +0000 Conversion from sr@Latn to sr@latin svn path=/trunk/; revision=2089 po/ChangeLog | 5 +++++ po/LINGUAS | 2 +- po/{sr@Latn.po => sr@latin.po} | 0 3 files changed, 6 insertions(+), 1 deletion(-) commit 0e0aab333668dd11959b5ef0e8695dc1236c40bb Author: Christian Persch <chpe@src.gnome.org> Date: Wed Aug 20 13:10:12 2008 +0000 Plug a mem leak. svn path=/trunk/; revision=2088 ChangeLog | 5 +++++ src/vte.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) commit 555d0d2a8e4d6f992789d6bd00137ce6b9f853e3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Aug 15 20:11:58 2008 +0000 fcntl(2) specifies that the flags argument is a long. Make it so. 2008-08-15 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_set_pty): fcntl(2) specifies that the flags argument is a long. Make it so. svn path=/trunk/; revision=2087 ChangeLog | 5 +++++ src/vte.c | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 12 deletions(-) commit e976391ce7dd68d4e66bf22194112772a099dbfd Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Aug 14 00:00:38 2008 +0000 Fix all "signed vs unsigned comparison" warnings. 2008-08-13 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: * src/vte.c (vte_terminal_match_check_internal_vte), (vte_terminal_ensure_cursor), (vte_terminal_set_colors), (_vte_terminal_insert_char), (vte_terminal_feed), (vte_terminal_key_press), (vte_terminal_match_hilite_update), (vte_terminal_extend_selection): * src/vteseq.c (vte_terminal_find_charcell), (vte_sequence_handler_set_title_internal), (vte_sequence_handler_decset_internal), (vte_sequence_handler_cb), (vte_sequence_handler_cd), (vte_sequence_handler_ce), (vte_sequence_handler_ec), (vte_sequence_handler_ta), (vte_sequence_handler_set_mode), (vte_sequence_handler_window_manipulation): Fix all "signed vs unsigned comparison" warnings. svn path=/trunk/; revision=2086 ChangeLog | 17 +++++++++++++++++ src/vte-private.h | 4 ++-- src/vte.c | 32 ++++++++++++++++---------------- src/vteseq.c | 55 ++++++++++++++++++++++++++++--------------------------- 4 files changed, 63 insertions(+), 45 deletions(-) commit aabb10fb643c6625afbe7c369f8e67e3f8314861 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Aug 13 22:42:47 2008 +0000 Fix uninitialized cursor warning. Setting to NULL sounds right to me. 2008-08-13 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (regex_match_clear_cursor), (vte_terminal_set_cursor_from_regex_match): Fix uninitialized cursor warning. Setting to NULL sounds right to me. ChPe? svn path=/trunk/; revision=2085 ChangeLog | 7 +++++++ src/vte.c | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) commit 30213a63183d6f07589051469d80d406b698a8f3 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Aug 13 22:37:22 2008 +0000 Remove useless "inline" decorators. Gcc has been rightfully complaining. 2008-08-13 Behdad Esfahbod <behdad@gnome.org> * src/vte.c: Remove useless "inline" decorators. Gcc has been rightfully complaining. svn path=/trunk/; revision=2084 ChangeLog | 5 +++++ src/vte.c | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) commit 78e20d9e6ded635c1c60f84f4d8e0c9c5d553662 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Aug 13 22:21:12 2008 +0000 Bug 546940 – Crash when selecting text 2008-08-13 Behdad Esfahbod <behdad@gnome.org> Bug 546940 – Crash when selecting text * src/vte.c (vte_terminal_extend_selection): Fix crash with 64-bit systems. Note to self: unsigned int len = 0; long i = len - 1; assert (i < 0); fails on 64-bit systems. svn path=/trunk/; revision=2083 ChangeLog | 13 +++++++++++++ src/vte.c | 17 +++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) commit cc7d8be81cc044c23c406e02ed8bd7ce1045cda7 Author: Djihed Afifi <djihed@src.gnome.org> Date: Wed Aug 6 08:33:19 2008 +0000 Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2082 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit a6b2d703da2bbcfdc52dcdbf4494a9dc737cb47e (tag: vte_0_17_1) Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Aug 5 10:30:38 2008 +0000 Released vte-0.17.1. 2008-08-05 Behdad Esfahbod <behdad@gnome.org> Released vte-0.17.1. * NEWS: Updated. * configure.in: Bumped version to 0.17.1. Bumped libtool version to 12:0:3. svn path=/trunk/; revision=2080 ChangeLog | 9 +++++++++ NEWS | 27 +++++++++++++++++++++++++++ configure.in | 10 +++++----- 3 files changed, 41 insertions(+), 5 deletions(-) commit 795f95181b797396950abe1e9f466313d9edd389 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Aug 5 06:33:47 2008 +0000 Bug 546366 – hard to select last tab char on a line 2008-08-05 Behdad Esfahbod <behdad@gnome.org> Bug 546366 – hard to select last tab char on a line * src/vte.c (vte_terminal_extend_selection): * src/vteseq.c (vte_sequence_handler_ta): Handle fragment cells. svn path=/trunk/; revision=2079 ChangeLog | 8 ++++++++ src/vte.c | 22 ++++++++-------------- src/vteseq.c | 2 +- 3 files changed, 17 insertions(+), 15 deletions(-) commit b5c37ee01646dc533d978ca9708eb0d2a6ad1d28 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Aug 5 05:51:08 2008 +0000 Bug 545924 – tab characters not handled correctly after ncurses clear 2008-08-05 Behdad Esfahbod <behdad@gnome.org> Bug 545924 – tab characters not handled correctly after ncurses clear Patch from Patryk Zawadzki * src/vteseq.c (vte_sequence_handler_ta): Ignore empty cells at end of line. svn path=/trunk/; revision=2078 ChangeLog | 8 ++++++++ src/vteseq.c | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) commit 4eb7507c90c8803ebaa14dfbf9ed7c8186219b0e Author: Djihed Afifi <djihed@src.gnome.org> Date: Tue Jul 29 01:37:38 2008 +0000 Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2077 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit a24eab7c0d927f35e37e72d1fe415433aeb32bab Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Jul 13 23:03:01 2008 +0000 Bug 542795 – VTE_CJK_WIDTH don't work 2008-07-14 Behdad Esfahbod <behdad@gnome.org> Bug 542795 – VTE_CJK_WIDTH don't work * src/iso2022.c (_vte_iso2022_ambiguous_width): Fix VTE_CJK_WIDTH env handling. svn path=/trunk/; revision=2076 ChangeLog | 7 +++++++ src/iso2022.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 233a6fb058dab427e78bb4bbfa2763bd552acc14 Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Wed Jul 2 15:09:02 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2075 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 893f7473321bb1914c76b4e64f00a935083df15f Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Wed Jul 2 15:08:34 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2074 po/oc.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 19687441ca358e11e5f1334516862ba09cfe223c Author: Christian Persch <chpe@src.gnome.org> Date: Fri Jun 27 19:05:10 2008 +0000 Bug 399744 – Hide more font-aa implementation details svn path=/trunk/; revision=2073 ChangeLog | 7 +++++++ src/vtexft.c | 12 +++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) commit df24a29142fd8d825d3eb5ec123f3e83ea1c8e1e Author: Christian Persch <chpe@src.gnome.org> Date: Fri Jun 27 16:51:18 2008 +0000 Bug 510903 – use gtk-cursor-blink setting svn path=/trunk/; revision=2072 ChangeLog | 11 ++ doc/reference/tmpl/vte.sgml | 18 ++++ doc/reference/vte-sections.txt | 2 + src/vte-private.h | 10 +- src/vte.c | 234 ++++++++++++++++++++++++++++------------- src/vte.h | 13 ++- 6 files changed, 208 insertions(+), 80 deletions(-) commit 51a751d3515008aefd6080e827a7fe59d251d1fd Author: Christian Persch <chpe@src.gnome.org> Date: Thu Jun 26 18:45:41 2008 +0000 Remove duplicate declarations. svn path=/trunk/; revision=2071 ChangeLog | 5 +++++ src/vte.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) commit 6f037ba50d22bb7d1d6c7acaf0fec7df824f489f Author: Christian Persch <chpe@src.gnome.org> Date: Thu Jun 26 18:37:59 2008 +0000 Fix the Use of intltool 0.40.0. svn path=/trunk/; revision=2070 ChangeLog | 6 ++++++ Makefile.am | 5 ++--- autogen.sh | 9 ++++++--- 3 files changed, 14 insertions(+), 6 deletions(-) commit af4cc7446b6d563baedbedc39d46d9911c5509c9 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Jun 26 18:32:56 2008 +0000 Disallow direct inclusion of vteversion.h. svn path=/trunk/; revision=2069 ChangeLog | 5 +++++ src/vteversion.h.in | 4 ++++ 2 files changed, 9 insertions(+) commit c4b48e67fca6adb72ce5cba9c2ee3d0d4956a807 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Jun 26 18:32:49 2008 +0000 Use glib-mkenums to generate the enum types. svn path=/trunk/; revision=2068 ChangeLog | 10 ++++++++++ configure.in | 7 +++++++ doc/reference/Makefile.am | 2 +- src/Makefile.am | 29 ++++++++++++++++++++++++----- src/vte.c | 38 -------------------------------------- src/vte.h | 7 +++++-- src/vtetypebuiltins.c.template | 40 ++++++++++++++++++++++++++++++++++++++++ src/vtetypebuiltins.h.template | 28 ++++++++++++++++++++++++++++ 8 files changed, 115 insertions(+), 46 deletions(-) commit fd64778a2c3cb991f9cff661cf35fa3830282ed7 Author: Christian Persch <chpe@src.gnome.org> Date: Thu Jun 26 17:56:54 2008 +0000 Replace more gtk type macros with the gobject ones. Bug #539130. svn path=/trunk/; revision=2067 ChangeLog | 9 +++++++++ src/reaper.h | 8 ++++---- src/vte.c | 8 ++++---- src/vteaccess.h | 44 ++++++++++++++++---------------------------- src/vtebg.h | 8 ++++---- 5 files changed, 37 insertions(+), 40 deletions(-) commit b2d516f19a134b87cc79b1745da522cb2e78c0b2 Author: Christian Persch <chpe@src.gnome.org> Date: Wed Jun 25 16:51:19 2008 +0000 Bug 540182 – crash in geany with vte trunk Make sure that match_attributes always exist even if there haven't been any matches added. svn path=/trunk/; revision=2066 ChangeLog | 11 +++++++++-- src/vte.c | 10 ++++------ 2 files changed, 13 insertions(+), 8 deletions(-) commit 6cc1167abedd3254a480cb64361a33cdc2af3e5d Author: Christian Persch <chpe@src.gnome.org> Date: Tue Jun 24 18:12:41 2008 +0000 Force a redraw when changing the allow-bold property. Bug #535552. svn path=/trunk/; revision=2065 ChangeLog | 6 ++++++ src/vte.c | 6 ++++++ 2 files changed, 12 insertions(+) commit a35f1d6978906b526d2e69b50e11bfb5b523388a Author: Christian Persch <chpe@src.gnome.org> Date: Tue Jun 24 18:12:32 2008 +0000 Bug 535469 – support named cursors on matches svn path=/trunk/; revision=2064 ChangeLog | 8 +++ doc/reference/tmpl/vte.sgml | 10 +++ doc/reference/vte-sections.txt | 1 + src/vte-private.h | 15 ++++- src/vte.c | 148 +++++++++++++++++++++++++++++------------ src/vte.h | 2 + 6 files changed, 140 insertions(+), 44 deletions(-) commit 624a6898f8e1bfe0cd716a33efc34db6899cff75 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Jun 24 18:12:23 2008 +0000 Bug 418918 – Switch to GRegex svn path=/trunk/; revision=2063 ChangeLog | 9 + doc/reference/tmpl/vte.sgml | 11 ++ doc/reference/vte-sections.txt | 1 + src/vte-private.h | 16 +- src/vte.c | 361 ++++++++++++++++++++++++++++++++++++++--- src/vte.h | 5 +- 6 files changed, 376 insertions(+), 27 deletions(-) commit 5dd65933082dd70af93c9350ebc88c177fee7901 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Jun 24 18:12:12 2008 +0000 Implement the set_scroll_adjustments signal so one can add a VteTerminal to a GtkScrolledWindow. Bug #535467. svn path=/trunk/; revision=2062 ChangeLog | 7 +++++ doc/reference/tmpl/vte.sgml | 9 ++++++ src/vte.c | 69 +++++++++++++++++++++++++++++---------------- src/vte.h | 5 +++- 4 files changed, 65 insertions(+), 25 deletions(-) commit 460fcb3becf82346c62cedfde23bace926b5b112 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Jun 24 18:12:02 2008 +0000 Bug 535468 – need version check macros svn path=/trunk/; revision=2061 ChangeLog | 12 ++++++++ configure.in | 26 +++++++++++++---- doc/reference/tmpl/vteversion.sgml | 59 ++++++++++++++++++++++++++++++++++++++ doc/reference/vte-sections.txt | 10 +++++++ doc/reference/vte.types | 1 + src/Makefile.am | 6 ++-- src/vte.h | 2 ++ src/vteversion.h.in | 31 ++++++++++++++++++++ 8 files changed, 139 insertions(+), 8 deletions(-) commit 089b2a4ec92e6c2b0ade68c38b2d41c55335023d Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sat Jun 21 04:23:28 2008 +0000 Don't use GTK_CHECK* macros. 2008-06-21 Kjartan Maraas <kmaraas@gnome.org> * src/vte.h: Don't use GTK_CHECK* macros. svn path=/trunk/; revision=2060 ChangeLog | 4 ++++ src/vte.h | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) commit 8023bb999cd894a16fabca46c6ace021a8b19933 Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Sun Jun 15 07:46:49 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2059 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit e1617b3e8fa52c51a1ff1b84b5c0966a1b797f6f Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Sun Jun 15 07:46:02 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2058 po/oc.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit b325f47f4ff26ead5e8065d33814ca43f85167bc Author: Djihed Afifi <djihed@src.gnome.org> Date: Wed Jun 11 21:42:42 2008 +0000 Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2057 po/ChangeLog | 4 ++++ po/ar.po | 30 +++++++++++++----------------- 2 files changed, 17 insertions(+), 17 deletions(-) commit b0491748ed63846200e01b458d5aa2f30b8d3bb7 Author: Christian Persch <chpe@src.gnome.org> Date: Wed Jun 4 18:57:24 2008 +0000 Bug 515972 – Bold black is black in vte's default palette * src/vte.c: (vte_terminal_set_colors): Correctly set the value of 'bold black' in the palette. Patch by Santtu Lakkala. svn path=/trunk/; revision=2056 ChangeLog | 7 +++++++ src/vte.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 725da8b7117cc8539bfc8c946ebe4220a979c50c (tag: vte_0_16_14) Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Jun 4 18:38:27 2008 +0000 Released vte-0.16.14. 2008-06-04 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.14. * NEWS: Updated. * configure.in: Bumped version to 0.16.14. Bumped libtool version to 11:18:2. svn path=/trunk/; revision=2054 ChangeLog | 9 +++++++++ NEWS | 12 ++++++++++++ configure.in | 4 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) commit 6cc2912d303cd13184ab14112787ff9557e83edd Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Jun 4 18:30:20 2008 +0000 Bug 536632 – vte build failure in ring.c:210: error: expected expression 2008-06-04 Behdad Esfahbod <behdad@gnome.org> Bug 536632 – vte build failure in ring.c:210: error: expected expression before 'do' * src/debug.h: * src/ring.c: * src/ring.h: With latest glib (after bug #519026), g_error is expanding to "do {...} while(0)" instead of "{...}". This breaks build in debugging mode. Use g_critical instead. Also add some G_STMT_START/END to some macros. svn path=/trunk/; revision=2053 ChangeLog | 13 +++++++++++++ src/debug.h | 2 +- src/ring.c | 2 +- src/ring.h | 18 +++++++++--------- 4 files changed, 24 insertions(+), 11 deletions(-) commit 1102739ce33d9e0b29da553ec127396a4322ea55 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu May 29 11:50:13 2008 +0000 Replace previous commit with the better patch by Christian Persch. 2008-05-29 Chris Wilson <chris@chris-wilson.co.uk> * src/pty.c (merge_environ): Replace previous commit with the better patch by Christian Persch. svn path=/trunk/; revision=2052 ChangeLog | 5 +++++ src/pty.c | 9 +++------ 2 files changed, 8 insertions(+), 6 deletions(-) commit 697d6005bcb227f94389b444dec25246dc636602 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu May 29 11:46:29 2008 +0000 Fix bug in patch to use g_listenv() as it only returns the variable name 2008-05-29 Chris Wilson <chris@chris-wilson.co.uk> * src/pty.c (merge_environ): Fix bug in patch to use g_listenv() as it only returns the variable name and we need to use g_getenv() to retrieve its value. svn path=/trunk/; revision=2051 ChangeLog | 6 ++++++ src/pty.c | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) commit bcddb79198f3a9591c0aa49fe36e82b281017447 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed May 28 00:38:15 2008 +0000 Oops. Fix thinko in last commit. 2008-05-27 Behdad Esfahbod <behdad@gnome.org> * src/iso2022.c (_vte_iso2022_ambiguous_width): Oops. Fix thinko in last commit. svn path=/trunk/; revision=2050 ChangeLog | 5 +++++ src/iso2022.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 6e0de06c28aeace78b017c6a23ae5f0afac0aa49 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue May 27 18:56:34 2008 +0000 Bug 535022 – ambiguous width in utf8 locale 2008-05-27 Behdad Esfahbod <behdad@gnome.org> Bug 535022 – ambiguous width in utf8 locale * src/iso2022.c (_vte_iso2022_ambiguous_width): Recognize env var settings VTE_CJK_WIDTH=narrow and VTE_CJK_WIDTH=wide. Any other value means "auto" based on locale, as it was doing previously. svn path=/trunk/; revision=2049 ChangeLog | 9 +++++++++ src/iso2022.c | 11 +++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) commit 3e2d0ba9ffe54588e492c88da1b8352fd1a75d45 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri May 23 20:32:37 2008 +0000 Update tmpls svn path=/trunk/; revision=2048 doc/reference/tmpl/reaper.sgml | 32 -------------------------------- doc/reference/tmpl/vte-unused.sgml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 32 deletions(-) commit e66bae863d1f645c039c8ca390e5458d8622a230 Author: Djihed Afifi <djihed@src.gnome.org> Date: Thu May 22 23:00:52 2008 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=2047 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit c0d797cd0610dcf8954c7444101e0e30ad97c12e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed May 21 07:36:14 2008 +0000 Silence compiler warning about using environ as a local variable name. 2008-05-21 Chris Wilson <chris@chris-wilson.co.uk> * src/pty.c (merge_environ): Silence compiler warning about using environ as a local variable name. svn path=/trunk/; revision=2046 ChangeLog | 5 +++++ src/pty.c | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) commit 6daf749a9a5aa37ff946d4142d9b4492fb25cc3e Author: Richard Hult <richard@imendio.com> Date: Wed May 21 07:32:36 2008 +0000 Bug 534148 – Use g_listenv() instead of environ 2008-05-21 Richard Hult <richard@imendio.com> Bug 534148 – Use g_listenv() instead of environ * src/pty.c: (merge_environ): Use g_listenv() instead of non-portable environ extern. svn path=/trunk/; revision=2045 ChangeLog | 7 +++++++ src/pty.c | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit b88d37fa384aec28dc272222adfcff73885fcd1e Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon May 19 13:07:31 2008 +0000 automake doesn't like to substitute more than one variable at a time. 2008-05-19 Kjartan Maraas <kmaraas@gnome.org> * configure.in: automake doesn't like to substitute more than one variable at a time. * src/vtedraw.c: (_vte_draw_get_using_fontconfig): * src/vtetc.c: (_vte_termcap_find_boolean): Fix two compiler warnings. svn path=/trunk/; revision=2044 ChangeLog | 8 ++++++++ configure.in | 3 ++- src/vtedraw.c | 2 +- src/vtetc.c | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) commit 65b97373f0d1772f7191622d8136be9467e1cd69 Author: Djihed Afifi <djihed@src.gnome.org> Date: Mon May 19 01:17:13 2008 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=2043 po/ChangeLog | 4 ++++ po/ar.po | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 16 deletions(-) commit 22b930d866de5b1dd9d025e0c63bde3612d11d2d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri May 9 21:56:55 2008 +0000 Add the text to draw to the debug output. 2008-05-09 Chris Wilson <chris@chris-wilson.co.uk> * src/vtedraw.c (_vte_draw_text): Add the text to draw to the debug output. svn path=/trunk/; revision=2042 ChangeLog | 5 +++++ src/vtedraw.c | 17 +++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) commit a51119aca141b00564b680472d9cbb56311ec40e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri May 9 19:50:37 2008 +0000 Fix "GLib-CRITICAL **: g_io_add_watch_full: assertion `channel != NULL' 2008-05-09 Chris Wilson <chris@chris-wilson.co.uk> Fix "GLib-CRITICAL **: g_io_add_watch_full: assertion `channel != NULL' failed" * src/debug.c (_vte_debug_parse_string): * src/debug.h: * src/vte-private.h: * src/vte.c (vte_terminal_emit_adjustment_changed), (_vte_terminal_adjust_adjustments_full), (vte_terminal_scroll_lines), (vte_terminal_maybe_scroll_to_bottom), (_vte_terminal_insert_char), (vte_terminal_catch_child_exited), (mark_input_source_invalid), (_vte_terminal_connect_pty_read), (mark_output_source_invalid), (_vte_terminal_connect_pty_write), (_vte_terminal_disconnect_pty_read), (_vte_terminal_disconnect_pty_write), (_vte_terminal_fork_basic), (vte_terminal_eof), (_vte_terminal_enable_input_source), (vte_terminal_io_read), (vte_terminal_handle_scroll), (vte_terminal_finalize), (vte_terminal_class_init), (vte_terminal_set_pty), (process_timeout), (update_repeat_timeout), (update_timeout): It was possible for _vte_terminal_enable_input_source() to be called after the input closed with G_IO_HUP. The minimal change would just have been to add a guard to check the pty_master was still valid before reattaching the source. Instead I removed the redundant duplication of the input and output channels and added lots of debugging. svn path=/trunk/; revision=2041 ChangeLog | 28 +++++++++ src/debug.c | 3 + src/debug.h | 3 +- src/vte-private.h | 5 +- src/vte.c | 168 ++++++++++++++++++++++++++---------------------------- 5 files changed, 116 insertions(+), 91 deletions(-) commit ef4e36154eabf2d74bc1f48db8ef095cec02cbc5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu May 8 15:23:16 2008 +0000 Bug 516869 – vte displays nothing on GTK+/DirectFB 2008-05-08 Chris Wilson <chris@chris-wilson.co.uk> Bug 516869 – vte displays nothing on GTK+/DirectFB Original patch by Jérémy Bobbio. * src/vte.c (vte_terminal_class_init), (update_regions), (update_repeat_timeout), (update_timeout): gdk_window_process_all_updates() is ineffective on the gtk+-directfb and gtk+-quartz backends, so in order to process updates immediately one must call gdk_window_process_updates() on the desired GdkWindows instead. svn path=/trunk/; revision=2040 ChangeLog | 13 +++++++++++++ src/vte.c | 9 ++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) commit 00caa22356c2810242af3b6a3677526ac8a60f33 Author: Yair Hershkovitz <yairhr@src.gnome.org> Date: Sun Apr 20 15:58:09 2008 +0000 updated hebrew translation svn path=/trunk/; revision=2039 po/ChangeLog | 4 ++++ po/he.po | 40 +++++++++++++++++++++------------------- 2 files changed, 25 insertions(+), 19 deletions(-) commit 68852ecef2ccb2fc02e4cc540c5ef775d056721a Author: Eskild Hustvedt <eskildh@src.gnome.org> Date: Mon Mar 31 13:45:23 2008 +0000 Updated Norwegian Nynorsk translation svn path=/trunk/; revision=2038 po/ChangeLog | 4 ++++ po/nn.po | 75 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 45 insertions(+), 34 deletions(-) commit 4c2e67286eee99b9a54805a7982a80228e0843f7 Author: Baris Cicek <bcicek@src.gnome.org> Date: Mon Mar 31 11:31:54 2008 +0000 Updated Turkish Translation svn path=/trunk/; revision=2037 po/ChangeLog | 4 ++++ po/tr.po | 73 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 41 insertions(+), 36 deletions(-) commit c1755009386ff482a00fea751a04853dab3d28ce Author: Ani Peter <anipeter@src.gnome.org> Date: Tue Mar 11 04:41:13 2008 +0000 Updated Malayalam Translation svn path=/trunk/; revision=2036 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 80ade1073c7f544cc88eafe2b3e9a8c82c7a041c Author: Ani Peter <anipeter@src.gnome.org> Date: Tue Mar 11 04:41:01 2008 +0000 Updated Malayalam Translation svn path=/trunk/; revision=2035 po/ml.po | 99 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 54 insertions(+), 45 deletions(-) commit 061d6d6a3cee533f6439a85fb6e5e137784c2efa (tag: vte_0_16_13) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 10 20:32:45 2008 +0000 Released vte-0.16.13. 2008-03-10 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.13. * NEWS: Updated. * configure.in: Bumped version to 0.16.13. Bumped libtool version to 11:17:2. svn path=/trunk/; revision=2033 ChangeLog | 9 +++++++++ NEWS | 8 ++++++++ configure.in | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) commit d1e9eb3d946938a6eeaa65032f23bd368a532ed0 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Mon Mar 10 01:36:49 2008 +0000 Translation updated 2008-03-10 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated svn path=/trunk/; revision=2032 po/ChangeLog | 4 ++++ po/hu.po | 59 ++++++++++++++++++++++++++++------------------------------- 2 files changed, 32 insertions(+), 31 deletions(-) commit c98754ce7d9d0918a694b1c4fb304220b0ae72ba Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Sat Mar 8 09:34:15 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2031 po/oc.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bbc876ce14e5b2e57b6c317b6323fa83ef604d9f Author: Marcel Telka <marcel@telka.sk> Date: Sat Mar 8 09:01:30 2008 +0000 Updated Slovak translation. 2008-03-08 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=2030 po/ChangeLog | 4 ++++ po/sk.po | 74 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 42 insertions(+), 36 deletions(-) commit 09d03d12fa7d9bf0f781acd8c57ba03b4dbf851d Author: Rahul Bhalerao <rahulb@src.gnome.org> Date: Mon Mar 3 16:18:00 2008 +0000 Updated Marathi Translations. svn path=/trunk/; revision=2029 po/ChangeLog | 4 +++ po/mr.po | 80 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 46 insertions(+), 38 deletions(-) commit 20261c75ac0d2b54e5bfdd1a0d1f062f9b0094d2 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Feb 20 18:39:08 2008 +0000 Bug 517709 – VTE's pty.c makes 4096 getrlimit calls when it only needs 2008-02-20 Behdad Esfahbod <behdad@gnome.org> Bug 517709 – VTE's pty.c makes 4096 getrlimit calls when it only needs one * src/pty.c (_vte_pty_start_helper): Only close fds 0, 1, and 2. gnome-pty-helper closes all fds anyway. svn path=/trunk/; revision=2028 ChangeLog | 8 ++++++++ src/pty.c | 9 ++++----- 2 files changed, 12 insertions(+), 5 deletions(-) commit 29ec8603290a2dd158e85573ac1766a1efd069ab Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Tue Feb 19 21:33:40 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2027 po/oc.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit a1cd441aa146c432397ec627b6053a01d5cb1df6 Author: Petr Kovář <pmkovar@src.gnome.org> Date: Sat Feb 16 15:25:41 2008 +0000 cs.po: Updated Czech translation by Pavel Sefranek. svn path=/trunk/; revision=2026 po/ChangeLog | 4 ++++ po/cs.po | 78 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 48 insertions(+), 34 deletions(-) commit cf13ae591f4fa007903e09671967dc7d334dfdde Author: Pawan Chitrakar <pachimho@src.gnome.org> Date: Thu Feb 14 09:40:36 2008 +0000 Updated Nepali Translation svn path=/trunk/; revision=2025 po/ChangeLog | 4 +++ po/ne.po | 102 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 58 insertions(+), 48 deletions(-) commit 7b516616cb67b18e7512a20b1ea20c488c3ea2e5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 8 19:50:41 2008 +0000 Remove unneeded #include <fontconfig/fontconfig.h> 2008-02-08 Behdad Esfahbod <behdad@gnome.org> * src/vte.c: * src/vteapp.c: * src/vtergb.c: Remove unneeded #include <fontconfig/fontconfig.h> svn path=/trunk/; revision=2024 ChangeLog | 7 +++++++ src/vte.c | 1 - src/vteapp.c | 3 --- src/vtergb.c | 1 - 4 files changed, 7 insertions(+), 5 deletions(-) commit ffe449e246f87db68cc647c8928940a1141dccf2 Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Mon Feb 4 12:20:50 2008 +0000 Updated Occitan translation svn path=/trunk/; revision=2023 po/oc.po | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) commit 81e5e34d6efdfd9425682e7b5caa3bcec4b2a007 Author: Djihed Afifi <djihed@src.gnome.org> Date: Thu Jan 31 08:23:11 2008 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=2022 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 458d15993513afc79e750c89788e236635e63b71 Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> Date: Mon Jan 14 16:12:08 2008 +0000 Updated Basque translation. 2008-01-14 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=2021 po/ChangeLog | 13 +++++++++---- po/eu.po | 63 ++++++++++++++++++++++++++++-------------------------------- 2 files changed, 38 insertions(+), 38 deletions(-) commit c1d18de1ebc5f6b061e9578df418db3a5a04e981 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Jan 9 20:48:55 2008 +0000 Bug 449131 – Wrong gettext domain 2008-01-09 Behdad Esfahbod <behdad@gnome.org> Bug 449131 – Wrong gettext domain * src/pty.c: * src/reaper.c (vte_reaper_class_init): * src/trie.c: * src/vtebg.c (vte_bg_class_init): * src/vteglyph.c: Oops. Fix all remaining ones too. svn path=/trunk/; revision=2020 ChangeLog | 11 +++++++++++ src/pty.c | 7 +------ src/reaper.c | 5 ++++- src/trie.c | 7 +------ src/vtebg.c | 5 ++++- src/vteglyph.c | 8 +------- 6 files changed, 22 insertions(+), 21 deletions(-) commit c971ab2e546475a681f5df9f7e3e13e5dc089c06 (tag: vte_0_16_12) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jan 7 21:51:00 2008 +0000 Released vte-0.16.12. 2008-01-07 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.12. * NEWS: Updated. * configure.in: Bumped version to 0.16.12. Bumped libtool version to 11:16:2. . svn path=/trunk/; revision=2018 ChangeLog | 9 +++++++++ NEWS | 7 +++++++ configure.in | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) commit 5d00298851669b5112f3e9f620f64d6c139035fc Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Mon Dec 31 19:40:25 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=2017 po/ChangeLog | 5 ++++- po/oc.po | 45 +++++++++++++++++++++------------------------ 2 files changed, 25 insertions(+), 25 deletions(-) commit 3ed60bccd66dfbda6c2aa0ce3a5310b414d61e23 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Dec 21 08:57:28 2007 +0000 Forget to save the ChangeLog entry before committing. svn path=/trunk/; revision=2016 ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit db18d22ff40b71fd78236f3e549dd17c6040088d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Dec 21 08:56:12 2007 +0000 Bug 503164 – Drawing problems for VTE with gtk+-quartz 2007-12-21 Chris Wilson <chris@chris-wilson.co.uk> Bug 503164 – Drawing problems for VTE with gtk+-quartz * src/vte.c (vte_terminal_realize): Continuing the saga, remove the fiddling with visibility state during realize. svn path=/trunk/; revision=2015 ChangeLog | 4 ++++ src/vte.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) commit f8980c6af417443b935ec27833ca18ab2028028d Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 18 07:27:11 2007 +0000 Bug 449131 – Wrong gettext domain 2007-12-18 Behdad Esfahbod <behdad@gnome.org> Bug 449131 – Wrong gettext domain * src/vte.c (vte_terminal_class_init): Use GETTEXT_DOMAIN in bind_textdomain_codeset(). svn path=/trunk/; revision=2014 ChangeLog | 7 +++++++ src/vte.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 547529e9780b1341bd084f2491edd257f9b47293 (tag: vte_0_16_11) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 17 18:45:58 2007 +0000 Released vte-0.16.11. 2007-12-17 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.11. * NEWS: Updated. * configure.in: Bumped version to 0.16.11. Bumped libtool version to 11:15:2. . svn path=/trunk/; revision=2012 ChangeLog | 9 +++++++++ NEWS | 9 +++++++++ configure.in | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) commit bb591edae319a9c5228919307a3c21304f9b78cc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Dec 17 13:27:39 2007 +0000 Bug 503164 – Drawing problems for VTE with gtk+-quartz 2007-12-17 Chris Wilson <chris@chris-wilson.co.uk> Bug 503164 – Drawing problems for VTE with gtk+-quartz * src/vte.c (vte_terminal_init): GdkQuartz does not generate GdkVisibilityNotify events and so the terminal was never marked as unobscured, causing all redraws to be discarded. Resolve this by initially setting the terminal to be unobscured. svn path=/trunk/; revision=2011 ChangeLog | 10 ++++++++++ src/vte.c | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) commit cf1dea5ec122dee4de1e85e352ac0d874679e88f Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Sat Dec 15 22:17:46 2007 +0000 Fix typo in date. svn path=/trunk/; revision=2010 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit daca30a501ebac24e1d5fd98c31760e554f7c343 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 10 23:47:51 2007 +0000 Bug 319687 – Pasting of text containing characters not in the terminal's 2007-12-10 Behdad Esfahbod <behdad@gnome.org> Bug 319687 – Pasting of text containing characters not in the terminal's encoding silently fails * src/vteconv.c (_vte_conv_open): Try to open converter with transliteration. Supported by GNU iconv and GLibc. svn path=/trunk/; revision=2009 ChangeLog | 8 ++++++++ src/vteconv.c | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) commit 63f5b1e707d1fb450248c8cb335493aa5bb5b047 (tag: vte_0_16_10) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Dec 3 23:26:34 2007 +0000 Released vte-0.16.10. 2007-09-17 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.10. * NEWS: Updated. * configure.in: Bumped version to 0.16.10. Bumped libtool version to 11:14:2. . svn path=/trunk/; revision=2007 ChangeLog | 9 +++++++++ NEWS | 33 +++++++++++++++++++++++++++++++++ configure.in | 4 ++-- 3 files changed, 44 insertions(+), 2 deletions(-) commit da8e37ff44c183bfc2b35846ad2ed25f85561edd Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Dec 3 11:00:08 2007 +0000 Bug 497246 – Kill vte_iso2022_fragment_input 2007-12-03 Chris Wilson <chris@chris-wilson.co.uk> Bug 497246 – Kill vte_iso2022_fragment_input * src/iso2022.c (process_block), (_vte_iso2022_process): Avoid the temporary allocation of the GArray holding the fragments by processing each fragment as it is decyphered. This array is allocated and grown for every single input chunk and is currently the most frequent allocation made by vte. svn path=/trunk/; revision=2006 ChangeLog | 10 +++ src/iso2022.c | 266 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 139 insertions(+), 137 deletions(-) commit 947de5ebc2c050b337d15d03b90c319957ed4725 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Dec 3 10:41:49 2007 +0000 Make is_cursor_key static. 2007-12-03 Chris Wilson <chris@chris-wilson.co.uk> * src/keymap.c: Make is_cursor_key static. svn path=/trunk/; revision=2005 ChangeLog | 4 ++++ src/keymap.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 8e2b518dc283781d8eca76c7bc5293d8049e083c Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Wed Nov 28 15:42:41 2007 +0000 Fix distcheck. svn path=/trunk/; revision=2004 doc/reference/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit c619908ba34f1cd82014dda34cc174001726aebd Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 28 14:00:21 2007 +0000 Bug 412435 – Invalid variable name in Makefile.am 2007-11-28 Behdad Esfahbod <behdad@gnome.org> Bug 412435 – Invalid variable name in Makefile.am * Makefile.am: * configure.in: * vte.spec.in: Remove spec file and old convenience cvs make targets. svn path=/trunk/; revision=2003 ChangeLog | 9 + Makefile.am | 34 +--- configure.in | 1 - vte.spec.in | 596 ----------------------------------------------------------- 4 files changed, 10 insertions(+), 630 deletions(-) commit 1bb7abd1e685c3c797923445c5f0c5c25def19da Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 28 13:55:38 2007 +0000 Bug 416561 – Rendering issue in VtePango 2007-11-28 Behdad Esfahbod <behdad@gnome.org> Bug 416561 – Rendering issue in VtePango * src/vtepango.c (_vte_pango_draw_rectangle): * src/vtepangox.c (_vte_pango_x_draw_rectangle): gdk_draw_rectangle has slightly different semantics when filling vs outlining. Fix for that. svn path=/trunk/; revision=2002 ChangeLog | 9 +++++++++ src/vtepango.c | 2 +- src/vtepangox.c | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) commit 7342439d31c138c8ea4db58694792f0d76bdb205 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 28 13:43:58 2007 +0000 Bug 416558 – Rendering errors in VteFT2 2007-11-28 Behdad Esfahbod <behdad@gnome.org> Bug 416558 – Rendering errors in VteFT2 * src/vteft2.c (_vte_ft2_create): Disable Gtk+ double-buffering. svn path=/trunk/; revision=2001 ChangeLog | 6 ++++++ src/vteft2.c | 1 + 2 files changed, 7 insertions(+) commit 3f805f36b4a7b04d27f10006b50e40315deed344 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Wed Nov 28 08:43:22 2007 +0000 Add bugzilla address. svn path=/trunk/; revision=2000 README | 4 ++++ 1 file changed, 4 insertions(+) commit 02f28ec3d4e12776c4b4edd2984be29d74d815c5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 28 08:41:59 2007 +0000 Bug 403217 – Outdated README 2007-11-28 Behdad Esfahbod <behdad@gnome.org> Bug 403217 – Outdated README * README: Rewrite. svn path=/trunk/; revision=1999 ChangeLog | 6 ++++++ README | 72 ++++++--------------------------------------------------------- 2 files changed, 12 insertions(+), 66 deletions(-) commit 364adbace135c4a97095876fba167f39e3cbedf5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 12:36:18 2007 +0000 Bug 118967 – single line scrolling with "Ctrl+Shift+ArrowUp/ArrowDown" 2007-11-27 Behdad Esfahbod <behdad@gnome.org> Bug 118967 – single line scrolling with "Ctrl+Shift+ArrowUp/ArrowDown" Patch from Mauricio and Mariano Suárez-Alvarez * src/vte.c (vte_terminal_scroll_lines), (vte_terminal_scroll_pages), (vte_terminal_key_press): Implement single-line scroll. svn path=/trunk/; revision=1998 ChangeLog | 9 +++++++++ src/vte.c | 35 +++++++++++++++++++++++++++++++---- 2 files changed, 40 insertions(+), 4 deletions(-) commit c35a4a89b5bd9461b0b71532724a1d6e090f1ac9 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 11:05:26 2007 +0000 Bug 353610 – Don't convert tab characters upon copying 2007-11-27 Behdad Esfahbod <behdad@gnome.org> Bug 353610 – Don't convert tab characters upon copying * src/vte-private.h: * src/vteseq.c (vte_sequence_handler_ta): Smart tab handling to try to preserve tab character upong copying. Also makes such smart tabs all-or-none selectable. svn path=/trunk/; revision=1996 ChangeLog | 9 +++++++++ src/vte-private.h | 10 ++++++---- src/vteseq.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 63 insertions(+), 9 deletions(-) commit 01d3cf123dff70dbe60dfe025efb0810be0f15c3 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 10:27:07 2007 +0000 Bug 499892 – strikethrough line is too high 2007-11-27 Behdad Esfahbod <behdad@gnome.org> Bug 499892 – strikethrough line is too high * src/vte-private.h: * src/vte.c (vte_terminal_apply_metrics), (vte_terminal_init), (vte_terminal_draw_cells): Adjust underline/strikethrough thickness and position based on pangofc's heuristics. svn path=/trunk/; revision=1995 ChangeLog | 9 +++++++++ src/vte-private.h | 4 ++++ src/vte.c | 23 ++++++++++++++++------- 3 files changed, 29 insertions(+), 7 deletions(-) commit d189aeaed54480f515429717a4f3b9e16102fafd Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 09:55:37 2007 +0000 Make VTE_BACKEND=list list available backends to stderr. 2007-11-27 Behdad Esfahbod <behdad@gnome.org> * src/vtedraw.c (_vte_draw_init_user): Make VTE_BACKEND=list list available backends to stderr. svn path=/trunk/; revision=1994 src/vteft2.c | 2 +- src/vtegl.c | 2 +- src/vtepango.c | 2 +- src/vtepangox.c | 2 +- src/vtexft.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) commit e6ad1fa941d1e09a9dc996c8576c192c8f95b83a Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 08:39:58 2007 +0000 Make VTE_BACKEND=list list available backends to stderr. 2007-11-27 Behdad Esfahbod <behdad@gnome.org> * src/vtedraw.c (_vte_draw_init_user): Make VTE_BACKEND=list list available backends to stderr. svn path=/trunk/; revision=1993 ChangeLog | 5 +++++ src/vtedraw.c | 22 ++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) commit 189ebe50ba75c213468348fa18cadf5e7a46390d Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 06:57:53 2007 +0000 Bug 499891 – vte with opacity set, shows invisible chars 2007-11-27 Behdad Esfahbod <behdad@gnome.org> Bug 499891 – vte with opacity set, shows invisible chars * src/vte.c (vte_terminal_draw_rows): Don't draw invisible chars. svn path=/trunk/; revision=1992 ChangeLog | 6 ++++++ src/vte.c | 10 ++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit fe8455ee4ee60614bd5d36c35f6aabafe6e0ddfa Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Tue Nov 27 06:40:24 2007 +0000 Change opacity svn path=/trunk/; revision=1991 src/vteapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 198bf1641dbf77f68a266aabe45b4b0642675d16 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 06:14:12 2007 +0000 Bug 499896 – Alternate charset isn't an attribute, though we treat it as 2007-11-27 Behdad Esfahbod <behdad@gnome.org> Bug 499896 – Alternate charset isn't an attribute, though we treat it as one. * src/vte-private.h: * src/vte.c (_vte_terminal_set_default_attributes), (_vte_terminal_insert_char), (vte_terminal_reset): * src/vteseq.c (vte_sequence_handler_ae), (vte_sequence_handler_as): Move cell.attr.alternate to screen->alternate_charset. svn path=/trunk/; revision=1990 ChangeLog | 12 ++++++++++++ src/vte-private.h | 4 ++-- src/vte.c | 9 ++++----- src/vteseq.c | 4 ++-- 4 files changed, 20 insertions(+), 9 deletions(-) commit 760e6b2844dd4b04b7d4aa5692c8b547faf0c380 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 06:04:11 2007 +0000 Bug 499893 – cell.attr.protect is unused 2007-11-27 Behdad Esfahbod <behdad@gnome.org> Bug 499893 – cell.attr.protect is unused * src/vte-private.h: * src/vte.c (_vte_terminal_set_default_attributes): * src/vteseq.c (vte_sequence_handler_mp): Comment out cell.attr.protect which is unused. svn path=/trunk/; revision=1989 ChangeLog | 9 +++++++++ src/vte-private.h | 4 +++- src/vte.c | 2 ++ src/vteseq.c | 2 ++ 4 files changed, 16 insertions(+), 1 deletion(-) commit e2bcb0e1d84724c62f58e40e5f6f4c203591db9a Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Tue Nov 27 05:51:51 2007 +0000 Minor comment fix. svn path=/trunk/; revision=1988 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 05dc462877584ca032eecfe1e7d9dfcd8458f2ce Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 05:50:07 2007 +0000 Minor optimization, if one can call it that. 2007-11-27 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (_vte_invalidate_cell), (_vte_invalidate_cursor_once): Minor optimization, if one can call it that. svn path=/trunk/; revision=1987 ChangeLog | 5 +++++ src/vte.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 5bd016e7d3cb0d1e1f13ac5628318aaf3f6b5968 Author: Sunil Mohan Adapa <sunil@atc.tcs.com> Date: Tue Nov 27 05:02:46 2007 +0000 Added Telugu translation done by Matapathi Pramod <pramod@swecha.net>. 2007-11-27 Sunil Mohan Adapa <sunil@atc.tcs.com> * LINGUAS, te.po: Added Telugu translation done by Matapathi Pramod <pramod@swecha.net>. svn path=/trunk/; revision=1986 po/ChangeLog | 5 +++ po/LINGUAS | 1 + po/te.po | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) commit 6ee45faa0377448d1dd735f2ac61106d3cd3f777 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 04:16:14 2007 +0000 Fix doc syntax. 2007-11-26 Behdad Esfahbod <behdad@gnome.org> * src/vte.c: Fix doc syntax. svn path=/trunk/; revision=1985 ChangeLog | 4 ++++ src/vte.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit ade83987cb3c84df7e84bf1f9718d8c4fee6c110 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 04:13:20 2007 +0000 Revert previous change. For reason, see bug. Bug 491832 – 2007-11-26 Behdad Esfahbod <behdad@gnome.org> Revert previous change. For reason, see bug. Bug 491832 – vte_terminal_get_text_range_maybe_wrapped always includes trailing spaces * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Don't trim space characters, just the empty space after lines, like we used to. svn path=/trunk/; revision=1984 ChangeLog | 12 +++++++++++- src/vte.c | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) commit 6b903ba743eac7bfccf7a358a8bfe78647595354 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Nov 27 04:06:19 2007 +0000 Bug 491832 – vte_terminal_get_text_range_maybe_wrapped always includes 2007-11-26 Behdad Esfahbod <behdad@gnome.org> Bug 491832 – vte_terminal_get_text_range_maybe_wrapped always includes trailing spaces * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Trip trailing space characters if asked to. svn path=/trunk/; revision=1983 ChangeLog | 8 ++++++++ src/vte.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit e2391dad4d18eb67a13d9fdc73b87044d7595b4c Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 24 01:47:07 2007 +0000 Add script to check doc coverage is 100% on "make check". 2007-11-23 Behdad Esfahbod <behdad@gnome.org> * doc/reference/Makefile.am: * doc/reference/check.docs: Add script to check doc coverage is 100% on "make check". svn path=/trunk/; revision=1982 ChangeLog | 6 ++++++ doc/reference/Makefile.am | 4 ++++ doc/reference/check.docs | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) commit 63e502516a8f892bd7d987387f38361b423f6dcf Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Nov 24 01:33:08 2007 +0000 Bug 499287 – Fix doc coverage regression 2007-11-23 Behdad Esfahbod <behdad@gnome.org> Bug 499287 – Fix doc coverage regression * doc/reference/tmpl/vte.sgml: * doc/reference/vte-sections.txt: Document undocumented symbols. svn path=/trunk/; revision=1981 ChangeLog | 8 ++++++++ doc/reference/tmpl/vte.sgml | 20 ++++++++++++++++++-- doc/reference/vte-sections.txt | 2 ++ 3 files changed, 28 insertions(+), 2 deletions(-) commit c65c01aff4862dabc4a0f46a75f045a7da870d8b Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Tue Nov 20 19:51:58 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=1980 po/oc.po | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit a691d03e4459b43e3f47033b4aedc888036277f8 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Sun Nov 18 22:09:21 2007 +0000 s/CVS/SVN/ svn path=/trunk/; revision=1979 autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 49a0cdf11d75459c34131d409d4b8cf3f3090f81 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 16 14:22:22 2007 +0000 Tweak to read across chunk boundaries whilst still maintaining fairness 2007-11-16 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_io_read), (vte_terminal_init), (process_timeout), (update_repeat_timeout), (update_timeout): Tweak to read across chunk boundaries whilst still maintaining fairness between multiple terminals and refresh rate targets. svn path=/trunk/; revision=1978 ChangeLog | 7 +++++ src/vte.c | 97 ++++++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 63 insertions(+), 41 deletions(-) commit 3f6b10064b0fa9c363f2cfa5c254f0d9faf7fe9f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 16 11:22:02 2007 +0000 Use stack allocation to hold small numbers of temporary gpointers. 2007-11-16 Chris Wilson <chris@chris-wilson.co.uk> * src/ring.c (_vte_ring_insert_preserve): Use stack allocation to hold small numbers of temporary gpointers. svn path=/trunk/; revision=1977 ChangeLog | 6 ++++++ src/ring.c | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit e6c218707c792a2aa591e0c7625eebce0fc21e85 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 16 11:21:05 2007 +0000 Export _vte_row_data_free. 2007-11-16 Chris Wilson <chris@chris-wilson.co.uk> * src/vte-private.h: * src/vte.c (_vte_free_row_data), (vte_terminal_reset_rowdata), (vte_terminal_finalize), (vte_terminal_reset): Export _vte_row_data_free. * src/vteseq.c (vte_remove_line_internal): Cache the removed VteRowData - fixes the continual reallocation of row data during the vim scrolling benchmark. svn path=/trunk/; revision=1976 ChangeLog | 11 +++++++++++ src/vte-private.h | 1 + src/vte.c | 21 +++++++++------------ src/vteseq.c | 9 +++++++-- 4 files changed, 28 insertions(+), 14 deletions(-) commit bf8149c2709401aefa9720b870aaf3e46f35e259 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 16 10:40:45 2007 +0000 Delay pruning the chunks freelist until we finished processing all the 2007-11-16 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (release_chunk), (prune_chunks), (remove_from_active_list), (process_timeout), (update_repeat_timeout): Delay pruning the chunks freelist until we finished processing all the incoming data. We were discarding the freelist far too early and reduced the efficacy of the cache. svn path=/trunk/; revision=1975 ChangeLog | 9 +++++++++ src/vte.c | 41 +++++++++++++++++++++++++++-------------- 2 files changed, 36 insertions(+), 14 deletions(-) commit c9cdd332e0c005cf6bb78e0153dbfdc29cd8db2d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 16 09:12:00 2007 +0000 Remove redundant queries and cache the XRequest on the root window (saves 2007-11-16 Chris Wilson <chris@chris-wilson.co.uk> * src/vterdb.h: * src/vterdb.c (_vte_rdb_get), (_vte_rdb_search), (_vte_rdb_quark), (_vte_rdb_get_rgba), (_vte_rdb_get_hintstyle), (_vte_rdb_release): Remove redundant queries and cache the XRequest on the root window (saves a few round-trips during terminal construction). Add a new function to free the cache. * src/vtefc.c (_vte_fc_defaults_from_rdb): Release the cache after retrieving settings. svn path=/trunk/; revision=1974 ChangeLog | 12 +++++++++ src/vtefc.c | 2 ++ src/vterdb.c | 84 ++++++++++++++++++++++++++++++++++-------------------------- src/vterdb.h | 1 + 4 files changed, 63 insertions(+), 36 deletions(-) commit 4c37f2645675ea5004b955ca8260d8623994aeaa Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Nov 15 20:58:17 2007 +0000 Similar for the leave notify, disable the match updating after hiding the 2007-11-15 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_focus_out): Similar for the leave notify, disable the match updating after hiding the cursor after the loss of focus. However, do we really want to disable the hilighting whilst the pointer may still be within the terminal? svn path=/trunk/; revision=1973 ChangeLog | 8 ++++++++ src/vte.c | 6 ++++++ 2 files changed, 14 insertions(+) commit de9fb9f760b247d088f9d2b60fbd255b8050cbea Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Nov 15 20:51:30 2007 +0000 Don't automatically reshow the hilight on receiving an enter event, but 2007-11-15 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_enter): Don't automatically reshow the hilight on receiving an enter event, but wait for the motion notify to update the cursor co-ordinates, otherwise we may hilight something quite distant from the cursor. svn path=/trunk/; revision=1972 ChangeLog | 8 ++++++++ src/vte.c | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) commit 4bab092bf89cd372c06f1b9a7a1c73b34f3b28eb Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Nov 15 20:43:55 2007 +0000 Mark the cursor as invisible on leaving the terminal as this stops the 2007-11-15 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_leave): Mark the cursor as invisible on leaving the terminal as this stops the hilight matcher running whilst the cursor is absent. svn path=/trunk/; revision=1971 ChangeLog | 6 ++++++ src/vte.c | 5 +++++ 2 files changed, 11 insertions(+) commit c5c286ac2e1c9cacb41a3e217c3f41d9f30bae47 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Tue Nov 13 21:37:31 2007 +0000 Fix build svn path=/trunk/; revision=1970 po/sl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4558dd0d3ecc3f984029008c69bb768a14909f24 Author: Matej UrbanÄiÄ <mateju@src.gnome.org> Date: Tue Nov 13 13:46:27 2007 +0000 Updated Slovenian translation svn path=/trunk/; revision=1969 po/ChangeLog | 2328 +++++++++++++++++++++++++++++----------------------------- po/sl.po | 26 +- 2 files changed, 1177 insertions(+), 1177 deletions(-) commit 3577d01782ccaeea287593883c4d1f332bcbd1a2 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 7 04:22:09 2007 +0000 Allow NULL font argument. Can be used to set antialias without setting 2007-11-06 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_set_font_from_string_full): Allow NULL font argument. Can be used to set antialias without setting font. * src/vteapp.c (main): Fix antialias handling which was borked when moving to GOption. svn path=/trunk/; revision=1968 ChangeLog | 8 ++++++++ src/vte.c | 6 +++--- src/vteapp.c | 14 ++++++-------- 3 files changed, 17 insertions(+), 11 deletions(-) commit abc1e6a1259a56cb123150896d289980b7c237ab Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Nov 7 03:16:51 2007 +0000 Bug 142640 – FcConfigSubstitute in place of _vte_fc_defaults_from_gtk to 2007-11-06 Behdad Esfahbod <behdad@gnome.org> Bug 142640 – FcConfigSubstitute in place of _vte_fc_defaults_from_gtk to get antialias and hinting value * src/vtefc.c (_vte_fc_defaults_from_gtk), (_vte_fc_defaults_from_rdb): Replace _vte_fc_defaults_from_gtk() with gtk_default_substitute() from Gtk+-2.6. It's essentially the same thing, but not overriding elements of the pattern already present. Also remove a couple redundant calls. svn path=/trunk/; revision=1967 ChangeLog | 11 ++++ src/vtefc.c | 179 ++++++++++++++++++++++++------------------------------------ 2 files changed, 82 insertions(+), 108 deletions(-) commit cdf92cafafd64b67143c0ee1c742825f9a2b9600 Author: Kjartan Maraas,,23491770 <kmaraas@gnome.org> Date: Fri Nov 2 12:25:30 2007 +0000 Updated Norwegian bokmÃ¥l translation. 2007-11-02 Kjartan Maraas,,23491770 <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmÃ¥l translation. svn path=/trunk/; revision=1966 po/ChangeLog | 4 ++++ po/nb.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 6793973b27167e15084ed689a57baca0fa8d5d4c Author: Mohammad DAMT <mdamt@mnots.eu> Date: Sun Oct 28 17:46:31 2007 +0000 Update Indonesian translation by Huda Toriq <hudatoriq at gmail.com>. 2007-10-28 Mohammad DAMT <mdamt@mnots.eu> * id.po: Update Indonesian translation by Huda Toriq <hudatoriq at gmail.com>. svn path=/trunk/; revision=1964 po/ChangeLog | 5 ++++ po/id.po | 76 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 47 insertions(+), 34 deletions(-) commit 1f782bd44feb64bb2e78349abb0636e51418ef3e Author: Djihed Afifi <djihed@src.gnome.org> Date: Tue Oct 23 20:57:04 2007 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=1963 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit ecd055167f91b90a646d1dc51210340f762b801e Author: Djihed Afifi <djihed@src.gnome.org> Date: Sun Oct 21 19:21:19 2007 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=1962 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit ff86da4cae59536722f72787920822bd1dc6e731 Author: Djihed Afifi <djihed@src.gnome.org> Date: Sun Oct 21 16:45:52 2007 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=1961 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 820434e27850b2c84cbbdee1ae43bf92d356cfb9 Author: Matej UrbanÄiÄ <mateju@src.gnome.org> Date: Mon Oct 15 18:07:50 2007 +0000 Updated Slovenian translation svn path=/trunk/; revision=1960 po/ChangeLog | 2314 +++++++++++++++++++++++++++++----------------------------- po/sl.po | 134 ++-- 2 files changed, 1219 insertions(+), 1229 deletions(-) commit 311d90af4c563b66c0ac17917ef2b5ffebd94187 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Oct 11 10:42:24 2007 +0000 Bug 439384 – gnome-terminal on feisty crashes when giving wrong locale 2007-10-11 Chris Wilson <chris@chris-wilson.co.uk> Bug 439384 – gnome-terminal on feisty crashes when giving wrong locale environment * src/vte.c (vte_terminal_set_encoding): Fallback to using UTF-8 as the locale encoding. This prevents subsequent crashes but may display gibberish in the output. svn path=/trunk/; revision=1959 ChangeLog | 8 ++++++++ src/vte.c | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) commit 33fe1ba1a36f43399853256c85870320eeb0d55a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Oct 5 09:44:25 2007 +0000 Bug 483642 – vte_terminal_feed crash when 8190 characters passed 2007-10-05 Chris Wilson <chris@chris-wilson.co.uk> Bug 483642 – vte_terminal_feed crash when 8190 characters passed * src/vte.c (vte_terminal_feed): Break the feed data into chunks. svn path=/trunk/; revision=1958 ChangeLog | 7 +++++++ src/vte.c | 16 ++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) commit da32ed9669a1aeab51cde232ec048e8275195683 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Sep 30 22:52:57 2007 +0000 Skip retrieving the VteBg if the source is VTE_BG_SOURCE_NONE as we 2007-09-30 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c (_vte_xft_set_background_image): Skip retrieving the VteBg if the source is VTE_BG_SOURCE_NONE as we neither need it to listen for changes to the background nor require it to load the pixmap (which is a no-op). svn path=/trunk/; revision=1957 ChangeLog | 7 +++++++ src/vtexft.c | 25 +++++++++++++++---------- 2 files changed, 22 insertions(+), 10 deletions(-) commit 0b3b2c14399420cd73073ab17b7bffb5d9279ecd Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Sep 30 22:48:46 2007 +0000 Ensure the GdkPixmap is destroyed along with the VteXft context. 2007-09-30 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c (_vte_xft_destroy): Ensure the GdkPixmap is destroyed along with the VteXft context. svn path=/trunk/; revision=1956 ChangeLog | 6 ++++++ src/vtexft.c | 3 +++ 2 files changed, 9 insertions(+) commit bb4a9d348eaf147635b19674742ab945fd249bf5 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Sep 26 20:23:43 2007 +0000 Improve the last ChangeLog entry. svn path=/trunk/; revision=1955 ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 9fd1f501d36afe68050ab939b7639aa55cece90d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Sep 26 20:17:16 2007 +0000 I really must remember to run vttest more often. (And to work within 2007-09-26 Chris Wilson <chris@chris-wilson.co.uk> I really must remember to run vttest more often. (And to work within git-svn.) * src/vte.c (vte_terminal_draw_rows): Correct underlining for vttest. svn path=/trunk/; revision=1954 ChangeLog | 8 ++++++++ src/vte.c | 17 +++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) commit 431ecb6710ffae56c73620001cac74a0a4ddbef9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Sep 26 20:09:21 2007 +0000 Bug 480735 – Underlining whitespace not reliable 2007-09-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 480735 – Underlining whitespace not reliable Original one-liner by Steven Skovran. * src/vte.c (vte_terminal_draw_rows): Do not try to over zealously skip whitespace. The goal is to maintain the current run whilst avoiding adding spaces to the glyph sequence - so check the cell fully for attribute breaks and simply do not add it to the glyphs if it contains a space. svn path=/trunk/; revision=1953 ChangeLog | 13 +++++++++++++ src/vte.c | 19 +++++++++++-------- 2 files changed, 24 insertions(+), 8 deletions(-) commit eafd1b6d63613180f879861c75f97c45d1598c02 Author: Khandakar Mujahidul Islam <mislam@src.gnome.org> Date: Tue Sep 18 08:27:10 2007 +0000 Updated Bengali Translation svn path=/trunk/; revision=1952 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 8da1e4bee0bf85633e5929249bdccf4a819c2701 Author: Khandakar Mujahidul Islam <mislam@src.gnome.org> Date: Tue Sep 18 08:26:56 2007 +0000 Updated Bengali Translation svn path=/trunk/; revision=1951 po/bn.po | 74 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 31 deletions(-) commit 173081d1e99c81455013af0a1a7f132e00ecfbcd (tag: vte_0_16_9) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Sep 17 22:10:29 2007 +0000 Released vte-0.16.9. 2007-09-17 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.9. * NEWS: Updated. * configure.in: Bumped version to 0.16.9. Bumped libtool version to 11:13:2. svn path=/trunk/; revision=1949 ChangeLog | 9 +++++++++ NEWS | 14 ++++++++++++++ configure.in | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) commit 5c579ef4cd988de10eef69b1c7dce057a0ebf220 Author: Djihed Afifi <djihed@src.gnome.org> Date: Thu Sep 13 22:47:05 2007 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=1948 po/ChangeLog | 4 ++++ po/ar.po | 45 +++++++++++++++++++-------------------------- 2 files changed, 23 insertions(+), 26 deletions(-) commit 15d7538f1a7131e79341fce3357cc3e499342e3a Author: Alexander Shopov <ash@contact.bg> Date: Tue Sep 11 08:57:58 2007 +0000 Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> 2007-09-11 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=1947 po/ChangeLog | 5 +++++ po/bg.po | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) commit 5c3c49db0866a753c49cdef4aa55e5ea5a4801d4 Author: Alexander Shopov <ash@contact.bg> Date: Tue Sep 11 08:55:00 2007 +0000 Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> 2007-09-11 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=1946 po/ChangeLog | 5 +++++ po/bg.po | 47 +++++++++++++++++++++-------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) commit b38efa6b0d7a87109064a5c4d87b046764ec8e2f Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Sep 5 20:35:44 2007 +0000 Wait for keypress when done, so one can do "vte -c ./vim.sh" and not lose 2007-09-05 Behdad Esfahbod <behdad@gnome.org> * perf/vim.sh: Wait for keypress when done, so one can do "vte -c ./vim.sh" and not lose the final numbers. * src/vtepango.c (_vte_pango_destroy), (_vte_pango_start), (_vte_pango_end), (_vte_pango_set_background_color), (_vte_pango_set_background_image), (_vte_pango_clear), (_vte_pango_set_text_font), (_vte_pango_get_using_fontconfig), (_vte_pango_draw_text), (_vte_pango_draw_has_char), (_vte_pango_draw_rectangle), (_vte_pango_fill_rectangle), (_vte_pango_set_scroll): General cleanup. Also implement _vte_pango_draw_has_char() using pango_layout_get_unknown_glyphs_count() when available. svn path=/trunk/; revision=1945 ChangeLog | 15 +++++++++++++++ perf/vim.sh | 8 ++++++-- src/vtepango.c | 52 +++++++++++++++++++++++----------------------------- 3 files changed, 44 insertions(+), 31 deletions(-) commit 7049c321cfa866c223edb36c52e916dd4320ecf1 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Sep 2 05:15:30 2007 +0000 Bug 469862 – Handling of wrapped links in gnome-terminal is broken 2007-09-02 Behdad Esfahbod <behdad@gnome.org> Bug 469862 – Handling of wrapped links in gnome-terminal is broken * src/vteseq.c (vte_sequence_handler_ce): Reset soft_wrapped. svn path=/trunk/; revision=1944 ChangeLog | 6 ++++++ src/vteseq.c | 1 + 2 files changed, 7 insertions(+) commit b9c65eb840521d6a49c62904dd5b5ae67b319cb2 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Sun Sep 2 05:14:41 2007 +0000 Add a G_UNLIKELY() svn path=/trunk/; revision=1943 src/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 63e545b8620955123a86856ebe61153a3911d6ca Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Sat Sep 1 20:12:23 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=1942 po/oc.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 80c1736fc58a57fd77600b31af23ff19bf7aeb6d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Sep 1 08:44:29 2007 +0000 cf Bug 469862 – Handling of wrapped links in gnome-terminal is broken 2007-09-01 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 469862 – Handling of wrapped links in gnome-terminal is broken * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Revert the last character is in last column check as that behaviour is required to handle terminal resizing where the screen contents are not reconstructed (e.g. bash). svn path=/trunk/; revision=1941 ChangeLog | 9 +++++++++ src/vte.c | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) commit 0fe5d9cc193b0dde1e08a64dda8df54e762f121b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Aug 30 16:18:03 2007 +0000 Bug 471901 – troubles with pad 2007-08-30 Chris Wilson <chris@chris-wilson.co.uk> Bug 471901 – troubles with pad * src/vte-private.h: * src/vte.c (_vte_invalidate_cells), (vte_terminal_draw_rows), (vte_terminal_paint): Don't abuse VTE_PAD_WIDTH. svn path=/trunk/; revision=1940 ChangeLog | 8 ++++++ src/vte-private.h | 1 + src/vte.c | 80 +++++++++++++++++++++---------------------------------- 3 files changed, 40 insertions(+), 49 deletions(-) commit 48ddee1d953a7386862fe6e71998d19d8584ce6b Author: Chris Wilson <cpwilson@src.gnome.org> Date: Thu Aug 30 15:14:12 2007 +0000 Add fixme comment about row->soft_wrap. svn path=/trunk/; revision=1939 src/vte.c | 1 + 1 file changed, 1 insertion(+) commit c03de1d0472b1a19a5363becc9db61e7757cfa99 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Aug 30 15:06:27 2007 +0000 Bug 469862 – Handling of wrapped links in gnome-terminal is broken 2007-08-30 Chris Wilson <chris@chris-wilson.co.uk> Bug 469862 – Handling of wrapped links in gnome-terminal is broken * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Check that the last character is in the last column before adding a newline for autowrapped lines. svn path=/trunk/; revision=1938 ChangeLog | 8 ++++++++ src/vte.c | 10 +++++++--- src/vteseq.c | 14 ++++++++------ 3 files changed, 23 insertions(+), 9 deletions(-) commit 5480e1f64f05905cadc4dce0a6b3cbac5b85eac2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Aug 30 11:41:14 2007 +0000 Add myself to the list, as Behdad had suggested some time ago. 2007-08-30 Chris Wilson <chris@chris-wilson.co.uk> * MAINTAINERS: Add myself to the list, as Behdad had suggested some time ago. svn path=/trunk/; revision=1937 ChangeLog | 5 +++++ MAINTAINERS | 4 ++++ 2 files changed, 9 insertions(+) commit 46b7464576141d69bd0dce16409141cfb26a8225 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Aug 30 11:06:59 2007 +0000 Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron. 2007-08-30 Chris Wilson <chris@chris-wilson.co.uk> Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron. * doc/reference/tmpl/vte.sgml: * src/vte.c (vte_terminal_class_init), (vte_terminal_real_copy_clipboard), (vte_terminal_copy_clipboard), (vte_terminal_real_paste_clipboard), (vte_terminal_paste_clipboard): * src/vte.h: Add key bindings for the special function keys. svn path=/trunk/; revision=1936 ChangeLog | 13 +++++++++ doc/reference/tmpl/vte.sgml | 14 +++++++++ src/vte.c | 69 +++++++++++++++++++++++++++++++++++++++------ src/vte.h | 4 +-- 4 files changed, 89 insertions(+), 11 deletions(-) commit 8fb0f61c29c521f85acc5f340d8a8f3b005926ed Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Aug 30 10:11:23 2007 +0000 Bad manipulation of patches whilst attempting to apply the fix for Bug 2007-08-30 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_draw_rows): Bad manipulation of patches whilst attempting to apply the fix for Bug 434230 - net result was that the correct code was being circumvented. svn path=/trunk/; revision=1935 ChangeLog | 6 ++++++ src/vte.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) commit c142f3a68c8cd5951319cba28bfe0ff33d7aa90e Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Aug 29 19:28:03 2007 +0000 Quick grammar correction. svn path=/trunk/; revision=1934 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 400ae5a66202afea963149700d52ee2e9bd79b9a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Aug 29 19:25:51 2007 +0000 Bug 471484 – vteapp resize weirdness 2007-08-29 Chris Wilson <chris@chris-wilson.co.uk> Bug 471484 – vteapp resize weirdness * src/vteapp.c (main): Distinguish between setting the geometry and disabling the use geometry hints. A regression when converting to GOption based arguments. svn path=/trunk/; revision=1933 ChangeLog | 8 ++++++++ src/vteapp.c | 10 ++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 85969d3324e6e946458e2ad6c68c23a9741bb15e Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Aug 27 18:24:03 2007 +0000 Bug 470690 – Typo at src/vtexft.c "appropiate" should be "appropriate" 2007-08-27 Behdad Esfahbod <behdad@gnome.org> Bug 470690 – Typo at src/vtexft.c "appropiate" should be "appropriate" * src/vtexft.c (_vte_xft_open_font_for_char): Fix typo. svn path=/trunk/; revision=1932 ChangeLog | 6 ++++++ src/vtexft.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 8dd24b4f8d9bab8185ba469e0d9f87dce132d231 Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Tue Aug 21 11:17:39 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=1931 po/oc.po | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) commit a6ee90a4682ce40a464482ed0a791509ad9ab780 Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Fri Aug 17 18:27:18 2007 +0000 Updated Occitan translation svn path=/trunk/; revision=1930 po/oc.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ed565fcc7b3cccf8ddfaefc0ac38000bc212c25f Author: Adam Weinberger <adamw@gnome.org> Date: Wed Aug 15 22:01:07 2007 +0000 Updated Canadian English translation. 2007-08-15 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=1929 po/ChangeLog | 4 ++++ po/en_CA.po | 65 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 37 insertions(+), 32 deletions(-) commit 26e576e1f0e44c6e3451691935173458d70a7787 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Aug 7 22:46:32 2007 +0000 Add Userid field, remove Guilherme. 2007-08-07 Behdad Esfahbod <behdad@gnome.org> * MAINTAINERS: Add Userid field, remove Guilherme. svn path=/trunk/; revision=1928 ChangeLog | 4 ++++ MAINTAINERS | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) commit 14204428512fe70d1a484ec78f7bdc63dad7499a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Aug 3 08:46:30 2007 +0000 Bug 434230 – Spaces are not underlined Original patch by Santtu Lakkala. 2007-08-03 Chris Wilson <chris@chris-wilson.co.uk> Bug 434230 – Spaces are not underlined Original patch by Santtu Lakkala. * src/vte.c (vte_terminal_draw_rows): Only skip cells if we do not need to draw on top. svn path=/trunk/; revision=1927 ChangeLog | 8 ++++++++ src/vte.c | 3 +++ 2 files changed, 11 insertions(+) commit 4e2857d6748335961ede2940b5f9f3397725686d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Aug 3 08:41:26 2007 +0000 Bug 450069 – vte crash on removing a terminal tab 2007-08-03 Chris Wilson <chris@chris-wilson.co.uk> Bug 450069 – vte crash on removing a terminal tab * src/vte.c (vte_terminal_emit_eof), (vte_terminal_queue_eof), (vte_terminal_eof): Move the EOF emission to an idle handler so that the source is inactive whilst the VteTerminal is finalized. svn path=/trunk/; revision=1926 ChangeLog | 8 ++++++++ src/vte.c | 20 +++++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) commit 7422b1d3bea8817ae1064041ede590eb256efff8 (tag: vte_0_16_8) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jul 30 17:38:33 2007 +0000 Released vte-0.16.8. 2007-07-30 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.8. Quick followup release with no code changes, to fix missing documentation index in the tarball. * NEWS: Updated. * configure.in: Bumped version to 0.16.8. Bumped libtool version to 11:12:2. svn path=/trunk/; revision=1924 ChangeLog | 12 ++++++++++++ NEWS | 5 +++++ configure.in | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) commit 14297d259904f59ac742e1038469145c934bc662 (tag: vte_0_16_7) Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Jul 27 21:39:31 2007 +0000 Released vte-0.16.7. 2007-07-27 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.7. * NEWS: Updated. * configure.in: Bumped version to 0.16.7. Bumped libtool version to 11:11:2. svn path=/trunk/; revision=1922 ChangeLog | 9 +++++++++ NEWS | 13 +++++++++++++ configure.in | 4 ++-- 3 files changed, 24 insertions(+), 2 deletions(-) commit a2daa008340e58d724b44f43b5b7a2b3e899a32e Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Jul 27 04:44:11 2007 +0000 Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal 2007-07-27 Behdad Esfahbod <behdad@gnome.org> Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal Patch by James Bowes * src/keymap.c (_vte_keymap_map), (is_cursor_key), (_vte_keymap_key_add_key_modifiers): * src/keymap.h: * src/vte.c (vte_terminal_key_press): Only switch to CSI for some cursor keys when in cursor app mode. svn path=/trunk/; revision=1921 ChangeLog | 11 +++++++++++ src/keymap.c | 36 ++++++++++++++++++++++++++++++++++++ src/keymap.h | 1 + src/vte.c | 1 + 4 files changed, 49 insertions(+) commit 0d0e051a9f076942fcd45086398d9f995bce6be0 Author: Ilkka Tuohela <ituohela@src.gnome.org> Date: Mon Jul 16 16:11:13 2007 +0000 Updated Finnish translation svn path=/trunk/; revision=1920 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit bafea8de7cb9db6ec9c4c4acedae4f0ab070639b Author: Felix I <ifelix@src.gnome.org> Date: Mon Jun 25 09:00:23 2007 +0000 updated ta translation svn path=/trunk/; revision=1919 po/ChangeLog | 4 ++++ po/ta.po | 74 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 43 insertions(+), 35 deletions(-) commit 78c628d69571384a672ed1fc86e8fb5b853e8343 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jun 25 08:35:55 2007 +0000 Bug 448259 – Mapping for Ctrl-_ Patch by Andrey Melnikov. 2007-06-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 448259 – Mapping for Ctrl-_ Patch by Andrey Melnikov. * src/keymap.c: Add mapping for Ctrl-Minus. svn path=/trunk/; revision=1918 ChangeLog | 7 +++++++ src/keymap.c | 5 +++++ 2 files changed, 12 insertions(+) commit ac76377d88f46a34f9529eb45e4e610cd354e904 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jun 25 08:23:39 2007 +0000 Bug 449809 – use python-config to get python includes Patch by Sebastien 2007-06-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 449809 – use python-config to get python includes Patch by Sebastien Bacher. * acinclude.m4: prefer python-config where available. svn path=/trunk/; revision=1917 ChangeLog | 7 +++++++ acinclude.m4 | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit 8491cf042c3945f039ea113a6e6fef683b782b8f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jun 25 07:58:41 2007 +0000 Bug 450745 – VTE's response to CSI 2 1 t incorrectly formatted Patch by 2007-06-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 450745 – VTE's response to CSI 2 1 t incorrectly formatted Patch by Dale Sedivec. * src/vteseq.c (vte_sequence_handler_window_manipulation): Restore the missing 'L'. svn path=/trunk/; revision=1916 ChangeLog | 8 ++++++++ src/vteseq.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit 267aa19e68b3b1439c686b57a4a3b6c7944ae4d0 Author: Felix I <ifelix@src.gnome.org> Date: Fri Jun 22 11:09:45 2007 +0000 updated si translation svn path=/trunk/; revision=1915 po/ChangeLog | 5 +++ po/LINGUAS | 1 + po/si.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 122 insertions(+) commit 3306be169818e7dff9cac573d90426020576101a Author: Christian Persch <chpe@gnome.org> Date: Thu Jun 21 20:29:56 2007 +0000 Move libtool versioning to configure so you just have to update one file 2007-06-21 Christian Persch <chpe@gnome.org> * configure.in: * src/Makefile.am: Move libtool versioning to configure so you just have to update one file for releasing. See bug #396265 comment 17. svn path=/trunk/; revision=1914 ChangeLog | 6 ++++++ configure.in | 17 +++++++++++++++++ src/Makefile.am | 12 +----------- 3 files changed, 24 insertions(+), 11 deletions(-) commit 4184ee2cf58a388add2c4b2b0647e6cd9a1818c5 (tag: vte_0_16_6) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jun 18 22:13:39 2007 +0000 Released vte-0.16.6. 2007-06-18 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.6. * NEWS: Updated. * configure.in: Bumped version to 0.16.6. * src/Makefile.am: Bumped libtool version to 11:10:2. svn path=/trunk/; revision=1912 ChangeLog | 10 ++++++++++ NEWS | 8 ++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) commit 39e69e2f047f1769cc4389ce9d1b77dfce46dfb6 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Jun 18 22:01:13 2007 +0000 Use AM_LDFLAGS instead of LDFLAGS svn path=/trunk/; revision=1911 python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 41cce0e5c01db1db44349bdf217444629ffaa374 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Jun 12 20:31:52 2007 +0000 Call gtk_widget_queue_resize() after updating row/column count. 2007-06-12 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_set_size): Call gtk_widget_queue_resize() after updating row/column count. svn path=/trunk/; revision=1910 ChangeLog | 5 +++++ src/vte.c | 15 +++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) commit ef87435fc27e1ceecf1405a91d41e6dbdeb0f5d4 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jun 11 21:37:30 2007 +0000 Bug 372743 – vte_terminal_set_colors doesn't work as advertised 2007-06-11 Behdad Esfahbod <behdad@gnome.org> Bug 372743 – vte_terminal_set_colors doesn't work as advertised * src/vte.c (vte_terminal_set_colors): Allow 24-color palettes. svn path=/trunk/; revision=1909 ChangeLog | 6 ++++++ src/vte.c | 1 + 2 files changed, 7 insertions(+) commit 51acb6422b8dbc396ff1dc37be59b54486da047d Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Jun 9 18:10:07 2007 +0000 Bug 445620 – Some characters shows different in different locales. Patch 2007-06-09 Behdad Esfahbod <behdad@gnome.org> Bug 445620 – Some characters shows different in different locales. Patch from Zealot * src/iso2022.c (_vte_iso2022_state_set_codeset): Update ambiguous width. svn path=/trunk/; revision=1908 ChangeLog | 8 ++++++++ src/iso2022.c | 1 + 2 files changed, 9 insertions(+) commit e1e353ee5ef529bacaaee72e749c24b353af179a Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Jun 4 18:19:39 2007 +0000 Retrospectively add the bug number. svn path=/trunk/; revision=1907 ChangeLog | 2 ++ 1 file changed, 2 insertions(+) commit 079bec7407bd1896a70ff88692d1a6b11976e0cb (tag: vte_0_16_5) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jun 4 18:17:31 2007 +0000 Released vte-0.16.5. 2007-06-04 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.5. * NEWS: Updated. * configure.in: Bumped version to 0.16.5. * src/Makefile.am: Bumped libtool version to 11:9:2. svn path=/trunk/; revision=1905 ChangeLog | 10 ++++++++++ NEWS | 5 +++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) commit 52bc6496141ff4a3075cb42d3a2e20afc05977b2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed May 30 15:33:21 2007 +0000 fcrozat pointed out 'some strange "underline" line where cursor is located 2007-05-30 Chris Wilson <chris@chris-wilson.co.uk> fcrozat pointed out 'some strange "underline" line where cursor is located and blinking'. * src/vte.c (vte_terminal_draw_rows): Continuation of the previous commit: catch a couple more locations where we need to skip past the end of the line. The problem in this case was we tried to use some uninitialised variables whilst trying to draw the cell attributes. svn path=/trunk/; revision=1904 ChangeLog | 11 +++++++++++ src/vte.c | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit f7ede118f9b7cd6561f24d1526717e5da746ef6a (tag: vte_0_16_4) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon May 28 22:22:19 2007 +0000 Released vte-0.16.4. 2007-05-28 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.4. * NEWS: Updated. * configure.in: Bumped version to 0.16.4. * src/Makefile.am: Bumped libtool version to 11:8:2. svn path=/trunk/; revision=1902 ChangeLog | 10 ++++++++++ NEWS | 13 +++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) commit bffdf19ea1c4ef71d07091ee269a6ee18cf1c8e6 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon May 28 06:31:47 2007 +0000 uws noted on IRC that 'vte trunk does strange thingies with colors' 2007-05-28 Chris Wilson <chris@chris-wilson.co.uk> uws noted on IRC that 'vte trunk does strange thingies with colors' * src/vte.c (vte_terminal_draw_rows): When reaching the end-of-row be careful not to reset the current text attributes (color, underlining, etc). svn path=/trunk/; revision=1901 ChangeLog | 8 ++++++++ src/vte.c | 53 ++++++++++++++++++++++------------------------------- 2 files changed, 30 insertions(+), 31 deletions(-) commit 1d31aab30cc04473dfe9484d2d307de565882bc4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri May 25 14:39:02 2007 +0000 Only add the borders to the clear area. 2007-05-25 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_expand_region), (vte_terminal_paint_area): Only add the borders to the clear area. svn path=/trunk/; revision=1900 ChangeLog | 8 +++++++- src/vte.c | 49 ++++++++++++++++++++++++++++++------------------- 2 files changed, 37 insertions(+), 20 deletions(-) commit fc8392634e8f77653dfc75a41662104c9dc5b22b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed May 23 16:08:09 2007 +0000 Bug 429278 – Cursor drawn strangely in joe 2007-05-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 429278 – Cursor drawn strangely in joe * src/vte.c (vte_terminal_expand_region), (vte_terminal_paint_area): Ensure the expanded regions are cell aligned. svn path=/trunk/; revision=1899 ChangeLog | 8 ++++++++ src/vte.c | 13 +++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) commit 9e8b375a1b84a2c18a2b622902e571f59fecfce6 Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Wed May 23 15:21:06 2007 +0000 Occitan first translation svn path=/trunk/; revision=1898 po/oc.po | 41 ++++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 23 deletions(-) commit e669eed1e87bddf7533e36980ed31246c3434f45 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed May 23 12:40:31 2007 +0000 Fixup ChangeLog entry. svn path=/trunk/; revision=1897 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1f23ee3ac42d03e0101d1df78b0ee2676f8a8f95 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed May 23 12:36:13 2007 +0000 cf Bug 439247 – scrolling vim in full screen is painfully slow and takes 2007-05-23 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 439247 – scrolling vim in full screen is painfully slow and takes up 100% of the cpu * src/vte.c (_vte_invalidate_cell), (vte_terminal_draw_rows): Fix up the unwanted break of Glyph runs at the end-of-lines. svn path=/trunk/; revision=1896 ChangeLog | 7 +++++++ src/vte.c | 41 +++++++++++++++++++++++++---------------- 2 files changed, 32 insertions(+), 16 deletions(-) commit 984f92ee6df966b080c82331a6f6d67a54e16b43 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed May 23 12:30:31 2007 +0000 Bug 440475 – Display glitch with transparent backgroud 2007-05-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 440475 – Display glitch with transparent backgroud * src/vte.c (vte_terminal_paint_area): Apply the band-aid fix to clear the area that's about to be repainted. The full solution will to be ensure that the regions after expansion are cell-aligned. svn path=/trunk/; revision=1895 ChangeLog | 9 +++++++++ src/vte.c | 11 ++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) commit 160ea09621654baa7ad33ab92f370ec0bcce227b Author: Chris Wilson <cpwilson@src.gnome.org> Date: Tue May 22 08:40:16 2007 +0000 Improve ChangeLog entry. svn path=/trunk/; revision=1894 ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8268e5723e9787bf6ff4ec85940b316bfabed159 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue May 22 08:37:38 2007 +0000 Bug 375112 – ctrl-key combinations yielding just key Original patch by 2007-05-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 375112 – ctrl-key combinations yielding just key Original patch by <samo@altern.org> and refactored by Loïc Minier. * src/vte.c (vte_translate_national_ctrlkeys), (vte_terminal_key_press), (vte_terminal_scroll): When cooking a string to pass through to the client obtain a "raw" keyval. svn path=/trunk/; revision=1893 ChangeLog | 10 ++++++++++ src/vte.c | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) commit d042d4067453af8f84b31dc87d1d121fdc2aae12 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue May 22 08:08:35 2007 +0000 Bug 440377 – gnome-terminal cannot refresh terminal when accessibility 2007-05-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 440377 – gnome-terminal cannot refresh terminal when accessibility enabled Original patch by Li Yuan. * src/vteaccess.c (vte_terminal_accessible_focus_in), (vte_terminal_accessible_focus_out), (vte_terminal_accessible_visibility_notify): Return FALSE rather than void... svn path=/trunk/; revision=1892 ChangeLog | 10 ++++++++++ src/vteaccess.c | 12 +++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) commit d57f09aba74aec47f3d538acb9e829201bdfe173 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu May 17 20:14:46 2007 +0000 Measure full screen scrolling performance. 2007-05-17 Chris Wilson <chris@chris-wilson.co.uk> * perf/scroll.vim: * perf/vim.sh: Measure full screen scrolling performance. svn path=/trunk/; revision=1891 ChangeLog | 6 ++++++ perf/scroll.vim | 27 +++++++++++++++++++++++++++ perf/vim.sh | 1 + 3 files changed, 34 insertions(+) commit 428ba2d3611d5162208b6d9087d1ec8621b5ca82 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue May 15 15:13:03 2007 +0000 kmaraas reported an issue on IRC where the scrollback was not being 2007-05-15 Chris Wilson <chris@chris-wilson.co.uk> kmaraas reported an issue on IRC where the scrollback was not being updated correctly in the first tab when the terminal was resized via a second tab. * src/vte.c (vte_terminal_size_allocate): Check whether we need to recompute the visible lines due to a change in layout geometry. svn path=/trunk/; revision=1890 ChangeLog | 9 +++++++++ src/vte.c | 6 ++++-- 2 files changed, 13 insertions(+), 2 deletions(-) commit 7370864b91e76d7433da21e8e923c0ac4e7565bf Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Sun May 13 11:58:09 2007 +0000 + Occitan svn path=/trunk/; revision=1889 po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 5751979a614fca00ad176de40b26685e52ab1cb1 Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org> Date: Sun May 13 11:57:46 2007 +0000 Occitan first translation svn path=/trunk/; revision=1888 po/oc.po | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) commit 94b939236b9648ff3925260286d888c444d20df8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Apr 27 09:33:01 2007 +0000 Bug 433776 – gnome-terminal crashes when open preedit area Take 2. 2007-04-27 Chris Wilson <chris@chris-wilson.co.uk> Bug 433776 – gnome-terminal crashes when open preedit area Take 2. * src/vte.c (vte_terminal_paint): The preedit_cursor is returned by the input modules in characters not in bytes as assumed by the validation. svn path=/trunk/; revision=1887 ChangeLog | 9 +++++++++ src/vte.c | 9 +++------ 2 files changed, 12 insertions(+), 6 deletions(-) commit fdc4e3c5a569e843b08d6e712cea38fe7774a309 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Apr 27 09:05:56 2007 +0000 Bug 433776 – gnome-terminal crashes when open preedit area 2007-04-27 Chris Wilson <chris@chris-wilson.co.uk> Bug 433776 – gnome-terminal crashes when open preedit area * src/vte.c (vte_terminal_paint): Use the validated cursor index. svn path=/trunk/; revision=1886 ChangeLog | 6 ++++++ src/vte.c | 19 +++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) commit 615e67e1f9c3fc4dba72d6da1c0260ac4cccecb3 (tag: vte_0_16_3) Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Apr 27 07:22:01 2007 +0000 Released vte-0.16.3. 2007-04-27 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.3. * NEWS: Updated. * configure.in: Bumped version to 0.16.3. * src/Makefile.am: Bumped libtool version to 11:7:2. svn path=/trunk/; revision=1884 ChangeLog | 10 ++++++++++ NEWS | 12 ++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) commit 8c0715fb132b875b4630dab2b84bba3f316dbc36 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Tue Apr 24 12:55:20 2007 +0000 Reference the bug that was actually fixed. svn path=/trunk/; revision=1883 ChangeLog | 2 ++ 1 file changed, 2 insertions(+) commit d808d549710699ca94442ca95b193b84251ac689 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Apr 24 09:47:06 2007 +0000 Bug 429189 – Vte-WARNING's 2007-04-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 429189 – Vte-WARNING's * src/vtexft.c (_vte_xft_open_font_for_char): Convert the warning into a DEBUG. svn path=/trunk/; revision=1882 ChangeLog | 7 +++++++ src/vtexft.c | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) commit ec9b16efa993b0f12040c781e4446b5ba3862ec3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Apr 24 08:36:41 2007 +0000 As noted on Bug 414716, the convention is to use --enable-debug to enable 2007-04-24 Chris Wilson <chris@chris-wilson.co.uk> As noted on Bug 414716, the convention is to use --enable-debug to enable extra debugging code. * configure.in: s/debugging/debug/ svn path=/trunk/; revision=1881 ChangeLog | 8 ++++++++ configure.in | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit b6eae8e5309834fa0f4ab5cbc3ae2275178cda29 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Apr 24 08:33:41 2007 +0000 Bug 414716 – Refresh issue after changing workspaces 2007-04-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 414716 – Refresh issue after changing workspaces * src/vte.c (vte_terminal_hierarchy_changed): Do not respond to toplevel mapping events. svn path=/trunk/; revision=1880 ChangeLog | 7 +++++++ src/vte.c | 39 --------------------------------------- 2 files changed, 7 insertions(+), 39 deletions(-) commit a569abe2fa825a56d8cdd0e4031e4a82d4403457 (tag: vte_0_16_2) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Apr 23 22:34:37 2007 +0000 Released vte-0.16.2. 2007-04-23 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.2. * NEWS: Updated. * configure.in: Bumped version to 0.16.2. * src/Makefile.am: Bumped libtool version to 11:6:2. svn path=/trunk/; revision=1878 ChangeLog | 10 ++++++++++ NEWS | 8 ++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) commit 4f1f875b87de00b595d05fe164b1a59cfb769a3c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Apr 23 11:34:07 2007 +0000 Bug 431799 – Regex highlighting is broken 2007-04-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 431799 – Regex highlighting is broken * src/vte.c (vte_terminal_emit_contents_changed), (vte_terminal_match_hilite_update), (process_timeout), (update_repeat_timeout), (update_timeout): Always emit any pending updates before redrawing. This ensures for example that the match contents are updated after a simple scroll event. svn path=/trunk/; revision=1877 ChangeLog | 11 +++++++++++ src/vte.c | 24 +++++++++++++++++++----- 2 files changed, 30 insertions(+), 5 deletions(-) commit b293b2cfd64c5bad6751c34137367ed7aaf5b854 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Apr 23 11:18:58 2007 +0000 XftDrawSetClip(NULL) disables the clip mask XftDrawSetClipRectangles(NULL) is a completely opaque clip mask, the exact opposite. svn path=/trunk/; revision=1876 src/vtexft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f9e23220a7a164b2f580c90c99e63baf2f3d4c44 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Apr 20 19:45:00 2007 +0000 Optimise away the use of a clip mask for the common case of redrawing the 2007-04-20 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c (_vte_xft_start), (_vte_xft_clip): Optimise away the use of a clip mask for the common case of redrawing the whole terminal. svn path=/trunk/; revision=1875 ChangeLog | 6 ++++++ src/vtexft.c | 38 ++++++++++++++++++++++++++------------ 2 files changed, 32 insertions(+), 12 deletions(-) commit b63ed2abda9e121c409aa5942aceec7b2f3b86c6 Author: Funda Wang <fwang@src.gnome.org> Date: Thu Apr 19 00:37:18 2007 +0000 Updated Simplified Chinese translation from Yang Zhang. svn path=/trunk/; revision=1874 po/ChangeLog | 4 ++++ po/zh_CN.po | 73 ++++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 48 insertions(+), 29 deletions(-) commit c78f2f74ce582e237f5f08278b009dfcc142a849 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Apr 17 06:40:12 2007 +0000 Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we are 2007-04-17 Behdad Esfahbod <behdad@gnome.org> * src/iso2022.c (_vte_iso2022_ambiguous_width): Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we are under a CJK locale. svn path=/trunk/; revision=1873 ChangeLog | 6 ++++++ src/iso2022.c | 7 +++++++ 2 files changed, 13 insertions(+) commit e5acf7b41bea4c6b3c86c01e2b86696ae92b33cb (tag: vte_1_16_1) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Apr 9 17:50:38 2007 +0000 Released vte-0.16.1. 2007-03-12 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.1. * NEWS: Updated. * configure.in: Bumped version to 0.16.1. * src/Makefile.am: Bumped libtool version to 11:5:2. svn path=/trunk/; revision=1871 ChangeLog | 10 ++++++++++ NEWS | 32 ++++++++++++++++++++++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 44 insertions(+), 2 deletions(-) commit 19894afc3a1b5cefe4d8c3c8395b352ead50c502 Author: Ignacio Casal Quinteiro <icq@src.gnome.org> Date: Sun Apr 8 22:04:52 2007 +0000 Updated Galician Translation svn path=/trunk/; revision=1870 po/ChangeLog | 4 ++++ po/gl.po | 71 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 42 insertions(+), 33 deletions(-) commit 2acbec9d0d810d944f8123823a9746f8baad68cd Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Apr 6 10:27:26 2007 +0000 Minor ChangeLog wording change. svn path=/trunk/; revision=1868 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1deeae58857fdf10da2438686ffa88ef8ad3c8d3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Apr 6 10:26:11 2007 +0000 Bug 426870 – vte often passes NUL to functions requiring valid unichar 2007-04-06 Chris Wilson <chris@chris-wilson.co.uk> Bug 426870 – vte often passes NUL to functions requiring valid unichar * src/vte.c (_vte_invalidate_cell), (_vte_invalidate_cursor_once), (vte_terminal_paint): Consistently guard for cell->c == '\0' before calling _vte_draw_get_char_width. svn path=/trunk/; revision=1867 ChangeLog | 9 +++++++++ src/vte.c | 16 ++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) commit 04df4233a12d4801c22df3ff6ffde5b2f347f688 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Apr 6 09:58:09 2007 +0000 Bug 419644 – Links do not get highlighted anymore Also see Bug 404757 2007-04-06 Chris Wilson <chris@chris-wilson.co.uk> Bug 419644 – Links do not get highlighted anymore Also see Bug 404757 – URL matching doesn't work with PCRE * configure.in: Kill --with-pcre as it changes the semantics of the API and only causes confusion. svn path=/trunk/; revision=1866 ChangeLog | 9 +++++++++ configure.in | 17 ----------------- 2 files changed, 9 insertions(+), 17 deletions(-) commit 962d231f324013e659bb6bf5ebc08f08f2ca8309 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Apr 5 10:40:45 2007 +0000 Bug 426541 – crash on IRM escape code 2007-04-05 Chris Wilson <chris@chris-wilson.co.uk> Bug 426541 – crash on IRM escape code * src/vte.c (vte_terminal_ensure_cursor), (_vte_terminal_insert_char): Mishandled insertion - we always extended the row for inserts even though the row would automagically extend for the inserted cells. This lead to referencing uninitialised cells at the end of the row during painting. * src/vte.c (vte_terminal_draw_rows): Retrieve the cell before inspecting it. svn path=/trunk/; revision=1865 ChangeLog | 17 +++++++++++++++-- src/vte.c | 24 ++++++++++++------------ 2 files changed, 27 insertions(+), 14 deletions(-) commit ca778f57c983bf7994563c9b0df1d28f3af024e2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Apr 4 10:53:19 2007 +0000 Bug 424184 – Make scroll wheel send Page Up/Down when it makes sense 2007-04-04 Chris Wilson <chris@chris-wilson.co.uk> Bug 424184 – Make scroll wheel send Page Up/Down when it makes sense Original patch by Shaun McCance and refined by Baris Cicek. * src/vte.c (vte_terminal_scroll): Send cursor keypress instead of trying to scroll the alternate screen in vain. svn path=/trunk/; revision=1864 ChangeLog | 10 ++++++++++ src/vte.c | 44 +++++++++++++++++++++++++++++++++++++++----- 2 files changed, 49 insertions(+), 5 deletions(-) commit a6bb6a44d09688ac14d10694c283c1d11a146b04 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Apr 3 07:55:06 2007 +0000 Bug 425767 – vte_terminal_set_color_highlight should test for NULL 2007-04-03 Chris Wilson <chris@chris-wilson.co.uk> Bug 425767 – vte_terminal_set_color_highlight should test for NULL before _vte_debug_print * src/vte.c (vte_terminal_set_color_cursor), (vte_terminal_set_color_highlight): Differentiate between set/unset paths. svn path=/trunk/; revision=1863 ChangeLog | 9 +++++++++ src/vte.c | 24 ++++++++++++++---------- 2 files changed, 23 insertions(+), 10 deletions(-) commit b0f2686e65352151ff8aab15b37005235bffc6e7 Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> Date: Sat Mar 31 17:30:22 2007 +0000 Updated Basque translation. 2007-03-31 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=1862 po/ChangeLog | 4 ++++ po/eu.po | 73 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 44 insertions(+), 33 deletions(-) commit 92e36b3d49413ac052f1c988757211600c90ed84 Author: Claudio Saavedra <csaavedra@alumnos.utalca.cl> Date: Fri Mar 30 17:32:42 2007 +0000 Updated Spanish translation by Rodrigo M. Fombellida. 2007-03-30 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * es.po: Updated Spanish translation by Rodrigo M. Fombellida. svn path=/trunk/; revision=1861 po/ChangeLog | 4 +++ po/es.po | 113 +++++++++++++++++++++++------------------------------------ 2 files changed, 48 insertions(+), 69 deletions(-) commit 6ed39db9b7e7c210666a42203fa6c1db0988590e Author: Ignacio Casal Quinteiro <icq@src.gnome.org> Date: Sun Mar 25 21:13:23 2007 +0000 Updated Galician translation. svn path=/trunk/; revision=1860 po/ChangeLog | 4 ++++ po/gl.po | 78 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 44 insertions(+), 38 deletions(-) commit aeaf1b3b79a9184a665d5e0a948b03717eb4c4a8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Mar 25 14:06:43 2007 +0000 Bug 422385 – vte appears at the top of the root window even when packed 2007-03-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 422385 – vte appears at the top of the root window even when packed at the bottom of it Patch by Dodji Seketeli. * src/vte.c (vte_terminal_size_allocate), (vte_terminal_realize): Honour the allocated position when realizing the widget. svn path=/trunk/; revision=1858 ChangeLog | 10 ++++++++++ src/vte.c | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) commit 21217e30ed9040b53ff531fca4411170e6a54c46 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Mar 22 12:10:09 2007 +0000 Insert spaces into the Xft glyph stream to avoid the overhead of 2007-03-22 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c (_vte_xft_draw_text): Insert spaces into the Xft glyph stream to avoid the overhead of restarting a glyph sequence for every word. svn path=/trunk/; revision=1857 ChangeLog | 6 ++++++ src/vtexft.c | 36 ++++++++++++++++++++++++++++++++---- 2 files changed, 38 insertions(+), 4 deletions(-) commit 48fae69f26cef757e4b24198b5ec2bfc74fdd520 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Mar 21 12:38:02 2007 +0000 Bug 420935 – glyph can be cropped with not fitting in a cell 2007-03-21 Chris Wilson <chris@chris-wilson.co.uk> Bug 420935 – glyph can be cropped with not fitting in a cell * src/vte.c (vte_terminal_paint): Don't redraw the invisible cursor - avoids nasty artifacts like clipping extra wide glyphs. svn path=/trunk/; revision=1856 ChangeLog | 8 ++++++++ src/vte.c | 70 +++++++++++++++++++++++++++++++-------------------------------- 2 files changed, 43 insertions(+), 35 deletions(-) commit 73d0161e60567644e2e0ed50f52a0537e628affb Author: Pema Geyleg <pgeyleg@src.gnome.org> Date: Wed Mar 21 04:42:07 2007 +0000 Updated Dzongkha Translation svn path=/trunk/; revision=1855 po/ChangeLog | 4 ++++ po/dz.po | 75 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 46 insertions(+), 33 deletions(-) commit 1c1128e26a33ac9ce9b30fdead6d9817ad1e17e4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 19 14:08:33 2007 +0000 Leave 'contents-change' to the scroll handler. 2007-03-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_scroll_pages): Leave 'contents-change' to the scroll handler. svn path=/trunk/; revision=1854 ChangeLog | 5 +++++ src/vte.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) commit 4a7d25e1adfcb66a0687f00efe41b2f9a156c609 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 19 10:51:09 2007 +0000 Accidentally inverted an is-empty? check during the elimination of the 2007-03-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_extend_selection), (vte_terminal_draw_rows): Accidentally inverted an is-empty? check during the elimination of the empty bitfield. svn path=/trunk/; revision=1853 ChangeLog | 7 +++++++ src/vte.c | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) commit badce29ef7e7e30bc0b05e375594bd62eadb0cbb Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 19 10:14:32 2007 +0000 Bug 420067 – Does not handle expose events whilst processing unseen 2007-03-19 Chris Wilson <chris@chris-wilson.co.uk> Bug 420067 – Does not handle expose events whilst processing unseen incoming data * src/vte.c (vte_terminal_expose): Handle the expose immediately if we are only processing incoming data (ie no redraws pending). svn path=/trunk/; revision=1852 ChangeLog | 9 +++++++++ src/vte.c | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) commit 2cc778da5dd507a139aeb7a0324c96bf186398d4 Author: Laurent Dhima <laurenti@src.gnome.org> Date: Fri Mar 16 18:01:36 2007 +0000 Updated Albanian translation. svn path=/trunk/; revision=1851 po/ChangeLog | 4 +++ po/sq.po | 85 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 49 insertions(+), 40 deletions(-) commit fac7f53391ed453b9efb34a924004309535162a1 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 11:55:36 2007 +0000 Remove a chunk of code that was tried as a mutt band-aid long ago and was 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> * src/vteseq.c (vte_sequence_handler_cursor_character_absolute): Remove a chunk of code that was tried as a mutt band-aid long ago and was completely wrong. svn path=/trunk/; revision=1850 ChangeLog | 6 ++++++ src/vteseq.c | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) commit b73b7e1536e4cf93688c7fabd98d1a2610550911 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 11:48:32 2007 +0000 Bug 415381 – Improve performance of vte_terminal_insert_char() 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 415381 – Improve performance of vte_terminal_insert_char() The bulk of the work to remove redundant reads and conditionals from the code. In particular, gcc was emitting bit-by-bit copies for transferring the bitfield since we modified a member immediately afterwards - overcome this by using an explicit memcpy of the bitfields. * src/vte-private.h: * src/vte.c (vte_g_array_fill), (vte_terminal_ensure_cursor), (_vte_terminal_insert_char), (vte_terminal_process_incoming), (vte_terminal_send): * src/vteseq.c (vte_sequence_handler_ic): svn path=/trunk/; revision=1849 ChangeLog | 16 +++++++ src/vte-private.h | 4 +- src/vte.c | 135 +++++++++++++++++++++--------------------------------- src/vteseq.c | 2 +- 4 files changed, 69 insertions(+), 88 deletions(-) commit cda925578fd1314950623a909e76dec9fc0b432a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 11:40:55 2007 +0000 cf Bug 415381 – Improve performance of vte_terminal_insert_char() 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 415381 – Improve performance of vte_terminal_insert_char() * src/vte-private.h: Use a simple boolean rather than counter for text changed style flags. * src/vte.c: And update users. * src/vteseq.c: svn path=/trunk/; revision=1848 ChangeLog | 9 +++++++++ src/vte-private.h | 4 ++-- src/vte.c | 24 +++++++++--------------- src/vteseq.c | 44 ++++++++++++++++++++++---------------------- 4 files changed, 42 insertions(+), 39 deletions(-) commit 951f597495bf01b693ae1cd9abb09c78e6212244 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 11:37:07 2007 +0000 cf Bug 415381 – Improve performance of vte_terminal_insert_char() 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 415381 – Improve performance of vte_terminal_insert_char() * src/vte-private.h: Embed bitfield into struct * src/vte.c: And update users. * src/vteseq.c: svn path=/trunk/; revision=1847 ChangeLog | 8 ++ src/vte-private.h | 44 ++++++----- src/vte.c | 226 +++++++++++++++++++++++++++--------------------------- src/vteseq.c | 114 ++++++++++++++------------- 4 files changed, 199 insertions(+), 193 deletions(-) commit 62aed61f89c15016f45416067dc6af5dae2dec89 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Mar 16 11:14:53 2007 +0000 A couple more compilation fixes. svn path=/trunk/; revision=1846 src/vte.c | 8 ++++---- src/vtegl.c | 3 +-- src/vtexft.c | 4 +--- 3 files changed, 6 insertions(+), 9 deletions(-) commit 0ae6cc3971278263ff15bdd7ecf361a61bf1632b Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Mar 16 10:53:37 2007 +0000 Missed a couple of chunks needed to compile! svn path=/trunk/; revision=1845 src/vte-private.h | 2 +- src/vte.c | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) commit 2233a6468f3b40e365a864042251c5b8662a6771 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:51:58 2007 +0000 Need to trigger update timeout rather than process timeout otherwise the 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Need to trigger update timeout rather than process timeout otherwise the background is not updated. * src/vte.c (vte_terminal_queue_adjustment_changed), (vte_terminal_queue_adjustment_value_changed): svn path=/trunk/; revision=1844 ChangeLog | 8 ++++++++ src/vte.c | 22 +++++++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) commit 16ff2c576eba699bf7a1f80e4806bdd1c54173be Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:47:31 2007 +0000 Avoid some allocations. 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c (_vte_xft_create), (_vte_xft_destroy), (_vte_xft_start), (_vte_xft_end), (_vte_xft_clip), (_vte_xft_clear): Avoid some allocations. svn path=/trunk/; revision=1843 ChangeLog | 6 ++++ src/vtexft.c | 93 ++++++++++++++++++++++++++---------------------------------- 2 files changed, 46 insertions(+), 53 deletions(-) commit a4cb981c34efb1086b7c1551e25df42605947297 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:44:47 2007 +0000 Bug 418073 – Opacity ignored for vtexft 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 418073 – Opacity ignored for vtexft * src/vte.c: * src/vtedraw.c (_vte_draw_requires_clear): * src/vtedraw.h: * src/vteft2.c (_vte_ft2_set_background_image): * src/vtegl.c (_vte_gl_create), (_vte_gl_set_background_image): * src/vtepango.c (_vte_pango_set_background_image): * src/vtepangox.c (_vte_pango_x_set_background_image): * src/vtexft.c (_vte_xft_set_background_color), (_vte_xft_set_background_image): Flood fill the backing pixmap if we need to change it's opacity as well. svn path=/trunk/; revision=1842 ChangeLog | 18 ++++++++++++++++++ src/vte.c | 2 +- src/vtedraw.c | 4 ++-- src/vtedraw.h | 4 ++-- src/vteft2.c | 2 +- src/vtegl.c | 2 +- src/vtepango.c | 4 ++-- src/vtepangox.c | 4 ++-- src/vtexft.c | 7 +++++-- 9 files changed, 34 insertions(+), 13 deletions(-) commit 0323293dbad98bcabc8ef79ee04a98f41c6307ac Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:37:32 2007 +0000 Bug 418910 – Asymmetric scrolling with mouse wheel 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 418910 – Asymmetric scrolling with mouse wheel * configure.in: * src/vte.c: Round-up the delta before applying to ensure consistency between up and down. svn path=/trunk/; revision=1841 ChangeLog | 6 ++++++ configure.in | 1 + src/vte.c | 15 ++++++++------- 3 files changed, 15 insertions(+), 7 deletions(-) commit efdb21202b7fda649fc4e25d5039e0181152da10 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:26:12 2007 +0000 Refactor some common code. 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_catch_child_exited), (vte_terminal_eof), (vte_terminal_process_incoming): Refactor some common code. svn path=/trunk/; revision=1840 ChangeLog | 5 +++ src/vte.c | 106 ++++++++++++++++++++++++++++---------------------------------- 2 files changed, 52 insertions(+), 59 deletions(-) commit 6121477a73bfb822b244f2e7dace419e97c8dabc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:19:42 2007 +0000 Bug 416634 – Rendering glitch as autowrapped chars are outside 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 416634 – Rendering glitch as autowrapped chars are outside invalidated bbox * src/vte.c (_vte_terminal_insert_char), (vte_terminal_process_incoming): Correctly update bbox after autowrapping. svn path=/trunk/; revision=1839 ChangeLog | 8 ++++++++ src/vte.c | 35 +++++++++++++++++++++++++++++++++-- 2 files changed, 41 insertions(+), 2 deletions(-) commit a4166ac0a77f3ffd544d130216aa4e4d09586ff8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:15:53 2007 +0000 Bug 416635 – Rendering glitch: double draw of line below exposed region 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 416635 – Rendering glitch: double draw of line below exposed region * src/vte.c (vte_terminal_expand_region), (vte_terminal_paint_area): Kill a couple of off-by-ones. svn path=/trunk/; revision=1838 ChangeLog | 7 +++++++ src/vte.c | 10 ++++------ 2 files changed, 11 insertions(+), 6 deletions(-) commit c92e744f31e97c825a9b62b628993d7d61e8ba90 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:11:04 2007 +0000 Bug 418588 – Invalid read when drawing preedit cursor 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 418588 – Invalid read when drawing preedit cursor * src/vte.c (vte_terminal_paint): No need to read what is drawn and furthermore isn't allocated. svn path=/trunk/; revision=1837 ChangeLog | 7 +++++++ src/vte.c | 12 ------------ 2 files changed, 7 insertions(+), 12 deletions(-) commit 8fcef563eb841bca377e1e54eb87ddc181e77935 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:09:05 2007 +0000 Bug 417652 – Scrolling bug exposed by nvi 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 417652 – Scrolling bug exposed by nvi * src/vte.c (vte_terminal_insert_rows), (_vte_terminal_ensure_row), (vte_terminal_ensure_cursor), (_vte_terminal_update_insert_delta): Ensure the rows before updating the insert delta and refactor the common code. svn path=/trunk/; revision=1836 ChangeLog | 9 +++++++++ src/vte.c | 55 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 37 insertions(+), 27 deletions(-) commit c153f7658423037d86cedbe4e29b5c0426dfa23d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 16 10:04:03 2007 +0000 Bug 417301 – Terminal widgets don't respond to DPI changes 2007-03-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 417301 – Terminal widgets don't respond to DPI changes * src/vte.c (vte_terminal_fc_settings_changed): Force a font reload after XFT settings have changed. svn path=/trunk/; revision=1835 ChangeLog | 7 +++++++ src/vte.c | 11 ++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) commit 6e2f5d59cf01cb7afd7954b03dec2c16d76b358a (tag: vte_0_16_0) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 12 23:31:27 2007 +0000 Released vte-0.16.0. 2007-03-12 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.0. * NEWS: Updated. * configure.in: Bumped version to 0.16.0. * src/Makefile.am: Bumped libtool version to 11:4:2. svn path=/trunk/; revision=1833 ChangeLog | 10 ++++++++++ NEWS | 8 ++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) commit 61d35acde10c49eff72bc36f0e137aed906f9613 Author: Luca Ferretti <elle.uca@libero.it> Date: Mon Mar 12 07:47:36 2007 +0000 Updated Italian translation by Francesco Marletta. 2007-03-12 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation by Francesco Marletta. svn path=/trunk/; revision=1832 po/ChangeLog | 4 +++ po/it.po | 97 ++++++++++++++++++++++-------------------------------------- 2 files changed, 39 insertions(+), 62 deletions(-) commit d82a2f2df75285a83708a4a35268fd3a319be134 Author: Danilo Å egan <danilo@src.gnome.org> Date: Sat Mar 10 18:57:27 2007 +0000 Updated Serbian translation. svn path=/trunk/; revision=1831 po/ChangeLog | 4 +++ po/sr.po | 78 ++++++++++++++++++++++++++++----------------------- po/sr@Latn.po | 89 ++++++++++++++++++++++++++++++++--------------------------- 3 files changed, 97 insertions(+), 74 deletions(-) commit 2b448ff232e9c8abb7dc27ae804f8ca2dd255f9a Author: Leonid Kanter <lkanter@src.gnome.org> Date: Sat Mar 10 17:19:55 2007 +0000 Updated Russian translation svn path=/trunk/; revision=1830 po/ChangeLog | 4 ++ po/ru.po | 128 ++++++++++++++++++++++------------------------------------- 2 files changed, 52 insertions(+), 80 deletions(-) commit 1bc367e67dea70d9e4f576285a397bbb4e13191c Author: Ihar Hrachyshka <iharh@src.gnome.org> Date: Sat Mar 10 00:39:21 2007 +0000 Fixed Belarusian Latin translation. svn path=/trunk/; revision=1829 po/ChangeLog | 6 +++++- po/be@latin.po | 16 ++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) commit 045b15b2e6bc6d467efa3aaf0c4c205861358cc3 Author: Ihar Hrachyshka <iharh@src.gnome.org> Date: Fri Mar 9 13:49:14 2007 +0000 Fixed wrong credentials. svn path=/trunk/; revision=1828 po/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3745030f963586ec141806c0b6266ad180d5211c Author: Ihar Hrachyshka <iharh@src.gnome.org> Date: Fri Mar 9 13:46:08 2007 +0000 be@latin.po: Added Belarusian Latin translation by Ales Navicki. svn path=/trunk/; revision=1827 po/ChangeLog | 4 ++ po/LINGUAS | 1 + po/be@latin.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+) commit 0c72bb1ce18fe16769f3606580e331138ded6abb Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Fri Mar 9 13:31:00 2007 +0000 Translation updated. 2007-03-09 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=1826 po/ChangeLog | 4 ++++ po/hu.po | 38 +++++++++++++++++++++----------------- 2 files changed, 25 insertions(+), 17 deletions(-) commit ebf2da0ef20065471f49d6c54afd2f135f8d0f8e Author: Gintautas Miliauskas <gintas@akl.lt> Date: Wed Mar 7 20:16:01 2007 +0000 Updated Lithuanian translation. 2007-03-07 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=1825 po/ChangeLog | 4 ++++ po/lt.po | 48 +++++++++++++++++++++++++----------------------- 2 files changed, 29 insertions(+), 23 deletions(-) commit 8651c1b2ee2f3550f0be9805152697da07171a8c Author: Takeshi AIHANA <takeshi.aihana@gmail.com> Date: Wed Mar 7 14:53:12 2007 +0000 Updated Japanese translation. 2007-03-07 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=1824 po/ChangeLog | 4 ++++ po/ja.po | 47 ++++++++++++++++++++++++++--------------------- 2 files changed, 30 insertions(+), 21 deletions(-) commit 0b1e25475ec1c69adee7b5b9c2cb01b91cc3710b Author: Jovan Naumovski <jovanna@src.gnome.org> Date: Tue Mar 6 18:29:32 2007 +0000 2007-03-06 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation. svn path=/trunk/; revision=1823 po/ChangeLog | 4 +++ po/mk.po | 83 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 49 insertions(+), 38 deletions(-) commit cf7bb8e3391ea014738b1633044bfd436eee97b9 Author: David Lodge <dlodge@src.gnome.org> Date: Tue Mar 6 12:47:37 2007 +0000 Updated en_GB translation svn path=/trunk/; revision=1822 po/ChangeLog | 4 ++++ po/en_GB.po | 48 ++++++++++++++++++++++++++---------------------- 2 files changed, 30 insertions(+), 22 deletions(-) commit 12e084dd9ed1e72bde4bc4db603454257af203b3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Mar 6 00:29:39 2007 +0000 More work to match mutt's behaviour under xterm. 2007-03-06 Chris Wilson <chris@chris-wilson.co.uk> * src/vteseq.c (vte_sequence_handler_cm), (vte_sequence_handler_sf): More work to match mutt's behaviour under xterm. svn path=/trunk/; revision=1821 ChangeLog | 5 +++++ src/vtedraw.c | 2 +- src/vteseq.c | 29 +++++++++-------------------- 3 files changed, 15 insertions(+), 21 deletions(-) commit 32641950c83f0ac3a52f5dd7e5251a4c649c6d8d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 23:20:30 2007 +0000 Use the process estimate to load balance between multiple active 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_io_read): Use the process estimate to load balance between multiple active terminals. svn path=/trunk/; revision=1820 ChangeLog | 6 ++++++ src/vte.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 014ea56bf1a6def3aad75e30bf4099756a1e2a43 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 22:21:58 2007 +0000 Tweak the fill of painted cells to match mutt's behaviour under xterm. 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> * src/vteseq.c (vte_sequence_handler_cm), (vte_sequence_handler_dc), (vte_sequence_handler_sf), (vte_sequence_handler_cursor_character_absolute): Tweak the fill of painted cells to match mutt's behaviour under xterm. svn path=/trunk/; revision=1819 ChangeLog | 8 ++++++++ src/vte.c | 4 ++-- src/vteseq.c | 39 ++++++++++++++++++++++++++++++++++++++- 3 files changed, 48 insertions(+), 3 deletions(-) commit ea79a823aca2baf353945e2176d5e4500de8db6d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 21:17:42 2007 +0000 Bug 414716 – gnome-terminal-2.17.92: terminal window dies... 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> Bug 414716 – gnome-terminal-2.17.92: terminal window dies... * src/vte.c (vte_terminal_map_toplevel), (vte_terminal_hierarchy_changed): Force the visibility state to unobscured after the toplevel is remapped. svn path=/trunk/; revision=1818 ChangeLog | 9 +++++++++ src/vte.c | 23 +++++++++++++++++++++++ src/vteseq.c | 3 ++- 3 files changed, 34 insertions(+), 1 deletion(-) commit 9ddd2072aeea4000981f70e2a7302ca12471aa1b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 21:03:41 2007 +0000 Note to self: Never try to optimize away the redraw. 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_size_allocate): Note to self: Never try to optimize away the redraw. svn path=/trunk/; revision=1817 ChangeLog | 5 +++++ src/vte.c | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) commit be8ace2edd7f872065c3f26ea3149ae18ba45f72 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 20:09:25 2007 +0000 Touch up whitespace in debug output. 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (_vte_terminal_insert_char): * src/vtedraw.c (_vte_draw_text), (_vte_draw_char), (_vte_draw_fill_rectangle), (_vte_draw_draw_rectangle): Touch up whitespace in debug output. svn path=/trunk/; revision=1816 ChangeLog | 7 +++++++ src/vte.c | 2 +- src/vtedraw.c | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) commit 7098429bc2137224371b4a8b75eb006e115cecd2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 19:50:03 2007 +0000 Make sure the invalidated_all flag is cleared in the expose event if we 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (_vte_invalidate_cells), (vte_terminal_set_visibility), (vte_terminal_paint_area), (vte_terminal_expose): Make sure the invalidated_all flag is cleared in the expose event if we handle it immediately. svn path=/trunk/; revision=1815 ChangeLog | 7 +++++++ src/vte.c | 14 ++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) commit 9facb328b7be42ac7bf4c4fd2a90f5d3db1a4219 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 19:05:59 2007 +0000 Fixup invalidation to end-of-line. 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> * src/vteseq.c (vte_sequence_handler_ce), (vte_sequence_handler_clear_current_line): Fixup invalidation to end-of-line. svn path=/trunk/; revision=1814 ChangeLog | 6 ++++++ src/vteseq.c | 13 +++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) commit b07d7fed6725088d52368b39e88083e136899f39 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 16:58:04 2007 +0000 cf Bug 414586 – Terminal screen blinks when menu is opened for the first 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 414586 – Terminal screen blinks when menu is opened for the first time * src/vte.c (vte_terminal_draw_rows), (vte_terminal_expand_region): Include the window padding when painting the cell backgrounds. svn path=/trunk/; revision=1813 ChangeLog | 7 ++++++ src/vte.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 64 insertions(+), 17 deletions(-) commit 8faa8c912c5b5164c2e9b1b26f7858729c4019a7 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Mar 5 15:48:02 2007 +0000 trivial compiler warning from last commit svn path=/trunk/; revision=1812 src/vtedraw.c | 1 - 1 file changed, 1 deletion(-) commit ffdc14a771993d18473f406bf73d37e1b0f8806a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 15:35:01 2007 +0000 Bug 414586 – Terminal screen blinks when menu is opened for the first 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> Bug 414586 – Terminal screen blinks when menu is opened for the first time Avoid resetting the window background colour when the style is reset. Avoid clearing the window if we are using a simple color and double bufferring (i.e when we know we are using a pre-cleared pixmap). * src/vte-private.h: * src/vte.c (vte_terminal_init), (vte_terminal_size_allocate), (vte_terminal_unrealize), (vte_terminal_realize), (vte_terminal_paint_area), (vte_terminal_expose), (vte_terminal_class_init), (vte_terminal_background_update): * src/vtedraw.c (_vte_draw_has_background_image): * src/vtedraw.h: * src/vteft2.c (_vte_ft2_set_background_image): * src/vtegl.c (_vte_gl_set_background_image): * src/vtepango.c (_vte_pango_set_background_image): * src/vtepangox.c (_vte_pango_x_set_background_image): svn path=/trunk/; revision=1811 ChangeLog | 21 +++++++++++++++++++++ src/vte-private.h | 1 + src/vte.c | 54 +++++++++++++++++++++++++++++++++++++++--------------- src/vtedraw.c | 7 +++++++ src/vtedraw.h | 2 ++ src/vteft2.c | 1 + src/vtegl.c | 1 + src/vtepango.c | 3 +++ src/vtepangox.c | 3 +++ src/vtexft.c | 3 +++ 10 files changed, 81 insertions(+), 15 deletions(-) commit 91be4067a9112a2e19a3084d3b1393dc8067392d Author: Ilkka Tuohela <ituohela@src.gnome.org> Date: Mon Mar 5 15:05:46 2007 +0000 Updated Finnish translation svn path=/trunk/; revision=1810 po/ChangeLog | 4 ++++ po/fi.po | 36 ++++++++++++++++++++---------------- 2 files changed, 24 insertions(+), 16 deletions(-) commit e4eb60788f093e8ca1fbeb52c4bed4e6573d49b7 Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org> Date: Mon Mar 5 14:43:38 2007 +0000 Updated Translation svn path=/trunk/; revision=1809 po/ChangeLog | 4 ++++ po/gu.po | 78 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 48 insertions(+), 34 deletions(-) commit 32a9ad735618dac47ebdaa8b52e4b6e0d9aa4640 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 14:23:08 2007 +0000 Bug 414586 – Terminal screen blinks when menu is opened for the first 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> Bug 414586 – Terminal screen blinks when menu is opened for the first time * src/vte.c (_vte_invalidate_cells), (_vte_invalidate_all), (vte_terminal_expose), (add_update_timeout): Juggle the handling of external exposes/invalidates to avoid delays in refreshing the display when we are idle. svn path=/trunk/; revision=1808 ChangeLog | 9 +++++++++ src/vte.c | 62 +++++++++++++++++++++++++++++++------------------------------- 2 files changed, 40 insertions(+), 31 deletions(-) commit 2ec854aa5f576cc0e03ab893768ef3dea4019b06 Author: Simos Xenitellis <simos@src.gnome.org> Date: Mon Mar 5 13:55:31 2007 +0000 Updated Greek translation svn path=/trunk/; revision=1807 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit a0ff645837ff137d96c152da65e03148bd54d640 Author: Simos Xenitellis <simos@src.gnome.org> Date: Mon Mar 5 13:54:18 2007 +0000 Updated Greek translation svn path=/trunk/; revision=1806 po/el.po | 67 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 29 deletions(-) commit 28d00b425e844acea7dec71e011c922f1a4a7ef9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Mar 5 12:26:57 2007 +0000 cf Bug 414586 – Terminal screen blinks when menu is opened for the first 2007-03-05 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 414586 – Terminal screen blinks when menu is opened for the first time * src/vte.c (_vte_invalidate_cells), (vte_terminal_init), (vte_terminal_expand_region), (vte_terminal_paint_area): After enlarging the expand region make sure the dirty area includes the border for edge cells. svn path=/trunk/; revision=1805 ChangeLog | 9 +++++++++ src/vte.c | 58 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 45 insertions(+), 22 deletions(-) commit 9b97915f00ce32c243c343920de3c332cb3e28f0 Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org> Date: Mon Mar 5 01:58:52 2007 +0000 Updated Catalan translation. svn path=/trunk/; revision=1804 po/ChangeLog | 4 ++++ po/ca.po | 40 +++++++++++++++++++++++----------------- 2 files changed, 27 insertions(+), 17 deletions(-) commit b1605f6235c542bfb83ecceea90bcf653b378963 Author: Peter Bach <pbach@src.gnome.org> Date: Sun Mar 4 20:19:55 2007 +0000 Updated Danish translation svn path=/trunk/; revision=1803 po/ChangeLog | 4 ++++ po/da.po | 38 +++++++++++++++++++++----------------- 2 files changed, 25 insertions(+), 17 deletions(-) commit 6f039ef2b0cadf7dd07c4d664b2fa45c6205a607 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Mar 4 16:37:27 2007 +0000 cf Bug 414586 – Terminal screen blinks when menu is opened for the first 2007-03-04 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 414586 – Terminal screen blinks when menu is opened for the first time Distinguish between internal update requests and external. If we need to update due to a user action (such as adjusting the background or color palette) do not impose a futher delay. Tidy the color palette modification code to not trigger invalidates if we do not actually modify the palette. * src/vte-private.h: * src/vte.c (vte_terminal_set_color_internal), (vte_terminal_set_color_bold), (vte_terminal_set_color_dim), (vte_terminal_set_color_foreground), (vte_terminal_set_color_background), (vte_terminal_set_color_cursor), (vte_terminal_set_color_highlight), (vte_terminal_set_colors), (root_pixmap_changed_cb), (vte_terminal_set_background_saturation), (vte_terminal_set_background_tint_color), (add_update_timeout): * src/vteseq.c (vte_sequence_handler_ce), (vte_sequence_handler_clear_current_line), (vte_sequence_handler_clear_above_current): svn path=/trunk/; revision=1802 ChangeLog | 24 ++++++++++++ src/vte-private.h | 2 +- src/vte.c | 115 ++++++++++++++++++++++++++++++++++++++++-------------- src/vteseq.c | 21 +++++----- 4 files changed, 123 insertions(+), 39 deletions(-) commit 318c714437d9f81f79690f9766d61a741b855242 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Sun Mar 4 00:07:11 2007 +0000 Updated Traditional Chinese translation(Hong Kong). Updated Traditional 2007-03-04 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). svn path=/trunk/; revision=1801 po/ChangeLog | 5 ++++ po/zh_HK.po | 88 +++++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 82 ++++++++++++++++++++++++++++++------------------------- 3 files changed, 100 insertions(+), 75 deletions(-) commit 94f8041cbed2ac4369cd4a9d829fef6d867f1435 Author: Wouter Bolsterlee <wbolster@svn.gnome.org> Date: Sat Mar 3 12:35:48 2007 +0000 Dutch translation updated by Wouter Bolsterlee. 2007-03-03 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Dutch translation updated by Wouter Bolsterlee. svn path=/trunk/; revision=1800 po/ChangeLog | 52 +++++++++++++++++++++++-------------------- po/nl.po | 72 ++++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 71 insertions(+), 53 deletions(-) commit 45d6f8a7685521bbd8ba45388211b2388192d64c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 2 12:54:05 2007 +0000 Bug 413068 – new line added to tab when opened 2007-03-02 Chris Wilson <chris@chris-wilson.co.uk> Bug 413068 – new line added to tab when opened * src/vte.c (vte_terminal_size_allocate): Replace the ill-conceived attempt (delta could not be negative, so insert_delta or scroll_delta would not become negative either) by only considering changes wrt to the number of visible lines. svn path=/trunk/; revision=1799 ChangeLog | 10 ++++++++++ src/vte.c | 20 +++++++------------- 2 files changed, 17 insertions(+), 13 deletions(-) commit 1531fce6bf48a24ea4294af130422eee3401cb81 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Mar 2 12:34:21 2007 +0000 Bug 413068 – new line added to tab when opened 2007-03-02 Chris Wilson <chris@chris-wilson.co.uk> Bug 413068 – new line added to tab when opened * src/vte.c (_vte_terminal_insert_char): Improve debug output. * src/vte.c (vte_terminal_size_allocate): Be careful that we don't force insert_delta or scroll_delta to become negative. svn path=/trunk/; revision=1798 ChangeLog | 10 ++++++++++ src/vte.c | 28 ++++++++++++++++++++-------- 2 files changed, 30 insertions(+), 8 deletions(-) commit 11c5763c6b9e584a06a2fdc7945837b5d8aa638d Author: Ihar Hrachyshka <iharh@src.gnome.org> Date: Thu Mar 1 19:13:38 2007 +0000 be.po: Updated Belarusian translation. svn path=/trunk/; revision=1797 po/ChangeLog | 4 ++++ po/be.po | 48 ++++++++++++++++++++++++++---------------------- 2 files changed, 30 insertions(+), 22 deletions(-) commit d5ced7389f7235ada9794b97ea8678b58899b7db (tag: vte_0_15_6) Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Mar 1 16:21:39 2007 +0000 Released vte-0.15.6. 2007-03-01 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.6. * NEWS: Updated. * configure.in: Bumped version to 0.15.6. * src/Makefile.am: Bumped libtool version to 11:3:2. svn path=/trunk/; revision=1795 ChangeLog | 10 ++++++++++ NEWS | 12 ++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) commit d365c60b2dde84a5f251b3a8af2be26dd240a533 Author: Runa Bhattacharjee <runab@src.gnome.org> Date: Thu Mar 1 13:54:16 2007 +0000 Added Changelog Entry for Bengali India translation updation svn path=/trunk/; revision=1794 po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit fe2de849b248afa68e226bad076790d3a4319e4d Author: Runa Bhattacharjee <runab@src.gnome.org> Date: Thu Mar 1 13:53:41 2007 +0000 Updated Bengali India Translation svn path=/trunk/; revision=1793 po/bn_IN.po | 63 +++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 27 deletions(-) commit dcb7fd974bea5fe49d4f5b0344ebdaffc6d7bae1 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Mar 1 12:58:47 2007 +0000 Tweak the clear widths to include the pixel widening due to psuedo-bold. 2007-03-01 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_draw_cells), (vte_terminal_draw_rows), (vte_terminal_paint): Tweak the clear widths to include the pixel widening due to psuedo-bold. svn path=/trunk/; revision=1792 ChangeLog | 7 +++++++ src/vte.c | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit 5dbdc4d84c313ce1aa69723e6ecc584bcc172454 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Thu Mar 1 10:54:38 2007 +0000 trivial readability improvement svn path=/trunk/; revision=1791 src/vte.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 839c35d254d4e905fff331ae2b0733a76f05fff4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Mar 1 10:50:45 2007 +0000 Be more careful when filling in gaps. 2007-03-01 Chris Wilson <chris@chris-wilson.co.uk> * src/vte-private.h: * src/vte.c (_vte_terminal_ensure_row), (vte_terminal_ensure_cursor), (_vte_terminal_insert_char): * src/vteseq.c (vte_sequence_handler_ta): Be more careful when filling in gaps. svn path=/trunk/; revision=1790 ChangeLog | 8 ++++ src/vte-private.h | 1 - src/vte.c | 124 +++++++++++++++++++++++++----------------------------- src/vteseq.c | 11 +++-- 4 files changed, 73 insertions(+), 71 deletions(-) commit cea448a26705776ad4de156480e6c7e8d4a9de22 Author: Maxim Dziumanenko <dziumanenko@gmail.com> Date: Thu Mar 1 10:12:57 2007 +0000 Update Ukrainian translation. 2007-03-01 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=1789 po/ChangeLog | 4 ++++ po/uk.po | 68 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 41 insertions(+), 31 deletions(-) commit fb8c66adab006dc51567dc043ad4d3a9471872a3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Mar 1 09:50:38 2007 +0000 Fix X11 headers / libraries detection on bi-arch systems. Patch by 2007-03-01 Chris Wilson <chris@chris-wilson.co.uk> Fix X11 headers / libraries detection on bi-arch systems. Patch by Frederic Crozat. * configure.in: Check for x_includes before ac_x_includes, and similary for ac_x_libraries. svn path=/trunk/; revision=1788 ChangeLog | 9 +++++++++ configure.in | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) commit e76f76be61f5c533e54c0820361765437ef75b8e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Mar 1 00:29:52 2007 +0000 Bug 410534 – Slow content scrolling, takes 100% of CPU. 2007-03-01 Chris Wilson <chris@chris-wilson.co.uk> Bug 410534 – Slow content scrolling, takes 100% of CPU. * src/vtexft.c: Further reduce the cap to 80 after more testing on the broken fglrx driver. svn path=/trunk/; revision=1787 ChangeLog | 8 ++++++++ src/vtexft.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 8baeec89102035fcea162cfe3ca6fc0a04cfa778 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 28 23:51:50 2007 +0000 Bug 413068 – new line added to tab when opened 2007-02-28 Chris Wilson <chris@chris-wilson.co.uk> Bug 413068 – new line added to tab when opened * src/vte.c (vte_terminal_ensure_font), (vte_terminal_realize): Beware when no font is set before the first request... Make sure that at least the default font is set. svn path=/trunk/; revision=1786 ChangeLog | 8 ++++++++ src/vte.c | 36 +++++++++++++++++++----------------- 2 files changed, 27 insertions(+), 17 deletions(-) commit 0bd7c180ce944078dac26641bc1279b0a38f08ed Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 28 23:09:25 2007 +0000 Bug 413262 – Incorrectly coloured tabs 2007-02-28 Chris Wilson <chris@chris-wilson.co.uk> Bug 413262 – Incorrectly coloured tabs * src/vte-private.h: * src/vte.c (vte_terminal_ensure_cursor), (_vte_terminal_ensure_cursor), (_vte_terminal_insert_char), (_vte_terminal_feed_chunks), (vte_terminal_set_scrollback_lines): * src/vteseq.c (vte_sequence_handler_ta), (vte_sequence_handler_request_terminal_parameters), (vte_sequence_handler_return_terminal_status), (vte_sequence_handler_send_primary_device_attributes): Fill the tab in the current color, else it will be filled at svn path=/trunk/; revision=1785 ChangeLog | 15 +++++++++++++++ src/vte-private.h | 1 + src/vte.c | 25 ++++++++++++------------- src/vteseq.c | 20 ++++++++++++++------ 4 files changed, 42 insertions(+), 19 deletions(-) commit fb6ea2f5aadde4b6f839c7f755572550c01e5c5a Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Feb 28 21:11:41 2007 +0000 tidy the ChangeLog svn path=/trunk/; revision=1784 ChangeLog | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit fc51bff17bffd8d4bbf41589d2ca11fba21dbeef Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 28 21:00:24 2007 +0000 Bug 413102 – Incorrect highlighting in vim 2007-02-28 Chris Wilson <chris@chris-wilson.co.uk> Bug 413102 – Incorrect highlighting in vim * src/vte-private.h * src/vte.c (_vte_terminal_ensure_row), (_vte_terminal_insert_char): * src/vteseq.c (vte_sequence_handler_cb), (vte_sequence_handler_ce), (vte_sequence_handler_cr), (vte_sequence_handler_ec), (vte_sequence_handler_sf): Paint the row background when scrolling, this more closely matches xterm's behaviour. svn path=/trunk/; revision=1783 ChangeLog | 13 +++++++++++++ src/vte-private.h | 2 +- src/vte.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- src/vteseq.c | 28 ++++++++++++---------------- 4 files changed, 73 insertions(+), 19 deletions(-) commit 8de7d6cd7c0829e932deb78d0627a3ce417053b0 Author: Artur Flinta <aflinta@svn.gnome.org> Date: Wed Feb 28 20:40:37 2007 +0000 Updated Polish translation by GNOME PL Team. 2007-02-28 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=1782 po/ChangeLog | 4 ++++ po/pl.po | 35 ++++++++++++++++++++--------------- 2 files changed, 24 insertions(+), 15 deletions(-) commit 6e08e0cb2c2f55abb3a3e5913c7714d74677fd51 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 28 18:28:39 2007 +0000 Bug 413158 – Cursor trails 2007-02-28 Chris Wilson <chris@chris-wilson.co.uk> Bug 413158 – Cursor trails * src/vte.c (_vte_invalidate_cell): _vte_invalidate_cell() can be called to invalidate any visible cell so issue the invalidate even for blank cells. svn path=/trunk/; revision=1781 ChangeLog | 8 ++++++++ src/vte.c | 35 +++++++++++++++-------------------- 2 files changed, 23 insertions(+), 20 deletions(-) commit a3f967250fac3613f6ef18a85e87a07bd07f3121 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 28 17:35:44 2007 +0000 Correct the OBO in the number of columns ensured. 2007-02-28 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (_vte_terminal_insert_char): Correct the OBO in the number of columns ensured. svn path=/trunk/; revision=1780 ChangeLog | 5 +++++ src/vte.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) commit 01f898dad853ad62e86026569391990727160faf Author: Djihed Afifi <djihed@src.gnome.org> Date: Wed Feb 28 16:56:17 2007 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=1779 po/ChangeLog | 4 ++++ po/ar.po | 45 +++++++++++++++++++++++++++------------------ 2 files changed, 31 insertions(+), 18 deletions(-) commit a8d2ecb1ce63d9504382343053c45a620ae9ccef Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 28 15:38:29 2007 +0000 Bug 413078 – Crash during opening a new tab whilst scrolling 2007-02-28 Chris Wilson <chris@chris-wilson.co.uk> Bug 413078 – Crash during opening a new tab whilst scrolling During input processing it was possible to both remove the timeout and then add a new one. The currently running timeout would believe that it was to continue since the terminal was still active, and so *two* timeouts would be scheduled. Occasionally the second timeout would be called after the first had finished all the work, resulting in the second timeout trying to access a NULL active_terminal list. * src/vte.c (add_update_timeout), (remove_from_active_list), (vte_terminal_add_process_timeout), (need_processing), (process_timeout), (update_repeat_timeout), (update_timeout): Watch for recursive g_source_remove() from within timeouts. svn path=/trunk/; revision=1778 ChangeLog | 16 ++++++++++++++++ src/vte.c | 44 ++++++++++++++++++++++++++++++++++++-------- 2 files changed, 52 insertions(+), 8 deletions(-) commit 884d186a7cbe1a5488ade41a4c7e76753a5be2a2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 28 13:03:38 2007 +0000 Bug 410534 – Slow content scrolling, takes 100% of CPU. 2007-02-28 Chris Wilson <chris@chris-wilson.co.uk> Bug 410534 – Slow content scrolling, takes 100% of CPU. Submitting long glyph runs was causing a dramatic (10x) slow down in the fglrx xserver. * src/vtedraw.h * src/vtexft.c (_vte_xft_draw_text): Cap the max glyph run length to 300. svn path=/trunk/; revision=1777 ChangeLog | 11 +++++++++++ src/vtedraw.h | 2 +- src/vtexft.c | 12 ++++++++++-- 3 files changed, 22 insertions(+), 3 deletions(-) commit 7e29eee18ece4f89be83258cc55601292a431979 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 28 10:18:32 2007 +0000 Bug 412717 – Crash when opening a new tab with window maximized 2007-02-28 Chris Wilson <chris@chris-wilson.co.uk> Bug 412717 – Crash when opening a new tab with window maximized * src/vte.c (vte_terminal_size_allocate): We didn't carefully check the values we were clamping the cursor to and ended up setting it to -1... Don't do that! svn path=/trunk/; revision=1776 ChangeLog | 8 ++++++++ src/vte.c | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) commit 08d31f14023b9e7b7ca6ff66ce41dfe39199c952 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 27 19:06:02 2007 +0000 Consistently guard against the snapshot being NULL. 2007-02-27 Chris Wilson <chris@chris-wilson.co.uk> * src/vteaccess.c (vte_terminal_accessible_text_scrolled): Consistently guard against the snapshot being NULL. svn path=/trunk/; revision=1775 ChangeLog | 5 +++++ src/vteaccess.c | 70 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 45 insertions(+), 30 deletions(-) commit 68ceaca8f594e7379df45940114a4f65d13a21ce (tag: vte_0_15_5) Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Feb 27 18:30:29 2007 +0000 Released vte-0.15.5. 2007-02-27 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.5. * NEWS: Updated. * configure.in: Bumped version to 0.15.5. * src/Makefile.am: Bumped libtool version to 11:2:2. svn path=/trunk/; revision=1773 ChangeLog | 10 ++++++++++ NEWS | 10 ++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) commit cd85f3fe8680c7ac98366ef015b6ea89e0c00324 Author: Gintautas Miliauskas <gintas@akl.lt> Date: Tue Feb 27 14:51:04 2007 +0000 Updated Lithuanian translation. 2007-02-27 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=1772 po/ChangeLog | 4 ++++ po/lt.po | 63 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 40 insertions(+), 27 deletions(-) commit f4b6dcc5ebc85b0f8db6d3a3833420507cce34f7 Author: Priit Laes <plaes@svn.gnome.org> Date: Tue Feb 27 13:41:01 2007 +0000 Updated Estonian translation by Ivar Smolin <okul@linux.ee>. 2007-02-27 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=1771 po/ChangeLog | 4 ++++ po/et.po | 41 +++++++++++++++++++++++------------------ 2 files changed, 27 insertions(+), 18 deletions(-) commit 88bdbffc45efcff6d612fb40e4a382c16a16c822 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Tue Feb 27 12:16:37 2007 +0000 minor whitespace svn path=/trunk/; revision=1770 src/vte.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) commit 9eccc6f8fae64b5bd28d8de26272b47f6d85a786 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 27 11:49:56 2007 +0000 Bug 412562 – Crash in vte_terminal_match_hilite_update 2007-02-27 Chris Wilson <chris@chris-wilson.co.uk> Bug 412562 – Crash in vte_terminal_match_hilite_update * src/vte.c (vte_terminal_match_check_internal), (vte_terminal_process_incoming), (_vte_terminal_feed_chunks), (vte_terminal_paste_cb), (vte_terminal_match_hilite_update), (vte_terminal_copy_cb): Fixup a few 64bit-isms, notably format strings and an undesired unsigned integer promotion causing this crash. svn path=/trunk/; revision=1769 ChangeLog | 11 +++++++++++ src/vte.c | 59 ++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 47 insertions(+), 23 deletions(-) commit 3886ecd4854f2c55c861e0a2e1e6da95c2fb6bf7 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Tue Feb 27 10:42:57 2007 +0000 whitespace between ChangeLog entries svn path=/trunk/; revision=1768 ChangeLog | 1 - 1 file changed, 1 deletion(-) commit 226bb59731c29dd2e08c20f54d64db9e97d3549b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 27 10:42:27 2007 +0000 Bug 410986 – Fails to build with -z defs 2007-02-27 Chris Wilson <chris@chris-wilson.co.uk> Bug 410986 – Fails to build with -z defs If you link the vtemodule.so to libpython, then programs importing vte will have the symbols twice in memory: one set from python and the other from libpython. * configure.in: * python/Makefile.am: Remove PYTHON_LIBS from linking vtemodule.so. Convert unresolved symbol errors into warnings so that building with -Wl,-z,defs continues to work. This is a *hack* as it hides real errors if you are updating vte.{def,override}. svn path=/trunk/; revision=1767 ChangeLog | 17 +++++++++++++++++ configure.in | 23 +++++++++++++++++++++++ python/Makefile.am | 6 +++++- 3 files changed, 45 insertions(+), 1 deletion(-) commit 854cc5c5038cdabf73e8898a5c0b25364b01a03a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 27 00:55:44 2007 +0000 Avoid some computations whilst drawing text. 2007-02-27 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c (_vte_xft_open_font_for_char), (_vte_xft_font_for_char), (_vte_xft_compute_char_width), (_vte_xft_char_width), (_vte_xft_start), (_vte_xft_get_char_width), (_vte_xft_draw_text): Avoid some computations whilst drawing text. svn path=/trunk/; revision=1766 ChangeLog | 8 ++++ src/vtexft.c | 148 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 90 insertions(+), 66 deletions(-) commit 106d4ffedb96b12ebd7fee050796c858773d0669 (tag: vte_0_15_4) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Feb 26 21:54:32 2007 +0000 Released vte-0.15.4. 2007-02-26 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.4. * NEWS: Updated. * configure.in: Bumped version to 0.15.4. * src/Makefile.am: Bumped libtool version to 11:1:2. svn path=/trunk/; revision=1764 ChangeLog | 10 ++++++++++ NEWS | 28 ++++++++++++++++++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 40 insertions(+), 2 deletions(-) commit 7da79f11f4a591986bba428bbb00bb427c7a41ad Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 21:34:01 2007 +0000 Bug 410986 – Fails to build with -z defs 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 410986 – Fails to build with -z defs The forgotten half - the python module also fails to link. * acinclude.m4: * python/Makefile.am: Add PYTHON_LIBS pointing to the customary location and remember to include them when compiling vtemodule.so. svn path=/trunk/; revision=1763 ChangeLog | 11 +++++++++++ acinclude.m4 | 2 ++ python/Makefile.am | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) commit 47c6e35de305edaf30cc0544641da9bea87c0779 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Feb 26 20:13:37 2007 +0000 kill the debugging g_print svn path=/trunk/; revision=1762 src/vte.c | 1 - 1 file changed, 1 deletion(-) commit bafc83787b47085e4a569c5d50de63a17ca04e05 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Feb 26 19:48:55 2007 +0000 fixup a missing colon in the ChangeLog entry svn path=/trunk/; revision=1761 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9d6668fe9b2e11fe74253fda36d292aa9a6694d2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 19:45:23 2007 +0000 Bug 412361 – Yet another mouse selection regression... Part 2. 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 412361 – Yet another mouse selection regression... Part 2. * src/vte.c: (vte_terminal_queue_adjustment_value_changed), (_vte_terminal_adjust_adjustments_full), (vte_terminal_scroll_pages), (vte_terminal_autoscroll), (vte_terminal_size_allocate), (vte_terminal_scroll): We implicitly used a bit of sanity checking when setting the adjustment value. Ensure the value really is within the adjustment range before updating scroll_delta. svn path=/trunk/; revision=1760 ChangeLog | 13 +++++++++++++ src/vte.c | 24 ++++++++++++++---------- 2 files changed, 27 insertions(+), 10 deletions(-) commit e793408175ebf9b511eaa24140e4e0117506262a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 19:24:09 2007 +0000 Bug 412361 – Yet another mouse selection regression... Part 1. 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 412361 – Yet another mouse selection regression... Part 1. * src/vte.c: (vte_terminal_draw_rows): Restore drawing of the selection below the text. svn path=/trunk/; revision=1759 ChangeLog | 8 ++++ src/vte.c | 140 +++++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 92 insertions(+), 56 deletions(-) commit b0a2454d9bebb581a7278c9ae3cf5196a66aa89e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 18:05:53 2007 +0000 Update max number of processable bytes each time we call 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_class_init), (time_process_incoming), (process_timeout), (update_repeat_timeout), (update_timeout): Update max number of processable bytes each time we call vte_terminal_process_incoming(). svn path=/trunk/; revision=1758 ChangeLog | 7 +++++++ src/vte.c | 44 ++++++++++++++++++++++++++++++++++---------- 2 files changed, 41 insertions(+), 10 deletions(-) commit 8986971552ec8217dc79c441f5158886603fc78f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 17:38:24 2007 +0000 Refactor the common code. 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_emit_adjustment_changed), (_vte_terminal_adjust_adjustments_full), Refactor the common code. svn path=/trunk/; revision=1757 ChangeLog | 6 ++++++ src/vte.c | 63 ++++++++------------------------------------------------------- 2 files changed, 14 insertions(+), 55 deletions(-) commit 80adf34e589f0b98c685207b1d02bc57cd09fdde Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 17:27:40 2007 +0000 Push a couple of NULL checks to the callers so to be able to move them 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> Push a couple of NULL checks to the callers so to be able to move them outside of the inner-most loops. * src/vte.c: (_vte_row_data_find_charcell), (_vte_invalidate_cell), (_vte_terminal_adjust_adjustments), (vte_terminal_get_text_range_maybe_wrapped), (find_start_column), (find_end_column), (vte_terminal_draw_rows): svn path=/trunk/; revision=1756 ChangeLog | 10 +++ src/vte.c | 258 +++++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 154 insertions(+), 114 deletions(-) commit 9913d51385075992e753b358276611051b56fd1c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 15:47:35 2007 +0000 Some applications, such as cat, dump as much data to the terminal as 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> Some applications, such as cat, dump as much data to the terminal as possible. In these scenarios it is likely that we will read data from the child much faster than we can process it and the refresh will stutter. The ideal solution would be to speed up the data processing so that this overrun was impossible. However, the approach taken here is to estimate how much data we can actually process in our time slice and to stop reading once we have sufficient data. * src/vte-private.h: * src/vte.c: (_vte_invalidate_all), (vte_terminal_emit_contents_changed), (vte_terminal_match_contents_clear), (vte_terminal_match_contents_refresh), (vte_terminal_emit_adjustment_changed), (_vte_terminal_adjust_adjustments), (vte_terminal_scroll_pages), (vte_terminal_catch_child_exited), (vte_terminal_eof), (vte_terminal_process_incoming), (vte_terminal_io_read), (vte_terminal_handle_scroll), (vte_terminal_init), (vte_terminal_size_allocate), (need_processing), (process_timeout), (update_repeat_timeout), (update_timeout): * src/vteseq.c: (vte_sequence_handler_decset_internal): svn path=/trunk/; revision=1755 ChangeLog | 26 ++++++++ src/vte-private.h | 4 +- src/vte.c | 184 ++++++++++++++++++++++++++++-------------------------- src/vteseq.c | 1 - 4 files changed, 124 insertions(+), 91 deletions(-) commit 4a97568d88997a1b1046de05277d58f7a239c267 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 10:25:09 2007 +0000 Bug 411000 – Orca repeats old text in gnome-terminal 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 411000 – Orca repeats old text in gnome-terminal The deferred handling of the window scrolling had the unfortunate side-effect of postponing the accessibility 'text-scrolled' signal until after the 'text-inserted' signal. This caused vteaccess to determine that the whole window had been modified and cause orca to reread the entire screen. * src/vte-private.h: * src/vte.c: (vte_terminal_emit_contents_changed), (_vte_terminal_queue_contents_changed), (vte_terminal_emit_cursor_moved), (vte_terminal_queue_cursor_moved), (vte_terminal_scroll_pages), (vte_terminal_eof), (vte_terminal_emit_pending_text_signals), (vte_terminal_process_incoming), (vte_terminal_handle_scroll), (vte_terminal_size_allocate), (vte_terminal_unrealize), (vte_terminal_emit_pending_signals): * src/vteaccess.c: (emit_text_caret_moved), (emit_text_changed_insert), (emit_text_changed_delete): * src/vteseq.c: (vte_sequence_handler_decset_internal): Restore the order of the ally signals. However, Bug 372777 remains unresolved. svn path=/trunk/; revision=1754 ChangeLog | 25 +++++++++++++++++++++ src/vte-private.h | 5 ++++- src/vte.c | 67 +++++++++++++++++++++++++++++++++++++++---------------- src/vteaccess.c | 6 ++--- src/vteseq.c | 2 +- 5 files changed, 81 insertions(+), 24 deletions(-) commit 550b55875ea57b63d1164a1120decb55f55333a6 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 09:29:27 2007 +0000 Eeek, correctly compute the buffer length when we no longer aim to fill 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_io_read): Eeek, correctly compute the buffer length when we no longer aim to fill it. svn path=/trunk/; revision=1753 ChangeLog | 6 ++++++ src/vte.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 95a70342cef9cdf261c2c1a6688615a7c5af561f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 09:27:41 2007 +0000 Use a separate debug flag for the ally interface. 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> Use a separate debug flag for the ally interface. * src/debug.c: (_vte_debug_parse_string): * src/debug.h: * src/vteaccess.c: (vte_terminal_accessible_update_private_data_if_needed), (vte_terminal_accessible_invalidate_cursor), (vte_terminal_accessible_finalize), (vte_terminal_accessible_get_text), (vte_terminal_accessible_get_text_somewhere), (vte_terminal_accessible_text_init), (vte_terminal_accessible_component_init), (vte_terminal_accessible_action_init), (vte_terminal_accessible_factory_new): svn path=/trunk/; revision=1752 ChangeLog | 17 +++++++++++++++++ src/debug.c | 3 +++ src/debug.h | 3 ++- src/vteaccess.c | 34 +++++++++++++++++----------------- 4 files changed, 39 insertions(+), 18 deletions(-) commit 5e6ab181a9942335f2633ef375cd91b25120de1c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 26 08:59:01 2007 +0000 And finally clamp the maximum number of bytes transferred in a single 2007-02-26 Chris Wilson <chris@chris-wilson.co.uk> * src/vte-private.h: * src/vte.c: (vte_terminal_io_read): And finally clamp the maximum number of bytes transferred in a single chunk. svn path=/trunk/; revision=1751 ChangeLog | 7 +++++++ src/vte-private.h | 1 + src/vte.c | 1 + 3 files changed, 9 insertions(+) commit 0ad8279def2a2e6fb3f0b9bf35c39ce82652c64b Author: Alexander Shopov <ash@contact.bg> Date: Sun Feb 25 21:50:08 2007 +0000 Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> 2007-02-25 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=1750 po/ChangeLog | 5 +++++ po/bg.po | 30 ++++++++++++++++++------------ 2 files changed, 23 insertions(+), 12 deletions(-) commit 6f3a9d33bf79932c6de677dd55cc31d797a6579a Author: Stéphane Raimbault <stephane.raimbault@gmail.com> Date: Sun Feb 25 20:47:55 2007 +0000 Updated French translation by Cyprien Le Pannérer. 2007-02-25 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Cyprien Le Pannérer. svn path=/trunk/; revision=1749 po/ChangeLog | 4 ++++ po/fr.po | 43 +++++++++++++++++++++++++------------------ 2 files changed, 29 insertions(+), 18 deletions(-) commit 5cb72496620962980489e80e556aa90a905b589d Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Sun Feb 25 17:15:03 2007 +0000 Updated Portuguese translation. 2007-02-25 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=1748 po/ChangeLog | 4 ++++ po/pt.po | 41 +++++++++++++++++++++++------------------ 2 files changed, 27 insertions(+), 18 deletions(-) commit 17b63654ece9e244f8877e98d89a60861f35d642 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sun Feb 25 09:07:22 2007 +0000 Translation updated. 2007-02-25 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=1747 po/ChangeLog | 4 ++++ po/hu.po | 71 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 40 insertions(+), 35 deletions(-) commit 1583ce2933361d116c82901726ce962381a54c30 Author: Changwoo Ryu <cwryu@debian.org> Date: Sat Feb 24 21:52:29 2007 +0000 Updated Korean translation. 2007-02-25 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=1746 po/ChangeLog | 4 ++ po/ko.po | 119 +++++++++++++++++++++++++---------------------------------- 2 files changed, 54 insertions(+), 69 deletions(-) commit 6096fbe69262516c4b1cfd8abdb40f6be7bf3fc9 Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org> Date: Sat Feb 24 11:38:58 2007 +0000 Updated vi.po svn path=/trunk/; revision=1745 po/ChangeLog | 4 ++++ po/vi.po | 68 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 43 insertions(+), 29 deletions(-) commit 387064eef67af0e4c84666b7eb892db1626a3b5a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Feb 24 11:29:59 2007 +0000 Hint that the compiler should inline vte_terminal_determine_colors(). 2007-02-24 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: Hint that the compiler should inline vte_terminal_determine_colors(). svn path=/trunk/; revision=1744 ChangeLog | 6 ++++++ src/vte.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 00f2d286a7795004a8591742eab788f1ad424cec Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Feb 24 11:09:49 2007 +0000 cf Bug 410534 – Slow content scrolling, takes 100% of CPU. cf Bug 410463 2007-02-24 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 410534 – Slow content scrolling, takes 100% of CPU. cf Bug 410463 – Poor interactive performance with multiple terminals * src/vte.c: (vte_terminal_io_read): Do not loop whilst reading in a backlog of child data - should help prevent monopolisation of vte by a single child and make vte more responsive to user input on slower computers. svn path=/trunk/; revision=1743 ChangeLog | 10 ++++++++++ src/vte.c | 43 +++++++++++++++---------------------------- 2 files changed, 25 insertions(+), 28 deletions(-) commit 414043d45fc2b51430557c4ac575651468ff9500 Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> Date: Sat Feb 24 03:28:10 2007 +0000 Updated Brazilian Portuguese translation by Lucas Mazzardo Veloso 2007-02-24 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Lucas Mazzardo Veloso <lmveloso@gmail.com>. svn path=/trunk/; revision=1742 po/ChangeLog | 5 +++++ po/pt_BR.po | 41 ++++++++++++++++++++++++----------------- 2 files changed, 29 insertions(+), 17 deletions(-) commit 704c26231fd3d03f396a3b6c2997605d251384ae Author: Chris Wilson <cpwilson@src.gnome.org> Date: Sat Feb 24 00:43:43 2007 +0000 missed the scroll_delta on the external conversion svn path=/trunk/; revision=1741 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fabc7a725dbca8be89edcc490c65f8060ab31d69 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Sat Feb 24 00:40:13 2007 +0000 whoops, that was meant to test show_match before rendering the hilite svn path=/trunk/; revision=1740 src/vte.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 3d2d95f14d68ca6f9fd00512bd240165d7a5ffd3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Feb 24 00:31:29 2007 +0000 Bug 159078 – slow highlight 2007-02-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 159078 – slow highlight Do not update the match hilite during a selection-drag. Record unsuccesful regex matches, so we can quickly determine whether the cursor is still inside the blank region. * src/vte-private.h: * src/vte.c: (vte_terminal_match_check_internal), (rowcol_inside_match), (vte_terminal_match_check), (_vte_terminal_set_pointer_visible), (vte_terminal_match_hilite_clear), (vte_terminal_match_hilite_show), (vte_terminal_match_hilite_hide), (vte_terminal_match_hilite_update), (vte_terminal_match_hilite), (vte_terminal_motion_notify), (vte_terminal_button_press), (vte_terminal_focus_in), (vte_terminal_focus_out), (vte_terminal_enter), (vte_terminal_leave), (vte_terminal_init), (vte_terminal_unrealize), (vte_terminal_draw_rows), (vte_terminal_paint): svn path=/trunk/; revision=1739 ChangeLog | 21 ++++++ src/vte-private.h | 4 +- src/vte.c | 208 ++++++++++++++++++++++++++++++++++++++++++------------ src/vtexft.c | 7 +- 4 files changed, 189 insertions(+), 51 deletions(-) commit 5e833e3796c867152ab1345e16d06e4c35d5d3fa Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 21:14:55 2007 +0000 A couple of compiler warnings and avoid unnecessary arithmetic. 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> A couple of compiler warnings and avoid unnecessary arithmetic. * src/vte.c: (_vte_terminal_set_default_attributes), (find_start_column), (find_end_column), (vte_terminal_start_selection), (vte_terminal_extend_selection), (vte_terminal_draw_rows), (vte_terminal_paint): * src/vtexft.c: (_vte_xft_font_open), (_vte_xft_font_for_char), (_vte_xft_char_width), (_vte_xft_unlock_fonts), (_vte_xft_start), (_vte_xft_clip), (_vte_xft_set_text_font), (_vte_xft_draw_text): svn path=/trunk/; revision=1738 ChangeLog | 12 ++++++++++++ src/vte.c | 52 +++++++++++++++++++++++++--------------------------- src/vtexft.c | 46 +++++++++++++++++++--------------------------- 3 files changed, 56 insertions(+), 54 deletions(-) commit 2914a06ebea030f7cc87e01ab4cb3c4f397ed976 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Fri Feb 23 21:01:56 2007 +0000 Updated Norwegian bokmÃ¥l translation. 2007-02-23 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmÃ¥l translation. svn path=/trunk/; revision=1737 po/ChangeLog | 4 ++++ po/nb.po | 64 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 39 insertions(+), 29 deletions(-) commit f163b4389d4e9a01b1aa41c356c40d9b624dbce9 Author: Andre Klapper <a9016009@gmx.de> Date: Fri Feb 23 20:06:54 2007 +0000 Updated German translation. 2007-02-23 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=1736 po/ChangeLog | 4 ++++ po/de.po | 36 +++++++++++++++++++++--------------- 2 files changed, 25 insertions(+), 15 deletions(-) commit 26deb3f942b4916864f8ba81397c5c0456d93e6a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 19:00:29 2007 +0000 Bug 411276 – SVN trunk compilation error Part 2. 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 411276 – SVN trunk compilation error Part 2. * configure.in: Check that the header file defines FcStrFree before checking for the availability of the function. Complete hack, but appears to work. svn path=/trunk/; revision=1735 ChangeLog | 10 ++++++++++ configure.in | 10 +++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) commit 39eb40adc143e140be920ba39777780bb06daf1f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 18:15:29 2007 +0000 Bug 411276 – SVN trunk compilation error 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 411276 – SVN trunk compilation error * configure.in: Ubuntu Edgy appears to have a broken fontconfig-dev package where the function is exported from the library but is missing the corresponding prototypes. So we reorder the determination of the compilation flags before checking for available functions in the hope that the tests will then match the results at compile time. svn path=/trunk/; revision=1734 ChangeLog | 12 ++++ configure.in | 192 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 110 insertions(+), 94 deletions(-) commit 728c62c88fd6475ba02f07a36672a26431d1eda0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 16:10:30 2007 +0000 Prevent a deadlock on recursively grabbing the gdk_mutex. 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_io_read): Prevent a deadlock on recursively grabbing the gdk_mutex. svn path=/trunk/; revision=1733 ChangeLog | 5 +++++ src/vte.c | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) commit 0e510fe7354ac3987f0c0b10521768063eb40560 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Feb 23 16:02:29 2007 +0000 only set in the input active flag if we actually read in data svn path=/trunk/; revision=1732 src/vte.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 7d683f4c600ab76f90899dde4e5e49307931e182 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Feb 23 15:51:25 2007 +0000 missing cancellations from previous patch svn path=/trunk/; revision=1731 src/vte.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 3bad172349963d030ffcacca90585fb9b3b93bcd Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 15:49:23 2007 +0000 Heuristic to avoid a read when it's likely to just return EAGAIN. 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> Heuristic to avoid a read when it's likely to just return EAGAIN. * src/vte-private.h: * src/vte.c: (vte_terminal_io_read), (process_timeout), (update_repeat_timeout), (update_timeout): svn path=/trunk/; revision=1730 ChangeLog | 8 ++++++++ src/vte-private.h | 1 + src/vte.c | 23 +++++++++++++++++------ 3 files changed, 26 insertions(+), 6 deletions(-) commit 713bb7322e8e012deccabe331b21a5b9a60864ba Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 13:21:02 2007 +0000 Add a new debug flag to monitor draw operations. Don't issue individual 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> Add a new debug flag to monitor draw operations. Don't issue individual glyphs for is_local_graphic() in the middle of a run. * src/debug.c: (_vte_debug_parse_string): * src/debug.h: * src/vte.c: (vte_terminal_unichar_is_local_graphic), (vte_terminal_draw_rows), (vte_terminal_paint): * src/vtedraw.c: (_vte_draw_init_user), (_vte_draw_init_default), (_vte_draw_new), (_vte_draw_free), (_vte_draw_get_visual), (_vte_draw_get_colormap), (_vte_draw_start), (_vte_draw_end), (_vte_draw_set_background_color), (_vte_draw_set_background_image), (_vte_draw_requires_repaint), (_vte_draw_clip), (_vte_draw_clear), (_vte_draw_set_text_font), (_vte_draw_get_text_width), (_vte_draw_get_text_height), (_vte_draw_get_text_ascent), (_vte_draw_get_char_width), (_vte_draw_get_using_fontconfig), (_vte_draw_text), (_vte_draw_char), (_vte_draw_has_char), (_vte_draw_fill_rectangle), (_vte_draw_draw_rectangle), (_vte_draw_set_scroll): * src/vtedraw.h: * src/vteft2.c: (_vte_ft2_draw_has_char): * src/vtegl.c: (_vte_gl_draw_has_char): * src/vtepango.c: (_vte_pango_draw_has_char): * src/vtepangox.c: (_vte_pango_x_draw_has_char): * src/vteskel.c: (_vte_skel_draw_has_char): * src/vtexft.c: (_vte_xft_draw_has_char): svn path=/trunk/; revision=1729 ChangeLog | 29 +++++++ src/debug.c | 3 + src/debug.h | 3 +- src/vte.c | 46 +++++++---- src/vtedraw.c | 252 +++++++++++++++++++++++++++++++++----------------------- src/vtedraw.h | 2 + src/vteft2.c | 16 ++++ src/vtegl.c | 16 ++++ src/vtepango.c | 7 ++ src/vtepangox.c | 8 ++ src/vteskel.c | 7 ++ src/vtexft.c | 16 ++++ 12 files changed, 281 insertions(+), 124 deletions(-) commit 2b0e46223ad2952192f3aa7d2e18b0f636f843f4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 12:24:55 2007 +0000 Don't break a glyph run for a graphic, issue the draw and continue. 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_draw_rows): Don't break a glyph run for a graphic, issue the draw and continue. svn path=/trunk/; revision=1728 ChangeLog | 6 ++++++ src/vte.c | 20 ++++++++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) commit 7e2654510c7fe848162021a698ddba2b90cf7d59 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 11:23:55 2007 +0000 Cache the font metrics on the vte_xft_font, avoids having to remeasure 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> Cache the font metrics on the vte_xft_font, avoids having to remeasure when opening a new terminal. * src/vtexft.c: (_vte_xft_font_open), (_vte_xft_set_text_font): svn path=/trunk/; revision=1727 ChangeLog | 7 +++ src/vtexft.c | 173 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 102 insertions(+), 78 deletions(-) commit 4074098e6fc909d6ae0dfe027303ac9887a10809 Author: Daniel Nylander <dnylande@src.gnome.org> Date: Fri Feb 23 11:07:48 2007 +0000 sv.po: Swedish translation updated svn path=/trunk/; revision=1726 po/ChangeLog | 4 ++++ po/sv.po | 48 ++++++++++++++++++++++++++---------------------- 2 files changed, 30 insertions(+), 22 deletions(-) commit f8a9f3061c250df61eca14dae46f82417dc42974 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Feb 23 10:38:25 2007 +0000 Gtk+ style whitespace. svn path=/trunk/; revision=1725 src/vtexft.c | 277 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 138 insertions(+), 139 deletions(-) commit 94d80e84a70f7a995d87cc0655a2a0bdb68a192e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 23 10:31:41 2007 +0000 Share XftFonts between terminal backends and preserve faces from the 2007-02-23 Chris Wilson <chris@chris-wilson.co.uk> Share XftFonts between terminal backends and preserve faces from the previous draw - helps prevents font cache thrashing inside libXft. * src/vtexft.c: (_vte_xft_font_hash), (_vte_xft_font_equal), (_vte_xft_font_open), (_vte_xft_font_close), (_vte_xft_font_for_char), (_vte_xft_unlock_fonts), (_vte_xft_destroy), (_vte_xft_start), (_vte_xft_end), (ptr_array_zeroed_new), (_vte_xft_set_text_font), (_vte_xft_get_char_width), (_vte_xft_draw_text), (_vte_xft_draw_char): svn path=/trunk/; revision=1724 ChangeLog | 13 ++++ src/vte.c | 4 +- src/vtexft.c | 218 ++++++++++++++++++++++++++++++++++++++++++----------------- 3 files changed, 172 insertions(+), 63 deletions(-) commit 64f20a84331a2041cabc124e5872a75fd91cd31b Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org> Date: Fri Feb 23 06:15:19 2007 +0000 Updated Thai translation. * th.po: Updated Thai translation. svn path=/trunk/; revision=1723 po/ChangeLog | 4 ++++ po/th.po | 44 ++++++++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 20 deletions(-) commit 501e4ac85ce7448a56e7f2fa0c6215d0e5dfef26 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 22 21:52:28 2007 +0000 Bug 410986 – Fails to build with -z defs Patch by Loïc Minier. 2007-02-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 410986 – Fails to build with -z defs Patch by Loïc Minier. * src/Makefile.am: Add FreeType to the libs. svn path=/trunk/; revision=1722 ChangeLog | 8 ++++++++ src/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit 8857022e7d29a2bb02f589ed0077705927f8c7b3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 22 17:49:44 2007 +0000 Return in the face of error as we appear to hit this in the wild. 2007-02-22 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_send): Return in the face of error as we appear to hit this in the wild. svn path=/trunk/; revision=1721 ChangeLog | 6 ++++++ src/vte.c | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) commit 307a95c978f9ad6c8b29deecd27c54ce36609950 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Thu Feb 22 17:29:19 2007 +0000 ChangeLog typos svn path=/trunk/; revision=1720 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7106d026c5db11543764082606c5447ccde25b9e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 22 17:28:41 2007 +0000 Bug 410819 – slider not correctly positioned after calling less 2007-02-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 410819 – slider not correctly positioned after calling less * src/vte.c: (_vte_terminal_adjust_adjustments), (_vte_terminal_adjust_adjustments_full), (vte_terminal_maybe_scroll_to_top), (vte_terminal_size_allocate), (vte_terminal_set_scrollback_lines): * src/vteseq.c: (vte_sequence_handler_decset_internal): Fixup a lost of issues with changing the number of scroll back lines, such as missing value_changed signals for the scrollbar and a couple of missing CLAMPs. svn path=/trunk/; revision=1719 ChangeLog | 13 +++++++++++ src/vte.c | 74 ++++++++++++++++++++++++++++++++++++------------------------ src/vteseq.c | 3 +++ 3 files changed, 61 insertions(+), 29 deletions(-) commit fd3ffb8989d073db4079921fa6cac91d505d30e8 Author: Alexander Shopov <ash@contact.bg> Date: Thu Feb 22 06:18:08 2007 +0000 Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> 2007-02-22 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=1718 po/ChangeLog | 5 ++++ po/bg.po | 81 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 47 insertions(+), 39 deletions(-) commit 66fc0365dadffa77c032ab6185eb672af30eba31 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 22 01:08:32 2007 +0000 After adjusting the current profile, the last line gets chomped. 2007-02-22 Chris Wilson <chris@chris-wilson.co.uk> After adjusting the current profile, the last line gets chomped. * src/vte.c: (vte_terminal_set_scrollback_lines): svn path=/trunk/; revision=1717 ChangeLog | 6 ++++++ src/vte.c | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 7b160c1c82642f889cdfc72b4ba20cbc6f9af475 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 21 23:30:39 2007 +0000 cf Bug 410534 – Slow content scrolling, takes 100% of CPU. 2007-02-21 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 410534 – Slow content scrolling, takes 100% of CPU. * src/vte.c: (vte_terminal_scroll), (vte_terminal_set_scrollback_lines): Operate on scroll delta directly as adjustment->value updates are not instantaneous and we may have several scroll events before the next update. svn path=/trunk/; revision=1716 ChangeLog | 10 ++++++++++ src/vte.c | 22 ++++++++++------------ 2 files changed, 20 insertions(+), 12 deletions(-) commit 807b83906e19ecb22e17107e1bbc8a8e5567ce9c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 21 23:06:30 2007 +0000 Bug 410463 – Poor interactive performance with multiple terminals 2007-02-21 Chris Wilson <chris@chris-wilson.co.uk> Bug 410463 – Poor interactive performance with multiple terminals * src/vte.c: (vte_terminal_io_read), (process_timeout), (update_repeat_timeout): When multiple terminals are active, poll the IO sources from within the process/display timeout (akin to interrupt mitigation). Return to normal interrupts when we only have a single active terminal - so we don't sacrifice high performance. svn path=/trunk/; revision=1715 ChangeLog | 12 ++++++++++++ src/vte.c | 20 +++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) commit f56d6009a642389ccc6c544dada62d5e6f878770 Author: Peter Bach <pbach@src.gnome.org> Date: Wed Feb 21 21:10:15 2007 +0000 Updated Danish translation svn path=/trunk/; revision=1714 po/ChangeLog | 4 ++++ po/da.po | 78 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 47 insertions(+), 35 deletions(-) commit 80dc9064f403a4db1afd8e93480d5d421726cd45 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 21 18:42:30 2007 +0000 A small bit of callgrinding, avoid the modulus inside 2007-02-21 Chris Wilson <chris@chris-wilson.co.uk> A small bit of callgrinding, avoid the modulus inside vte_terminal_ensure_cursor() by caching the last row_data. * src/iso2022.c: (process_cdata): * src/ring.c: (_vte_ring_new), (_vte_ring_insert), (_vte_ring_insert_preserve), (_vte_ring_remove): * src/ring.h: * src/table.c: (_vte_table_match): * src/vte.c: (_vte_terminal_ensure_cursor), (_vte_terminal_insert_char), (vte_terminal_process_incoming): svn path=/trunk/; revision=1713 ChangeLog | 13 ++++++++ src/iso2022.c | 11 +++---- src/ring.c | 29 ++++++++++++++--- src/ring.h | 10 ++++-- src/table.c | 12 ++++---- src/vte.c | 99 +++++++++++++++++++++++++++++++---------------------------- 6 files changed, 108 insertions(+), 66 deletions(-) commit beba8f7b96e83ee43d42cb56b04fa7e59091d029 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Feb 21 17:22:30 2007 +0000 Trivial little script that counts to a large number. svn path=/trunk/; revision=1712 perf/inc.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) commit d4b27d3d7d14836972d03f778e16c0e001c51c2d Author: Hendrik Richter <hendrikr@gnome.org> Date: Wed Feb 21 11:33:13 2007 +0000 Updated German translation. 2007-02-21 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=1711 po/ChangeLog | 4 ++++ po/de.po | 65 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 40 insertions(+), 29 deletions(-) commit d7d7d2910dad2c095c24b3984a7ebfe3d29c34df Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 21 10:40:37 2007 +0000 Callgrind strikes again... Inserting a char is a rare operation 2007-02-21 Chris Wilson <chris@chris-wilson.co.uk> Callgrind strikes again... Inserting a char is a rare operation (especially in the scrolling benchmark!) so only read the old cell during an insert. This wins about 5% during a hexdump. * src/iso2022.c: (_vte_iso2022_find_nextctl), (_vte_iso2022_fragment_input), (process_cdata): * src/vte.c: (_vte_terminal_insert_char): * src/vteseq.c: (vte_sequence_handler_sf): svn path=/trunk/; revision=1710 ChangeLog | 12 +++++++++++ src/iso2022.c | 41 ++++++++++++++++++------------------- src/vte.c | 66 ++++++++++++++++++++--------------------------------------- src/vteseq.c | 2 -- 4 files changed, 54 insertions(+), 67 deletions(-) commit 6406d0b4606be0f84ee78f2b17e2820ca2b29c0e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 21 01:25:30 2007 +0000 RedHat Bug 113195: First line displayed incorrectly if prompt changes 2007-02-21 Chris Wilson <chris@chris-wilson.co.uk> RedHat Bug 113195: First line displayed incorrectly if prompt changes background color e.g. PS1='\e[46m[\u@\h:\w]\e[m \e[45m' The issue is when we insert a char on a new row and the background is not the default, we fill the entire row with the *current* colour. This behaviour is incorrect, and the fix is to fill to the end of the line on a carriage return. * src/vte-private.h: * src/vte.c: (_vte_terminal_ensure_cursor), (_vte_terminal_insert_char), (vte_terminal_process_incoming), (vte_terminal_send): * src/vteseq.c: (vte_sequence_handler_ce), (vte_sequence_handler_cr), (vte_sequence_handler_cs), (vte_sequence_handler_cS), (vte_sequence_handler_cursor_lower_left), (vte_sequence_handler_dc), (vte_sequence_handler_ic), (vte_sequence_handler_sf): svn path=/trunk/; revision=1709 ChangeLog | 21 ++++++++++++ src/vte-private.h | 1 - src/vte.c | 100 +++++++++++++++++------------------------------------- src/vteseq.c | 44 ++++++++++++------------ 4 files changed, 75 insertions(+), 91 deletions(-) commit 1781474c681a30b60429754dc5595fe1c1f8da22 Author: Artur Flinta <aflinta@cvs.gnome.org> Date: Tue Feb 20 23:24:51 2007 +0000 Updated Polish translation by GNOME PL Team. 2007-02-21 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=1708 po/ChangeLog | 4 ++++ po/pl.po | 54 ++++++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 26 deletions(-) commit 46333c9867ccabd661c8c01b0e806e7adbbe7bd8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 20 23:03:35 2007 +0000 RedHat Bug 123845: gnome-terminal not parsing cursor position escape 2007-02-20 Chris Wilson <chris@chris-wilson.co.uk> RedHat Bug 123845: gnome-terminal not parsing cursor position escape sequence properly * src/caps.c: * src/vteseq.c: (vte_sequence_handler_cm): Add 'ESC [ Pn H' to cursor-position and provide default values. svn path=/trunk/; revision=1707 ChangeLog | 9 +++++++++ src/caps.c | 1 + src/vteseq.c | 21 ++++++++++++--------- 3 files changed, 22 insertions(+), 9 deletions(-) commit 83f80298b69e6a66b82c361025d7785fc4f9a7a9 Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> Date: Tue Feb 20 00:55:57 2007 +0000 Updated Brazilian Portuguese translation. 2007-02-19 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation. svn path=/trunk/; revision=1706 po/ChangeLog | 4 +++ po/pt_BR.po | 80 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 47 insertions(+), 37 deletions(-) commit 1a1634d2c6792059cf2de9917c77b5fa9efddec0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 20 00:01:28 2007 +0000 Bug 409055 – Terminal stays blank 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> Bug 409055 – Terminal stays blank Due to GTK+ coallescing of XExposeEvents it was possible for our GdkExposeEvent to arrive before the GdkVisibilityEvent associated with the mapping of our toplevel and so we discarded the event as we believed we were still unviewable. * src/vte.c: (_vte_invalidate_cells), (vte_terminal_expose), (reset_update_regions): Assume that all GdkExposeEvents have been checked for suitability before delivery. We know this true for locally generated expose events which are extensively checked during invalidation, and we presume that X will not generate expose events on unmapped or otherwise unviewable windows. svn path=/trunk/; revision=1705 ChangeLog | 17 +++++++++++++++++ src/vte.c | 41 ++++++++++++++++++++--------------------- 2 files changed, 37 insertions(+), 21 deletions(-) commit a1f56b97b89dc1c1cbd177ed6b521d80701f6045 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 21:26:59 2007 +0000 Dead code elimination. 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (_vte_terminal_adjust_adjustments), (_vte_terminal_adjust_adjustments_full): Dead code elimination. svn path=/trunk/; revision=1704 ChangeLog | 6 ++++++ src/vte.c | 18 ------------------ 2 files changed, 6 insertions(+), 18 deletions(-) commit 503597c87626d7dae2cc647b3e6dc5619bf150dd Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 20:55:17 2007 +0000 A simple script to dump a fixed amount of random data to the terminal. 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> * perf/random.sh: A simple script to dump a fixed amount of random data to the terminal. svn path=/trunk/; revision=1703 ChangeLog | 6 ++++++ perf/random.sh | 3 +++ 2 files changed, 9 insertions(+) commit 4790d005efd075f8208d870a2cfe83d5bca7276e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 20:22:29 2007 +0000 A few more trivial incremental improvements. 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> A few more trivial incremental improvements. * src/Makefile.am: * src/iso2022.c: (_vte_iso2022_map_get): Switch to a VteTree. * src/vte.c: (_vte_terminal_update_insert_delta), (_vte_terminal_insert_char): No need to ensure the cursor when scrolling, only before insertions. * src/vtexft.c: (_vte_xft_font_open), (_vte_xft_font_close), (_vte_xft_font_for_char), (_vte_xft_end): Lock the face over the entire expose. svn path=/trunk/; revision=1702 ChangeLog | 15 +++++++++++++ src/Makefile.am | 6 +++++- src/iso2022.c | 67 ++++++++++++++++++++++++++++++--------------------------- src/vte.c | 20 ++++++----------- src/vtexft.c | 41 ++++++++++++++++++++++++++++++++--- 5 files changed, 99 insertions(+), 50 deletions(-) commit 106e6365a71068637ae7b6e0d533f4819ca4bdcc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 17:34:08 2007 +0000 Improve handling of parallel 'cat /dev/urandom' - notably a crasher in the 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> Improve handling of parallel 'cat /dev/urandom' - notably a crasher in the table matcher, repeated g_getenv processing and wasted time in g_tree_lookup. * src/iso2022.c: (_vte_iso2022_ambiguous_width_guess), (_vte_iso2022_map_init), (_vte_iso2022_map_get), (process_8_bit_sequence), (process_cdata), (_vte_iso2022_process_single), (_vte_iso2022_process): * src/table.c: (_vte_table_match): * src/vte-private.h: svn path=/trunk/; revision=1701 ChangeLog | 13 ++++++++ src/iso2022.c | 88 ++++++++++++++++++++++++++----------------------------- src/table.c | 8 ++--- src/vte-private.h | 4 +-- 4 files changed, 61 insertions(+), 52 deletions(-) commit 92eb97daf593c1d447f1bdb6ac43734b662d10b3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 16:43:06 2007 +0000 In conjunction with the previous fix, since the terminal can be removed 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (update_timeout): In conjunction with the previous fix, since the terminal can be removed from the active list by vte_terminal_process_incoming() we need to be careful whilst iterating along the active list. svn path=/trunk/; revision=1700 ChangeLog | 8 ++++++++ src/vte.c | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit 2741c86680b5dc6f7c44cbd1a1c9fd50112e8bfd Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 16:32:01 2007 +0000 <fcrozat> ickle: hi.. our kernel hacker just found a nice reproducible 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> <fcrozat> ickle: hi.. our kernel hacker just found a nice reproducible crash in vte :) <ickle> oh, joy <fcrozat> very easy to reproduce cat /dev/urandom wait 2 or 3S then press Ctrl-Shift-T to open a new tab => crash * src/vte.c: (process_timeout), (update_repeat_timeout): vte_terminal_process_incoming() can trigger a terminal reset which will remove the terminal from the active list, and then we attempt to remove it again after handling the incoming data. The fix is simple - don't delete the link if the the terminal is no longer active. svn path=/trunk/; revision=1699 ChangeLog | 18 ++++++++++++++++++ src/vte.c | 18 ++++++++++++------ 2 files changed, 30 insertions(+), 6 deletions(-) commit cf0fb7920f04f8e42a55fa795d7f9b1844212821 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 15:11:31 2007 +0000 As noticed on bug 409055, we do not receive a visibility-notify event when 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> As noticed on bug 409055, we do not receive a visibility-notify event when we switch workspaces (or even when the window is iconified). The workaround for this is to watch for our toplevel being unmapped and set the fully-obscured flag. * src/vte.c: (vte_terminal_configure_toplevel), (vte_terminal_unmap_toplevel), (vte_terminal_hierarchy_changed), (vte_terminal_set_visibility), (vte_terminal_visibility_notify): svn path=/trunk/; revision=1698 ChangeLog | 11 +++++++++++ src/vte.c | 56 ++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 51 insertions(+), 16 deletions(-) commit b4992b6d191eb4fb8806a0aa527244e4a31d58a0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 12:05:38 2007 +0000 Add the visibility state to the debug output. 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (visibility_state_str), (vte_terminal_visibility_notify), (vte_terminal_init), (vte_terminal_realize): Add the visibility state to the debug output. svn path=/trunk/; revision=1697 ChangeLog | 7 +++++++ src/vte.c | 32 +++++++++++++++++++++++--------- 2 files changed, 30 insertions(+), 9 deletions(-) commit 4172d95cb93212898d76513c2a7851cf56441eeb Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 10:24:57 2007 +0000 Add the configuration details to config.log as well. 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> * configure.in: Add the configuration details to config.log as well. svn path=/trunk/; revision=1696 ChangeLog | 5 +++++ configure.in | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit bd1b365df62aaa0c13f30c9540a2e895d364f045 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 09:48:32 2007 +0000 Bug 409241 – gnome-terminal crashed with SIGSEGV in 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> Bug 409241 – gnome-terminal crashed with SIGSEGV in vte_terminal_draw_graphic() * src/vte.c: (vte_terminal_paint): Lookup fore/back colours before attempting to draw the graphic character behind the unfocused cursor. svn path=/trunk/; revision=1695 ChangeLog | 8 ++++++++ src/vte.c | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) commit 9b942a0267e95ff19ab137559cd069b41b730b5a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 19 09:25:22 2007 +0000 Add VTE_DEBUG_EVENT info. 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_visibility_notify): Add VTE_DEBUG_EVENT info. svn path=/trunk/; revision=1694 ChangeLog | 5 +++++ src/vte.c | 6 ++++++ 2 files changed, 11 insertions(+) commit c46666b8242919c39c0752100cd8742fc0982d3a Author: Priit Laes <plaes@svn.gnome.org> Date: Sun Feb 18 10:02:30 2007 +0000 Updated Estonian translation by Ivar Smolin <okul@linux.ee>. 2007-02-18 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=1693 po/ChangeLog | 4 ++++ po/et.po | 67 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 39 insertions(+), 32 deletions(-) commit a398804b7feec0fb03a03451c2a7804b9356c3b6 Author: Takeshi AIHANA <takeshi.aihana@gmail.com> Date: Fri Feb 16 23:43:03 2007 +0000 Updated Japanese translation. 2007-02-17 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=1692 po/ChangeLog | 4 ++++ po/ja.po | 68 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 39 insertions(+), 33 deletions(-) commit cccb71086babba14b64fd9c779d96748a0234da6 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Feb 16 14:11:42 2007 +0000 Argh! The actual ChangeLog entry for the previous commit. svn path=/trunk/; revision=1691 ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 73021c8e3cb4cbcf2768bcd5c29a8665458d6b8b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 16 14:08:58 2007 +0000 Bug 407945 – "GNOME" Terminal" regression after "vte" update when using 2007-02-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 407945 – "GNOME" Terminal" regression after "vte" update when using "csh" When passing multiple versions of the same environment variable to execve (i.e g_spawn) the result is undefined. So we solve the ambiguity by using the application passed env to override values from the current environment. * src/pty.c: (collect_variables), (merge_environ), (_vte_pty_run_on_pty): svn path=/trunk/; revision=1690 ChangeLog | 7 +++++++ src/pty.c | 57 +++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 52 insertions(+), 12 deletions(-) commit b55651f6faa018937802b38ba3f1429b5c3a2005 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 16 10:57:31 2007 +0000 Bug 408536 – trouble compiling vte 0.15.3 2007-02-16 Chris Wilson <chris@chris-wilson.co.uk> Bug 408536 – trouble compiling vte 0.15.3 * configure.in: * src/vtefc.c: (_vte_fc_patterns_from_pango_font_desc): Check for availability of FcStrFree() - only used for debugging purposes so we can live without it. svn path=/trunk/; revision=1689 ChangeLog | 9 +++++++++ configure.in | 9 +++++++++ src/vtefc.c | 4 ++++ 3 files changed, 22 insertions(+) commit 6098cf74cdf324c0fdb826ff1fd4df98b88b60de Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 15 11:56:49 2007 +0000 Guard against a missing default number of rows or columns inside the 2007-02-15 Chris Wilson <chris@chris-wilson.co.uk> Guard against a missing default number of rows or columns inside the termcap. * src/vte-private.h: * src/vte.c: (vte_terminal_set_emulation), (vte_terminal_init): svn path=/trunk/; revision=1688 ChangeLog | 8 ++++++++ src/vte-private.h | 2 ++ src/vte.c | 13 ++++++++++--- 3 files changed, 20 insertions(+), 3 deletions(-) commit 2d1fef27219bef094bdd04cb585c848c1215fd36 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 15 08:19:27 2007 +0000 Bug 408040 – vte automagic hyperlinks Patch by Gilles Dartiguelongue. 2007-02-15 Chris Wilson <chris@chris-wilson.co.uk> Bug 408040 – vte automagic hyperlinks Patch by Gilles Dartiguelongue. * src/vteapp.c: Correct the typo in the nntp protocol matcher. svn path=/trunk/; revision=1687 ChangeLog | 8 ++++++++ src/vteapp.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit 8b036e7c225d43345d82008bfc5ba6725d71128d Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Thu Feb 15 01:24:09 2007 +0000 Updated Portuguese translation. 2007-02-15 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=1686 po/ChangeLog | 4 ++++ po/pt.po | 67 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 40 insertions(+), 31 deletions(-) commit b80a9798602233a081464fdd390eb3534e3b3bbb Author: Amanpreet Singh Alam <aman@src.gnome.org> Date: Thu Feb 15 00:34:31 2007 +0000 updating for Punjabi svn path=/trunk/; revision=1685 po/pa.po | 98 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 51 insertions(+), 47 deletions(-) commit 48a52da16aa0441747bb8bf7724b9c6f7f682b49 Author: Daniel Nylander <dnylande@src.gnome.org> Date: Wed Feb 14 22:40:30 2007 +0000 sv.po: Swedish translation updated svn path=/trunk/; revision=1684 po/ChangeLog | 4 +++ po/sv.po | 95 ++++++++++++++++++++++++++++-------------------------------- 2 files changed, 48 insertions(+), 51 deletions(-) commit 31e2986dca529750c385054e64baf46321f2ac30 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Feb 14 16:38:08 2007 +0000 Add Damien's name to the ChangeLog as he was one who did all the hard work. svn path=/trunk/; revision=1683 ChangeLog | 1 + 1 file changed, 1 insertion(+) commit 086654fb2e81ad7dada38cc43776233510c9eba0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 14 16:36:15 2007 +0000 Bug 407839 – Use of environ breaks build on Solaris 2007-02-14 Chris Wilson <chris@chris-wilson.co.uk> Bug 407839 – Use of environ breaks build on Solaris * src/pty.c: extern char **environ - glibc was 'conveniently' declaring it for us... svn path=/trunk/; revision=1682 ChangeLog | 8 ++++++++ src/pty.c | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit eec5e1ba2ba41c43726b828c5dabdc6453e2bfc8 Author: Yair Hershkovitz <yairhr@src.gnome.org> Date: Wed Feb 14 14:08:10 2007 +0000 updated hebrew translation svn path=/trunk/; revision=1681 po/ChangeLog | 4 ++++ po/he.po | 61 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 37 insertions(+), 28 deletions(-) commit 78a5644a40c0cfed1f74a2844646141561a2c710 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 13 10:14:58 2007 +0000 uws reported that scrolling inside screen with a status line was broken. 2007-02-13 Chris Wilson <chris@chris-wilson.co.uk> uws reported that scrolling inside screen with a status line was broken. Indeed any scrolling inside an alternative screen was broken, e.g. plain vim would not always update the topmost line. The issue was the interaction with the deferred value-changed signal emission and failing to correctly maintain the current scroll_delta. The fix is that we always now apply changes to the scroll_delta and swap scroll_delta with adjustment->value before the deferred signal emission to correctly trigger the handle_scroll(). * src/vte-private.h: * src/vte.c: (_vte_invalidate_cells), (vte_terminal_emit_adjustment_changed), (vte_terminal_queue_adjustment_value_changed), (_vte_terminal_adjust_adjustments), (_vte_terminal_adjust_adjustments_full), (vte_terminal_maybe_scroll_to_bottom), (vte_terminal_process_incoming), (vte_terminal_extend_selection), (vte_terminal_handle_scroll), (vte_terminal_set_scrollback_lines): * src/vteseq.c: (vte_sequence_handler_sf): svn path=/trunk/; revision=1680 ChangeLog | 22 ++++++++++++++++++ src/vte-private.h | 1 - src/vte.c | 67 +++++++++++++++++++++++++++++++------------------------ src/vteseq.c | 10 --------- 4 files changed, 60 insertions(+), 40 deletions(-) commit 51ec6a83743a6f93445f8bd10fcaed4c80e62f6c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 13 08:51:37 2007 +0000 Bug 407358 – regression in mouse selection 2007-02-13 Chris Wilson <chris@chris-wilson.co.uk> Bug 407358 – regression in mouse selection * src/vte.c: (vte_terminal_motion_notify): When outside the terminal we used an uninitialised variable to determine the mouse tracking mode. svn path=/trunk/; revision=1679 ChangeLog | 8 ++++++++ src/vte.c | 15 ++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) commit 05c6997a2d188fdfba05f074ae473913db8ec50c (tag: vte_0_15_3) Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Feb 13 05:02:16 2007 +0000 Released vte-0.15.3. 2007-02-12 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.3. * NEWS: Updated. * configure.in: Bumped version to 0.15.3. * src/Makefile.am: Bumped libtool version to 11:0:2. svn path=/trunk/; revision=1677 ChangeLog | 10 +++++++++ NEWS | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- src/Makefile.am | 6 +++--- 4 files changed, 79 insertions(+), 4 deletions(-) commit d00f6be542887348cae7c1c92b538f39655fccd4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 12 17:50:22 2007 +0000 Restore autoscroll behaviour. 2007-02-12 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_extend_selection), (vte_terminal_motion_notify): Restore autoscroll behaviour. svn path=/trunk/; revision=1676 ChangeLog | 6 ++++++ src/vte.c | 34 ++++++++++++++++++++-------------- 2 files changed, 26 insertions(+), 14 deletions(-) commit ff3baedb1feaeac07c4d41963caabb3404448fce Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 12 17:35:48 2007 +0000 Invalidate the selected region when starting in select-word or select-line 2007-02-12 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_start_selection): Invalidate the selected region when starting in select-word or select-line mode. svn path=/trunk/; revision=1675 ChangeLog | 6 ++++++ src/vte.c | 10 ++++++++++ 2 files changed, 16 insertions(+) commit afd7d6ce9ef7c3f67fc01df7fe262820cf751a84 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 12 17:19:33 2007 +0000 Restore double-click to select word behaviour, broken by r1671 as the 2007-02-12 Chris Wilson <chris@chris-wilson.co.uk> Restore double-click to select word behaviour, broken by r1671 as the second click occurs in the same place as the first (obviously!). * src/vte.c: (vte_terminal_extend_selection), (vte_terminal_autoscroll), (vte_terminal_motion_notify), (vte_terminal_button_press): svn path=/trunk/; revision=1674 ChangeLog | 9 +++++++++ src/vte.c | 17 +++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) commit cc25041ed39cb173986c2d6b7ec9b546226c45a5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 12 16:37:41 2007 +0000 Bug 407091 – vte_terminal_fork_command() env argument changed semantic 2007-02-12 Chris Wilson <chris@chris-wilson.co.uk> Bug 407091 – vte_terminal_fork_command() env argument changed semantic in 0.15.2 Original patch by Michael Vogt. * src/pty.c: (_vte_pty_run_on_pty): Copy the current environment into the child's. svn path=/trunk/; revision=1673 ChangeLog | 8 ++++++++ src/pty.c | 44 ++++++++++++++++++++++++++++++-------------- 2 files changed, 38 insertions(+), 14 deletions(-) commit 9225efa38d0f685bf8ab4ad6f730b55a824bee43 Author: Ilkka Tuohela <ituohela@src.gnome.org> Date: Mon Feb 12 16:26:06 2007 +0000 Updated Finnish translation svn path=/trunk/; revision=1672 po/ChangeLog | 4 ++++ po/fi.po | 61 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 37 insertions(+), 28 deletions(-) commit 9b1ebc2cc663b935bf8994bf5d21952441a4f34b Author: Chris Wilson <cpwilson@src.gnome.org> Date: Sun Feb 11 18:52:57 2007 +0000 Improve ChangeLog grammar for last entry svn path=/trunk/; revision=1671 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ed71458192cb72a76ae2f0658f2f3f64f34d5db2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 11 18:51:41 2007 +0000 Bug 323393 – Hyper-sensitive selection 2007-02-11 Chris Wilson <chris@chris-wilson.co.uk> Bug 323393 – Hyper-sensitive selection * src/vte.c: (vte_terminal_extend_selection): Don't start (or update) the selection until you have move off the current cell (character). svn path=/trunk/; revision=1670 ChangeLog | 8 ++++++++ src/vte.c | 12 +++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) commit 27bdcfcf116ba09540100e1c9e4e37058cbee0ef Author: Chris Wilson <cpwilson@src.gnome.org> Date: Sun Feb 11 18:31:20 2007 +0000 Eliminate dead code from last commit. svn path=/trunk/; revision=1669 src/vte.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit 211b8c3fd9395992baf00f18b9ff0e6141039e0f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 11 18:20:01 2007 +0000 Bug 406763 – Selecting double-wide characters 2007-02-11 Chris Wilson <chris@chris-wilson.co.uk> Bug 406763 – Selecting double-wide characters * src/vte.c: (start_column), (end_column), (vte_terminal_start_selection), (vte_terminal_extend_selection), (vte_terminal_draw_rows): Extend selection to include fragment cells i.e. double-wide characters. svn path=/trunk/; revision=1668 ChangeLog | 10 +++++++++ src/vte.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 65 insertions(+), 16 deletions(-) commit 1977853482af88000cd868f97d75f21b73fa5e77 Author: Ihar Hrachyshka <iharh@src.gnome.org> Date: Sun Feb 11 15:55:55 2007 +0000 be.po: Updated Belarusian translation. svn path=/trunk/; revision=1667 po/ChangeLog | 4 ++++ po/be.po | 77 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 44 insertions(+), 37 deletions(-) commit 82aae53f5f6df2b3711f2562416f2bf94610998e Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org> Date: Sun Feb 11 09:26:56 2007 +0000 Added Thai translation. * th.po: Added Thai translation. svn path=/trunk/; revision=1666 po/ChangeLog | 4 ++++ po/th.po | 66 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 39 insertions(+), 31 deletions(-) commit db8c3398dded800a9570f7b3004b5c4161089344 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Feb 10 21:12:54 2007 +0000 Have a separate adjust_adjustments for when we know that the page size and 2007-02-10 Chris Wilson <chris@chris-wilson.co.uk> Have a separate adjust_adjustments for when we know that the page size and step lengths may have changed. * src/vte.c: (_vte_terminal_adjust_adjustments), (_vte_terminal_adjust_adjustments_full), (vte_terminal_set_scrollback_lines), (vte_terminal_reset): svn path=/trunk/; revision=1665 ChangeLog | 9 ++++++++ src/vte.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 83 insertions(+), 4 deletions(-) commit e1e03bfea1cdec959d7fe151c45a68bef74d0d19 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Feb 10 01:18:14 2007 +0000 Prevent the display of garbage after resizing and switching between 2007-02-10 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (_vte_terminal_adjust_adjustments), (vte_terminal_size_allocate), (vte_terminal_set_scrollback_lines): Prevent the display of garbage after resizing and switching between alternate screens. However, instead of displaying garbage after the cursor, we lose some data above the current scroll delta, should we have a full history. Bizarre. svn path=/trunk/; revision=1664 ChangeLog | 10 ++++++++++ src/vte.c | 28 ++++++++++++++++++++-------- 2 files changed, 30 insertions(+), 8 deletions(-) commit 0298c00f6fc3ecc8704ed5a73180b2dcfa43804c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 9 22:26:03 2007 +0000 Do not allow to scroll past the last line after reducing scrollback lines. 2007-02-09 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (_vte_terminal_adjust_adjustments): Do not allow to scroll past the last line after reducing scrollback lines. * src/vtexft.c: (_vte_xft_set_text_font): Ensure a fallback height is set. svn path=/trunk/; revision=1663 ChangeLog | 8 ++++++++ src/vte.c | 8 ++++---- src/vtexft.c | 3 +++ 3 files changed, 15 insertions(+), 4 deletions(-) commit 315d4022bdf7d966bdd4d3494ad0653cf232655b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 9 20:42:36 2007 +0000 Reuse VteRowData whilst in the row. 2007-02-09 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_get_text_range_maybe_wrapped): Reuse VteRowData whilst in the row. svn path=/trunk/; revision=1662 ChangeLog | 5 +++++ src/vte.c | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) commit 324b43bd592e0b7598eb3b895247a0234cf42e57 Author: Stéphane Raimbault <stephane.raimbault@gmail.com> Date: Fri Feb 9 19:22:06 2007 +0000 Updated French translation by Jonathan Ernst and Stéphane Raimbault. 2007-02-09 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Jonathan Ernst and Stéphane Raimbault. svn path=/trunk/; revision=1661 po/ChangeLog | 5 +++++ po/fr.po | 70 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 42 insertions(+), 33 deletions(-) commit 406b4112f009278210bfed3d5b02ffe87e53f506 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Feb 9 19:03:13 2007 +0000 Remove the incomplete ChangeLog entry svn path=/trunk/; revision=1660 ChangeLog | 10 ---------- 1 file changed, 10 deletions(-) commit fc9491db2c696d3fdf04c6305722a578991f2dab Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 9 19:02:51 2007 +0000 Rework to reduce number of times mutex is taken and shorten the hold. 2007-02-09 Chris Wilson <chris@chris-wilson.co.uk> Rework to reduce number of times mutex is taken and shorten the hold. * src/vte.c: (vte_terminal_queue_adjustment_changed), (vte_terminal_queue_adjustment_value_changed), (vte_terminal_io_read), (vte_terminal_paint), (vte_terminal_add_process_timeout), (vte_terminal_is_processing), (vte_terminal_start_processing): svn path=/trunk/; revision=1659 ChangeLog | 20 ++++++++++++++++++++ src/vte.c | 42 ++++++++++++++++++++---------------------- 2 files changed, 40 insertions(+), 22 deletions(-) commit 1b2331370cddeb42e37ac7d9cfbbe6968969139d Author: Djihed Afifi <djihed@src.gnome.org> Date: Fri Feb 9 17:37:21 2007 +0000 Updated Arabic Translation. svn path=/trunk/; revision=1658 po/ChangeLog | 4 ++++ po/ar.po | 47 ++++++++++++++++++++++++----------------------- 2 files changed, 28 insertions(+), 23 deletions(-) commit ed0571e099a5288ee4ca769b5f16165910346711 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 9 15:42:27 2007 +0000 A number of small bug fixes... - do not override the user setting of 2007-02-09 Chris Wilson <chris@chris-wilson.co.uk> A number of small bug fixes... - do not override the user setting of scrollback lines with the terminal size. - only set the current screen rather than both and so reset the scrollback lines when we switch between normal and alternate. - do not invalidate inside set_scrollback lines as setting does not actually modify the on-screen contents. - push the scroll-adjustment to the post-processing emission. - queue timeouts on value change (should be a no-op) - reorder emission so that scrolling occurs before invalidating the window (ie so that the scroll happens this cycle, not next). Still unsolved: the clamping of the cursor when switching between alternate screens. * src/vte-private.h: * src/vte.c: (vte_terminal_emit_adjustment_changed), (vte_terminal_queue_adjustment_changed), (vte_terminal_queue_adjustment_value_changed), (_vte_terminal_adjust_adjustments), (vte_terminal_scroll_pages), (vte_terminal_maybe_scroll_to_top), (vte_terminal_maybe_scroll_to_bottom), (_vte_terminal_ensure_cursor), (_vte_terminal_update_insert_delta), (vte_terminal_process_incoming), (vte_terminal_extend_selection), (vte_terminal_autoscroll), (vte_terminal_handle_scroll), (vte_terminal_size_allocate), (vte_terminal_scroll), (vte_terminal_background_update), (vte_terminal_queue_background_update), (vte_terminal_set_scrollback_lines), (vte_terminal_reset), (add_process_timeout), (vte_terminal_add_process_timeout), (vte_terminal_start_processing), (update_repeat_timeout), (update_timeout): * src/vteseq.c: (vte_sequence_handler_scroll_up_or_down), (vte_sequence_handler_decset_internal), (vte_sequence_handler_al), (vte_sequence_handler_dl), (vte_sequence_handler_sf), (vte_sequence_handler_sr), (vte_sequence_handler_clear_screen), (vte_sequence_handler_cursor_character_absolute), (vte_sequence_handler_insert_lines), (vte_sequence_handler_delete_lines), (vte_sequence_handler_screen_alignment_test): svn path=/trunk/; revision=1657 ChangeLog | 43 ++++++++++ src/vte-private.h | 3 +- src/vte.c | 243 +++++++++++++++++++++++++----------------------------- src/vteseq.c | 34 ++++---- 4 files changed, 174 insertions(+), 149 deletions(-) commit 677f408192eb94bc12acd3fb259fc0d832f36aa4 Author: David Lodge <dlodge@src.gnome.org> Date: Fri Feb 9 12:26:52 2007 +0000 Updated (British) English translation svn path=/trunk/; revision=1656 po/ChangeLog | 4 ++++ po/en_GB.po | 69 +++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 44 insertions(+), 29 deletions(-) commit 9edec5976463f7730393e2cfcfd714dc22dad1c7 Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org> Date: Fri Feb 9 01:24:26 2007 +0000 Updated Catalan translation. svn path=/trunk/; revision=1655 po/ChangeLog | 4 ++++ po/ca.po | 71 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 43 insertions(+), 32 deletions(-) commit a1fdc00df38d789aeb646098039b60e07dc70135 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 8 23:41:55 2007 +0000 whitespace 2007-02-08 Chris Wilson <chris@chris-wilson.co.uk> * src/vteapp.c: (main): whitespace svn path=/trunk/; revision=1654 ChangeLog | 4 ++++ src/vteapp.c | 31 +++++++++++++++---------------- 2 files changed, 19 insertions(+), 16 deletions(-) commit 66669bb79539819035041c526be2ba10e70dc2c9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 8 23:38:36 2007 +0000 Bug 363597 – Scrollback in profile dialog doesn't work 2007-02-08 Chris Wilson <chris@chris-wilson.co.uk> Bug 363597 – Scrollback in profile dialog doesn't work * src/vte-private.h: * src/vte.c: (vte_terminal_init), Only use SCROLLBACK_MIN during initialisation, so rename it to SCROLLBACK_INIT. (vte_terminal_set_scrollback_lines): Remove MAX(lines, SCROLLBACK_MIN) and update code comments to reduce confusion. svn path=/trunk/; revision=1653 ChangeLog | 12 ++++++++++++ src/vte-private.h | 2 +- src/vte.c | 9 ++++----- 3 files changed, 17 insertions(+), 6 deletions(-) commit f7965513089c1c3e0d736c1fc1f558a387822a9f Author: Mariano Suárez-Alvarez <mariano@gnome.org> Date: Thu Feb 8 21:48:06 2007 +0000 do something useful with --geometry. 2007-02-08 Mariano Suárez-Alvarez <mariano@gnome.org> * src/vteapp.c(main): do something useful with --geometry. svn path=/trunk/; revision=1652 ChangeLog | 4 ++++ src/vteapp.c | 18 ++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) commit 2248057a2a30e0af2403b7ada2374317e2c16ea4 Author: Djihed Afifi <djihed@src.gnome.org> Date: Thu Feb 8 20:10:28 2007 +0000 Updated Arabic Translation. svn path=/trunk/; revision=1651 po/ChangeLog | 4 ++++ po/ar.po | 46 ++++++++++++++++++++++------------------------ 2 files changed, 26 insertions(+), 24 deletions(-) commit b3ada446dc6e9554689375ac7b1f67c3c47b889b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 8 17:34:40 2007 +0000 Use gtk_widget_get_(screen|display) which will itself return a default if 2007-02-08 Chris Wilson <chris@chris-wilson.co.uk> Use gtk_widget_get_(screen|display) which will itself return a default if not currently attached. * src/vtedraw.c: (_vte_draw_get_colormap): * src/vtefc.c: (_vte_fc_defaults_from_gtk): * src/vtegl.c: (_vte_gl_check), (_vte_gl_create), (_vte_gl_destroy), (_vte_gl_start), (_vte_gl_end), (_vte_gl_clear), (_vte_gl_draw_text), (_vte_gl_rectangle): * src/vterdb.c: (_vte_rdb_get): * src/vteseq.c: (vte_sequence_handler_window_manipulation): svn path=/trunk/; revision=1650 ChangeLog | 13 +++++++++++ configure.in | 2 +- src/vtedraw.c | 6 +---- src/vtefc.c | 15 ++++-------- src/vtegl.c | 74 +++++++++++++++++++---------------------------------------- src/vterdb.c | 6 ++--- src/vteseq.c | 6 +---- 7 files changed, 46 insertions(+), 76 deletions(-) commit 15d58f1309f45e3eb02a7e46cd74440170b13b78 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 8 14:06:53 2007 +0000 Some more callgrinding - kill a little bit of overhead. 2007-02-08 Chris Wilson <chris@chris-wilson.co.uk> Some more callgrinding - kill a little bit of overhead. * src/iso2022.c: (_vte_iso2022_sequence_length), (_vte_iso2022_fragment_input), (process_control): * src/matcher.c: (_vte_matcher_free_params_array): * src/vteconv.c: (_vte_conv): svn path=/trunk/; revision=1649 ChangeLog | 9 ++++++ src/iso2022.c | 102 +++++++++++++++++++++++++++++++++++++++++++++------------- src/matcher.c | 8 ++--- src/vteconv.c | 11 +++---- 4 files changed, 98 insertions(+), 32 deletions(-) commit 385746c4b6bc1afb008e719aa7846106255e0e81 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 7 16:57:57 2007 +0000 Actually return whether or not we found the char in _vte_xft_font_for_char 2007-02-07 Chris Wilson <chris@chris-wilson.co.uk> Actually return whether or not we found the char in _vte_xft_font_for_char - saves having to double check afterwards! * src/vtexft.c: (_vte_xft_font_for_char), (_vte_xft_set_text_font), (_vte_xft_draw_text): svn path=/trunk/; revision=1648 ChangeLog | 8 +++++ src/vtexft.c | 97 ++++++++++++++++++++---------------------------------------- 2 files changed, 40 insertions(+), 65 deletions(-) commit 7111e266695e7b8ef2daa6e0c6508cfe58154aed Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 7 16:03:30 2007 +0000 As spotted perusing roxterm, we fail to redraw after changing the text 2007-02-07 Chris Wilson <chris@chris-wilson.co.uk> As spotted perusing roxterm, we fail to redraw after changing the text colour. * src/vte.c: (vte_terminal_set_color_internal): Remember to invalidate all! svn path=/trunk/; revision=1647 ChangeLog | 8 ++++++++ src/vte.c | 3 +++ 2 files changed, 11 insertions(+) commit 4d59212a11ca8157d3a49f2b0e85230c2bb73a3b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 7 10:15:51 2007 +0000 Scan for newlines before and after the current row to find the entire line 2007-02-07 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_match_check_internal): Scan for newlines before and after the current row to find the entire line in case of soft-wrapping. svn path=/trunk/; revision=1646 ChangeLog | 6 ++++++ src/vte.c | 12 ++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 523d88614c859385c3430130ae49c5bba11683fe Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 7 09:49:20 2007 +0000 Bug 345344 – Pattern matching is inefficient Bug 324246 – Performance 2007-02-07 Chris Wilson <chris@chris-wilson.co.uk> Bug 345344 – Pattern matching is inefficient Bug 324246 – Performance degredation with large numbers of highlighted addresses/URLs * src/vte.c: (vte_terminal_match_check_internal): Trim the searched string down to the row containing the pointer. During a mutt session this drops the time consumed by regexec from ~30% to ~2%. Note: multi-line regexes are now unsupported! svn path=/trunk/; revision=1645 ChangeLog | 11 ++++++ src/vte.c | 125 ++++++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 92 insertions(+), 44 deletions(-) commit ecc00ed00303b06fb764a8beb092ea56fb7968e6 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 7 00:45:02 2007 +0000 Avoid the strlen when possible. 2007-02-07 Chris Wilson <chris@chris-wilson.co.uk> * src/vteseq.c: (_vte_sequence_get_handler): Avoid the strlen when possible. svn path=/trunk/; revision=1644 ChangeLog | 5 +++++ src/vteseq.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) commit 941e00dee9b6ab5168ae0b6226794758734528a4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Feb 7 00:07:40 2007 +0000 Some cleanups and a bug... 2007-02-07 Chris Wilson <chris@chris-wilson.co.uk> Some cleanups and a bug... vte_terminal_match_hilite() compared the current cell to the last mouse position without a floor(). * src/vte.c: (vte_terminal_process_incoming), (vte_terminal_match_hilite), (vte_terminal_select_all), (vte_terminal_select_none), (vte_terminal_motion_notify), (vte_terminal_button_press): svn path=/trunk/; revision=1643 ChangeLog | 12 ++++++++++++ src/vte.c | 67 +++++++++++++++++++++++++++++++++------------------------------ 2 files changed, 47 insertions(+), 32 deletions(-) commit c7ee539681e4bc62474acf51ea97136b7ffcfaec Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 22:29:39 2007 +0000 Bug 86119 – "select all" feature Original patch by Simone Gotti. 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> Bug 86119 – "select all" feature Original patch by Simone Gotti. * src/vte.c: (vte_terminal_select_all), (vte_terminal_select_none): * src/vte.h: Add 2 new API entry points to select the entire contents and clear the current selection. svn path=/trunk/; revision=1642 ChangeLog | 10 ++++++++++ src/vte.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vte.h | 4 ++++ 3 files changed, 75 insertions(+) commit 40d798732f1f59d4dc6f4e635ae0466ddb96d7f0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 22:02:22 2007 +0000 Bug 342059 – ASCII escape sequences don't work as expected Correction by 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> Bug 342059 – ASCII escape sequences don't work as expected Correction by Mariano Suárez-Alvarez. * src/vteseq.c: (vte_sequence_handler_cursor_character_absolute): OBO on the parameter. svn path=/trunk/; revision=1641 ChangeLog | 8 ++++++++ src/vteseq.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit e8788fb343b122f77dcb087c3644633d59649fbe Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 21:47:58 2007 +0000 Bug 342059 – ASCII escape sequences don't work as expected Patch by 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> Bug 342059 – ASCII escape sequences don't work as expected Patch by Mariano Suárez-Alvarez. * src/vteseq.c: (vte_sequence_handler_cursor_character_absolute): Provide a default value. svn path=/trunk/; revision=1640 ChangeLog | 8 ++++++++ src/vteseq.c | 21 +++++++++++++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) commit 8d0525d71c15affc86448ba204bcddd94f1dbf56 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 19:02:38 2007 +0000 And finally as noted on bug 324246#c8 hide the hilite when the mouse 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> And finally as noted on bug 324246#c8 hide the hilite when the mouse leaves the terminal (show again when it enters and let motion-notify correct it later). * src/vte.c: (vte_terminal_enter), (vte_terminal_leave), (vte_terminal_realize), (vte_terminal_class_init): svn path=/trunk/; revision=1639 ChangeLog | 9 +++++++++ src/vte.c | 39 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 46 insertions(+), 2 deletions(-) commit 1cb4420af95031508802786ea876a86ab1bc61e7 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 18:43:19 2007 +0000 As noted on bug 324246#c8, hide the hilite when the focus disappears. On 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> As noted on bug 324246#c8, hide the hilite when the focus disappears. On focus restore the match for the last mouse coordinates and let motion-notify take care of the rest. * src/vte.c: (vte_terminal_match_hilite_update), (vte_terminal_match_hilite), (vte_terminal_focus_in): svn path=/trunk/; revision=1638 ChangeLog | 6 ++++-- src/vte.c | 53 +++++++++++++++++++++++++++++++++++------------------ 2 files changed, 39 insertions(+), 20 deletions(-) commit 35d8895c49716e77b91c74bab75089ba6a6e3540 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 18:35:02 2007 +0000 As noted on bug 324246#c8, hide the hilite when the focus disappears. 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> As noted on bug 324246#c8, hide the hilite when the focus disappears. Depend upon motion-notify events to show the hilite. * src/vte.c: (vte_terminal_focus_out): svn path=/trunk/; revision=1637 ChangeLog | 7 +++++++ src/vte.c | 1 + 2 files changed, 8 insertions(+) commit e972b042a3901d1f0f9e1059a391330c799a58df Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 16:49:41 2007 +0000 Convert the exposed rectangles to cells and remerge them. 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> Convert the exposed rectangles to cells and remerge them. * src/vte.c: (vte_terminal_expand_region), (vte_terminal_paint_area), (vte_terminal_paint): svn path=/trunk/; revision=1636 ChangeLog | 7 ++++++ src/vte.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 73 insertions(+), 9 deletions(-) commit bcb9cce88b1ac694c42f72a875fc8de4707fe5bf Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 14:05:26 2007 +0000 As noted on Bug 401052#c13, vte fails to completely clear the cell's 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> As noted on Bug 401052#c13, vte fails to completely clear the cell's previous contents. * src/vte.c: (_vte_invalidate_cells): Grow the invalidate region by a single pixel to accomodate antialiased pseudo-bold characters. svn path=/trunk/; revision=1635 ChangeLog | 9 +++++++++ src/vte.c | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) commit 2e35e0e588ceb00b3b4196ca63c6f5d37611d17f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 14:03:33 2007 +0000 Move status_line_changed to post-processing emission. 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> Move status_line_changed to post-processing emission. * src/vte-private.h: * src/vte.c: (_vte_terminal_insert_char), (vte_terminal_reset), (vte_terminal_emit_pending_signals): * src/vteseq.c: (vte_sequence_handler_ts): svn path=/trunk/; revision=1634 ChangeLog | 9 +++++++++ src/vte-private.h | 2 +- src/vte.c | 11 +++++++++-- src/vteseq.c | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) commit 1ed564c990e5d793ce102f9ee9dbb5d67045c070 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 11:31:48 2007 +0000 Clamp down on needless invalidates during selection. 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> Clamp down on needless invalidates during selection. As commented on in Bug 401052#c10 * src/vte.c: (_vte_invalidate_region), (vte_terminal_deselect_all), (vte_terminal_match_hilite_clear), (vte_terminal_start_selection), (vte_terminal_extend_selection): svn path=/trunk/; revision=1633 ChangeLog | 10 +++++ src/vte.c | 130 ++++++++++++++++++++++++++++++++------------------------------ 2 files changed, 77 insertions(+), 63 deletions(-) commit 93592983597e5bec9df8e61637f65c9cbffddeb8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 10:27:52 2007 +0000 Don't needlessly break the text run on a space if we are not drawing cell 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_draw_rows): Don't needlessly break the text run on a space if we are not drawing cell attributes. svn path=/trunk/; revision=1632 ChangeLog | 6 ++++++ src/vte.c | 12 +++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) commit 2b125a856e2afee11252bdb75ed420f08fc721d1 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 6 08:49:56 2007 +0000 One more G_UNLIKELY Avoid expensive hiliting if the pointer is not in the 2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> * src/iso2022.c: (_vte_iso2022_is_ambiguous_ht): One more G_UNLIKELY * src/vte.c: (vte_terminal_match_hilite), (vte_terminal_motion_notify): Avoid expensive hiliting if the pointer is not in the window. * src/vteregex.c: (_vte_regex_exec): Prefer g_new(x,n) over g_malloc(sizeof(x)*n) svn path=/trunk/; revision=1631 ChangeLog | 10 ++++++++++ src/iso2022.c | 2 +- src/vte.c | 20 +++++++++++++++++++- src/vteregex.c | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) commit 7fb0dfdb947d98ff2aa2e01266f3517df2c24b9a Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Feb 5 23:22:56 2007 +0000 Simple to script to scroll UTF-8 text. svn path=/trunk/; revision=1630 perf/utf8.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) commit e8a2e72779bf6701e10d73354818d1734d2f6d12 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 21:55:38 2007 +0000 Bug 404757 – URL matching doesn't work with PCRE 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> Bug 404757 – URL matching doesn't work with PCRE * configure.in: mention the inconsistency in the help string and default to no. svn path=/trunk/; revision=1629 ChangeLog | 7 +++++++ configure.in | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 102053e8c98dfa69450c5d8b3e85a5570a5eab0c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 17:09:27 2007 +0000 Don't draw cell attributes across spaces. 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_draw_rows): Don't draw cell attributes across spaces. svn path=/trunk/; revision=1628 ChangeLog | 5 +++++ src/vte.c | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) commit 5ef6ed835427ef0eefa3b2f3694bbed53d208991 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 16:05:20 2007 +0000 A couple more G_LIKELYs. 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (_vte_terminal_insert_char): A couple more G_LIKELYs. svn path=/trunk/; revision=1627 ChangeLog | 5 +++++ src/vte.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit be36839768c3a3ec2d6734dce47b96fdda248bbc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 13:55:55 2007 +0000 Bug 403028 – decset mode 12 = blinking cursor 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> Bug 403028 – decset mode 12 = blinking cursor * src/vteseq.c: (vte_sequence_handler_decset_internal): Following convention, disallow the application's control over the blinking cursor in favour of the user's setting. svn path=/trunk/; revision=1626 ChangeLog | 8 ++++++++ src/vteseq.c | 2 ++ 2 files changed, 10 insertions(+) commit 25007669b49652093e6d14699e5d5a4b15a77ce8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 13:38:56 2007 +0000 Some more small callgrind tweaks - well into the law of diminishing 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> Some more small callgrind tweaks - well into the law of diminishing returns. * src/iso2022.c: (_vte_iso2022_is_ambiguous_ht), (_vte_iso2022_is_ambiguous), (process_8_bit_sequence), (process_cdata), (_vte_iso2022_unichar_width): * src/matcher.c: (_vte_matcher_free_params_array): * src/vte.c: (vte_terminal_process_incoming): svn path=/trunk/; revision=1625 ChangeLog | 11 +++++++++++ src/iso2022.c | 37 +++++++++++++++++++++---------------- src/matcher.c | 3 +-- src/vte.c | 3 +-- 4 files changed, 34 insertions(+), 20 deletions(-) commit 589e6df7291dae65b02fe9223f40c916e2c4ade7 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 12:33:49 2007 +0000 Beware the trivial change. Handle reuse of GValueArray correctly. 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> Beware the trivial change. Handle reuse of GValueArray correctly. * src/matcher.c: (_vte_matcher_match): * src/table.c: (_vte_table_match): * src/trie.c: (_vte_trie_match): * src/vte.c: (vte_terminal_process_incoming): svn path=/trunk/; revision=1624 ChangeLog | 9 +++++++++ src/matcher.c | 2 +- src/table.c | 4 ++-- src/trie.c | 17 +++++++++-------- src/vte.c | 14 ++++++++------ 5 files changed, 29 insertions(+), 17 deletions(-) commit 94ce0b006861d54d8e683e2cec93d79be28908c5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 12:15:36 2007 +0000 And kill the leak as vte_table_match erroneously cleared its output 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> * src/table.c: (_vte_table_match): And kill the leak as vte_table_match erroneously cleared its output arguments. svn path=/trunk/; revision=1623 ChangeLog | 6 ++++++ src/table.c | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) commit 8109c64664cf26422e9efb3256f665d5b5214c58 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 10:47:28 2007 +0000 The continual reallocation of GValueArray is the last trivially avoidable 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> The continual reallocation of GValueArray is the last trivially avoidable g_realloc. * src/interpret.c: (main): * src/matcher.c: (_vte_matcher_create), (_vte_matcher_destroy), (_vte_matcher_match), (_vte_matcher_free_params_array): * src/matcher.h: * src/table.c: (_vte_table_extract_string): * src/trie.c: (_vte_trie_matchx), (_vte_trie_match), (main): * src/vte.c: (vte_terminal_process_incoming): svn path=/trunk/; revision=1622 ChangeLog | 13 +++++++++++++ src/interpret.c | 2 +- src/matcher.c | 32 ++++++++++++++++++++++---------- src/matcher.h | 2 +- src/table.c | 13 ++++++------- src/trie.c | 48 +++++++++++++++++++++++++----------------------- src/vte.c | 3 ++- 7 files changed, 70 insertions(+), 43 deletions(-) commit 95d056d80bf4da8e18e3ed059b6eed1c957aa2fa Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 09:54:57 2007 +0000 Missed an important compiler warning. 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> * src/ring.c: (_vte_ring_insert): Missed an important compiler warning. svn path=/trunk/; revision=1621 ChangeLog | 5 +++++ src/ring.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit b307bc5c424787b557df9c69c1f92a7c45c558a8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 5 09:46:43 2007 +0000 cf Bug 342338 – suffers from memory fragmentation 2007-02-05 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 342338 – suffers from memory fragmentation Reuse the last VteRowData instead of immediately freeing it. Avoids recreating and *regrowing* a new GArray on the heap. In the simple scrolling benchmarks this can boost performance by as much as 10%! * src/ring.c: (_vte_ring_insert), (_vte_ring_insert_preserve), (_vte_ring_remove), (_vte_ring_append): * src/ring.h: * src/vte-private.h: * src/vte.c: (_vte_reset_row_data), (_vte_terminal_ensure_cursor), (_vte_terminal_insert_char), (vte_terminal_reset_rowdata): * src/vteseq.c: (vte_insert_line_internal), (vte_sequence_handler_scroll_up_or_down), (vte_sequence_handler_cd), (vte_sequence_handler_sf), (vte_sequence_handler_clear_screen), (vte_sequence_handler_screen_alignment_test): svn path=/trunk/; revision=1620 ChangeLog | 22 ++++++++++++++++ src/ring.c | 71 +++++++++++++++++++++++++------------------------ src/ring.h | 8 +++--- src/vte-private.h | 2 ++ src/vte.c | 44 ++++++++++++++++++++++++------- src/vteseq.c | 79 ++++++++++++++++++++++++++++++++++++++++++------------- 6 files changed, 159 insertions(+), 67 deletions(-) commit 285ebd25406bd8188e6da16f3290aa4682629b92 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 22:22:58 2007 +0000 A few more compiler warnings. 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> A few more compiler warnings. * src/buffer.c: (_vte_buffer_peek_gstring): * src/iso2022.c: (process_control): * src/vteft2.c: (_vte_ft2_set_text_font): * src/vteseq.c: (vte_sequence_handler_set_title_internal): * src/vtetc.c: (_vte_termcap_parse_file): svn path=/trunk/; revision=1619 ChangeLog | 10 ++++++++++ src/buffer.c | 2 +- src/iso2022.c | 8 +------- src/vteft2.c | 2 +- src/vteseq.c | 6 +++--- src/vtetc.c | 2 +- 6 files changed, 17 insertions(+), 13 deletions(-) commit ee4147edf2bff9a844a5b1e2f1c17fc5f988afa0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 21:53:01 2007 +0000 Bug 106618 – CJK 'fixed width' font and 's p a c e d o u t' issue 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> Bug 106618 – CJK 'fixed width' font and 's p a c e d o u t' issue * src/vtedraw.h: * src/vteglyph.c: (_vte_glyph_cache_set_font_description): * src/vtepango.c: (_vte_pango_set_text_font): * src/vtepangox.c: (_vte_pango_x_set_text_font): * src/vtexft.c: (_vte_xft_set_text_font): Detect a change in font between wide-chars and recheck for a fixed-width estimate. svn path=/trunk/; revision=1618 ChangeLog | 12 ++++++++++++ src/vtedraw.h | 7 ++++++- src/vteglyph.c | 24 ++++++++++++++++++++---- src/vtepango.c | 5 +++-- src/vtepangox.c | 5 +++-- src/vtexft.c | 23 +++++++++++++++++++---- 6 files changed, 63 insertions(+), 13 deletions(-) commit 71b1922740896554509a64e77c4f3598a2031b71 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Sun Feb 4 21:44:35 2007 +0000 Revert the accidentally applied patch for bug 324246. patch said is was trying to reverse a revered patch - it lied. svn path=/trunk/; revision=1617 src/vte.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) commit 65eeaaa02a838e4309133628055fd93fe2b60210 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 21:40:44 2007 +0000 Micro-opts. 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> Micro-opts. * src/table.c: (_vte_table_match): No need set to NULL. * src/vte.c: (_vte_terminal_ensure_cursor): If we have added some rows, the last is the current. svn path=/trunk/; revision=1616 ChangeLog | 9 +++++++++ src/table.c | 2 +- src/vte.c | 10 +++++----- 3 files changed, 15 insertions(+), 6 deletions(-) commit 936abce0f37e25033f92660d5496e726828d656d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 20:19:08 2007 +0000 Move window/icon title changed to the post-processing emission - helps 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> Move window/icon title changed to the post-processing emission - helps with the artificial benchmark of replaying a recorded jhbuild script. * src/vte-private.h: * src/vte.c: (vte_terminal_finalize), (vte_terminal_emit_icon_title_changed), (vte_terminal_emit_window_title_changed), (vte_terminal_emit_pending_signals): * src/vteseq.c: (vte_sequence_handler_set_title_internal): svn path=/trunk/; revision=1615 ChangeLog | 12 ++++++++++++ src/vte-private.h | 4 ++++ src/vte.c | 48 +++++++++++++++++++++++++++++++++++++++++++++--- src/vteseq.c | 36 ++++++------------------------------ 4 files changed, 67 insertions(+), 33 deletions(-) commit 69c2c22f9be0c9e28f3ca4512ada0cb299783634 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 18:58:09 2007 +0000 Broke clear-to-end-of-line by lowering the number of cells appended, 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> Broke clear-to-end-of-line by lowering the number of cells appended, instead of the number of cells invalidated. * src/vte.c: (vte_terminal_draw_rows): * src/vteseq.c: (vte_sequence_handler_ce): svn path=/trunk/; revision=1614 ChangeLog | 8 ++++++++ src/vte.c | 13 ++++++------- src/vteseq.c | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) commit 0d4331ffbeea7a92d68525b55205f1ae1a6b1fe4 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Sun Feb 4 17:40:03 2007 +0000 Spelling corrections. svn path=/trunk/; revision=1613 ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2ddb77285675c657d704e4bfb1431167088b4fff Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 16:18:44 2007 +0000 cf Bug 83285 – Treacle-slow scrolling in gnome-terminal on unaccelerated 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 83285 – Treacle-slow scrolling in gnome-terminal on unaccelerated X server Another chunk of performance improvements - the majority focussing on reducing the amount of work down per interrupt (input data from child). To handle reads without addition copies VTE_INPUT_CHUNK_SIZE chunks are allocated on demand and filled from read with no further copy - previously the read was into a local buffer and then immediately copied into a _vte_buffer. _vte_iso2022_process() is then adjusted to use a ptr+length, rather than a _vte_buffer and is called for every input chunk (taking special care over the boundary cases). * src/interpret.c: (main): * src/iso2022.c: (_vte_iso2022_fragment_input), (process_8_bit_sequence), (process_cdata), (_vte_iso2022_process): * src/iso2022.h: * src/vte-private.h: * src/vte.c: (get_chunk), (release_chunk), (prune_chunks), (_vte_incoming_chunks_release), (_vte_incoming_chunks_length), (_vte_incoming_chunks_count), (_vte_incoming_chunks_reverse), (vte_terminal_match_check_internal), (_vte_terminal_ensure_cursor), (vte_terminal_set_colors), (_vte_terminal_insert_char), (vte_terminal_catch_child_exited), (vte_terminal_eof), (vte_terminal_process_incoming), (_vte_terminal_feed_chunks), (vte_terminal_io_read), (vte_terminal_feed), (vte_terminal_send), (vte_terminal_init), (vte_terminal_finalize), (vte_terminal_reset), (remove_from_active_list), (need_processing), (update_regions), (update_repeat_timeout): * src/vte.h: * src/vteseq.c: (vte_sequence_handler_cb), (vte_sequence_handler_ce), (vte_sequence_handler_ec): svn path=/trunk/; revision=1612 ChangeLog | 36 +++++ src/interpret.c | 3 +- src/iso2022.c | 61 ++++--- src/iso2022.h | 5 +- src/vte-private.h | 9 +- src/vte.c | 470 +++++++++++++++++++++++++++++++++++++++--------------- src/vte.h | 1 - src/vteseq.c | 17 +- 8 files changed, 422 insertions(+), 180 deletions(-) commit d5defbeda929f31723f2a571e0f387d11d7c15e0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 16:06:50 2007 +0000 Store whether the codeset is ambiguous in a state variable, rather than 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> Store whether the codeset is ambiguous in a state variable, rather than every processing loop. * src/iso2022.c: (_vte_iso2022_is_ambiguous), (_vte_iso2022_state_new), (_vte_iso2022_find_nextctl): svn path=/trunk/; revision=1611 ChangeLog | 8 ++++++++ src/iso2022.c | 18 ++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) commit 5e903c991928a6f3d111f9604e85618d78bfe930 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 16:03:39 2007 +0000 Remove zero-initialisers after g_slice_new0(). Print out the width range. 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c: (_vte_xft_create), (_vte_xft_destroy): Remove zero-initialisers after g_slice_new0(). * src/vtexft.c :(_vte_xft_set_text_font): Print out the width range. svn path=/trunk/; revision=1610 ChangeLog | 7 +++++++ src/vtexft.c | 23 +++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) commit 8099a6296069fafcbf8d5879704b401ea9ae374b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 16:01:15 2007 +0000 Missing space between -Wflags. 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> * configure.in: Missing space between -Wflags. svn path=/trunk/; revision=1609 ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 2bb339aaaae27e50956cf0bb71bb3c87a72707a5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Feb 4 16:00:20 2007 +0000 Eliminate the temporary g_sliced parameter list, in favour of on-stack 2007-02-04 Chris Wilson <chris@chris-wilson.co.uk> Eliminate the temporary g_sliced parameter list, in favour of on-stack list. * src/table.c: (_vte_table_arginfo_head_init), (_vte_table_arginfo_alloc), (_vte_table_arginfo_head_revert), (_vte_table_arginfo_head_reverse), (_vte_table_arginfo_head_finalize), (_vte_table_addi), (_vte_table_matchi), (_vte_table_extract_string), (_vte_table_match): svn path=/trunk/; revision=1608 ChangeLog | 12 ++++ src/table.c | 205 +++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 140 insertions(+), 77 deletions(-) commit ed896a8f250dbfbe065e711e2557919a4e403d1d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 2 12:37:13 2007 +0000 Dump the chosen fonts to VTE_DEBUG_MISC. Print out the font metrics ala 2007-02-02 Chris Wilson <chris@chris-wilson.co.uk> * src/vtefc.c: (_vte_fc_patterns_from_pango_font_desc): Dump the chosen fonts to VTE_DEBUG_MISC. * src/vteft2.c: (_vte_ft2_set_text_font): Print out the font metrics ala vtexft.c svn path=/trunk/; revision=1607 ChangeLog | 7 +++++++ src/vtefc.c | 11 +++++++++++ src/vteft2.c | 5 +++++ 3 files changed, 23 insertions(+) commit 38870b35c051b21d6ce9aa3ed9c34cc9d9051271 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 2 12:27:03 2007 +0000 Bug 322241 – Please switch to pkg-config to check for freetype 2007-02-02 Chris Wilson <chris@chris-wilson.co.uk> Bug 322241 – Please switch to pkg-config to check for freetype * configure.in: Prefer to use the freetype2.pc if available. svn path=/trunk/; revision=1606 ChangeLog | 7 +++++++ configure.in | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit 05b0b2d1f64a6c9208930e43f2b81ec5106c50e7 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Feb 2 12:12:08 2007 +0000 Bug 322240 – Usage of pkg-config privates header 2007-02-02 Chris Wilson <chris@chris-wilson.co.uk> Bug 322240 – Usage of pkg-config privates header * vte.pc.in: Move @FT2_LIBS@ to Libs.private. svn path=/trunk/; revision=1605 ChangeLog | 7 +++++++ vte.pc.in | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) commit 1d2b8bf16d531efd4d649daf4a09b3f68514fac4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 1 23:26:45 2007 +0000 cf Bug 403275 – crash in Terminal: I was typing reset on th... 2007-02-01 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 403275 – crash in Terminal: I was typing reset on th... Not the crash, just a freeze found whilst trying to reproduce the bug on trunk. * src/vte.c: (remove_from_active_list): Don't remove the terminal from the active list if it still has pending redraws. * src/vte.c: (process_timeout), (update_timeout): Reorder the loop to remove the terminal from the active list if it no longer needs processing. svn path=/trunk/; revision=1604 ChangeLog | 15 +++++++++++++++ src/vte.c | 12 +++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) commit 40584615bfa12c0c3dba969f11dea6fb63617fb5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 1 22:46:02 2007 +0000 Extract the bits the test needs out of debian.vim. 2007-02-01 Chris Wilson <chris@chris-wilson.co.uk> * perf/scroll.vim: Extract the bits the test needs out of debian.vim. svn path=/trunk/; revision=1603 ChangeLog | 5 +++++ perf/scroll.vim | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) commit c83dd80e28ef70bbfb8423e976086a79c038533b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 1 16:20:23 2007 +0000 As spotted on bug 399617c8, we convert an array of unichars to a string 2007-02-01 Chris Wilson <chris@chris-wilson.co.uk> As spotted on bug 399617c8, we convert an array of unichars to a string and then iterate over the string interpreting bytes as unichars. * src/table.c: (_vte_table_extract_numbers): Dispense with the temporary string and process the unichar array directly. svn path=/trunk/; revision=1602 ChangeLog | 10 ++++++++++ src/table.c | 21 ++++++--------------- 2 files changed, 16 insertions(+), 15 deletions(-) commit 5e11ab51348ff7bb01e0afac8058c044bc6750bb Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 1 10:31:04 2007 +0000 Bug 403159 – XftDrawSetClipRectangles() silently fails on ppc->i386 2007-02-01 Chris Wilson <chris@chris-wilson.co.uk> Bug 403159 – XftDrawSetClipRectangles() silently fails on ppc->i386 * src/vtexft.c: (_vte_xft_clip): Precompute clip offsets. svn path=/trunk/; revision=1601 ChangeLog | 7 +++++++ src/vtexft.c | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) commit 31b9530f77e559b507960e9090ae8ff37deeb0cc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Feb 1 00:32:13 2007 +0000 Bug 382245 – __PyGtk_API multiply defined in python module 2007-02-01 Chris Wilson <chris@chris-wilson.co.uk> Bug 382245 – __PyGtk_API multiply defined in python module * configure.in: Add -fno-common to MAYBE_WARN in order to catch future errors of this type. * python/vte.override: Define PYGTK_NO_IMPORT. svn path=/trunk/; revision=1600 ChangeLog | 10 ++++++++++ configure.in | 3 ++- python/vte.override | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) commit 086175a78cd41fd877e8182e2be25071b73c490d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 23:15:11 2007 +0000 Bug 155687 – Scroll region \E[NN;MMr should set cursor to home 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Bug 155687 – Scroll region \E[NN;MMr should set cursor to home Patch originally by Michele Baldessari. * src/vteseq.c: (vte_sequence_handler_cs): Move the cursor to (0,0) rather than clamping the cursor to be inside the scroll region. svn path=/trunk/; revision=1599 ChangeLog | 10 ++++++++++ src/vteseq.c | 6 ++---- 2 files changed, 12 insertions(+), 4 deletions(-) commit f66bd6eba689911aa939a017601777b9a738cbf6 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 22:22:53 2007 +0000 In a few places the contents of a GValue were being used without checking 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> In a few places the contents of a GValue were being used without checking that they were of the expected type. cf Bug 117945 which mentions stack corruption inside vte_sequence_handler_delete_lines() - one of the corrected instances. * src/vteseq.c: (vte_sequence_handler_al), (vte_sequence_handler_cs), (vte_sequence_handler_cS), (vte_sequence_handler_dl), (vte_sequence_handler_character_attributes), (vte_sequence_handler_insert_lines), (vte_sequence_handler_delete_lines), (vte_sequence_handler_device_status_report), (vte_sequence_handler_dec_device_status_report): Check that the GValue holds a long before dereference. svn path=/trunk/; revision=1598 ChangeLog | 18 +++++ src/vteseq.c | 216 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 135 insertions(+), 99 deletions(-) commit 469132e1784df0ff7d0751b532806d5ebbf5acb9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 21:07:46 2007 +0000 Back to the old-style io loop as _vte_buffer_append() is too slow - on a 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Back to the old-style io loop as _vte_buffer_append() is too slow - on a slow system the read can fill before the data is copied (even more apparent under valgrind). * src/vte-private.h: * src/vte.c: (vte_terminal_io_read): svn path=/trunk/; revision=1597 ChangeLog | 9 +++++++++ src/vte-private.h | 2 +- src/vte.c | 17 +++++++++++------ 3 files changed, 21 insertions(+), 7 deletions(-) commit edcf192995f5ca7daabfea981e23ff30a1500271 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 19:50:59 2007 +0000 Use the display stashed inside the font and not the default display! 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Use the display stashed inside the font and not the default display! * src/vtexft.c: (_vte_xft_char_exists), (_vte_xft_text_extents), (_vte_xft_font_open), (_vte_xft_font_close), (_vte_xft_font_for_char), (_vte_xft_draw_text): svn path=/trunk/; revision=1596 ChangeLog | 8 ++++++++ src/vtexft.c | 36 ++++++++++-------------------------- 2 files changed, 18 insertions(+), 26 deletions(-) commit e382c37eb053b6bdea1f293d9aa93fac4e36f519 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 19:02:10 2007 +0000 A mixed bag of cleanups. 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> A mixed bag of cleanups. * configure.in: * src/pty.c: (_vte_pty_set_utf8): Test for existence of tc[sg]etattr. * src/vte-private.h: * src/vte.c: (vte_terminal_emit_adjustment_changed), (vte_terminal_queue_adjustment_changed), (vte_terminal_set_color_internal), (vte_terminal_handle_sequence), (_vte_terminal_enable_input_source), (vte_terminal_io_read), (vte_terminal_init), (vte_terminal_unrealize), (vte_terminal_finalize), (vte_terminal_background_update), (vte_terminal_queue_background_update), (vte_terminal_emit_pending_signals), (process_timeout), (update_repeat_timeout), (update_timeout): Move idle signal emission to display handlers. * src/vtedraw.h: Add '&' to the single width characters. * src/vteseq.c: (_vte_sequence_get_handler): * src/vteseq.h: Drop the extraneous GQuark parameter. * src/vtexft.c: (_vte_xft_set_text_font): Avoid use of strlen for a compile-time fixed length string. svn path=/trunk/; revision=1595 ChangeLog | 26 +++++++++++ configure.in | 2 +- src/pty.c | 14 +++--- src/vte-private.h | 4 +- src/vte.c | 137 ++++++++++++++++++++++++++++-------------------------- src/vtedraw.h | 2 +- src/vteseq.c | 3 +- src/vteseq.h | 3 +- src/vtexft.c | 2 +- 9 files changed, 111 insertions(+), 82 deletions(-) commit 7134bd1fe35596343ef2b919e7ef14a5e1bc6a6c Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Jan 31 15:37:04 2007 +0000 Dropped a most important '!' during last merge. svn path=/trunk/; revision=1594 src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c9280a87e0f27b3caf3948196a7cf5f78b06d7f0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 15:01:36 2007 +0000 Bug 147784 – cursor unvisible under mouse highlight 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Bug 147784 – cursor unvisible under mouse highlight Original patch by Chris Health * src/vte.c: (vte_terminal_paint): Reverse cursor color if it is in the selected region and draw it as an outline. svn path=/trunk/; revision=1593 ChangeLog | 10 ++++++++++ src/vte.c | 53 ++++++++++++++++++++++++++++++++++------------------- 2 files changed, 44 insertions(+), 19 deletions(-) commit dfd5c7d73b0bca978bc47d5b697ba3ea6ccf668b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 13:50:56 2007 +0000 Bug 368894 – crash in Terminal: I started gnome-terminal... 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Bug 368894 – crash in Terminal: I started gnome-terminal... * src/vtebg.c: (vte_bg_cache_search), (vte_bg_get_pixmap), (vte_bg_get_pixbuf): When retrieving a cached pixmap check that the visual matches the current request. svn path=/trunk/; revision=1592 ChangeLog | 9 +++++++++ src/vtebg.c | 12 ++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) commit ccf4b8470fba1441eceb54f4ec5e8410863bf9c9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 13:32:05 2007 +0000 Use gdk_error_trap_{push,pop} around raw Xft calls - about a path outside 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Use gdk_error_trap_{push,pop} around raw Xft calls - about a path outside of vte_draw_{begin,end}. * src/vtexft.c: (_vte_xft_set_text_font): svn path=/trunk/; revision=1591 ChangeLog | 7 +++++++ src/vtexft.c | 4 ++++ 2 files changed, 11 insertions(+) commit 9105d7d5bbcc70bfab88840f262b5efe40e75cb0 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 13:27:17 2007 +0000 Use gdk_error_trap_{push,pop} around raw X11 and Xft calls. cf Bug 368894. 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Use gdk_error_trap_{push,pop} around raw X11 and Xft calls. cf Bug 368894. * src/vtexft.c: (_vte_xft_font_for_char), (_vte_xft_start), (_vte_xft_end): svn path=/trunk/; revision=1590 ChangeLog | 8 ++++++++ src/vtexft.c | 22 ++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) commit 6d4d2801a11d56fcf92896b0bab3f2de8c9fd377 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 12:33:56 2007 +0000 Use gperf to calculate a more optimal vte_sequence_get_handler(). This 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Use gperf to calculate a more optimal vte_sequence_get_handler(). This reduces vte_sequence_get_handler() from ~13% of the runtime during 'seq 1 1e6' to ~.5% (cumulative). * src/Makefile.am: * src/vteseq-2.c: (vteseq_2_hash), (vteseq_2_lookup): * src/vteseq-2.gperf: * src/vteseq-n.c: (vteseq_n_hash), (vteseq_n_lookup): * src/vteseq-n.gperf: * src/vteseq.c: (_vte_sequence_get_handler): svn path=/trunk/; revision=1589 ChangeLog | 13 + src/Makefile.am | 11 + src/vteseq-2.c | 1246 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteseq-2.gperf | 274 ++++++++++++ src/vteseq-n.c | 815 ++++++++++++++++++++++++++++++++++ src/vteseq-n.gperf | 111 +++++ src/vteseq.c | 61 +-- 7 files changed, 2476 insertions(+), 55 deletions(-) commit e427710779ab6d2dbd28f392a300b30311620705 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Jan 31 11:05:24 2007 +0000 And the ChangeLog entry for the last commit. Grrr. svn path=/trunk/; revision=1588 ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) commit 87693a8b96dd1516e25d791208c5e8d764f4ee46 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 31 10:59:42 2007 +0000 Rudimentary vim scrolling benchmark. 2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Rudimentary vim scrolling benchmark. * perf/Makefile.am: * perf/UTF-8-demo.txt: * perf/scroll.vim: * perf/vim.sh: svn path=/trunk/; revision=1587 perf/Makefile.am | 3 + perf/UTF-8-demo.txt | 212 ++++++++++++++++++++++++++++++++++++++++++++++++++++ perf/scroll.vim | 32 ++++++++ perf/vim.sh | 7 ++ 4 files changed, 254 insertions(+) commit d860aa616596055c0c64a47c9255f294e700429e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Jan 30 19:43:06 2007 +0000 Bug 402329 – Rendering problem with underlines and cursor 2007-01-30 Chris Wilson <chris@chris-wilson.co.uk> Bug 402329 – Rendering problem with underlines and cursor * src/vte.c: (vte_terminal_paint): Check hilite state when redrawing character under cursor. svn path=/trunk/; revision=1586 ChangeLog | 7 +++++++ src/vte.c | 22 ++++++++++++++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) commit 60cd6a884d3dddafac9342fdfdb12ebe58dc7cc5 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Tue Jan 30 17:52:12 2007 +0000 fix trivial compile error in last commit svn path=/trunk/; revision=1585 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b48efa17a8fc1671f64a3fe96f8178b4ffd3a98b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Jan 30 17:45:04 2007 +0000 Clean up the read IO loop. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> * src/vte-private.h: * src/vte.c: (vte_terminal_io_read): Clean up the read IO loop. svn path=/trunk/; revision=1584 ChangeLog | 6 ++++++ src/vte-private.h | 2 +- src/vte.c | 39 ++++++++++++++++++--------------------- 3 files changed, 25 insertions(+), 22 deletions(-) commit a180e29a504fa25240d3208a5470cfa875678f25 (tag: vte_0_14_2) Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 17:46:12 2007 +0000 NULL return from pcre_study() does not necessarily mean an error occurred. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> NULL return from pcre_study() does not necessarily mean an error occurred. * src/vteregex.c: (_vte_regex_compile), (_vte_regex_exec): svn path=/trunk/; revision=1580 ChangeLog | 7 +++++++ src/vteregex.c | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit 63ef7cf260fe280afd0b5d5ca99aea38bf8931bf Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 17:34:32 2007 +0000 Kill a couple more compiler warnings. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (_vte_terminal_set_pointer_visible), (_vte_terminal_fudge_pango_colors): Kill a couple more compiler warnings. svn path=/trunk/; revision=1579 ChangeLog | 6 ++++++ src/vte.c | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) commit 9814f9e5cb46a98f1ee7abf18d8d2074e686796b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 17:14:57 2007 +0000 Bug 336105 – gnome-terminal crashes when termcap not found 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> Bug 336105 – gnome-terminal crashes when termcap not found * src/matcher.c: (_vte_matcher_init): * src/vte-private.h: * src/vte.c: (vte_terminal_set_default_tabstops), (vte_terminal_key_press), (vte_terminal_set_emulation), (_vte_terminal_inline_error_message), (vte_terminal_set_termcap), (vte_terminal_init), (vte_terminal_finalize), (vte_terminal_draw_cells): Detect and issue an inline warning when we fail to load a termcap. svn path=/trunk/; revision=1578 ChangeLog | 14 ++++++ src/matcher.c | 53 +++++++++++----------- src/vte-private.h | 2 + src/vte.c | 129 +++++++++++++++++++++++++++++++++--------------------- 4 files changed, 124 insertions(+), 74 deletions(-) commit 4deb919b44bdf2af9b0fb7c333b56e44ad64406c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 16:47:17 2007 +0000 Tighten the invalidated cells. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> Tighten the invalidated cells. * src/vte.c: (_vte_terminal_select_text): * src/vteseq.c: (vte_sequence_handler_cb): svn path=/trunk/; revision=1577 ChangeLog | 7 +++++ src/vte.c | 91 ++++++++++++++++++++++++++++++------------------------------ src/vteseq.c | 2 +- 3 files changed, 53 insertions(+), 47 deletions(-) commit 136c800352d416d7c4257b211653a4412173b4e3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 16:20:47 2007 +0000 More compiler warnings. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> More compiler warnings. * src/vtepangox.c: (_vte_pango_x_set_text_font), (_vte_pango_x_draw_text): * src/vteregex.c: (_vte_regex_exec): svn path=/trunk/; revision=1576 ChangeLog | 8 ++++++++ src/vtepangox.c | 5 ++--- src/vteregex.c | 26 +++++++++++++------------- 3 files changed, 23 insertions(+), 16 deletions(-) commit 4458f91bcb21c9bec6584b2d9ff2efff6d8b6f8d Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Jan 29 16:12:24 2007 +0000 Whitespace touch-up. svn path=/trunk/; revision=1575 configure.in | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) commit 20763c0f09f499c33da5ac368beed75afb34e152 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 16:09:02 2007 +0000 Detect availability of PCRE. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> Detect availability of PCRE. * configure.in: * src/Makefile.am: svn path=/trunk/; revision=1574 ChangeLog | 7 +++++++ configure.in | 16 ++++++++++++++++ src/Makefile.am | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) commit e1ecd0b2aa1391728dae48539b70c04c68b66371 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 15:21:20 2007 +0000 Improve handling of multi-row clears. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> Improve handling of multi-row clears. * src/vte.c: (vte_terminal_draw_cells), (vte_terminal_draw_rows), (vte_terminal_paint): svn path=/trunk/; revision=1573 ChangeLog | 7 ++++ src/vte.c | 112 +++++++++++++++++++++++--------------------------------------- 2 files changed, 49 insertions(+), 70 deletions(-) commit 7707048400d6e77e63c31fc17eadeec51f0028c9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 14:53:34 2007 +0000 Add debugging flags for printing out cells contents and attributes as they 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> Add debugging flags for printing out cells contents and attributes as they are rendered. * src/debug.c: (_vte_debug_parse_string): * src/debug.h: * src/vte.c: (vte_terminal_draw_cells): svn path=/trunk/; revision=1572 ChangeLog | 9 +++++++++ src/debug.c | 3 +++ src/debug.h | 3 ++- src/vte.c | 11 +++++++++++ src/vteft2.c | 2 +- src/vtexft.c | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) commit 55ffe367655986fac869408447c7f6527e085e6d Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Jan 29 14:41:24 2007 +0000 another small missing compare from last commit svn path=/trunk/; revision=1571 src/vte.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 301ab762f28f108d652cbb4fafbcd4a4991e74b3 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Jan 29 14:40:09 2007 +0000 small missing compare from last commit svn path=/trunk/; revision=1570 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7a2047f1d42891731b7badbeecff41c70b7a5404 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 14:36:51 2007 +0000 Don't issue glyph items for blank cells. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_draw_rows): Don't issue glyph items for blank cells. svn path=/trunk/; revision=1569 ChangeLog | 5 +++++ src/vte.c | 54 +++++++++++++++++++++++++++++++----------------------- 2 files changed, 36 insertions(+), 23 deletions(-) commit 39039a31520471520cac6e5ce642827cc33e74c6 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 13:30:50 2007 +0000 Add -Wshadow to MAYBE_WARN 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> * configure.in: Add -Wshadow to MAYBE_WARN * src/ring.c: (_vte_ring_remove): * src/table.c: (_vte_table_matchi): * src/vtedraw.c: (_vte_draw_clip): * src/vteskel.c: Clean up some compiler warnings. svn path=/trunk/; revision=1568 ChangeLog | 10 ++++++++++ configure.in | 2 +- src/ring.c | 2 +- src/table.c | 9 +++++---- src/vtedraw.c | 2 +- src/vteskel.c | 2 +- 6 files changed, 19 insertions(+), 8 deletions(-) commit 541b505fd9b945f4f2838fc0ff82e3ea23783d7b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 13:21:30 2007 +0000 Add the NULL clip func to the skeleton function table. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> * src/vteskel.c: Add the NULL clip func to the skeleton function table. svn path=/trunk/; revision=1567 ChangeLog | 5 +++++ src/vteskel.c | 1 + 2 files changed, 6 insertions(+) commit 08b8edba642cd09a8ab32ca3dec289df537374f3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 13:06:20 2007 +0000 Update match hilite before showing the pointer as the choice of cursor 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> Update match hilite before showing the pointer as the choice of cursor depends on whether the pointer is above a matched region. * src/vte.c: (vte_terminal_motion_notify), (vte_terminal_button_press), (vte_terminal_button_release): svn path=/trunk/; revision=1566 ChangeLog | 8 ++++++++ src/vte.c | 32 +++++++++++++++++--------------- 2 files changed, 25 insertions(+), 15 deletions(-) commit 345f7d53277d1e29f768bc8e163c148000e3f83c Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Jan 29 12:45:17 2007 +0000 missed the ChangeLog entry svn path=/trunk/; revision=1565 ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit ac1b3dd29d8110aa1fa645bef4f847abfa825263 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 12:38:55 2007 +0000 Only update the matched region if we move the pointer outside of the 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> Only update the matched region if we move the pointer outside of the currently matched region. And only invalidate the cells underneath the matched region. * src/vte.c: (_vte_invalidate_region), (vte_terminal_match_hilite_clear), (cursor_inside_match), (vte_terminal_match_hilite), (vte_terminal_draw_rows): svn path=/trunk/; revision=1564 ChangeLog | 8 ++++++ src/vte.c | 96 ++++++++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 75 insertions(+), 29 deletions(-) commit 3642bbe5eee21d433e0c76b0432dd53a1c3e8e94 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 11:45:00 2007 +0000 Fix a memleak. 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> * src/table.c: (_vte_table_free): Fix a memleak. svn path=/trunk/; revision=1563 ChangeLog | 5 +++++ src/table.c | 3 +++ 2 files changed, 8 insertions(+) commit fb7c1e15c6ccab35857820ca95e1a6c99c2fa06e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 11:00:47 2007 +0000 ==26147== 2,895 (352 direct, 2,543 indirect) bytes in 22 blocks are 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> ==26147== 2,895 (352 direct, 2,543 indirect) bytes in 22 blocks are definitely lost in loss record 107 of 170 ==26147== at 0x4021380: malloc (vg_replace_malloc.c:149) ==26147== by 0x4E85965: g_malloc (gmem.c:131) ==26147== by 0x4E95537: g_slice_alloc (gslice.c:777) ==26147== by 0x4E7C255: g_list_prepend (glist.c:95) ==26147== by 0x428B887: vte_terminal_feed (vte.c:10991) ==26147== by 0x429DD20: vte_terminal_io_read (vte.c:3214) ==26147== by 0x4EA7A8C: g_io_unix_dispatch (giounix.c:162) ==26147== by 0x4E7E481: g_main_context_dispatch (gmain.c:2045) ==26147== by 0x4E8145E: g_main_context_iterate (gmain.c:2677) ==26147== by 0x4E81808: g_main_loop_run (gmain.c:2881) ==26147== by 0x45BA503: gtk_main (gtkmain.c:1148) ==26147== by 0x805F7A3: main (terminal.c:1773) * src/vte.c: (remove_from_active_list), (process_timeout), (update_repeat_timeout): g_list_delete_link() is the one that actually frees the link. s/g_list_remove_link/g_list_delete_link/. svn path=/trunk/; revision=1562 ChangeLog | 21 +++++++++++++++++++++ src/vte.c | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) commit ba77eff2c8b3d5ad653a1c715a9c300fc7d56957 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 10:59:01 2007 +0000 ==26147== Conditional jump or move depends on uninitialised value(s) 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> ==26147== Conditional jump or move depends on uninitialised value(s) ==26147== at 0x42AB9F7: _vte_rdb_search (vterdb.c:95) ==26147== by 0x42ABB40: _vte_rdb_quark (vterdb.c:201) ==26147== by 0x42ABB9F: _vte_rdb_get_hintstyle (vterdb.c:241) ==26147== by 0x42A7952: _vte_fc_patterns_from_pango_font_desc (vtefc.c:302) ==26147== by 0x42B4E9B: _vte_xft_set_text_font (vtexft.c:103) ==26147== by 0x42A6BE5: _vte_draw_set_text_font (vtedraw.c:258) ==26147== by 0x428C62B: vte_terminal_ensure_font (vte.c:5963) ==26147== by 0x4290295: vte_terminal_size_request (vte.c:6613) ==26147== by 0x4E25228: g_cclosure_marshal_VOID__BOXED (gmarshal.c:566) ==26147== by 0x4E17038: g_type_class_meta_marshal (gclosure.c:567) ==26147== by 0x4E188FC: g_closure_invoke (gclosure.c:490) ==26147== by 0x4E29779: signal_emit_unlocked_R (gsignal.c:2370) ==26147== * src/vterdb.c: (_vte_rdb_get): Check the result of the get_property_string before using the returned values. svn path=/trunk/; revision=1561 ChangeLog | 21 +++++++++++++++++++++ src/vterdb.c | 12 ++++++------ 2 files changed, 27 insertions(+), 6 deletions(-) commit 9a0a78fa5ea84e91c5d440d701eec8780e5daa78 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Jan 29 09:42:55 2007 +0000 back out the "innoculous, little" change svn path=/trunk/; revision=1560 src/vte.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 17a656976fbbf5be1843c54b079e46ef77be21aa Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 29 09:29:52 2007 +0000 Merge draw_cells() with the background clear, as generating items for many 2007-01-29 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_draw_cells), (vte_terminal_draw_rows): Merge draw_cells() with the background clear, as generating items for many rows and then splitting again in draw cells is simply inefficient. svn path=/trunk/; revision=1559 ChangeLog | 11 ++++++-- src/vte.c | 89 ++++++++++++++++----------------------------------------------- 2 files changed, 31 insertions(+), 69 deletions(-) commit 464919dcb403e72ecb064b3c19e2f278264d4c5b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Jan 28 22:55:18 2007 +0000 Bug 401215 – Multi-pass renderering 2007-01-28 Chris Wilson <chris@chris-wilson.co.uk> Bug 401215 – Multi-pass renderering * src/vte.c: (vte_terminal_draw_cells), (vte_terminal_clear_cells), (vte_terminal_draw_cells_with_attributes), (vte_terminal_draw_rows), (vte_terminal_paint): Break the draw_rows() loop into two passes - first clear the background and second render the text. Add another function based on draw_cells() that just clears the background and make clearing the background optional in draw_cells() - updating callers accordingly. Adventurous souls are required to clean up draw_rows(). svn path=/trunk/; revision=1558 ChangeLog | 14 +++++ src/vte.c | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 183 insertions(+), 15 deletions(-) commit 77bc976748412206136316800c5092d3a5e72b2e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Jan 27 21:25:19 2007 +0000 Fix compilation *with* debugging enable. Grrr. 2007-01-27 Chris Wilson <chris@chris-wilson.co.uk> Fix compilation *with* debugging enable. Grrr. * src/keymap.c: (_vte_keysym_print): svn path=/trunk/; revision=1557 ChangeLog | 7 +++++++ src/keymap.c | 18 +++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) commit b2f17a431aa9ca64f9143e97610e2ff83f9247c7 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Jan 27 18:33:55 2007 +0000 Fix compilation without debugging enable. 2007-01-27 Chris Wilson <chris@chris-wilson.co.uk> Fix compilation without debugging enable. * src/keymap.c: (_vte_keysym_print), (_vte_keymap_map): * src/vte.c: (display_control_sequence): * src/vteapp.c: (main): svn path=/trunk/; revision=1556 ChangeLog | 8 ++++ src/keymap.c | 121 +++++++++++++++++++++++++++++++++++------------------------ src/vte.c | 4 +- src/vteapp.c | 2 - 4 files changed, 82 insertions(+), 53 deletions(-) commit f17c947d6b3ce470f65d32b28349532804f8f4c5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 23:03:56 2007 +0000 Provide a safe fallback for non-C99 compilers (well actually anything that 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> * src/debug.h: Provide a safe fallback for non-C99 compilers (well actually anything that isn't a recent gcc at the moment). svn path=/trunk/; revision=1555 ChangeLog | 6 ++++++ src/debug.h | 14 ++++++++++++++ 2 files changed, 20 insertions(+) commit 1814e0b3bac34f5347b38df011adeb901a249dd9 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Jan 26 22:49:39 2007 +0000 Update ChangeLog to include original author. svn path=/trunk/; revision=1554 ChangeLog | 2 ++ 1 file changed, 2 insertions(+) commit d6c99f12da7c00a9c52ef752df37ce6bb5c8e467 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 22:42:52 2007 +0000 Bug 157267 – _vte_terminal_fudge_pango_colors() breaks Japanese input 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 157267 – _vte_terminal_fudge_pango_colors() breaks Japanese input style * src/vte.c: (_vte_terminal_fudge_pango_colors): Check the attributes for each cell rather than assuming the pango attributes (and cell attributes) are the same for the whole string. svn path=/trunk/; revision=1553 ChangeLog | 9 +++++++++ src/vte.c | 63 +++++++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 54 insertions(+), 18 deletions(-) commit 24f2395dade2d8334e34f6e7f2252cd4d102d8b3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 21:40:45 2007 +0000 Iterating over all queued exposures and drawing on top of the flash does 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> * src/vteseq.c: (vte_sequence_handler_vb): Iterating over all queued exposures and drawing on top of the flash does not sense. Simply flush the draw. svn path=/trunk/; revision=1552 ChangeLog | 6 ++++++ src/vteseq.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 124a489f0781fb0b7eb96cf814aa3b5f68db318c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 21:24:24 2007 +0000 s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside the 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside the macro. * src/debug.h: * src/iso2022.c: (process_control), (_vte_iso2022_process): * src/keymap.c: (_vte_keymap_map): * src/matcher.c: (_vte_matcher_init): * src/pty.c: (_vte_pty_run_on_pty): * src/table.c: (_vte_table_addi), (_vte_table_matchi), (_vte_table_extract_numbers), (_vte_table_match): * src/trie.c: (_vte_trie_addx): * src/vte.c: (vte_terminal_match_check_internal), (vte_terminal_match_check), (vte_terminal_handle_sequence), (vte_terminal_catch_child_exited), (vte_terminal_process_incoming), (vte_terminal_io_write), (vte_terminal_send), (vte_terminal_key_press), (vte_terminal_copy_cb), (vte_terminal_set_font_full), (vte_terminal_realize), (vte_terminal_paint), (vte_terminal_scroll): * src/vteapp.c: (main): * src/vtebg.c: (vte_bg_root_pixmap): svn path=/trunk/; revision=1551 ChangeLog | 23 ++++++++ src/debug.h | 8 ++- src/iso2022.c | 8 +-- src/keymap.c | 8 +-- src/matcher.c | 4 +- src/pty.c | 4 +- src/table.c | 167 +++++++++++++++++++++++++++++++++------------------------- src/trie.c | 4 +- src/vte.c | 96 ++++++++++++++++----------------- src/vteapp.c | 4 +- src/vtebg.c | 8 +-- 11 files changed, 189 insertions(+), 145 deletions(-) commit f3d61703c42e8f98f9011fbaa40f3d149a0cc1d4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 21:08:55 2007 +0000 Bug 400834 – Use a global display/process timeout 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 400834 – Use a global display/process timeout Currently each terminal uses it own display timeout. Given that typical usage is several active terminals, there is an immediate advantage (context switches, fairness, smoothness) to using a single common timeout. * src/debug.c: (_vte_debug_parse_string): * src/debug.h: Add VTE_DEBUG_TIMEOUT * src/vte-private.h: * src/vte.c: (update_regions), (_vte_invalidate_cells), (_vte_invalidate_all), (vte_terminal_init), (vte_terminal_class_init), (add_update_timeout), (remove_from_active_list), (remove_update_timeout), (add_process_timeout), (vte_terminal_stop_processing), (vte_terminal_is_processing), (process_timeout), (update_repeat_timeout), (update_timeout): Modify to use a global timeout rather than individual private timeouts. svn path=/trunk/; revision=1550 ChangeLog | 23 +++++ src/debug.c | 3 + src/debug.h | 3 +- src/vte-private.h | 5 +- src/vte.c | 250 +++++++++++++++++++++++++++++++++++++++--------------- 5 files changed, 211 insertions(+), 73 deletions(-) commit c88af9417d2414bc843058585592c71632e57a2e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 21:04:19 2007 +0000 Unable to set background scrolling mode from cmdline due to variable name 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Unable to set background scrolling mode from cmdline due to variable name confusion. * src/vteapp.c: (main): --scroll should set scroll=TRUE rather than cursor=TRUE! svn path=/trunk/; revision=1549 ChangeLog | 8 ++++++++ src/vteapp.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit ff948c92ee3406bd63c9e44072faa76b1daff216 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 20:57:15 2007 +0000 Bug 401082 – double-draw issue 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 401082 – double-draw issue The main cause of this bug was not expanding the cleared area to cover all the cells affected by the draw and forgetting to offset the clear by VTE_PAD_WIDTH. To counter the performance hit due to the expanded repaint area, each backend is presented with the opportunity to apply a clip to the exposed region before painting. This also fixes bug 333157, * src/vte.c: (_vte_invalidate_cells), (vte_terminal_paint_area), (vte_terminal_paint): * src/vtedraw.c: (_vte_draw_clip): * src/vtedraw.h: * src/vteft2.c: (_vte_ft2_end), (_vte_ft2_clip): * src/vtegl.c: * src/vtepango.c: (_vte_pango_clip): * src/vtepangox.c: (_vte_pango_x_clip): * src/vtexft.c: (_vte_xft_clip), (_vte_xft_draw_text): svn path=/trunk/; revision=1548 ChangeLog | 24 ++++++++++++++++++++++++ src/vte.c | 57 +++++++++++++++++++++++++++++++++------------------------ src/vtedraw.c | 11 +++++++++++ src/vtedraw.h | 2 ++ src/vteft2.c | 10 ++++++++++ src/vtegl.c | 1 + src/vtepango.c | 8 ++++++++ src/vtepangox.c | 8 ++++++++ src/vtexft.c | 28 +++++++++++++++++++++++++++- 9 files changed, 124 insertions(+), 25 deletions(-) commit a4607597bfee73da5bdb18e0c658e85ae2b6b350 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 18:33:45 2007 +0000 Tighten the _vte_invalidate_cells() to only those that we potentially 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_match_hilite): * src/vteseq.c: (vte_sequence_handler_ce), (vte_sequence_handler_dc), (vte_sequence_handler_ec): Tighten the _vte_invalidate_cells() to only those that we potentially modify. svn path=/trunk/; revision=1547 ChangeLog | 8 ++++++++ src/vte.c | 23 +++++++++++++++++------ src/vteseq.c | 10 +++++++--- 3 files changed, 32 insertions(+), 9 deletions(-) commit 189d1f5b28f5a25021ae252b74e1747beff1e3e0 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Jan 26 17:52:10 2007 +0000 Remove the surplus new line. svn path=/trunk/; revision=1546 ChangeLog | 1 - 1 file changed, 1 deletion(-) commit feaaa1dd7640940ca4ebbc76b8dc4c1d281cba72 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 17:35:41 2007 +0000 Remove the additional pixel inter-character spacing. Compactness over 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c: (_vte_xft_set_text_font): Remove the additional pixel inter-character spacing. Compactness over clarity ;) svn path=/trunk/; revision=1545 ChangeLog | 7 +++++++ src/vtexft.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 764f40ae65b2a07403a602f946f23fb0e1214877 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 17:13:20 2007 +0000 Apply a one pixel fudge to the Xft character position and width. This 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Apply a one pixel fudge to the Xft character position and width. This greatly improves text appearance and hides the misrendering of pseudo-bold characters. cf bugs 317691, 333157. * src/vte.c: (vte_terminal_paint): Increase the cursor size to fit around the cell. * src/vtexft.c: (_vte_xft_set_text_font), (_vte_xft_draw_text): Fudge the Xft font positioning. svn path=/trunk/; revision=1544 ChangeLog | 12 ++++++++++++ src/vte.c | 15 ++++++++------- src/vtexft.c | 6 ++++-- 3 files changed, 24 insertions(+), 9 deletions(-) commit 03cd2e083db58be53a8c9a4c3236e56865ece236 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 16:18:07 2007 +0000 Bug 318307 – Cursor colour changes to foreground when unfocused 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 318307 – Cursor colour changes to foreground when unfocused Whilst setting the colour, tweak the position of the rectangle, and extended the invalidate region to account for the OBO nature of bold font. * src/vte.c: (_vte_invalidate_cells): Include the padding to accomodate cell effects. * src/vte.c: (vte_terminal_paint): Use the cursor color for the rectangle when unfocused. svn path=/trunk/; revision=1543 ChangeLog | 13 +++++++++++ src/vte.c | 74 +++++++++++++++++++++++++-------------------------------------- 2 files changed, 42 insertions(+), 45 deletions(-) commit e2c6f62d11bf42f18128272b95202477795338e0 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Jan 26 16:04:38 2007 +0000 Correctly handle visibility events: set invalidated_all to FALSE, and 2007-01-26 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_visibility_notify): Correctly handle visibility events: set invalidated_all to FALSE, and invalidate_all if fully unobscured. svn path=/trunk/; revision=1542 ChangeLog | 6 ++++++ src/vte.c | 16 ++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) commit 841db8a764cb8da8f6ce1e9d53286a61ca742669 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Jan 26 15:58:58 2007 +0000 Make sure we redraw after becoming unobscured. There still is a bug that 2007-01-26 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_visibility_notify): Make sure we redraw after becoming unobscured. There still is a bug that I've not found, but after obscuring the widget and coming back, a first redraw happens, but no update after that. svn path=/trunk/; revision=1541 ChangeLog | 7 +++++++ src/vte.c | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) commit 52efe629728970467f7b3fc21af03533775e42e3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 15:01:09 2007 +0000 Occasionally we generate an exposed area which is computed as 0x0 cells. 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_draw_area): Occasionally we generate an exposed area which is computed as 0x0 cells. Discard early, before we spend an infinity drawing nothing. svn path=/trunk/; revision=1540 ChangeLog | 7 +++++++ src/vte.c | 6 ++++++ 2 files changed, 13 insertions(+) commit d2dc82343a348aa22402c03b2a1677b6b73f7d5f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 14:30:30 2007 +0000 Janitorial work - near elimination of #ifdef VTE_DEBUG from within 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Janitorial work - near elimination of #ifdef VTE_DEBUG from within functions, trimming over a thousand lines of code. We introduce a _vte_debug_print macro to cover the more common occurrence of printing a message at a certain debug level. And a _VTE_DEBUG_ON for a conditional code block. src/debug.h | 11 src/iso2022.c | 201 ++------- src/keymap.c | 41 - src/matcher.c | 24 - src/pty.c | 134 +----- src/reaper.c | 21 src/ring.c | 78 +-- src/table.c | 11 src/trie.c | 19 src/vte.c | 1187 ++++++++++--------------------------------------- src/vteaccess.c | 198 +++------ src/vteapp.c | 21 src/vtebg.c | 43 -- src/vteconv.c | 60 +- src/vteconv.h | 12 src/vtedraw.c | 6 src/vtefc.c | 4 src/vteft2.c | 5 src/vteglyph.c | 27 - src/vtepango.c | 11 src/vtepangox.c | 7 src/vteregex.c | 2 src/vteseq.c | 385 +++++------------- src/vtexft.c | 26 - 24 files changed, 789 insertions(+), 1745 deletions(-) svn path=/trunk/; revision=1539 ChangeLog | 168 ++++++++ src/debug.h | 11 + src/iso2022.c | 201 +++------- src/keymap.c | 41 +- src/matcher.c | 24 +- src/pty.c | 134 ++----- src/reaper.c | 21 +- src/ring.c | 78 ++-- src/table.c | 11 +- src/trie.c | 19 +- src/vte.c | 1187 ++++++++++++++++--------------------------------------- src/vteaccess.c | 198 ++++------ src/vteapp.c | 21 +- src/vtebg.c | 43 +- src/vteconv.c | 60 +-- src/vteconv.h | 12 +- src/vtedraw.c | 6 +- src/vtefc.c | 4 +- src/vteft2.c | 5 +- src/vteglyph.c | 27 +- src/vtepango.c | 11 +- src/vtepangox.c | 7 +- src/vteregex.c | 2 +- src/vteseq.c | 385 ++++++------------ src/vtexft.c | 26 +- 25 files changed, 957 insertions(+), 1745 deletions(-) commit b01b8d2fe3e37a6d6f333c27a8890dfb49295a69 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Jan 26 09:51:35 2007 +0000 ChangeLog: s/with/without/ svn path=/trunk/; revision=1538 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 604573e2f487ec6bbe423b5c73bb2b6dde08375c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 09:50:23 2007 +0000 Bug 317449 – The cursor disappears when clicking on windows above 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Bug 317449 – The cursor disappears when clicking on windows above gnome-terminal Enter a command that causes partial obscuration of the terminal, though it must cover the cursor. Close the new window, observe the pointer disappears. The issue is that we hide the pointer whilst typing and show it after receiving a mouse movement. However in this case we steal the pointer away from the terminal with any mouse events and the cursor remains invisible. * src/vte.c: (vte_terminal_focus_in): Ensure the mouse pointer is visible on focus-in. svn path=/trunk/; revision=1537 ChangeLog | 16 ++++++++++++++++ src/vte.c | 1 + 2 files changed, 17 insertions(+) commit 279999ff11683b4d00733df4ddbccc4c5d2ae5f9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 26 01:45:13 2007 +0000 Spend half an hour a day killing warnings... 2007-01-26 Chris Wilson <chris@chris-wilson.co.uk> Spend half an hour a day killing warnings... * configure.in: Remove -Wswitch-enum from MAYBE_WARN. I am that lazy. * src/buffer.c: * src/iso2022.c: (_vte_iso2022_is_ambiguous), (_vte_iso2022_ambiguous_width), (_vte_iso2022_map_get), (_vte_iso2022_find_nextctl), (_vte_iso2022_sequence_length), (_vte_iso2022_fragment_input), (process_8_bit_sequence), (process_cdata), (_vte_iso2022_process_single), (process_control), (_vte_iso2022_process): * src/keymap.c: (_vte_keymap_map): * src/table.c: * src/trie.c: (char_class_none_extract), (char_class_digit_extract), (char_class_multi_extract), (char_class_any_extract), (unichar_snlen), (unichar_sncmp), (char_class_string_extract), (_vte_trie_addx), (_vte_trie_add), (_vte_trie_matchx), (_vte_trie_match), (_vte_trie_printx), (_vte_trie_print), (convert_mbstowcs), (main): * src/vte-private.h: * src/vte.c: (vte_terminal_find_charcell), (_vte_row_data_find_charcell), (vte_terminal_emit_commit), (vte_terminal_match_clear_all), (vte_terminal_match_remove), (vte_terminal_match_add), (vte_terminal_match_set_cursor), (vte_terminal_match_check_internal), (vte_terminal_set_colors), (vte_terminal_emit_pending_text_signals), (vte_terminal_is_word_char), (vte_terminal_finalize), (vte_terminal_realize), (_vte_terminal_map_pango_color), (_vte_terminal_apply_pango_attr), (_vte_terminal_translate_pango_cells), (vte_terminal_set_scrollback_lines): * src/vteseq.c: (vte_sequence_handler_decset_internal): Fixup compiler warnings, mostly of the type mixing signed and unsigned compares and pointers. svn path=/trunk/; revision=1536 ChangeLog | 37 +++++++++++++++++++++++++++++ configure.in | 6 +++-- src/buffer.c | 4 ++++ src/iso2022.c | 69 +++++++++++++++++++++++++++---------------------------- src/keymap.c | 2 +- src/table.c | 2 +- src/trie.c | 67 ++++++++++++++++++++++++++--------------------------- src/vte-private.h | 6 ++--- src/vte.c | 47 ++++++++++++++++++------------------- src/vteseq.c | 2 +- 10 files changed, 142 insertions(+), 100 deletions(-) commit ae4d016994e2c7301c75baed821d8ec5f2a1ffc4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 25 23:56:42 2007 +0000 Use the GDestroyNotify to mark the source as invalid. Protect ensure fonts 2007-01-25 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (mark_input_source_invalid), (_vte_terminal_connect_pty_read), (mark_output_source_invalid), (_vte_terminal_connect_pty_write): Use the GDestroyNotify to mark the source as invalid. * src/vte.c: (vte_terminal_ensure_font): Protect ensure fonts against the VteDraw being destroyed. * src/vte.c: (vte_terminal_realize): Reorder code to setup the style before the fonts. * src/vte.c: (vte_terminal_class_init): The ->show() handler was redundant. svn path=/trunk/; revision=1535 ChangeLog | 13 +++++++++++++ src/vte.c | 59 +++++++++++++++++++++-------------------------------------- 2 files changed, 34 insertions(+), 38 deletions(-) commit 9cb1f1bfb3b7378d0c22ee0e924c1c3186f2b17b Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Jan 25 21:44:35 2007 +0000 Replace most of checks for terminal->pvt->visibility_state == 2007-01-25 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (_vte_terminal_set_default_attributes), (_vte_invalidate_cells), (_vte_invalidate_all), (_vte_invalidate_cell), (_vte_invalidate_cursor_once), (vte_terminal_visibility_notify), (vte_terminal_handle_scroll): Replace most of checks for terminal->pvt->visibility_state == GDK_VISIBILITY_FULLY_OBSCURED by terminal->pvt->invalidated_all, and adapt. svn path=/trunk/; revision=1534 ChangeLog | 10 ++++++++++ src/vte.c | 34 +++++++++++----------------------- 2 files changed, 21 insertions(+), 23 deletions(-) commit ff52397ee2888dd6f3ccab0187a6cc38c9fd47f9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 25 21:26:21 2007 +0000 Bug 400759 – update problem with vte trunk 2007-01-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 400759 – update problem with vte trunk Otherwise known as the I can't count bug. The number of rows and columns to paint were not properly taking account of the discrete nature of the cells ie although the floor(x) moved the start to the left by one, the extra cell was not being added to the width. Also since the howmany() macro is pulled from <sys/param.h>, it can not be guarranteed to exist on all platforms. So in that case, provide a local copy. * src/vte.c: (vte_terminal_draw_area): Calculate the width as the distance between the explicity calculated start and end cells. svn path=/trunk/; revision=1533 ChangeLog | 19 +++++++++++++++++++ src/vte.c | 20 ++++++++++++-------- 2 files changed, 31 insertions(+), 8 deletions(-) commit d075b7525832da68e607a04ec0c9ebe2a7968476 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 25 17:42:44 2007 +0000 Bug 400671 – crash in Terminal: detaching of tabs 2007-01-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 400671 – crash in Terminal: detaching of tabs The fontdirty flag needed to be set on unrealize to ensure the fonts get set on the VteDraw should the terminal be realized again (e.g drag'n'dropping). * src/vte.c: (vte_terminal_unrealize): Set the fontdirty flag to TRUE. * src/vtexft.c: (_vte_xft_set_text_font), (_vte_xft_get_char_width), (_vte_xft_draw_text), (_vte_xft_draw_char): Add safe guards to avoid dereferencing a NULL font as it is possible for _vte_xft_font_open() to fail. svn path=/trunk/; revision=1532 ChangeLog | 16 ++++++++++++++++ src/vte.c | 2 +- src/vtexft.c | 22 +++++++++++++++++----- 3 files changed, 34 insertions(+), 6 deletions(-) commit 657bd399d53d6082520201200e90b033dc4aa33c Author: Chris Wilson <cpwilson@src.gnome.org> Date: Thu Jan 25 16:53:10 2007 +0000 Modify the language in the last entry to try and avoid confusion between UTF-8 lookups and a simple ASCII lookup. svn path=/trunk/; revision=1531 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 58c407e2c9b988fe92915b56b8c28549f55dd155 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 25 16:49:45 2007 +0000 Bug 399137 – UTF-8 problem in VteAccess 2007-01-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 399137 – UTF-8 problem in VteAccess Improve the UTF-8 string handling within vteaccess.c A long and fraught history to this apparently simple change. Many thanks to Joanmarie Diggs and Rich Burridge for testing the patches and ensuring they caused no regressions in the ally interface. * src/vteaccess.c: (emit_text_changed_insert), (emit_text_changed_delete): Use g_utf8_pointer_to_offset() rather than open coding. * src/vteaccess.c: (vte_terminal_accessible_text_modified): Convert the caret into a byte offset before performing the string lookup. Iterate backwards over the string using a g_utf8_prev_char, and g_utf8_get_char. svn path=/trunk/; revision=1530 ChangeLog | 18 +++++++++++++++ src/vteaccess.c | 70 +++++++++++++++++++++++++-------------------------------- 2 files changed, 48 insertions(+), 40 deletions(-) commit 0acb0e006749729904133ed113788c46773545ec Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 25 16:30:45 2007 +0000 Bug 400493 – Mouse selection seriously broken 2007-01-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 400493 – Mouse selection seriously broken The rendering of non-text attributes, e.g highlight, backgrounds, underlines, was broken by the change to multi-row run of glyphs. This was most apparent when selecting regions with a mouse. * src/vte.c: (_vte_invalidate_cursor_once), (vte_terminal_extend_selection), (vte_terminal_draw_rows), (vte_terminal_draw_area), (vte_terminal_paint): Some janitorial work (a memleak, whitespace, improving debug messages, comments). * src/vte.c: (vte_terminal_draw_cells): Loop over cells and draw attributes for groups of cells on each row. svn path=/trunk/; revision=1529 ChangeLog | 18 +++++ src/vte.c | 269 ++++++++++++++++++++++++++++++++------------------------------ 2 files changed, 157 insertions(+), 130 deletions(-) commit 2c0c41904eff8b91b7221738f29106a5a5b6fb75 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 25 09:36:07 2007 +0000 Bug 400438 – _vte_invalidate_all triggered on GDK_VISIBILITY_UNOBSCURED 2007-01-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 400438 – _vte_invalidate_all triggered on GDK_VISIBILITY_UNOBSCURED * src/vte.c: (vte_terminal_visibility_notify): Only force an _vte_invalidate_all if we can trivially detect that we have switch from fully obscured to fully unobscured. Otherwise, we will just handle the GDK expose in the normal manner. * src/vte.c: (vte_terminal_expose): Check the event area to see if we can use _vte_invalidate_all, has a slight benefit of discarding further exposed area processing. svn path=/trunk/; revision=1528 ChangeLog | 15 +++++++++++++++ src/vte.c | 23 +++++++++++++++++------ 2 files changed, 32 insertions(+), 6 deletions(-) commit 62982b274e08900461b78632feebdbadb576c2c3 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Thu Jan 25 09:31:27 2007 +0000 Rewrite last pair of ChangeLog entries to better explain what was found and what was fixed. svn path=/trunk/; revision=1527 ChangeLog | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) commit 8cfa0558104d50b00f6e9a49f2833b0d4329f2f4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 25 00:40:11 2007 +0000 Notice how effective GDK's expose event coalescing is... 2007-01-25 Chris Wilson <chris@chris-wilson.co.uk> Notice how effective GDK's expose event coalescing is... * src/vte.c: (vte_terminal_draw_area), (vte_terminal_paint), (vte_terminal_expose): Paint the exposed rects not the clipbox! svn path=/trunk/; revision=1526 ChangeLog | 15 +++++++++ src/vte.c | 113 +++++++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 93 insertions(+), 35 deletions(-) commit 91690b2a952db2580e0227558400718efefa1d59 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Jan 24 23:13:31 2007 +0000 Improve morale, spell moral correctly. svn path=/trunk/; revision=1525 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c8467b55192a519ad2bc21f55395415de37646ab Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 23:10:36 2007 +0000 cf Bug 400072 – Handling of ; in control sequences 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 400072 – Handling of ; in control sequences Morale of the story: wait until the morning. Revert r1512, the mistaken attempt at parsing '\e[;30m'. * src/table.c: (_vte_table_addi), (_vte_table_matchi), (_vte_table_match): svn path=/trunk/; revision=1524 ChangeLog | 10 ++++++++++ src/table.c | 42 +++++++++++++++++------------------------- 2 files changed, 27 insertions(+), 25 deletions(-) commit ebfcfa21bfdfee57a3215f18de4a623ec1176ce3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 23:03:14 2007 +0000 cf Bug 399617 – Avoid memory allocations during an expose event. 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 399617 – Avoid memory allocations during an expose event. Currently we cannot generate long glyph runs due to the text painting being broken up into single rows and setting a low max run cap. The benefit of longer runs is the backends can do more caching within a run and potentially generate fewer render calls and/or less network traffic. In the simple test case, this increased the performance of a remote hexdump by 10%. * src/vte.c: (vte_terminal_draw_rows), (vte_terminal_paint): Scan entired exposed area for glyph runs. * src/vtedraw.h: Increase VTE_DRAW_MAX_LENGTH * src/vtexft.c: (_vte_xft_draw_text): Create GlyphSpecs rather than CharFontSpecs, saves a conversion and potential malloc inside libXft, and our own malloc. svn path=/trunk/; revision=1523 ChangeLog | 22 ++++ src/vte.c | 327 +++++++++++++++++++++++++++++++--------------------------- src/vtedraw.h | 4 +- src/vtexft.c | 154 ++++++++++++++------------- 4 files changed, 280 insertions(+), 227 deletions(-) commit 1b887a2a0e7f59e95baa3531d6bb3b5a5a281dba Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 22:41:15 2007 +0000 Bug 147495 – screen flicker when opening new terminal windows 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 147495 – screen flicker when opening new terminal windows Last in a series of work to reduce extraneous redraws. I no longer see the flicker when opening a white terminal. * src/vte.c: (_vte_terminal_scroll_region): Detect when we can just invalidate all. * src/vte.c: (_vte_terminal_fork_basic): Don't force an unnecessary redraw. svn path=/trunk/; revision=1522 ChangeLog | 12 ++++++++++++ src/vte.c | 5 ++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit daa0e11f90bad38e2519a6ff52222912f993ba2b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 22:31:54 2007 +0000 Add a missing '\n' to the debug printerr. Initialize the row count to 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_set_emulation): Add a missing '\n' to the debug printerr. * src/vte.c: (vte_terminal_init): Initialize the row count to VTE_MIN_SCROLLBACK (was to 0 first and then later within the same function to VTE_MIN_SCROLLBACK). svn path=/trunk/; revision=1521 ChangeLog | 9 +++++++++ src/vte.c | 16 +++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) commit 6141a3fa97864e1dc8fb826d50f331cbe541a7a5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 22:17:47 2007 +0000 Bug 334755 – Incomplete information from vte_terminal_get_font 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 334755 – Incomplete information from vte_terminal_get_font In many situations the font_desc stored in the terminal is incomplete. _vte_fc_transcribe_from_pango_font_description() automagically fills in default values for the backends but this is hidden from the application. By filling in default values up front from the widget font description control is returned to the application and theme designers. Patch by Pedro de Medeiros. Also cf bug 335269. * src/vte.c: (vte_terminal_set_font_full): Pull default font description from widget. * src/vtefc.c: (_vte_fc_transcribe_from_pango_font_description): Remove default values. svn path=/trunk/; revision=1520 ChangeLog | 19 +++++++++++++++++++ src/vte.c | 14 +++++++------- src/vtefc.c | 41 ++++++++++++----------------------------- 3 files changed, 38 insertions(+), 36 deletions(-) commit 7ab6e418f588659d11ff739a2b2805fabe5be4fc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 20:37:19 2007 +0000 Bug 400184 – _vte_pty_open declaration mismatch - breaks on Solaris 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 400184 – _vte_pty_open declaration mismatch - breaks on Solaris actually revealed a faux-pas in the conversion of the public interfaces to GPid - that it broke the ABI. However, the intention is to remove the exposed pid_t, cf bug 400333. * python/vte.defs: * python/vte.override: * src/pty.c: (_vte_pty_open): * src/pty.h: * src/vte.c: (_vte_terminal_fork_basic), (vte_terminal_forkpty): * src/vte.h: Revert the exposed GPids back to pid_t. svn path=/trunk/; revision=1519 ChangeLog | 16 ++++++++++++++++ python/vte.defs | 4 ++-- python/vte.override | 4 ++-- src/pty.c | 15 ++++++++++----- src/pty.h | 3 +-- src/vte.c | 14 +++++--------- src/vte.h | 6 ++++-- 7 files changed, 40 insertions(+), 22 deletions(-) commit 7d898d6f6055c2c8a18b407eb50e7652b3a52b9f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 16:30:02 2007 +0000 ==25123== Invalid read of size 1 ==25123== at 0x4055992: 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> ==25123== Invalid read of size 1 ==25123== at 0x4055992: vte_terminal_accessible_text_modified (vteaccess.c:497) ==25123== by 0x46A1248: g_cclosure_marshal_VOID__VOID (gmarshal.c:77) ==25123== by 0x4693EAA: g_closure_invoke (gclosure.c:490) ==25123== by 0x46A4972: signal_emit_unlocked_R (gsignal.c:2440) ==25123== by 0x46A5E96: g_signal_emit_valist (gsignal.c:2199) ==25123== by 0x46A85ED: g_signal_emit_by_name (gsignal.c:2267) ==25123== by 0x403E9E2: _vte_terminal_emit_text_inserted (vte.c:863) ==25123== by 0x40517EF: vte_terminal_process_incoming (vte.c:3032) ==25123== by 0x40522B5: update_repeat_timeout (vte.c:11332) * src/vteaccess.c: (vte_terminal_accessible_text_modified): Check that the caret is inside the old string before accessing. svn path=/trunk/; revision=1518 ChangeLog | 17 +++++++++++++++++ src/vteaccess.c | 12 +++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) commit 8d735a2d00e3b50860dd23fbe0e63e4ea0772b74 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 16:23:42 2007 +0000 Revert changes in conjunction with bug 399137 back to r1487, which 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> Revert changes in conjunction with bug 399137 back to r1487, which contains Rich Burridge's fix for bug 397724. * src/vteaccess.c: (emit_text_changed_insert), (emit_text_changed_delete), (vte_terminal_accessible_text_modified): svn path=/trunk/; revision=1517 ChangeLog | 9 +++++++ src/vteaccess.c | 73 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 47 insertions(+), 35 deletions(-) commit a8d1c20f2b3b5d92d2fb50f3e35a28b11c8660ed Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 15:58:00 2007 +0000 Valgrind pointed out a couple of places where we tried to access before 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> * src/vteaccess.c: (vte_terminal_accessible_text_modified): Valgrind pointed out a couple of places where we tried to access before the start of the string. svn path=/trunk/; revision=1516 ChangeLog | 6 ++++++ src/vteaccess.c | 36 ++++++++++++++++++++---------------- 2 files changed, 26 insertions(+), 16 deletions(-) commit 1fcb3ef370accd3b59eeae5538cf05244dd215f1 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Wed Jan 24 15:56:22 2007 +0000 Revert the last accidental overcommit. svn path=/trunk/; revision=1515 ChangeLog | 6 - src/table.c | 139 +++++++++++------------ src/vte.c | 345 ++++++++++++++++++++++++++------------------------------ src/vteaccess.c | 36 +++--- src/vteapp.c | 4 - src/vtedraw.h | 4 +- src/vtefc.c | 41 +++++-- src/vtexft.c | 154 ++++++++++++------------- 8 files changed, 344 insertions(+), 385 deletions(-) commit 81ce92cb007827246122117c7dcb4a38ba78bd87 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 15:51:40 2007 +0000 Valgrind pointed out a couple of places where we tried to access before 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> * src/vteaccess.c: (vte_terminal_accessible_text_modified): Valgrind pointed out a couple of places where we tried to access before the start of the string. svn path=/trunk/; revision=1514 ChangeLog | 6 + src/table.c | 139 ++++++++++++----------- src/vte.c | 345 ++++++++++++++++++++++++++++++-------------------------- src/vteaccess.c | 36 +++--- src/vteapp.c | 4 + src/vtedraw.h | 4 +- src/vtefc.c | 41 ++----- src/vtexft.c | 154 +++++++++++++------------ 8 files changed, 385 insertions(+), 344 deletions(-) commit 65e7b4c5838004367a0cbcc8149a43b5cea8077c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 14:31:19 2007 +0000 Bug 400184 – _vte_pty_open declaration mismatch - breaks on Solaris 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 400184 – _vte_pty_open declaration mismatch - breaks on Solaris Patch by Damien Carbery. * src/pty.h: Update prototype to match new definition. svn path=/trunk/; revision=1513 ChangeLog | 9 +++++++++ src/pty.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) commit 684b2ff5cb4b6c3eede196d237d099f066e595e5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 24 02:54:03 2007 +0000 <mariano> hm, vte is not matching «ESC [ ; 7 m» :/ 2007-01-24 Chris Wilson <chris@chris-wilson.co.uk> <mariano> hm, vte is not matching «ESC [ ; 7 m» :/ * src/table.c: (_vte_table_addi), (_vte_table_matchi), (_vte_table_match): s/GList/GSList/ g_slist_append -> g_slist_reverse(g_slist_prepend) And finally add the subtable to handle the leading ';' in the variable length parameters. svn path=/trunk/; revision=1512 ChangeLog | 11 +++++++++++ src/table.c | 42 +++++++++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 17 deletions(-) commit ad5b91ba4d9bab3690e6dc8646623d6c31234809 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Jan 23 13:01:00 2007 +0000 A couple of minor buggets. 2007-01-23 Chris Wilson <chris@chris-wilson.co.uk> A couple of minor buggets. * src/iso2022.c: (_vte_iso2022_state_set_codeset): Use g_intern_string() instead of from_quark(to_quark(str)) * src/vtepango.c: (_vte_pango_create), (_vte_pango_destroy), (_vte_pango_start), (_vte_pango_end), (_vte_pango_set_text_font): Use the widget pango context (we're guarranteed to have a screen by this point) and don't unref it! Inspired by Pedro de Medeiros in Bug 335269. svn path=/trunk/; revision=1511 ChangeLog | 12 ++++++++++++ src/iso2022.c | 2 +- src/vtepango.c | 28 +++------------------------- 3 files changed, 16 insertions(+), 26 deletions(-) commit 64c9b97f3dbed04003bb1a6a5727a878c171f7b8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Jan 23 10:09:44 2007 +0000 Regression on Bug 123591: mkdir /tmp/aa; cd /tmp/aa; bash; cd ..; rmdir aa 2007-01-23 Chris Wilson <chris@chris-wilson.co.uk> Regression on Bug 123591: mkdir /tmp/aa; cd /tmp/aa; bash; cd ..; rmdir aa Open a new tab in g-t -> Failure. * src/pty.c: (_vte_pty_run_on_pty): Check the error return from g_spawn and try again with the pwd if it reports that the child could not change directory. svn path=/trunk/; revision=1510 ChangeLog | 10 ++++++++++ src/pty.c | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+) commit 49021e4b66f9d0bf3b8ab8e40a8087e9f2fa986e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Jan 23 09:47:56 2007 +0000 Add all g_spawn parameters to VTE_DEBUG_MISC output. 2007-01-23 Chris Wilson <chris@chris-wilson.co.uk> * src/pty.c: (_vte_pty_run_on_pty): Add all g_spawn parameters to VTE_DEBUG_MISC output. svn path=/trunk/; revision=1509 ChangeLog | 5 +++++ src/pty.c | 43 ++++++++++++++++++++++++++++++------------- 2 files changed, 35 insertions(+), 13 deletions(-) commit d19cf7456ab2d6ba37caa4720271d85bddb8172b Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Tue Jan 23 01:34:13 2007 +0000 Fix version number in NEWS svn path=/trunk/; revision=1507 NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5819378701e0fb85ff2f5482216e10db91a655ca (tag: vte_0_15_2) Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jan 23 00:54:01 2007 +0000 Released vte-0.15.2. 2007-01-22 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.2. * NEWS: Updated. * configure.in: Bumped version to 0.15.2. * src/Makefile.am: Bumped libtool version to 10:9:1. svn path=/trunk/; revision=1505 ChangeLog | 10 ++++++++++ NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 67 insertions(+), 2 deletions(-) commit d3cae283a93c3a7df7f611ad6a8f50991943173d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 22:15:22 2007 +0000 Bug 399137 - continuation. 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 399137 - continuation. * src/vteaccess.c: (vte_terminal_accessible_text_modified): Classic bug: clen = cp - old rather than the more correct clen = cp - current svn path=/trunk/; revision=1504 ChangeLog | 10 ++++++++++ src/vteaccess.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit 7cc6b5148f46647a9ebf1cc35ace5c410f13e3d7 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 21:52:57 2007 +0000 Don't try to perform gdk operations on unrealized windows. 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> * src/vteapp.c: (char_size_changed), (char_size_realized), (main): Don't try to perform gdk operations on unrealized windows. svn path=/trunk/; revision=1503 ChangeLog | 5 +++++ src/vteapp.c | 46 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 47 insertions(+), 4 deletions(-) commit a22146e09ce78155eb90b5d9724e178be4b982cd Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 21:51:58 2007 +0000 Print out the argument vector for VTE_DEBUG_MISC. 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> * src/pty.c: (_vte_pty_run_on_pty): Print out the argument vector for VTE_DEBUG_MISC. svn path=/trunk/; revision=1502 ChangeLog | 5 +++++ src/pty.c | 11 +++++++++++ 2 files changed, 16 insertions(+) commit d9ce70ee3d33d7f03b5bc54c24d5f9268dc2b1d4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 21:31:07 2007 +0000 Protect against g_strv_length(NULL) 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> * src/pty.c: (_vte_pty_run_on_pty): Protect against g_strv_length(NULL) svn path=/trunk/; revision=1501 ChangeLog | 5 +++++ src/pty.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 83c14ae94c5fde5f6ff8f0b3774a551e31def4d1 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Jan 22 20:50:37 2007 +0000 Improve the changelog entry for the previous commit. svn path=/trunk/; revision=1500 ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3aa224d696f2918faf9dfbc554d1314f786c341a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 20:48:14 2007 +0000 Bug 399137 - continuation. 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 399137 - continuation. * src/vteaccess.c: (vte_terminal_accessible_text_modified): After walking back along the UTF-8 string, remember to update string lengths that are use to detect insertions and deletions! svn path=/trunk/; revision=1499 ChangeLog | 9 +++++++++ src/vteaccess.c | 3 +++ 2 files changed, 12 insertions(+) commit 8e2e9280df9f1b1e54b9556100a2a85f2af9966a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 19:51:16 2007 +0000 If the caret is at the end of the buffer, then it set past the end of the 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> If the caret is at the end of the buffer, then it set past the end of the offset array - do not use this as a lookup! * src/vteaccess.c: (vte_terminal_accessible_text_modified): If the caret points to past the last character, set the offset to the string's NUL terminator. svn path=/trunk/; revision=1498 ChangeLog | 9 +++++++++ src/vteaccess.c | 9 +++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit ff8cd236b46db35290954b80071b860218927a4e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 19:20:47 2007 +0000 Earlier configure.in update introduced a trailing ']', pair it with its 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> * configure.in: Earlier configure.in update introduced a trailing ']', pair it with its '[' svn path=/trunk/; revision=1497 ChangeLog | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit d32482cfb6cc31f456904b5c5a43d55a7364d45e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 18:27:45 2007 +0000 Bug 132316 – terminal widget's context menu posting isn't exposed as an 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 132316 – terminal widget's context menu posting isn't exposed as an AtkAction Original patch by <padraig.obriain@sun.com> * src/vteaccess.c: (vte_terminal_accessible_free_private_data), (vte_terminal_accessible_component_init), (vte_terminal_accessible_do_action), (vte_terminal_accessible_get_n_actions), (vte_terminal_accessible_action_get_description), (vte_terminal_accessible_action_get_name), (vte_terminal_accessible_action_get_keybinding), (vte_terminal_accessible_action_set_description), (vte_terminal_accessible_action_init), (vte_terminal_accessible_get_type): Remove grab_focus and defer to the parent's implementation. Add an AtkAction iface. svn path=/trunk/; revision=1496 ChangeLog | 19 +++++++ src/vteaccess.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 164 insertions(+), 18 deletions(-) commit fc07977497ad5d13dc45ebe094715d057e3efbb2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 18:04:17 2007 +0000 Bug 156161 – AccessibleText_getTextAtOffset returns wrong values in 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 156161 – AccessibleText_getTextAtOffset returns wrong values in gnome-terminal The code for ATK_TEXT_BOUNDARY_WORD_START and ATK_TEXT_BOUNDARY_WORD_END is the same. Patch by <padraig.obriain@sun.com> * src/vteaccess.c: (vte_terminal_accessible_get_text_somewhere): Actually provide an implementation for ATK_TEXT_BOUNDARY_WORD_END. svn path=/trunk/; revision=1495 ChangeLog | 13 ++++++++ src/vteaccess.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 104 insertions(+), 1 deletion(-) commit 9847a75a4a8bbc54a39be23a0b9f58be56af4f15 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 17:51:45 2007 +0000 Bug 399137 – UTF-8 problem in VteAccess 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 399137 – UTF-8 problem in VteAccess * src/vteaccess.c: (emit_text_changed_insert), (emit_text_changed_delete): use g_utf8_pointer_to_offset() instead of open coding (vte_terminal_accessible_update_private_data_if_needed): add the number of UTF-8 characters to the debug output. (vte_terminal_accessible_text_modified): iterate backwards over the UTF-8 string using g_utf8_prev_char() and convert the caret into a byte offset before it as such. svn path=/trunk/; revision=1494 ChangeLog | 14 +++++++++++++ src/vteaccess.c | 63 +++++++++++++++++++++++---------------------------------- 2 files changed, 39 insertions(+), 38 deletions(-) commit 758e6a5cb998c527cafce10292f7f3b0aed57de5 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 17:25:28 2007 +0000 Bug 123591 – vte_terminal_fork_command succeeds even when it does not 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 123591 – vte_terminal_fork_command succeeds even when it does not * python/vte.defs: * python/vte.override: * src/reaper.c: (vte_reaper_child_watch_cb): * src/vte-private.h: * src/vte.c: (vte_terminal_catch_child_exited), (_vte_terminal_fork_basic), (vte_terminal_forkpty): * src/vte.h: * src/vteapp.c: s/pid_t/GPid/ portable variant, no API/ABI implications * src/pty.c: (vte_pty_child_setup), (_vte_pty_run_on_pty), (_vte_pty_fork_on_pty_name), (_vte_pty_fork_on_pty_fd), (_vte_pty_open_unix98), (_vte_pty_pipe_open), (n_read), (n_write), (_vte_pty_start_helper), (_vte_pty_open_with_helper), (_vte_pty_open), (main): Replace custom fork() and pipe based syncrohonisation scheme with g_spawn_async_with_pipes() as it actually handles all failure modes correctly, and gives us overtures of portability. svn path=/trunk/; revision=1493 ChangeLog | 23 ++ python/vte.defs | 4 +- python/vte.override | 4 +- src/pty.c | 707 +++++++++++++++++++++------------------------------- src/reaper.c | 1 + src/vte-private.h | 2 +- src/vte.c | 30 ++- src/vte.h | 10 +- src/vteapp.c | 1 + 9 files changed, 343 insertions(+), 439 deletions(-) commit 59bbbea8be0cbfdd075419b8e248eb64f957341b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 14:23:39 2007 +0000 Hack'n'slash my way through doing a bit of weeding. 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Hack'n'slash my way through doing a bit of weeding. Fixed: - Bug 345514 – -no-undefined doesn't work with latest libtool - Bug 162003 – vte configure.in X checking can fail – though this may cause other regressions! - Bug 314669 – Please specialize AC_PATH_XTRA * configure.in: Export LIBTOOL_EXPORT_OPTIONS for -no-undefined on windos. Add to rather than override X_CFLAGS, X_LIBS AC_PATH_XTRA - Find X11 using XFlush() rather than XtMalloc(). Print configuration details. * src/Makefile.am: Conditional compilation of backends. svn path=/trunk/; revision=1492 ChangeLog | 18 ++++ configure.in | 272 +++++++++++++++++++++++++++++++++++++------------------- src/Makefile.am | 15 +++- 3 files changed, 210 insertions(+), 95 deletions(-) commit 72c097e9efee36892b5a99461338b7064bb7df61 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 10:57:17 2007 +0000 Bug 389538 – crash in Terminal: nothing 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 389538 – crash in Terminal: nothing * src/vteaccess.c: (vte_terminal_accessible_get_text): Guard against negative length strings. svn path=/trunk/; revision=1491 ChangeLog | 7 +++++++ src/vteaccess.c | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit 1cc474c585fc8dd04f72e7f8913d339cc2782850 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Mon Jan 22 01:32:25 2007 +0000 Fixup changelog to include patch author. svn path=/trunk/; revision=1490 ChangeLog | 2 ++ 1 file changed, 2 insertions(+) commit 629175567fcce27bda9f77db177d0b187a346d98 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jan 22 01:31:01 2007 +0000 Bug 161479 – Scroll wheel generates Release events 2007-01-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 161479 – Scroll wheel generates Release events vte sends release events on scroll but xterm doesn't which breaks mc among others. * src/vte.c: (vte_terminal_scroll): Remove the offending release event. svn path=/trunk/; revision=1489 ChangeLog | 10 ++++++++++ src/vte.c | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) commit 9c70a15321c4f01cc87728c76958780eb58a2050 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Jan 20 21:54:28 2007 +0000 <kmaraas> ickle: sparse complains about dubious 1 bit bitfields if you use 2007-01-20 Chris Wilson <chris@chris-wilson.co.uk> <kmaraas> ickle: sparse complains about dubious 1 bit bitfields if you use gboolean instead of guint <kmaraas> so s/gboolean/guint at line 166 and 174 <mariano> unless that changes the API, of course... <kmaraas> it doesn't <mariano> gboolean a:1 is not very correct anyways <kmaraas> ickle: we've done the same change in other modules <ickle> if I do it quick, behdad might not even notice ;) * src/vte.h: Convert signed single bit field to unsigned. The code was setting it to 1 anyhow (and not -1 as the type indicated). svn path=/trunk/; revision=1488 ChangeLog | 15 +++++++++++++++ src/vte.h | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) commit 633016c80df82f651e3add9f947fcaacb4fc427e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Jan 20 10:10:10 2007 +0000 Bug 398602 – Build Failure 2007-01-20 Chris Wilson <chris@chris-wilson.co.uk> Bug 398602 – Build Failure * src/vte.c: (vte_terminal_expose): Fixup typo. [Grrr. Must get git-svn back into sync] svn path=/trunk/; revision=1487 ChangeLog | 7 +++++++ src/vte.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 79d26ffe5a243c69742c88217eb25e6653ce88e5 Author: Rich Burridge <richb@src.gnome.org> Date: Sat Jan 20 01:52:29 2007 +0000 Fixed bug #397724 - Orca incorrect echo's certain input in gnome-terminal * src/vteaccess.c: Fixed bug #397724 - Orca incorrect echo's certain input in gnome-terminal when key echo is set to off (on Ubuntu Feisty). svn path=/trunk/; revision=1486 ChangeLog | 6 ++++++ src/vteaccess.c | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit e4655c4d8dd5e2d07c8a9999fe386a84129bcc0e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Jan 20 01:49:16 2007 +0000 Also if the entire terminal is invalidated, do not add more GTK+ exposes 2007-01-20 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_expose): Also if the entire terminal is invalidated, do not add more GTK+ exposes to it. svn path=/trunk/; revision=1485 ChangeLog | 6 ++++++ src/vte.c | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit bc286a1432fccbe8cb553e290e4dad329010ae37 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Jan 20 01:44:46 2007 +0000 Track when we have invalidated the entire terminal and skip adding new 2007-01-20 Chris Wilson <chris@chris-wilson.co.uk> Track when we have invalidated the entire terminal and skip adding new regions when possible. * src/vte-private.h: * src/vte.c: (update_regions), (_vte_invalidate_cells), (_vte_invalidate_all), (vte_terminal_size_allocate), (reset_update_regions): svn path=/trunk/; revision=1484 ChangeLog | 10 ++++++++++ src/vte-private.h | 2 +- src/vte.c | 40 ++++++++++++++++++++++++++++++++-------- 3 files changed, 43 insertions(+), 9 deletions(-) commit bcaa0d3c3ad7a9d04aafa25c079bd3eb8fd4bea3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Jan 20 01:25:42 2007 +0000 Bug 398244 – Gnome-terminal opens a huge sized window 2007-01-20 Chris Wilson <chris@chris-wilson.co.uk> Bug 398244 – Gnome-terminal opens a huge sized window * src/vte.c: (vte_terminal_ensure_font), (vte_terminal_set_font_full), (vte_terminal_size_request), (vte_terminal_realize), (vte_terminal_get_char_width), (vte_terminal_get_char_height), (vte_terminal_get_char_descent), (vte_terminal_get_char_ascent): Ensure the font metrics are calculated before use. svn path=/trunk/; revision=1483 ChangeLog | 11 ++++++++++ src/vte.c | 75 ++++++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 54 insertions(+), 32 deletions(-) commit b8bb41c7919cf09e3a5cce954c85ca4883344b95 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 21:48:30 2007 +0000 Do not invalidate the old cursor position if it was not visible. 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_process_incoming): Do not invalidate the old cursor position if it was not visible. svn path=/trunk/; revision=1482 ChangeLog | 6 ++++++ src/vte.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) commit 08ede26752979d9e20f2c4ec0efa1a94eb781b41 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 21:22:23 2007 +0000 Make sure ->process_timeout is set to VTE_INVALID_SOURCE on all paths that 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (process_timeout): Make sure ->process_timeout is set to VTE_INVALID_SOURCE on all paths that remove the timeout. svn path=/trunk/; revision=1481 ChangeLog | 6 ++++++ src/vte.c | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) commit 251b0bde344e603d1bbef541250715090f607592 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 19:38:50 2007 +0000 Add <> to mark boundaries of process_timeout(). 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> Add <> to mark boundaries of process_timeout(). * src/vte.c: (vte_terminal_class_init), (process_timeout): svn path=/trunk/; revision=1480 ChangeLog | 6 ++++++ src/vte.c | 18 ++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) commit 34669c058fb355eacb3dcd959912153effaa1b47 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Jan 19 17:48:39 2007 +0000 Remove a bit of redundant text in the printout from the last commit. svn path=/trunk/; revision=1479 src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d7a3c8149db52bde44491cd4667bfd2368daea71 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 17:47:35 2007 +0000 Add {},[] to mark boundaries of update_timeout() and notice that the 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> Add {},[] to mark boundaries of update_timeout() and notice that the display limited update_timeout was not dying. * src/vte.c: (vte_terminal_class_init), (update_repeat_timeout), (update_timeout): svn path=/trunk/; revision=1478 ChangeLog | 8 ++++++++ src/vte.c | 31 +++++++++++++++++++++++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) commit 40e65756c3571b24a4896fe6bfcfbeee666dd07a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 17:31:36 2007 +0000 Small cleanup: - protect remove_process_timeout against an invalid source. 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_realize), (remove_process_timeout): Small cleanup: - protect remove_process_timeout against an invalid source. - move static prototypes into common block. - gdk_window_show() is done in map not realize. svn path=/trunk/; revision=1477 ChangeLog | 8 ++++++++ src/vte.c | 14 ++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) commit 876b419f1106886501845b882aa5e5024e5c8191 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 16:56:58 2007 +0000 Introduce a bit of slack in the bbox check to allow for a small of amount 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte-private.h: * src/vte.c: (vte_terminal_process_incoming): Introduce a bit of slack in the bbox check to allow for a small of amount of cursor motion e.g. due to line scrolling. This turns the long sequence of '(?!?!??? ... ????!)' during a hexdump into the better behaved '.(?!?!?!??!)-+=.(?!?!??!)-+=........'. Although it is puzzling why we now how have a block of IO and then two quick display upates... svn path=/trunk/; revision=1476 ChangeLog | 13 +++++++++++++ src/vte-private.h | 1 + src/vte.c | 8 ++++---- 3 files changed, 18 insertions(+), 4 deletions(-) commit 198e67bf3dbc376b60a710271a1be0db3e11e408 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 16:31:59 2007 +0000 Repeat _vte_terminal_process_incoming until we have drained the incoming 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (process_timeout), (update_repeat_timeout), (update_timeout): Repeat _vte_terminal_process_incoming until we have drained the incoming buffers or we can handle no more. Fixes a problem where the display wouldn't update if we hadn't processed enough data (e.g. on startup, displaying the first prompt). This bug corresponds with the sequence '*-+=..()?!(?!?!?!)-+=' below, which now reads '*-+=..()(?!?!?!)-+=' svn path=/trunk/; revision=1475 ChangeLog | 12 ++++++++++++ src/vte.c | 30 +++++++++++++++++++----------- 2 files changed, 31 insertions(+), 11 deletions(-) commit 99a36a042102e320143dade3ba1574310ee66d08 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 15:26:57 2007 +0000 "%ld" for cursor indices. 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (_vte_invalidate_cursor_once): "%ld" for cursor indices. svn path=/trunk/; revision=1474 ChangeLog | 5 +++++ src/vte.c | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) commit 78f7a5f85b7297c320ab92a425e9c7df99d2c212 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 15:24:30 2007 +0000 Cursor indices are long. 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (_vte_invalidate_cells), (_vte_invalidate_cursor_once): Cursor indices are long. svn path=/trunk/; revision=1473 ChangeLog | 6 ++++++ src/vte.c | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit a2886cc03276143105f780689b587dedd493dde6 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 15:20:19 2007 +0000 Cursor indices are long. Prepend the GTK+ generated expose if we already 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/vte-private.h: * src/vte.c: (_vte_invalidate_cell): Cursor indices are long. * src/vte.c: (_vte_terminal_expose): Prepend the GTK+ generated expose if we already have an display update pending. svn path=/trunk/; revision=1472 ChangeLog | 9 +++++++++ src/vte-private.h | 2 +- src/vte.c | 19 ++++++++++++++----- 3 files changed, 24 insertions(+), 6 deletions(-) commit 12d98d8c8bf1b53bb2b68a758e7b68043be35a10 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 15:02:25 2007 +0000 Add a new debug flag to visualize the work flow. VTE_DEBUG_FLAGS=work 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> Add a new debug flag to visualize the work flow. VTE_DEBUG_FLAGS=work generates output like: Debugging work flow (top input to bottom output): . _vte_terminal_process_incoming ( start _vte_terminal_process_incoming ? _vte_invalidate_cells (call) ! _vte_invalidate_cells (dirty) * _vte_invalidate_all ) end _vte_terminal_process_incoming - gdk_window_process_all_updates + vte_terminal_expose = vte_terminal_paint *?!**+=*-+=..()?!(?!?!?!)-+=?!-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.().(?!?!?!)-+=.().(?!?!?!)-+=.().().(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!?!)-+=.(?!?!)-+=.............................................................................................................................................................................................................................................................................(?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????!??!)-+=....................................................................... Which tells me I have two bugs to track: 1. the initial '..()' is a missing invalidate. 2. '(?!?!????????????????????!??!)' is not very efficient. * src/debug.c: (_vte_debug_parse_string): * src/debug.h: * src/vte.c: (update_regions), (_vte_invalidate_cells), (_vte_invalidate_all), (vte_terminal_process_incoming), (vte_terminal_io_read), (vte_terminal_paint), (vte_terminal_expose), (vte_terminal_class_init): Add VTE_DEBUG_WORK svn path=/trunk/; revision=1471 ChangeLog | 28 ++++++++++++++++++++++++ src/debug.c | 3 +++ src/debug.h | 5 +++-- src/vte.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 4 files changed, 98 insertions(+), 11 deletions(-) commit d061fc52911fd4a5e77982f993923198a27b65e8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 12:24:02 2007 +0000 Bug 398150 – cursor leaves trail behind in vim 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> Bug 398150 – cursor leaves trail behind in vim * src/vte-private.h: * src/vte.c: (_vte_invalidate_cell), (vte_terminal_process_incoming): * src/vteseq.c: (vte_sequence_handler_decset_internal): Invalidate the old cursor position if we detect the cursor moved during the sequence or if the cursor changed state. svn path=/trunk/; revision=1470 ChangeLog | 11 +++++++++++ src/vte-private.h | 1 + src/vte.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++---- src/vteseq.c | 5 ----- 4 files changed, 62 insertions(+), 9 deletions(-) commit d78519b31ec6a5c8c38820ac2ba4864cc9e0acca Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 10:10:10 2007 +0000 Missing $(X_CFLAGS) 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> * src/Makefile.am: Missing $(X_CFLAGS) svn path=/trunk/; revision=1469 ChangeLog | 5 +++++ src/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 48c3b16e6c0470edf5ceae155a32d8ce36244968 Author: Chris Wilson <cpwilson@src.gnome.org> Date: Fri Jan 19 10:07:58 2007 +0000 missed from last commit svn path=/trunk/; revision=1468 ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) commit 87449145eb0da8989be00a497aac68d19a7bb6db Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jan 19 09:30:54 2007 +0000 Bug 398243 – Crash 2007-01-19 Chris Wilson <chris@chris-wilson.co.uk> Bug 398243 – Crash * src/vtebg.c: (vte_bg_cache_prune_int): Use the return from g_list_delete_link to maintain the list head. svn path=/trunk/; revision=1467 src/vtebg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dfbaae24245375fa7fca8d3b38d7ff387bbeba01 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 22:39:36 2007 +0000 Check that the start of the invalid region is on screen. 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (_vte_invalidate_cells): Check that the start of the invalid region is on screen. svn path=/trunk/; revision=1466 ChangeLog | 5 +++++ src/vte.c | 6 ++++++ 2 files changed, 11 insertions(+) commit 725f61ecda29fcd44acf45ec0e3c8f1bbb39252f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 22:03:00 2007 +0000 Bug 398116 – lags behind when widget not visible 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> Bug 398116 – lags behind when widget not visible * src/vte.c: (vte_terminal_handle_scroll): During the spring clean, I converted a few GTK_WIDGET_REALIZED() checks to GTK_WIDGET_DRAWABLE()+visibility check. Unfortunately, it broke keeping the scroll delta in sync with the insert delta. Sync the pair, then perform the check before making updates on the visible area. svn path=/trunk/; revision=1465 ChangeLog | 11 +++++++++++ src/vte.c | 13 +++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) commit a3eef86e9564a3add70b45390b24ad5f24f8bad3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 19:09:42 2007 +0000 Bug 398083 – background not painted correctly when starting up 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> Bug 398083 – background not painted correctly when starting up * src/vte.c: (_vte_invalidate_all): Compute drawable area in window co-ordinates and not widget co-ordinates. svn path=/trunk/; revision=1464 ChangeLog | 8 ++++++++ src/vte.c | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) commit e332a0d91deb6ecb05d16f16b243a366dc7d9974 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 18:54:02 2007 +0000 Small bit of logic inversion that would have tried to paint on unmapped 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_expose): Small bit of logic inversion that would have tried to paint on unmapped and invisible widgets. svn path=/trunk/; revision=1463 ChangeLog | 6 ++++++ src/vte.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 879db418d7347ebe3c11e9bdb42ce19306d61044 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 16:45:25 2007 +0000 And the corresponding overrides. [The downsides of losing track of which 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> And the corresponding overrides. [The downsides of losing track of which machine you are working on.] * python/vte.override: Add (get_text_include_trailing_spaces) svn path=/trunk/; revision=1462 ChangeLog | 7 +++++ python/vte.override | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) commit 581c8626bc17fb1b4e47774b59d927f1154f2c92 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 16:43:16 2007 +0000 Add missing export of vte_terminal_get_text_include_trailing_spaces, 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> Add missing export of vte_terminal_get_text_include_trailing_spaces, needed for building a simple testcase for Bug 397724. vte.defs needs a bit of love... * python/vte.defs: Add (get_text_include_trailing_spaces) svn path=/trunk/; revision=1461 ChangeLog | 9 +++++++++ python/vte.defs | 9 +++++++++ 2 files changed, 18 insertions(+) commit d04bb3e3fa59f8b1b6fc690513e282110caf077b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 15:44:09 2007 +0000 Fix a couple of compiler warnings. 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> * src/vterdb.c: (_vte_rdb_search), (_vte_rdb_boolean): Fix a couple of compiler warnings. svn path=/trunk/; revision=1460 ChangeLog | 5 +++++ src/vterdb.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit 7519b3e4fca7d284a229693efb74f46cd456c9d3 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 15:33:03 2007 +0000 Delete some dead code. 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_process_incoming): Delete some dead code. svn path=/trunk/; revision=1459 ChangeLog | 5 +++++ src/vte.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) commit 8ec33f53f0079f4855db2165f1ecca64880d8b0d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 15:30:55 2007 +0000 Restore --enable-debugging. 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> * configure.in: Restore --enable-debugging. svn path=/trunk/; revision=1458 ChangeLog | 5 +++++ configure.in | 5 +++++ 2 files changed, 10 insertions(+) commit 233a2332176975f1c578a07ab45b6bec792088fc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 11:13:10 2007 +0000 Copy Behdad's MAYBE_WARN comprehensive set of warnings from Cairo, and 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> Copy Behdad's MAYBE_WARN comprehensive set of warnings from Cairo, and fixup the immediate compilation failures. * configure.in: Iterate over a list of warnings and check that they are valid for the compiler. * src/debug.c: (_vte_debug_on): Kill fflush() [redundant with g_printerr]. svn path=/trunk/; revision=1457 ChangeLog | 12 ++++++++ configure.in | 90 +++++++++++++++++++++++++++++++++++++++++++++--------------- src/debug.c | 3 -- 3 files changed, 80 insertions(+), 25 deletions(-) commit 8dbf931060cd7cf3d5684e913bb8d3f2faeb86c6 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Jan 18 10:09:27 2007 +0000 Don't call AC_CANONICAL_HOST. Libtool calls it already. 2007-01-18 Behdad Esfahbod <behdad@gnome.org> * configure.in: Don't call AC_CANONICAL_HOST. Libtool calls it already. * src/Makefile.am: Don't build extra, test, programs by default. Speeds build up. svn path=/trunk/; revision=1456 ChangeLog | 8 ++++++++ configure.in | 1 - src/Makefile.am | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) commit 0eabcc042fd65cd52bcf3c56bd154dd40c1e15ec Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Jan 18 10:04:53 2007 +0000 Fix loop-optimization warnings. 2007-01-18 Behdad Esfahbod <behdad@gnome.org> * src/ring.c (_vte_ring_insert_preserve): * src/vte.c (vte_terminal_paint): Fix loop-optimization warnings. svn path=/trunk/; revision=1455 ChangeLog | 6 ++++++ src/ring.c | 4 ++-- src/vte.c | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) commit 6d9d4a07aa8e202d67b93b2a7e10ec84f7963c09 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Jan 18 09:46:13 2007 +0000 Fix more warnings. 2007-01-18 Behdad Esfahbod <behdad@gnome.org> * src/ssfe.c (cleanupexit), (barf): * src/vtebg.c (vte_bg_cache_prune_int): * src/vtetc.c (main): Fix more warnings. svn path=/trunk/; revision=1454 ChangeLog | 7 +++++++ src/ssfe.c | 4 ++-- src/vtebg.c | 2 +- src/vtetc.c | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) commit dd0498666a3f4c6f763bdf9bbe6d9ff84b894966 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Jan 18 09:38:41 2007 +0000 Fix int vs long int mismatches in printf args. 2007-01-18 Behdad Esfahbod <behdad@gnome.org> * src/table.c (main): * src/trie.c (_vte_trie_addx), (main): * src/utf8echo.c (main): Fix int vs long int mismatches in printf args. svn path=/trunk/; revision=1453 ChangeLog | 7 +++++++ src/table.c | 2 +- src/trie.c | 36 ++++++++++++++++++------------------ src/utf8echo.c | 2 +- 4 files changed, 27 insertions(+), 20 deletions(-) commit baef8d76f5dc0a70b3c7e4ba1be585d1961141a8 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Jan 18 09:30:06 2007 +0000 Remove unused variables. 2007-01-18 Behdad Esfahbod <behdad@gnome.org> * src/iso2022.c (_vte_iso2022_find_nextctl): * src/reaper.c (vte_reaper_finalize): * src/vte.c (_vte_terminal_insert_char), (vte_terminal_key_press), (vte_terminal_init), (vte_terminal_size_allocate): * src/vteapp.c (main): * src/vtedraw.c (_vte_draw_init_default): * src/vteglyph.c (_vte_glyph_cache_free): * src/vtergb.c (_vte_rgb_copy): * src/vtexft.c (_vte_xft_font_for_char): Remove unused variables. svn path=/trunk/; revision=1452 ChangeLog | 13 +++++++++++++ src/iso2022.c | 1 - src/reaper.c | 1 - src/vte.c | 8 +------- src/vteapp.c | 2 ++ src/vtedraw.c | 1 - src/vteglyph.c | 1 - src/vtergb.c | 1 - src/vtexft.c | 1 - 9 files changed, 16 insertions(+), 13 deletions(-) commit 06baf6d464bbfb165c1d5b8cc93aae6dbb7d6503 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Thu Jan 18 02:46:11 2007 +0000 Bug 161342 revisited. Reset the box to +-inf and not the current cursor, 2007-01-18 Chris Wilson <chris@chris-wilson.co.uk> Bug 161342 revisited. Reset the box to +-inf and not the current cursor, otherwise you just reproduce the slow behaviour (an overly large invalidation area). * src/vte.c: (vte_terminal_process_incoming): Reset bbox to +-inf. svn path=/trunk/; revision=1451 ChangeLog | 9 +++++++++ src/vte.c | 16 ++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) commit 9c88d1c90efce33386fcca58736903e58d481ebd Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 22:00:53 2007 +0000 Second breakage: VTE_INVALID_SOURCE !=0 and calling 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> Second breakage: VTE_INVALID_SOURCE !=0 and calling vte_terminal_set_scrollback_lines with lines == ->scrollback_lines is not a nop. * src/vte.c: (vte_terminal_background_update), (vte_terminal_queue_background_update): VTE_INVALID_SOURCE != 0 (vte_terminal_set_scrollback_lines): reset the rowdata everytime. svn path=/trunk/; revision=1450 ChangeLog | 12 ++++++++++++ src/vte.c | 7 ++----- 2 files changed, 14 insertions(+), 5 deletions(-) commit 867645ccd8d6ccad5982825ef85451abb639d483 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 21:57:43 2007 +0000 Bug 397414 - port vteapp to GOption 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> Bug 397414 - port vteapp to GOption * src/vteapp.c: (main): Translation of getopt switch to GOptionEntry[]. Missing help for --geometry. svn path=/trunk/; revision=1449 ChangeLog | 8 ++ src/vteapp.c | 399 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 210 insertions(+), 197 deletions(-) commit 5f4d07a9778eedbbbc267fb57869cefc15874812 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 21:11:24 2007 +0000 First breakage spotted: the realized flag is set too late in the realize 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> First breakage spotted: the realized flag is set too late in the realize handler. Note to self: not everybody uses a black background. * src/vte.c: (vte_terminal_realize): Restore GTK_WIDGET_SET_FLAGS(REALIZED) svn path=/trunk/; revision=1448 ChangeLog | 9 +++++++++ src/vte.c | 11 +++++------ 2 files changed, 14 insertions(+), 6 deletions(-) commit aca77a8bd471d1fc7d343c0006148da8b543c14c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:28:58 2007 +0000 Bug 395373 - Allow the user to specify backend priorities. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> Bug 395373 - Allow the user to specify backend priorities. * src/vtedraw.c: (_vte_draw_init_user), (_vte_draw_init_default), (_vte_draw_new): Scan $ENV{VTE_BACKEND} for the user's preferred backend and failover to the first working backend. Discard checking VTE_USE_* * src/vtedraw.h: * src/vteft2.c: * src/vteft2.h: * src/vtegl.c: * src/vtegl.h: * src/vtepango.c: * src/vtepango.h: * src/vtepangox.c: * src/vtepangox.h: * src/vteskel.c: (_vte_skel_check), (_vte_skel_create), (_vte_skel_destroy), (_vte_skel_start): * src/vteskel.h: * src/vtexft.c: * src/vtexft.h: Remove the environment variable field, drop the "Vte" prefix from the backend names and make the exported structure const. svn path=/trunk/; revision=1447 ChangeLog | 27 ++++++++++++++++++ src/vtedraw.c | 88 +++++++++++++++++++++++++++++++++++++++++---------------- src/vtedraw.h | 4 +-- src/vteft2.c | 4 +-- src/vteft2.h | 2 +- src/vtegl.c | 4 +-- src/vtegl.h | 2 +- src/vtepango.c | 4 +-- src/vtepango.h | 2 +- src/vtepangox.c | 4 +-- src/vtepangox.h | 2 +- src/vteskel.c | 29 ++++--------------- src/vteskel.h | 2 +- src/vtexft.c | 4 +-- src/vtexft.h | 2 +- 15 files changed, 114 insertions(+), 66 deletions(-) commit 2007589313e4a9bbad44b91d79dfd2b109166eca Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:10:49 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/iso2022.c: (_vte_iso2022_is_ambiguous): * src/vte-private.h: * src/vte.c: (_vte_terminal_set_default_attributes), (vte_terminal_set_default_tabstops), (vte_terminal_set_encoding), (vte_terminal_set_opacity), (vte_terminal_set_default_colors), (vte_terminal_emit_pending_text_signals), (vte_terminal_feed_child_using_modes), (vte_terminal_hierarchy_changed), (vte_terminal_send_mouse_button_internal), (vte_terminal_maybe_send_mouse_drag), (vte_terminal_set_font), (vte_terminal_set_font_from_string), (vte_terminal_set_size), (vte_terminal_handle_scroll), (vte_terminal_set_scroll_adjustment), (vte_terminal_set_emulation), (vte_terminal_set_termcap), (vte_terminal_init), (vte_terminal_size_allocate), (vte_terminal_unrealize), (vte_terminal_finalize), (vte_terminal_realize), (vte_terminal_determine_colors), (vte_terminal_background_update), (vte_terminal_queue_background_update), (vte_terminal_set_background_transparent), (vte_terminal_set_cursor_blinks), (vte_terminal_set_scrollback_lines), (vte_terminal_reset), (vte_terminal_set_pty): * src/vteseq.c: (vte_sequence_handler_st), (vte_sequence_handler_vb), (vte_sequence_handler_device_status_report), (vte_sequence_handler_dec_device_status_report), (vte_sequence_handler_window_manipulation): Janitorial work to improve code readability and small micro-optimisations, such as use the length returned by g_snprintf rather then calling strlen on the result or just using a constant string. svn path=/trunk/; revision=1446 ChangeLog | 36 +++++++++ src/iso2022.c | 2 +- src/vte-private.h | 3 +- src/vte.c | 226 ++++++++++++++++++++++++++++-------------------------- src/vteseq.c | 102 ++++++++++++------------ 5 files changed, 202 insertions(+), 167 deletions(-) commit 8d819414955071192d09f416aa9040ce3bd230f1 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:07:37 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/ring.h: Make the debug checks conditional on VTE_DEBUG. svn path=/trunk/; revision=1445 ChangeLog | 7 +++++++ src/ring.h | 5 +++++ 2 files changed, 12 insertions(+) commit c900468b1c4f178d04424f182836bf058ad61b08 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:06:56 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/matcher.c: (_vte_matcher_add), (_vte_matcher_create), (_vte_matcher_destroy), (_vte_matcher_new), (_vte_matcher_match), (_vte_matcher_print): * src/matcher.h: * src/table.c: (_vte_table_new): * src/table.h: * src/trie.c: (_vte_trie_new): * src/trie.h: _vte_match_match() is called extremely frequently, and the switch shows up on the profiles. Replace the switch with a function pointer obtained by introducing function tables for the matcher implementations. svn path=/trunk/; revision=1444 ChangeLog | 17 +++++++++++++ src/matcher.c | 78 ++++++++++++++++------------------------------------------- src/matcher.h | 23 ++++++++++++++++++ src/table.c | 14 ++++++++++- src/table.h | 2 ++ src/trie.c | 14 ++++++++++- src/trie.h | 2 ++ 7 files changed, 91 insertions(+), 59 deletions(-) commit f5801a4790d57af56dff270c11ebe5438f283ca7 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:04:46 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vte-private.h: * src/vte.c: (vte_terminal_set_font_full), (vte_terminal_realize): Don't load a font until the terminal is realized. Saves decoding 2 or 3 fonts before g-t is mapped. svn path=/trunk/; revision=1443 ChangeLog | 9 ++++++++ src/vte-private.h | 1 + src/vte.c | 62 +++++++++++++++++++++++++++++++++++-------------------- 3 files changed, 50 insertions(+), 22 deletions(-) commit 736cd9069881445f07940f20800ac1a7be3a4bef Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:03:33 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vteseq.c: (vte_g_array_fill): Micro-optimise the loop. svn path=/trunk/; revision=1442 ChangeLog | 7 +++++++ src/vteseq.c | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit 3258a9a629ff722be1da2c32cfa996bc2596ee82 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:02:44 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vteft2.c: (_vte_ft2_create), (_vte_ft2_start), (_vte_ft2_end), (update_bbox), (_vte_ft2_set_text_font), (_vte_ft2_draw_text): * src/vtergb.c: (_vte_rgb_buffer_new), (_vte_rgb_buffer_resize), (_vte_rgb_draw_color_rgb), (_vte_rgb_copy): * src/vtergb.h: Reuse converted glyphs within a run. svn path=/trunk/; revision=1441 ChangeLog | 12 +++++++++++ src/vteft2.c | 61 ++++++++++++++++++++++++++--------------------------- src/vtergb.c | 68 ++++++++++++++++++++++++++++++++++++++++++++---------------- src/vtergb.h | 2 ++ 4 files changed, 95 insertions(+), 48 deletions(-) commit d09749def08e9b2485fd6bca6962c6be2e2d203a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:01:44 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vteconv.c: (_vte_conv_utf8_strlen), (_vte_conv): Micro-optimise the loops. svn path=/trunk/; revision=1440 ChangeLog | 7 +++++++ src/vteconv.c | 33 +++++++++++++-------------------- 2 files changed, 20 insertions(+), 20 deletions(-) commit c06f39b7c406ff785b9cdd84d5554a916e9a6660 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 18:00:51 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vteglyph.c: (_vte_glyph_free), (_vte_cached_glyph_free), (_vte_glyph_cache_new), (_vte_glyph_cache_free), (_vte_glyph_cache_set_font_description), (_vte_glyph_cache_has_char), (_vte_glyph_remap_char), (_vte_glyph_get_uncached), (_vte_glyph_get), (_vte_glyph_draw): * src/vteglyph.h: Avoid the double glyph lookup in _vte_glyph_get and replace the tree with a hash. svn path=/trunk/; revision=1439 ChangeLog | 13 ++++++++ src/vteglyph.c | 93 ++++++++++++++++++++++++---------------------------------- src/vteglyph.h | 2 +- 3 files changed, 52 insertions(+), 56 deletions(-) commit 24a1c9033fa36e79e8d1a5caee4d1bf22774b50c Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:58:56 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/iso2022.c: (_vte_iso2022_state_new), (_vte_iso2022_state_free), (_vte_iso2022_state_set_codeset): * src/trie.c: (_vte_trie_add), (convert_mbstowcs): * src/utf8echo.c: (main): * src/vte.c: (vte_terminal_set_encoding), (vte_terminal_send), (vte_terminal_init), (vte_terminal_finalize), (vte_terminal_set_word_chars): * src/vteconv.c: (_vte_conv_open), (_vte_conv_close), (_vte_conv): * src/vteconv.h: * src/vteseq.c: (vte_sequence_handler_set_title_internal): s/(VteConv)-1/VTE_INVALID_CONV/ svn path=/trunk/; revision=1438 ChangeLog | 16 ++++++++++++++++ src/iso2022.c | 10 +++++----- src/trie.c | 4 ++-- src/utf8echo.c | 2 +- src/vte.c | 14 +++++++------- src/vteconv.c | 6 +++--- src/vteconv.h | 1 + src/vteseq.c | 2 +- 8 files changed, 36 insertions(+), 19 deletions(-) commit 0de19093d8b5d24c4ded623e938d7a1ffb21214b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:58:01 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vte.c: (_vte_new_row_data), (_vte_new_row_data_sized), (_vte_terminal_find_row_data), (_vte_row_data_find_charcell), (vte_line_is_wrappable), (vte_terminal_extend_selection), (vte_terminal_draw_row): Refactor vte_find_row_data to simplify and improve some logic. svn path=/trunk/; revision=1437 ChangeLog | 11 ++++ src/vte.c | 194 ++++++++++++++++++++++++++++++++------------------------------ 2 files changed, 112 insertions(+), 93 deletions(-) commit cbb43c93086847789a92faa03d6837f2ef24df63 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:56:49 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vte.c: (vte_g_array_fill), (vte_terminal_emit_commit), (_vte_terminal_ensure_cursor), (_vte_terminal_insert_char), (_vte_terminal_fork_basic), (vte_terminal_process_incoming), (vte_terminal_key_press), (vte_terminal_visibility_notify), (vte_terminal_apply_metrics), (vte_terminal_paint), (vte_terminal_expose): Callgrind driven rewrite of critical loops. svn path=/trunk/; revision=1436 ChangeLog | 12 ++++ src/vte.c | 198 +++++++++++++++++++++++++++++++++----------------------------- 2 files changed, 116 insertions(+), 94 deletions(-) commit b599a37352fc35337fad518b6866e95c7e248445 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:55:03 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vte-private.h: * src/vte.c: (_vte_terminal_connect_pty_write), (_vte_terminal_disconnect_pty_write), (vte_terminal_io_read), (vte_terminal_feed), (vte_terminal_feed_child_binary), (vte_terminal_init), (vte_terminal_unrealize), (add_process_timeout), (add_update_timeout), (remove_process_timeout), (vte_terminal_stop_processing), (vte_terminal_is_processing), (vte_terminal_start_processing), (process_timeout), (update_repeat_timeout), (update_timeout): The rate-limiting step is the display update - we do not need to process input faster than we are displaying it. So use the update display timeout to process new input (and dirty some more pixels). svn path=/trunk/; revision=1435 ChangeLog | 19 +++++ src/vte-private.h | 5 +- src/vte.c | 238 +++++++++++++++++++++--------------------------------- 3 files changed, 113 insertions(+), 149 deletions(-) commit 9e9d2c65c1687d10d3d83ab13ecbe203ba36ae18 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:49:23 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/interpret.c: (main): * src/iso2022.c: (_vte_iso2022_fragment_input), (_vte_iso2022_process), (main): * src/vte.c: (vte_terminal_match_contents_refresh), (vte_terminal_process_incoming), (vte_terminal_init), (vte_terminal_set_word_chars): * src/vteaccess.c: (vte_terminal_accessible_update_private_data_if_needed): * src/vtefc.c: (_vte_fc_patterns_from_pango_font_desc): * src/vtefc.h: * src/vteglyph.c: (_vte_glyph_cache_new), (_vte_glyph_cache_free), (_vte_glyph_cache_set_font_description): * src/vteglyph.h: * src/vteregex.c: (_vte_regex_sort_matches): * src/vtexft.c: (_vte_xft_font_open), (_vte_xft_font_close), (_vte_xft_font_for_char): s/g_array_new(TRUE, TRUE/g_array_new(FALSE, FALSE/ All uses of GArray respect their lengths and do not zero-termination or untouched members to be cleared. svn path=/trunk/; revision=1434 ChangeLog | 24 ++++++++++++++++++++++++ src/interpret.c | 2 +- src/iso2022.c | 15 +++++++++------ src/vte.c | 10 +++++----- src/vteaccess.c | 9 +++------ src/vtefc.c | 6 +++--- src/vtefc.h | 2 +- src/vteglyph.c | 20 +++++++++----------- src/vteglyph.h | 2 +- src/vteregex.c | 2 +- src/vtexft.c | 49 ++++++++++++++++++++++--------------------------- 11 files changed, 79 insertions(+), 62 deletions(-) commit 7c070ed56f33e131f618b5929fe9dbb0e6a27d76 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:46:52 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/iso2022.c: (_vte_iso2022_state_free): * src/matcher.c: (_vte_matcher_free_params_array): * src/ring.c: (_vte_ring_free): * src/table.c: (_vte_table_free): * src/trie.c: (_vte_trie_match): * src/vte.c: (_vte_terminal_match_contents_clear), (_vte_terminal_fork_basic), (vte_terminal_get_text_range_maybe_wrapped), (vte_terminal_copy), (vte_terminal_finalize), (vte_terminal_draw_cells_with_attributes): * src/vteaccess.c: (vte_terminal_accessible_free_private_data): * src/vtebg.c: (vte_bg_root_pixmap), (vte_bg_cache_item_free): * src/vteconv.c: (_vte_conv_close): * src/vtedraw.c: (_vte_draw_free): * src/vteft2.c: (_vte_ft2_destroy): * src/vtegl.c: (_vte_gl_destroy): * src/vteglyph.c: (_vte_glyph_cache_free): * src/vtepango.c: (_vte_pango_destroy): * src/vtepangox.c: (_vte_pango_x_destroy): * src/vtergb.c: (_vte_rgb_buffer_new), (_vte_rgb_buffer_free): * src/vteseq.c: (vte_sequence_handler_se), (vte_sequence_handler_so): * src/vteskel.c: (_vte_skel_destroy): * src/vtexft.c: (_vte_xft_font_close), (_vte_xft_destroy): Do not zero memory in destructors, as glib will zero all freed memory if G_DEBUG=gc-friendly. svn path=/trunk/; revision=1433 ChangeLog | 30 +++++++++++++++++++++++++ src/iso2022.c | 15 ------------- src/matcher.c | 6 +---- src/ring.c | 5 ----- src/table.c | 3 --- src/trie.c | 6 +---- src/vte.c | 70 ++++++--------------------------------------------------- src/vteaccess.c | 4 ---- src/vtebg.c | 12 ++-------- src/vteconv.c | 9 -------- src/vtedraw.c | 4 ---- src/vteft2.c | 4 ---- src/vtegl.c | 12 ---------- src/vteglyph.c | 15 ++----------- src/vtepango.c | 10 --------- src/vtepangox.c | 10 --------- src/vtergb.c | 11 ++------- src/vteseq.c | 40 +++++++++------------------------ src/vteskel.c | 6 ----- src/vtexft.c | 20 ----------------- 20 files changed, 55 insertions(+), 237 deletions(-) commit 097a0979e15cb02c93da0f166b29451f6104175a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:45:20 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/reaper.c: (vte_reaper_add_child), (vte_reaper_init), (vte_reaper_constructor), (vte_reaper_finalize), (vte_reaper_class_init), (vte_reaper_get), (main): * src/vte.c: (G_DEFINE_TYPE_WITH_CODE), (_vte_terminal_fork_basic), (vte_terminal_key_press), (vte_terminal_init), (vte_terminal_show), (vte_terminal_finalize), (vte_terminal_get_accessible), (vte_terminal_class_init): * src/vteaccess.c: (vte_terminal_initialize), (vte_terminal_accessible_finalize), (vte_terminal_accessible_class_init), (vte_terminal_accessible_get_type), (vte_terminal_accessible_factory_init), (vte_terminal_accessible_factory_new): * src/vtebg.c: (vte_bg_native_new), (vte_bg_finalize), (vte_bg_class_init), (vte_bg_init), (vte_bg_get_for_screen), (vte_bg_cache_item_free), (vte_bg_cache_prune_int), (_vte_bg_resize_pixbuf), (vte_bg_set_root_pixmap), (vte_bg_cache_add), (vte_bg_cache_search), (vte_bg_get_pixmap), (vte_bg_get_pixbuf): Use GObject boiler-plate code (G_DEFINE_TYPE), as opposed to open coding. svn path=/trunk/; revision=1432 ChangeLog | 26 +++++++ src/reaper.c | 91 ++++++++--------------- src/vte.c | 96 ++++++++---------------- src/vteaccess.c | 149 +++++++++++++++----------------------- src/vtebg.c | 221 +++++++++++++++++++++++++++----------------------------- 5 files changed, 252 insertions(+), 331 deletions(-) commit ee14604f30ecfaaaf7aa4f99962cdef1470bcc24 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:43:17 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/vte-private.h: * src/vte.c: (vte_free_row_data), (vte_g_array_fill), (vte_terminal_find_charcell), (vte_terminal_preedit_width), (vte_terminal_preedit_length), (_vte_invalidate_cursor_once), (vte_invalidate_cursor_periodic), (vte_terminal_deselect_all), (vte_terminal_set_default_tabstops), (vte_terminal_match_contents_refresh), (vte_terminal_cursor_new), (vte_terminal_match_check_internal), (vte_terminal_emit_adjustment_changed), (vte_terminal_queue_adjustment_changed), (vte_terminal_scroll_pages), (vte_terminal_maybe_scroll_to_top), (vte_terminal_maybe_scroll_to_bottom), (_vte_terminal_set_pointer_visible), (vte_terminal_new), (vte_terminal_set_color_internal), (vte_terminal_set_color_bold), (vte_terminal_set_color_dim), (vte_terminal_set_color_foreground), (vte_terminal_set_color_background), (vte_terminal_set_color_cursor), (vte_terminal_set_color_highlight), (vte_terminal_handle_sequence), (vte_terminal_catch_child_exited), (_vte_terminal_connect_pty_read), (_vte_terminal_connect_pty_write), (_vte_terminal_fork_basic), (vte_terminal_eof), (vte_terminal_im_reset), (vte_terminal_process_incoming), (vte_terminal_io_read), (vte_terminal_io_write), (vte_terminal_send), (vte_terminal_im_commit), (vte_terminal_im_preedit_start), (vte_terminal_im_preedit_end), (vte_terminal_im_preedit_changed), (vte_terminal_configure_toplevel), (vte_terminal_hierarchy_changed), (vte_terminal_style_changed), (add_cursor_timeout), (vte_terminal_key_press), (vte_same_class), (vte_line_is_wrappable), (vte_terminal_paste_cb), (vte_terminal_send_mouse_button_internal), (vte_terminal_maybe_send_mouse_drag), (vte_terminal_clear_cb), (vte_terminal_copy_cb), (vte_terminal_get_text_range_maybe_wrapped), (vte_terminal_clipboard_get), (vte_terminal_copy), (vte_terminal_paste), (vte_terminal_autoscroll), (vte_terminal_start_autoscroll), (vte_terminal_motion_notify), (vte_terminal_button_press), (vte_terminal_button_release), (vte_terminal_focus_in), (vte_terminal_focus_out), (vte_terminal_visibility_notify), (vte_terminal_apply_metrics), (vte_terminal_set_font_full), (vte_terminal_refresh_size), (vte_terminal_handle_scroll), (vte_terminal_set_scroll_adjustment), (vte_terminal_connect_xft_settings), (vte_terminal_disconnect_xft_settings), (_vte_terminal_codeset_changed_cb), (vte_terminal_init), (vte_terminal_size_request), (vte_terminal_size_allocate), (vte_terminal_show), (root_pixmap_changed_cb), (vte_terminal_unrealize), (vte_terminal_finalize), (vte_terminal_realize), (vte_terminal_determine_colors), (vte_terminal_paint), (vte_terminal_expose), (vte_terminal_scroll), (vte_terminal_get_accessible), (vte_terminal_im_append_menuitems), (vte_terminal_background_update), (vte_terminal_queue_background_update), (vte_terminal_set_background_image), (vte_terminal_set_background_image_file), (vte_terminal_set_cursor_blinks), (vte_terminal_reset), (vte_terminal_set_pty): * src/vteaccess.c: (vte_terminal_initialize), (vte_terminal_accessible_finalize): * src/vtedraw.c: (_vte_draw_new), (_vte_draw_free), (_vte_draw_start), (_vte_draw_end): * src/vtefc.c: (_vte_fc_transcribe_from_pango_font_description), (_vte_fc_defaults_from_gtk), (_vte_fc_connect_settings_changes), (_vte_fc_disconnect_settings_changes): * src/vteft2.c: (_vte_ft2_destroy), (_vte_ft2_set_background_image), (_vte_ft2_clear): * src/vtegl.c: (_vte_gl_destroy), (_vte_gl_set_background_image), (_vte_gl_clear): * src/vtepango.c: (_vte_pango_destroy), (_vte_pango_start), (_vte_pango_end), (_vte_pango_set_background_image), (_vte_pango_set_text_font): * src/vtepangox.c: (_vte_pango_x_destroy), (_vte_pango_x_start), (_vte_pango_x_end), (_vte_pango_x_set_background_image), (_vte_pango_x_set_text_font): * src/vterdb.c: (_vte_rdb_get): * src/vteseq.c: (vte_sequence_handler_scroll_up_or_down), (vte_sequence_handler_set_title_internal), (vte_terminal_beep), (vte_sequence_handler_do), (vte_sequence_handler_sf), (vte_sequence_handler_sr), (vte_sequence_handler_vb), (vte_sequence_handler_window_manipulation): * src/vteskel.c: (_vte_skel_destroy): * src/vtetree.c: (_vte_tree_new), (_vte_tree_destroy): * src/vtexft.c: (_vte_xft_set_background_image), (_vte_xft_clear): Remove superfluous checks and run-time checked type casts. svn path=/trunk/; revision=1431 ChangeLog | 89 +++++++++ src/vte-private.h | 2 +- src/vte.c | 550 +++++++++++++++++------------------------------------- src/vteaccess.c | 68 +++---- src/vtedraw.c | 10 +- src/vtefc.c | 18 +- src/vteft2.c | 10 +- src/vtegl.c | 10 +- src/vtepango.c | 50 ++--- src/vtepangox.c | 56 +++--- src/vterdb.c | 4 +- src/vteseq.c | 26 +-- src/vteskel.c | 4 +- src/vtetree.c | 4 +- src/vtexft.c | 8 +- 15 files changed, 394 insertions(+), 515 deletions(-) commit 2c0c0eafd9681470b399c9e813e19ca27acf3b2b Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:41:36 2007 +0000 As part of Bug 397439. 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> As part of Bug 397439. * src/debug.c: * src/iso2022.c: (_vte_iso2022_ambiguous_width_guess), (_vte_iso2022_state_new), (_vte_iso2022_state_set_codeset), (process_8_bit_sequence), (process_cdata), (process_control), (_vte_iso2022_process): * src/keymap.c: (_vte_keymap_map): * src/matcher.c: (_vte_matcher_init), (_vte_matcher_create), (_vte_matcher_destroy): * src/pty.c: (_vte_pty_run_on_pty), (_vte_pty_fork_on_pty_name), (_vte_pty_fork_on_pty_fd), (_vte_pty_set_size), (_vte_pty_get_size), (_vte_pty_ptsname), (_vte_pty_open_unix98), (_vte_pty_open_with_helper), (_vte_pty_open), (main): * src/reaper.c: (vte_reaper_emit_signal), (vte_reaper_child_watch_cb), (vte_reaper_init), (vte_reaper_finalize): * src/reflect.c: (text_changed_insert), (text_changed_delete): * src/ring.c: (_vte_ring_insert), (_vte_ring_insert_preserve), (_vte_ring_remove), (scrolled_off), (main): * src/slowcat.c: (main): * src/table.c: (_vte_table_printi), (_vte_table_print): * src/trie.c: (char_class_string_extract): * src/vte.c: (_vte_invalidate_cursor_once), (vte_terminal_emit_selection_changed), (vte_terminal_emit_commit), (vte_terminal_emit_emulation_changed), (vte_terminal_emit_encoding_changed), (vte_terminal_emit_child_exited), (_vte_terminal_emit_contents_changed), (vte_terminal_emit_cursor_moved), (vte_terminal_emit_eof), (vte_terminal_emit_char_size_changed), (_vte_terminal_emit_status_line_changed), (vte_terminal_emit_increase_font_size), (vte_terminal_emit_decrease_font_size), (_vte_terminal_emit_text_inserted), (_vte_terminal_emit_text_deleted), (vte_terminal_emit_text_modified), (vte_terminal_emit_text_scrolled), (vte_terminal_deselect_all), (vte_terminal_match_check_internal), (vte_terminal_match_check), (vte_terminal_emit_adjustment_changed), (vte_terminal_queue_adjustment_changed), (_vte_terminal_adjust_adjustments), (vte_terminal_scroll_pages), (vte_terminal_maybe_scroll_to_bottom), (vte_terminal_set_encoding), (_vte_terminal_set_pointer_visible), (vte_terminal_new), (vte_terminal_generate_bold), (_vte_terminal_insert_char), (display_control_sequence), (vte_terminal_fork_command), (vte_terminal_emit_pending_text_signals), (vte_terminal_process_incoming), (vte_terminal_io_write), (vte_terminal_send), (vte_terminal_im_commit), (vte_terminal_im_preedit_start), (vte_terminal_im_preedit_end), (vte_terminal_im_preedit_changed), (vte_terminal_configure_toplevel), (vte_terminal_hierarchy_changed), (vte_terminal_style_changed), (vte_terminal_key_press), (vte_terminal_paste_cb), (vte_terminal_match_hilite_clear), (vte_terminal_match_hilite), (vte_terminal_clear_cb), (vte_terminal_copy_cb), (vte_terminal_copy), (vte_terminal_paste), (vte_terminal_start_selection), (vte_terminal_extend_selection), (vte_terminal_autoscroll), (vte_terminal_motion_notify), (vte_terminal_button_press), (vte_terminal_button_release), (vte_terminal_focus_in), (vte_terminal_focus_out), (vte_terminal_set_font_full), (vte_terminal_set_size), (vte_terminal_handle_scroll), (vte_terminal_set_emulation), (vte_terminal_set_termcap), (vte_terminal_reset_rowdata), (vte_terminal_fc_settings_changed), (vte_terminal_init), (vte_terminal_size_request), (vte_terminal_size_allocate), (vte_terminal_show), (vte_terminal_unrealize), (vte_terminal_finalize), (vte_terminal_realize), (vte_terminal_draw_cells), (_vte_terminal_map_pango_color), (vte_terminal_paint), (vte_terminal_scroll), (vte_terminal_class_init), (vte_terminal_get_type), (vte_terminal_copy_clipboard), (vte_terminal_paste_clipboard), (vte_terminal_copy_primary), (vte_terminal_paste_primary), (vte_terminal_background_update), (vte_terminal_queue_background_update), (vte_terminal_set_background_saturation), (vte_terminal_set_background_tint_color), (vte_terminal_set_background_transparent), (vte_terminal_set_background_image), (vte_terminal_set_background_image_file), (vte_terminal_set_word_chars): * src/vteaccess.c: (emit_text_caret_moved), (emit_text_changed_insert), (emit_text_changed_delete), (vte_terminal_accessible_update_private_data_if_needed), (vte_terminal_accessible_invalidate_cursor), (vte_terminal_accessible_finalize), (vte_terminal_accessible_get_text), (vte_terminal_accessible_get_text_somewhere), (vte_terminal_accessible_text_init), (vte_terminal_accessible_component_init), (vte_terminal_accessible_factory_new): * src/vteapp.c: (main): * src/vtebg.c: (vte_bg_root_pixmap), (_vte_bg_resize_pixbuf): * src/vtedraw.c: (_vte_draw_new): * src/vtepango.c: (_vte_pango_set_text_font): * src/vtepangox.c: (_vte_pango_x_set_text_font): * src/vteseq.c: (vte_terminal_emit_deiconify_window), (vte_terminal_emit_iconify_window), (vte_terminal_emit_icon_title_changed), (vte_terminal_emit_window_title_changed), (vte_terminal_emit_raise_window), (vte_terminal_emit_lower_window), (vte_terminal_emit_maximize_window), (vte_terminal_emit_refresh_window), (vte_terminal_emit_restore_window), (vte_terminal_emit_move_window), (vte_terminal_emit_resize_window), (vte_sequence_handler_set_title_internal), (vte_sequence_handler_decset_internal), (vte_sequence_handler_bt), (vte_sequence_handler_application_keypad), (vte_sequence_handler_normal_keypad), (vte_sequence_handler_window_manipulation): * src/vtetc.c: (main): * src/vtexft.c: (_vte_xft_set_text_font): s/fprintf(stderr,/g_printerr(/ svn path=/trunk/; revision=1430 ChangeLog | 116 ++++++++++++++++++++++ src/debug.c | 1 - src/iso2022.c | 74 +++++++------- src/keymap.c | 60 ++++++----- src/matcher.c | 11 +- src/pty.c | 52 +++++----- src/reaper.c | 8 +- src/reflect.c | 6 +- src/ring.c | 52 +++++----- src/slowcat.c | 2 +- src/table.c | 4 +- src/trie.c | 2 +- src/vte.c | 303 ++++++++++++++++++++++++++++---------------------------- src/vteaccess.c | 34 +++---- src/vteapp.c | 4 +- src/vtebg.c | 4 +- src/vtedraw.c | 2 +- src/vtepango.c | 2 +- src/vtepangox.c | 2 +- src/vteseq.c | 96 +++++++++--------- src/vtetc.c | 4 +- src/vtexft.c | 2 +- 22 files changed, 476 insertions(+), 365 deletions(-) commit 38a457f890a73873c3b6314a96c77678f56fafb9 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed Jan 17 17:32:38 2007 +0000 Only invalidate groups of inserted chars and not the whole bbox. This 2007-01-17 Chris Wilson <chris@chris-wilson.co.uk> Only invalidate groups of inserted chars and not the whole bbox. This speeds up applications like vim which maintain a status line at the bottom of the screen. Fixes bug 161342. * src/vte-private.h: * src/vte.c: (update_regions), (_vte_invalidate_cells), (_vte_invalidate_all), (_vte_terminal_scroll_region), (vte_terminal_process_incoming), (reset_update_regions), (remove_update_timeout), (update_repeat_timeout), (update_timeout): svn path=/trunk/; revision=1429 ChangeLog | 12 ++++ src/vte-private.h | 2 +- src/vte.c | 203 +++++++++++++++++++++++++++++++++--------------------- 3 files changed, 139 insertions(+), 78 deletions(-) commit 650bf5cc513a23eedd5be92576b5d634a8c27c28 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jan 15 23:37:45 2007 +0000 Bug 387171 – vte fails to install on FreeBSD due to missing header Patch 2007-01-15 Behdad Esfahbod <behdad@gnome.org> Bug 387171 – vte fails to install on FreeBSD due to missing header Patch from Roy Marples * src/vteseq.c: #include <limits.h> svn path=/trunk/; revision=1428 ChangeLog | 7 +++++++ src/vteseq.c | 1 + 2 files changed, 8 insertions(+) commit 499b55eebb9647308c575813d863c0e10e45a68f Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jan 15 18:20:34 2007 +0000 Bug 396831 – Unable to compile without X Patch from Chris Wilson 2007-01-15 Behdad Esfahbod <behdad@gnome.org> Bug 396831 – Unable to compile without X Patch from Chris Wilson * src/vtebg.c (_vte_bg_display_sync), (vte_bg_root_pixmap): Add stubs. svn path=/trunk/; revision=1427 ChangeLog | 7 +++++++ src/vtebg.c | 10 ++++++++++ 2 files changed, 17 insertions(+) commit 04bfc12f0a66c9e6d57b488468c6f77532876848 Author: Ryan Lortie <desrt@desrt.ca> Date: Wed Jan 10 01:18:47 2007 +0000 Bug 394890 – Segfault when running vte or gnome-terminal 2007-01-09 Ryan Lortie <desrt@desrt.ca> Bug 394890 – Segfault when running vte or gnome-terminal * src/vtetc.c (_vte_termcap_find_string): change 'int' to 'gssize' to match previous fixup. Hopefully that does it. :) svn path=/trunk/; revision=1426 ChangeLog | 7 +++++++ src/vtetc.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 91024830d19ceb0a0338cc944477d01fca3d9fc3 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Tue Jan 9 03:32:25 2007 +0000 Remove .cvsignore files (moved to svn:ignore prop) svn path=/trunk/; revision=1424 .cvsignore | 34 ---------------------------------- doc/.cvsignore | 2 -- doc/openi18n/.cvsignore | 3 --- doc/reference/.cvsignore | 21 --------------------- gnome-pty-helper/.cvsignore | 19 ------------------- po/.cvsignore | 12 ------------ python/.cvsignore | 3 --- src/.cvsignore | 29 ----------------------------- termcaps/.cvsignore | 2 -- 9 files changed, 125 deletions(-) commit b944a903a3bff70ea9e155a5bcce2f80dffd0f43 (tag: vte_0_15_1) Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jan 9 00:03:58 2007 +0000 Released vte-0.15.1. 2007-01-08 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.1. * NEWS: Updated. * configure.in: Bumped version to 0.15.1. * src/Makefile.am: Bumped libtool version to 10:8:1. svn path=/trunk/; revision=1422 ChangeLog | 10 ++++++++++ NEWS | 9 +++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) commit 00062d4e4d42a1d230893b8da3affe6901551a9c Author: Ryan Lortie <desrt@desrt.ca> Date: Fri Dec 29 09:53:16 2006 +0000 Small fix to the previous patch. 2006-12-29 Ryan Lortie <desrt@desrt.ca> Small fix to the previous patch. * src/vtetc.c (_vte_termcap_find_string_length): 'int' is not the same as 'gssize' on 64bit platforms, causing compile errors. ChangeLog | 7 +++++++ src/vtetc.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 2c7dcf1812cc58d044edd7f065c0b1cfed00247f Author: Djihed Afifi <djihed@src.gnome.org> Date: Wed Dec 27 22:51:38 2006 +0000 Updated Arabic Translation. po/ChangeLog | 4 ++++ po/ar.po | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 673b596469398389c61e98ea83e52c4c30319731 Author: Ryan Lortie <desrt@desrt.ca> Date: Wed Dec 27 21:17:05 2006 +0000 Bug 354061 – Excessive use of strlen by _vte_termcap_create 2006-12-27 Ryan Lortie <desrt@desrt.ca> Bug 354061 – Excessive use of strlen by _vte_termcap_create * src/vtetc.c: near-complete rewrite to use a GMappedFile rather than reading a line at a time with excessive strlen/realloc use. * str/matcher.c: this shouldn't be calling the strip code as the strings it has are already unescaped. ChangeLog | 10 + src/matcher.c | 16 +- src/vtetc.c | 1239 +++++++++++++++++++++++++-------------------------------- 3 files changed, 551 insertions(+), 714 deletions(-) commit 9f1df4993cc4c92c5a989e4337e08429b730c7fc Author: Ryan Lortie <desrt@desrt.ca> Date: Wed Dec 27 21:10:34 2006 +0000 Bug 387475 – Gtk-Warning spew in gnome-terminal 2006-12-27 Ryan Lortie <desrt@desrt.ca> Bug 387475 – Gtk-Warning spew in gnome-terminal Problem introduced by fix to bug 356552. * src/vte.c (vte_invalidate_cursor_periodic): Add a temporary backward compatibility hack to prevent GObject from spewing warnings about missing GtkSettings properties in old GTK versions. ChangeLog | 10 ++++++++++ src/vte.c | 27 ++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 3 deletions(-) commit 4bb0946b36d7906425fbebb2472bdf4ba3964caa Author: Djihed Afifi <djihed@src.gnome.org> Date: Sun Dec 24 21:53:12 2006 +0000 Updated Arabic Translation. po/ChangeLog | 4 ++++ po/ar.po | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) commit b702bfd308e1dbce88987a6529a62207125969d8 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Dec 20 18:34:29 2006 +0000 Bug 387482 – Variable modified in signal handler should be volatile 2006-12-20 Behdad Esfahbod <behdad@gnome.org> Bug 387482 – Variable modified in signal handler should be volatile Patch from Bastien Nocera * gnome-pty-helper/gnome-pty-helper.c: Make variable "done" volatile. ChangeLog | 7 +++++++ gnome-pty-helper/gnome-pty-helper.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 528dc1831cfe1b4d6916e3520da9ee4d81d135f9 Author: Raivis Dejus <orvils@gmail.com> Date: Tue Dec 19 14:36:31 2006 +0000 Updated Latvian Translation. 2006-12-19 Raivis Dejus <orvils@gmail.com> * lv.po: Updated Latvian Translation. po/ChangeLog | 4 ++++ po/lv.po | 59 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 37 insertions(+), 26 deletions(-) commit 798313aeae10d5165472f993bc6dfde4ab9adeac Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Dec 8 21:48:40 2006 +0000 Red Hat Bug 218626: "last -ad" print junk in last column 2006-12-08 Behdad Esfahbod <behdad@gnome.org> Red Hat Bug 218626: "last -ad" print junk in last column * gnome-pty-helper/gnome-utmp.c (write_logout_record), (write_login_record): Don't gettimeofday directly into ut.ut_tv. That overruns on x86_64. ChangeLog | 8 ++++++++ gnome-pty-helper/gnome-utmp.c | 10 ++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 7a400dc0a3e7e8ac88fc359597a98ce43e1c18ea (tag: vte_0_15_0) Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Dec 5 23:01:17 2006 +0000 Released vte-0.15.0. 2006-12-05 Behdad Esfahbod <behdad@gnome.org> Released vte-0.15.0. * NEWS: Updated. * configure.in: Bumped version to 0.15.0. * src/Makefile.am: Bumped libtool version to 10:7:1. ChangeLog | 10 ++++++++++ NEWS | 7 +++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) commit f807d1d8e4d78e51889c2b69e697d5f0c6db81c0 Author: Ryan Lortie <desrt@desrt.ca> Date: Tue Dec 5 22:28:39 2006 +0000 Bug 356552 – cursor timeout runs all the time 2006-12-05 Ryan Lortie <desrt@desrt.ca> Bug 356552 – cursor timeout runs all the time * src/vte-private.h: Rework how cursor blinking works. * src/vte.c: Rework how cursor blinking works. Only register the cursor blink callback when cursor blink is enabled and the window is focused. ChangeLog | 9 +++ src/vte-private.h | 3 +- src/vte.c | 201 +++++++++++++++++++++++++++--------------------------- 3 files changed, 111 insertions(+), 102 deletions(-) commit 12954eec3737d881e04c12ec503ee58581148e78 Author: Wouter Bolsterlee <wbolster@cvs.gnome.org> Date: Sun Nov 19 18:48:54 2006 +0000 Translation updated by GNOME PL Team. 2006-11-19 Wouter Bolsterlee <wbolster@cvs.gnome.org> * pl.po: Translation updated by GNOME PL Team. po/ChangeLog | 4 ++++ po/pl.po | 47 +++++++++++++++++++++++++---------------------- 2 files changed, 29 insertions(+), 22 deletions(-) commit 6a3b2e9b9d7697980723d3462af1fc4bc1e75846 Author: Djihed Afifi <djihed@src.gnome.org> Date: Sat Nov 18 20:30:11 2006 +0000 Updated Arabic Translation. QA'ed by Khaled Hosny po/ChangeLog | 4 ++++ po/ar.po | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) commit e229967d4abcdabf1c2a4edd0763d9d6fd061b27 Author: Mariano Suárez-Alvarez <mariano@gnome.org> Date: Fri Nov 17 00:51:03 2006 +0000 Bug 307396 – Mouse scroll mode not controllable 2006-11-16 Mariano Suárez-Alvarez <mariano@gnome.org> Bug 307396 – Mouse scroll mode not controllable * src/vte.c(vte_terminal_scroll): make the scrollwheel scroll by tenths of a screen (or 1 line, whichever is bigger) instead of half screens. ChangeLog | 7 +++++++ src/vte.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 43b1051c010848db001ccc668d39f7b5169f33ea Author: Mariano Suárez-Alvarez <mariano@gnome.org> Date: Thu Nov 16 19:46:01 2006 +0000 Bug 356602 – const cast warning fixes for libvte Patch by Ryan Lortie 2006-11-16 Mariano Suárez-Alvarez <mariano@gnome.org> Bug 356602 – const cast warning fixes for libvte Patch by Ryan Lortie (desrt) * src/matcher.h: Use const char * where appropriate. * src/matcher.c: Use const char * where appropriate. Cast g_strdup to (GCacheDupFunc) to avoid a warning. * src/vtetc.h: Use const char * where appropriate. * src/vtetc.c: Use const char * where appropriate. Cast g_strdup to (GCacheDupFunc) to avoid a warning. * src/vte.c: Use const char * where appropriate. ChangeLog | 17 +++++++++++++++-- src/matcher.c | 9 +++++---- src/matcher.h | 2 +- src/vte.c | 15 ++++++++------- src/vtetc.c | 7 ++++--- src/vtetc.h | 2 +- 6 files changed, 34 insertions(+), 18 deletions(-) commit 133c9933b89f3f964d9b844a408a7044f76fb51a Author: Djihed Afifi <djihed@src.gnome.org> Date: Mon Nov 6 12:58:04 2006 +0000 Added/Updated Arabic Translation. po/ChangeLog | 4 ++++ po/ar.po | 29 ++++++++++++++++------------- 2 files changed, 20 insertions(+), 13 deletions(-) commit 7658723e808f3ddd6f76885cb2e1fa40efae9e79 Author: Rich Burridge <richb@src.gnome.org> Date: Wed Nov 1 20:53:58 2006 +0000 Fixed bug #150858 - In gnome-terminal, the deleted character is reported * src/vteaccess.c: Fixed bug #150858 - In gnome-terminal, the deleted character is reported as "space". ChangeLog | 6 ++++++ src/vteaccess.c | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) commit 9b523e876a5b4f02973f2fea2f8d011f2075488a Author: Djihed Afifi <djihed@src.gnome.org> Date: Mon Oct 30 10:13:46 2006 +0000 Added/Updated Arabic Translation. po/ChangeLog | 4 ++++ po/ar.po | 55 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 33 insertions(+), 26 deletions(-) commit ff2c6d2b7b91453bbc9b9bd016e0a083518b032e Author: Christophe Merlet <redfox@src.gnome.org> Date: Sun Oct 22 09:17:38 2006 +0000 Updated French translation. po/ChangeLog | 4 ++++ po/fr.po | 33 +++++++++++++++++++-------------- 2 files changed, 23 insertions(+), 14 deletions(-) commit c9bd03658fd7ec4b7d9dc60948472fdffe7b5070 Author: Mariano Suárez-Alvarez <mariano@src.gnome.org> Date: Tue Oct 17 04:34:40 2006 +0000 Fix a changelog entry ;-) ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 86b1ccbceaf8b66ab54d6f0dcbb05673f2e868ec Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Oct 13 14:33:04 2006 +0000 Include vteseq.c 2006-10-13 Behdad Esfahbod <behdad@gnome.org> * po/POTFILES.in: Include vteseq.c ChangeLog | 4 ++++ po/POTFILES.in | 1 + 2 files changed, 5 insertions(+) commit a2c8d9d9fa460cfd0a68d035d578ca134412b305 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Fri Oct 13 14:31:57 2006 +0000 Remove Nalin. MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) commit 027618696701afcb9306161a452a6824900d10fe Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Thu Oct 12 22:55:23 2006 +0000 NOSPAM Nalin's address. AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1f7f3005f24120c260fc2a383841deba32d2e78b Author: Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar> Date: Wed Oct 11 04:42:57 2006 +0000 Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal 2006-10-11 Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar> Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal * src/keymap.c (_vte_keymap_key_add_key_modifiers): Match the (newer) xterm behavior when reporting modifiers to things running in a terminal. ChangeLog | 7 +++++++ src/keymap.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit eebc586eb9f97214634b412b1eea9bd0295dd28a (tag: vte_0_14_1) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Oct 2 21:02:33 2006 +0000 Released vte-0.14.1. 2006-10-02 Behdad Esfahbod <behdad@gnome.org> Released vte-0.14.1. * NEWS: Updated. * configure.in: Bumped version to 0.14.1. * src/Makefile.am: Bumped libtool version to 10:6:1. ChangeLog | 10 ++++++++++ NEWS | 12 ++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) commit 659e0bc92aa43838e532dadf8dbad79b25e16779 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Oct 2 20:44:44 2006 +0000 Bug 358344 – autoscroll only works one way in fullscreen [PATCH] Patch 2006-10-02 Behdad Esfahbod <behdad@gnome.org> Bug 358344 – autoscroll only works one way in fullscreen [PATCH] Patch by Egmont Koblinger * src/vte.c (vte_terminal_autoscroll), (vte_terminal_motion_notify): Fix forward autoscrolling in fullscreen mode. ChangeLog | 9 +++++++++ src/vte.c | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) commit bd3d2802159b051aea079b7f98e3a72cedaefd45 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Sep 20 14:43:07 2006 +0000 Bug 353756 – font setting cleanup 2006-09-20 Behdad Esfahbod <behdad@gnome.org> Bug 353756 – font setting cleanup * src/vte.c (vte_terminal_set_font_full): Use 'monospace' family if no font is set on a terminal widget * src/vte.c (vte_terminal_set_font_from_string_full): Don't g_return_if_fail(strlen(name) > 0). An empty string is a perfectly valid pango font description string. * src/vte.c (vte_terminal_show): Make sure we have a font loaded. * src/vteapp.c (main): Don't fallback on "Monospace 12". Let the widget decide what font to use if no font is set. ChangeLog | 16 ++++++++++++++++ src/vte.c | 12 +++++++++--- src/vteapp.c | 7 +++---- 3 files changed, 28 insertions(+), 7 deletions(-) commit 6e26f51398dbcaee25c248a069050f6798a15ed1 Author: Ryan Lortie <desrt@desrt.ca> Date: Mon Sep 18 20:20:42 2006 +0000 Bug 356616 – libvte broken with new autotools 2006-09-18 Ryan Lortie <desrt@desrt.ca> Bug 356616 – libvte broken with new autotools * configure.in: * src/Makefile.am: Fix broken variable substitution for newer versions of automake. ChangeLog | 8 ++++++++ configure.in | 24 ------------------------ src/Makefile.am | 6 +++++- 3 files changed, 13 insertions(+), 25 deletions(-) commit f3e6bfce782dc30116cd095c76b2825010c131cb Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Sep 13 21:58:26 2006 +0000 Bug 354024 – Suppress multiple warnings for missing control sequence 2006-09-13 Behdad Esfahbod <behdad@gnome.org> Bug 354024 – Suppress multiple warnings for missing control sequence handlers Patch from Chris Wilson * src/vte.c (vte_terminal_handle_sequence): Suppress multiple warnings for missing control sequence handlers in non-debugging builds. ChangeLog | 9 +++++++++ src/vte.c | 12 +++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) commit 60a649f43c63cf55cd8829a4a755bbe43e4a9418 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Sep 13 21:52:35 2006 +0000 Bug 354620 – vte-0.14.0: undefined C code Patch from Ales Nosek 2006-09-13 Behdad Esfahbod <behdad@gnome.org> Bug 354620 – vte-0.14.0: undefined C code Patch from Ales Nosek * src/ssfe.c (inschar), (dokbdchar): Replace "*(tmp+1)=(*tmp--);" with something well-defined. ChangeLog | 8 ++++++++ src/ssfe.c | 9 ++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit 20dc6211ef45c751cb0674cdb998807f64a5fa71 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Sep 8 17:02:55 2006 +0000 Define G_LOG_DOMAIN=Vte. 2006-09-08 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: Define G_LOG_DOMAIN=Vte. ChangeLog | 4 ++++ src/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit eb80a6a1c8c4295c3083e225cd6953d567544b1e (tag: vte_0_14_0) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Sep 4 22:08:35 2006 +0000 Released vte-0.14.0. 2006-09-04 Behdad Esfahbod <behdad@gnome.org> Released vte-0.14.0. * NEWS: Updated. * configure.in: Bumped version to 0.14.0. * src/Makefile.am: Bumped libtool version to 10:5:1. ChangeLog | 10 ++++++++++ NEWS | 4 ++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) commit a83cf6602673312d368e246ad534316756c869cc Author: Mugurel Tudor <mugurelu@gnome.ro> Date: Mon Sep 4 07:49:10 2006 +0000 Updated Romanian translation by MiÅŸu Moldovan <dumol@gnome.ro> 2006-09-04 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation by MiÅŸu Moldovan <dumol@gnome.ro> po/ChangeLog | 5 +++++ po/ro.po | 61 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 35 insertions(+), 31 deletions(-) commit 5331a9411507c591244b9d14d68c1fc171669a2b Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Aug 31 20:03:12 2006 +0000 Minor doc syntax update. 2006-08-31 Behdad Esfahbod <behdad@gnome.org> * src/pty.c: * src/ring.c: * src/trie.c: * src/vte.c: * src/vtebg.c: * src/vteseq.c (vte_sequence_handler_ta): * src/vtetc.c: Minor doc syntax update. ChangeLog | 11 +++++++ src/pty.c | 8 ++--- src/ring.c | 6 ++-- src/trie.c | 4 +-- src/vte.c | 98 ++++++++++++++++++++++++++++++------------------------------ src/vtebg.c | 2 +- src/vteseq.c | 5 +++- src/vtetc.c | 2 +- 8 files changed, 75 insertions(+), 61 deletions(-) commit 9a2974a6d3af4e54c0e0c00cca9630babdbac9aa Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Aug 28 20:04:12 2006 +0000 Remove leftover debugging statement. src/vte.c | 1 - 1 file changed, 1 deletion(-) commit de3d2fe6df531a409715455c225b47ad45d05f19 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Aug 27 01:01:01 2006 +0000 Followup on the fix for bug 350236. It was causing empty lines not to be 2006-08-26 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Followup on the fix for bug 350236. It was causing empty lines not to be copied. ChangeLog | 5 +++++ src/vte.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 8368d9f771e5e0e9151cd5007f2836e3d5bd0aba (tag: vte_0_13_7) Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Thu Aug 24 21:40:30 2006 +0000 Update NEWS NEWS | 1 + 1 file changed, 1 insertion(+) commit d17b882caade98cdf66df6cfc63fa48241f0df1f Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Aug 24 21:40:00 2006 +0000 Stuff this before the release. 2006-08-24 Behdad Esfahbod <behdad@gnome.org> Bug 352365 – font caching problem for not-found glyphs * src/vtexft.c (_vte_xft_font_for_char): Add caching on a missing path. This only affects the second time a character is looked up. * src/vtexft.c (_vte_xft_font_close), (_vte_xft_font_for_char), (_vte_xft_char_width): Remove g_assert()'s that are not needed, as we will definitely crash pretty soon if the assertion is not true anyway. ChangeLog | 12 ++++++++++++ src/vtexft.c | 22 ++++------------------ 2 files changed, 16 insertions(+), 18 deletions(-) commit a9fa041c8d644096cfcf18d153eddea9292bcf76 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Aug 24 20:40:53 2006 +0000 Released vte-0.13.7. 2006-08-24 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.7. * NEWS: Updated. * configure.in: Bumped version to 0.13.7. * src/Makefile.am: Bumped libtool version to 10:4:1. ChangeLog | 10 ++++++++++ NEWS | 6 ++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) commit 614b185ae23d9dfef634019474fdcd7d3c60d003 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Aug 24 20:33:10 2006 +0000 Bug 350236 – Cannot copy text containing invalid character sequences 2006-08-24 Behdad Esfahbod <behdad@gnome.org> Bug 350236 – Cannot copy text containing invalid character sequences * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Fix another bug in my rewritten selection code, that was assuming that last_nonempty character is one byte long. ChangeLog | 8 ++++++++ src/vte.c | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) commit e9ff27c2c601f7f298220f22c8f2712efc417969 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Aug 24 19:59:09 2006 +0000 Bug 352439 – URL highlighting seriously broken 2006-08-24 Behdad Esfahbod <behdad@gnome.org> Bug 352439 – URL highlighting seriously broken * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Followup to changes made for bug 350623. Put back the g_array_set_size(), in the correct place this time. ChangeLog | 8 ++++++++ src/vte.c | 17 +++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) commit 5d86d31d2dfc5bd23c5a084e0df22353f17ace93 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Aug 23 04:01:13 2006 +0000 Bug 351494 – Gnome-terminal doesn't kills bash on tab close Patch from 2006-08-22 Behdad Esfahbod <behdad@gnome.org> Bug 351494 – Gnome-terminal doesn't kills bash on tab close Patch from Aivars Kalvans * src/vte.c (vte_terminal_unrealize): Undo the change from bug 348814. Dispose draw in unrealize again, but also set has_fonts to FALSE. ChangeLog | 8 ++++++++ src/vte.c | 7 +++++++ 2 files changed, 15 insertions(+) commit ac95f5c08ca4d7f55622035a8ef8c4aa82c9c671 (tag: vte_0_13_6) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Aug 21 03:36:10 2006 +0000 Released vte-0.13.6. 2006-08-20 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.6. * NEWS: Updated. * configure.in: Bumped version to 0.13.6. * src/Makefile.am: Bumped libtool version to 10:3:1. ChangeLog | 10 ++++++++++ NEWS | 6 ++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) commit 8e9557c901b30a27df6fc882c0e3304f86f0eeee Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Aug 17 21:33:07 2006 +0000 Bug 351696 – crash on Terminal 2006-08-17 Behdad Esfahbod <behdad@gnome.org> Bug 351696 – crash on Terminal * src/vteseq.c (vte_sequence_handler_set_title_internal): Check ->window is not NULL before setting icon/window title. ChangeLog | 7 +++++++ src/vteseq.c | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 3d775ed18d2f591eb34a68df6e08d509035e98ed Author: Willie Walker <william.walker@sun.com> Date: Wed Aug 16 21:40:42 2006 +0000 Bug 350623 – Accessible text getTextAtOffset is broken 2006-08-16 Willie Walker <william.walker@sun.com> Bug 350623 – Accessible text getTextAtOffset is broken * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Do not resize array before calling vte_g_array_fill since it nullifies any effect vte_g_array_fill will have. ChangeLog | 8 ++++++++ src/vte.c | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) commit e22dd9e33cc8469102111a62e494f44476fc6709 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Aug 16 21:38:31 2006 +0000 Make sure attr.column is initialized. 2006-08-16 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Make sure attr.column is initialized. ChangeLog | 5 +++++ src/vte.c | 1 + 2 files changed, 6 insertions(+) commit 3ef54209f6936bd1a5a7ee75c286fa9b22cfff5f Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Wed Aug 16 02:36:10 2006 +0000 Translation updated. 2006-08-16 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. po/ChangeLog | 4 ++++ po/hu.po | 41 +++++++++++++++++++++-------------------- 2 files changed, 25 insertions(+), 20 deletions(-) commit 5bbb05368a76d8598ec38748cba3a6c1d70f47ab Author: Inaki Larranaga <dooteo@euskalgnu.org> Date: Mon Aug 7 16:14:49 2006 +0000 Updated Basque translation. 2006-08-07 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. po/ChangeLog | 4 ++++ po/eu.po | 47 +++++++++++++++++++++++------------------------ 2 files changed, 27 insertions(+), 24 deletions(-) commit f2579a0d139c57e1a17dcb2d95b0b155c6e27d88 Author: Ani Peter <anipeter@src.gnome.org> Date: Sat Aug 5 11:14:30 2006 +0000 Updated Malayalam tranlstaion po/ChangeLog | 4 +++ po/ml.po | 93 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 53 insertions(+), 44 deletions(-) commit 570343ff860f09840a88d7bc60c99a1bae88328c Author: Runa Bhattacharjee <runab@src.gnome.org> Date: Wed Aug 2 12:35:17 2006 +0000 Added Entry for Bengali India Translation Updation po/ChangeLog | 4 ++++ po/bn_IN.po | 70 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 39 insertions(+), 35 deletions(-) commit 272827ca55d743ad173da5edd86e0ac41c31dc10 (tag: vte_0_13_5) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jul 31 19:48:16 2006 +0000 Released vte-0.13.5. 2006-07-31 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.5. * NEWS: Updated. * configure.in: Bumped version to 0.13.5. * src/Makefile.am: Bumped libtool version to 10:2:1. ChangeLog | 10 ++++++++++ NEWS | 6 ++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) commit 84b4d31a6a4729e5e80577d77a07bea705c10dc7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Jul 30 23:32:49 2006 +0000 Bug 158200 – terminal backspace behavior not set to UTF-8 mode Based on 2006-07-30 Behdad Esfahbod <behdad@gnome.org> Bug 158200 – terminal backspace behavior not set to UTF-8 mode Based on patch from Egmont Koblinger * src/vte.c (_vte_terminal_setup_utf8), (vte_terminal_set_encoding), (_vte_terminal_fork_basic), (vte_terminal_set_pty): Make sure UTF-8 state is correctly set when pty changes. ChangeLog | 10 ++++++++++ src/vte.c | 12 ++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) commit 5a42042fd8b6a1ebf395b9b4a748118572e825bc Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Jul 27 19:46:13 2006 +0000 Bug 348814 – crash on Terminal Patch from Aivars Kalvans 2006-07-27 Behdad Esfahbod <behdad@gnome.org> Bug 348814 – crash on Terminal Patch from Aivars Kalvans * src/vte.c (vte_terminal_unrealize): Do not dispose draw in unrealize. ChangeLog | 8 ++++++++ src/vte.c | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) commit 3e84bce2afc53eebc4c680e6fd3546bc516a2f4a (tag: vte_0_13_4) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jul 24 22:20:26 2006 +0000 Released vte-0.13.4. 2006-07-24 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.4. * NEWS: Updated. * configure.in: Bumped version to 0.13.4. * src/Makefile.am: Bumped libtool version to 10:1:1. ChangeLog | 10 ++++++++++ NEWS | 9 +++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) commit ac2ab12e4886ae01cc040b1f419be7a813cf5af5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jul 24 21:59:23 2006 +0000 Bug 336947 – [patch] Redundant vte_terminal_set_font_full() calls Patch 2006-07-24 Behdad Esfahbod <behdad@gnome.org> Bug 336947 – [patch] Redundant vte_terminal_set_font_full() calls Patch from Aivars Kalvans * src/vte-private.h: * src/vte.c (vte_terminal_set_font_full), (vte_terminal_init), (vte_terminal_realize): AVoid redundant set_font_full and invalidate_all calls. ChangeLog | 10 ++++++++++ src/vte-private.h | 2 ++ src/vte.c | 31 +++++++++++++++++-------------- 3 files changed, 29 insertions(+), 14 deletions(-) commit 65ca8c65442401dcf5bcba6548ae80527b4bc254 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Mon Jul 24 21:23:38 2006 +0000 Fix typo in comments. src/vte.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f8fd3e39e77ade11f6c2b121b42f9626a0ae1afd Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Jul 19 20:30:24 2006 +0000 Bug 134800 – gnome-termnal hung up when input by ATOK Patch from 2006-07-19 Behdad Esfahbod <behdad@gnome.org> Bug 134800 – gnome-termnal hung up when input by ATOK Patch from Yukihiro Nakai <nakai@gnome.gr.jp> * src/vte.c (vte_terminal_unrealize): Delay _vte_draw_free(). ChangeLog | 7 +++++++ src/vte.c | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) commit c0098ff647aeee1db841b6da7e5393b6d956a212 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Jul 19 17:21:07 2006 +0000 Oops. Fix selection that I broke recently. 2006-07-19 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_extend_selection): Oops. Fix selection that I broke recently. ChangeLog | 5 +++++ src/vte.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit 7229f8b39048f56e41c807459b0cad80d2e8ee13 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jul 11 15:52:08 2006 +0000 Bug 339983 – gnome-pty-helper should log username Patch from Brian 2006-07-11 Behdad Esfahbod <behdad@gnome.org> Bug 339983 – gnome-pty-helper should log username Patch from Brian Cameron * gnome-pty-helper/gnome-pty-helper.c (pty_remove), (shutdown_pty), (pty_add), (open_ptys): * gnome-pty-helper/gnome-pty.h: * gnome-pty-helper/gnome-utmp.c (write_logout_record): Log username if system supports it. ChangeLog | 11 +++++++++++ gnome-pty-helper/gnome-pty-helper.c | 9 ++++++--- gnome-pty-helper/gnome-pty.h | 2 +- gnome-pty-helper/gnome-utmp.c | 8 +++++++- 4 files changed, 25 insertions(+), 5 deletions(-) commit 659837c1c875d99689e8d8fbe1b1898b3c4bd725 (tag: vte_0_13_3) Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jul 11 01:00:25 2006 +0000 Released vte-0.13.3. 2006-07-10 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.3. * NEWS: Updated. * configure.in: Bumped version to 0.13.3. * src/Makefile.am: Bumped libtool version to 10:0:1. ChangeLog | 10 ++++++++++ NEWS | 16 ++++++++++++++++ configure.in | 2 +- src/Makefile.am | 6 +++--- 4 files changed, 30 insertions(+), 4 deletions(-) commit 327ecef62f383483245b10ca9d12831f5cb91b76 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jul 11 00:59:21 2006 +0000 Bug 141985 – vte does not respond to 'CSI 2 1 t' or 'CSI 2 0 t' with the 2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 141985 – vte does not respond to 'CSI 2 1 t' or 'CSI 2 0 t' with the correct window/icon title Patch from Mariano Suárez-Alvarez * src/vte.c (vte_terminal_realize), src/vteseq.c * (vte_sequence_handler_set_title_internal): Set window/icon titles. ChangeLog | 9 +++++++++ src/vte.c | 4 ++++ src/vteseq.c | 2 ++ 3 files changed, 15 insertions(+) commit c72bdb798ef3afbf18627f0929a418f88d5e41d3 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Jul 11 00:48:30 2006 +0000 Bug 121904 – copy-paste of empty line Bug 25290 – Small UI tweak to 2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 121904 – copy-paste of empty line Bug 25290 – Small UI tweak to select-by-word (only select only letter at a time for non-word characters) Bug 339986 – Patch to select localized strings exactly * src/vte-private.h: * src/vte.c (_vte_terminal_set_default_attributes), (_vte_terminal_insert_char), (vte_terminal_is_word_char), (vte_same_class), (vte_terminal_get_text_range_maybe_wrapped), (vte_terminal_extend_selection): * src/vteseq.c (vte_sequence_handler_screen_alignment_test): Fix a bunch of selection-related issues. We now recognize explicitly put space at the end of lines, and copy/paste it. The other change is that non-wordchar characters are not grouped together. Also fixes the fallback on Unicode properties that I added two commits ago. ChangeLog | 18 +++++ src/vte-private.h | 10 ++- src/vte.c | 199 ++++++++++++++++++++++-------------------------------- src/vteseq.c | 1 + 4 files changed, 108 insertions(+), 120 deletions(-) commit b36b7c6c76f70e64f6213e326d343e2c285bb1e9 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jul 10 19:16:00 2006 +0000 Bug 311855 – Race in vte leads to blocking of input. Patch from Kalle 2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 311855 – Race in vte leads to blocking of input. Patch from Kalle Raiskila * src/vte-private.h: * src/vte.c (_vte_terminal_connect_pty_write), (_vte_terminal_disconnect_pty_write), (vte_terminal_init): Use a mutex for pty_output_source. ChangeLog | 10 ++++++++++ src/vte-private.h | 1 + src/vte.c | 5 +++++ 3 files changed, 16 insertions(+) commit 313c5613d97a06a830c424bf568b11fd29685f05 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jul 10 18:40:56 2006 +0000 Bug 339986 – Patch to select localized strings exactly Patch from Takao 2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 339986 – Patch to select localized strings exactly Patch from Takao Fujiwara * src/vte.c (vte_terminal_is_word_char): Fall back on Unicode properties for non-ASCII characters or when no array is set. ChangeLog | 8 ++++++++ src/vte.c | 38 +++++++++++++++++++++++--------------- 2 files changed, 31 insertions(+), 15 deletions(-) commit 330d3d6bef131b49308cef9b2dc02a78e1a0c9af Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jul 10 18:28:32 2006 +0000 Bug 342396 – Ctrl-space sends " ", not NUL. 2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 342396 – Ctrl-space sends " ", not NUL. * src/keymap.c (_vte_keymap_map): Fix keymap lookup bug that I introduced during the char*->char[] work on 2006-04-18. ChangeLog | 7 +++++++ src/keymap.c | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit f3f8eafd9190378f0639ef507024d966d9638dcc Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jul 10 16:57:41 2006 +0000 Bug 345377 – real transparency Patch from Kristian Høgsberg <krh 2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 345377 – real transparency Patch from Kristian Høgsberg <krh redhat.com> * doc/reference/tmpl/vte.sgml: * doc/reference/vte-sections.txt: * python/vte.defs: * src/vte-private.h: * src/vte.c (vte_terminal_set_opacity), (vte_terminal_init), (vte_terminal_background_update): * src/vte.h: * src/vteapp.c (main): * src/vtedraw.c (_vte_draw_set_background_color): * src/vtedraw.h: * src/vteft2.c (_vte_ft2_set_background_color): * src/vtegl.c (_vte_gl_set_background_color): * src/vtepango.c (_vte_pango_set_background_color): * src/vtepangox.c (_vte_pango_x_set_background_color): * src/vteskel.c (_vte_skel_set_background_color): * src/vtexft.c (_vte_xft_create), (_vte_xft_set_background_color), (_vte_xft_clear): Add vte_terminal_set_opacity(). ChangeLog | 24 ++++++++++++++++++++++++ doc/reference/tmpl/vte.sgml | 9 +++++++++ doc/reference/vte-sections.txt | 1 + python/unrealize.py | 2 +- python/vte-demo.py | 2 +- python/vte.defs | 9 +++++++++ src/vte-private.h | 1 + src/vte.c | 19 ++++++++++++++++++- src/vte.h | 1 + src/vteapp.c | 9 +++++++++ src/vtedraw.c | 6 ++++-- src/vtedraw.h | 6 ++++-- src/vteft2.c | 2 +- src/vtegl.c | 2 +- src/vtepango.c | 2 +- src/vtepangox.c | 2 +- src/vteskel.c | 4 +++- src/vtexft.c | 14 +++++++++----- 18 files changed, 98 insertions(+), 17 deletions(-) commit 1eded1ef1441436e1de4972c23aee4e12f70017e Author: Swapnil Hajare <swapnilh@src.gnome.org> Date: Fri Jul 7 19:26:12 2006 +0000 mr.po: Added Marathi translation. LINGUAS: Added entry for Marathi (mr) in language list. po/ChangeLog | 5 +++ po/LINGUAS | 1 + po/mr.po | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 119 insertions(+) commit af7fb4765c676dc5ec5e3605197858b660b22bc7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Jul 5 06:38:47 2006 +0000 Allow _vte_debug_.* into exported symbols. 2006-07-05 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: Allow _vte_debug_.* into exported symbols. ChangeLog | 4 ++++ src/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 2fb5b6721154db82d9107f1c4874f6759e060390 Author: Runa Bhattacharjee <runab@src.gnome.org> Date: Mon Jul 3 14:21:06 2006 +0000 Added entry for addition of bengali India (bn_IN) translation and to LINGUAS po/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) commit 9bce93fc6d7534bbc27d9c10d550d5fd8b9fe4b6 Author: Runa Bhattacharjee <runab@src.gnome.org> Date: Mon Jul 3 14:20:53 2006 +0000 Added bengali India (bn_IN) po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 70d2f5022fcac923d315e6afcd5dca40a176b3fd Author: Runa Bhattacharjee <runab@src.gnome.org> Date: Mon Jul 3 14:20:14 2006 +0000 Added Bengali India Translation po/bn_IN.po | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) commit 9f75f3590a07ce434593509ce33cf555fcf0a7a3 Author: Benoît Dejean <benoit@placenet.org> Date: Sat Jul 1 10:16:47 2006 +0000 Updated French translation. 2006-07-01 Benoît Dejean <benoit@placenet.org> * fr.po: Updated French translation. po/ChangeLog | 4 +++ po/fr.po | 104 ++++++++++++++++++----------------------------------------- 2 files changed, 36 insertions(+), 72 deletions(-) commit 459fb97cdd78272d4b69e2ec47aaae0df88287ed Author: Thomas Vander Stichele <thomasvs@src.gnome.org> Date: Thu Jun 29 20:55:28 2006 +0000 moap ignore gnome-pty-helper/.cvsignore | 5 +++++ 1 file changed, 5 insertions(+) commit f0942403fa42ac6ba22a7e8e2fc1ed2fce7f848a Author: Rajesh Ranjan <rranjan@src.gnome.org> Date: Mon Jun 26 05:43:52 2006 +0000 Updated Translation po/ChangeLog | 4 ++++ po/hi.po | 39 ++++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 19 deletions(-) commit bee91f747c6025295b5d2ee99e4368da1384132e Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Jun 21 08:35:41 2006 +0000 Bug 345514 – -no-undefined doesn't work with latest libtool 2006-06-21 Behdad Esfahbod <behdad@gnome.org> Bug 345514 – -no-undefined doesn't work with latest libtool * src/Makefile.am: Remove -no-undefined. ChangeLog | 6 ++++++ src/Makefile.am | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 015d6e8dbbb8fb4729fbb168e6a15a4b3b9268a9 (tag: vte_0_13_2) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jun 12 19:23:37 2006 +0000 Released vte-0.13.2. 2006-06-12 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.2. * NEWS: Updated. * configure.in: Bumped version to 0.13.2. * src/Makefile.am: Bumped libtool version to 9:2:0. ChangeLog | 10 ++++++++++ NEWS | 17 +++++++++++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) commit c5a0b19ca37617d87c765ab2b6cb47f4cc786e8f Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Jun 12 17:42:07 2006 +0000 Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles Patch 2006-06-12 Behdad Esfahbod <behdad@gnome.org> Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles Patch from Stepan Kasal <kasal@ucw.cz>. * src/Makefile.am (AM_CFLAGS, AM_LDFLAGS, *_CFLAGS, *_LDADD): Replace @FOO@ references by $(FOO), remove redundant (or buggy) occurences of `@CFLAGS@'. * gnome-pty-helper/Makefile.am (AM_CFLAGS, AM_LDFLAGS): Likewise. * python/Makefile.am (vtemodule_la_CFLAGS): Likewise. * src/Makefile.am (AM_CFLAGS): Add $(FT2_CFLAGS). ChangeLog | 12 +++++++ gnome-pty-helper/Makefile.am | 4 +-- python/Makefile.am | 4 +-- src/Makefile.am | 82 ++++++++++++++++++++++---------------------- termcaps/Makefile.am | 8 ++--- 5 files changed, 61 insertions(+), 49 deletions(-) commit 2b0c90c9430070d3420204253d316d4361a6e775 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Jun 8 22:22:03 2006 +0000 Fix typo which may have been causing things like crashes. Reported by 2006-06-08 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (remove_display_timeout): Fix typo which may have been causing things like crashes. Reported by muntyan. Also reordered some code around update_timeout for better matching the current timeouts in style. ChangeLog | 7 +++ src/vte-private.h | 2 +- src/vte.c | 128 +++++++++++++++++++++++++++++------------------------- 3 files changed, 76 insertions(+), 61 deletions(-) commit 14eda4d86401762c88040af70c4259a09b6c4614 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Jun 7 16:46:39 2006 +0000 Bug 339529 – gnome-terminal (vte) crashes when detatched window is 2006-06-07 Behdad Esfahbod <behdad@gnome.org> Bug 339529 – gnome-terminal (vte) crashes when detatched window is closed * src/vte.c (vte_invalidate_region): Bail out if terminal->window is NULL. ChangeLog | 8 ++++++++ src/vte.c | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) commit 24536e9b33000952996361aa6f27bdec540fd274 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun May 28 02:39:10 2006 +0000 Bug 342549 – uninitialized var (coverity) Patch from Paolo Borelli. 2006-05-27 Behdad Esfahbod <behdad@gnome.org> Bug 342549 – uninitialized var (coverity) Patch from Paolo Borelli. * src/vte.c (vte_cell_is_selected): Remove uninitialized var ret. ChangeLog | 8 ++++++++ src/vte.c | 7 ++----- 2 files changed, 10 insertions(+), 5 deletions(-) commit 7656d1fa9d7ccb931a35e955fcd90f5fb3144830 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun May 28 02:36:16 2006 +0000 Bug 342082 – vte_invalidate_region() may check whether terminal is 2006-05-27 Behdad Esfahbod <behdad@gnome.org> Bug 342082 – vte_invalidate_region() may check whether terminal is realiazed or not * src/vte.c (vte_invalidate_region): Return if not realized. ChangeLog | 7 +++++++ src/vte.c | 3 +++ 2 files changed, 10 insertions(+) commit ab42a7f4c04ba4a19b4b11948589834877fe410f Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon May 22 04:41:16 2006 +0000 Bug 340363 – vte Cygwin build fixes Patch from Cygwin Ports maintainer 2006-05-22 Behdad Esfahbod <behdad@gnome.org> Bug 340363 – vte Cygwin build fixes Patch from Cygwin Ports maintainer * configure.in, src/keymap.c, src/pty.c, src/ssfe.c, src/trie.c, src/utf8echo.c, src/vte.c, src/vteseq.c, src/vtetc.c: Check and include syslimits.h and ncurses/curses.h ChangeLog | 9 +++++++++ configure.in | 15 +++++++++------ src/keymap.c | 6 ++++++ src/pty.c | 3 +++ src/ssfe.c | 6 ++++++ src/trie.c | 3 +++ src/utf8echo.c | 3 +++ src/vte.c | 3 +++ src/vteseq.c | 4 ++++ src/vtetc.c | 3 +++ 10 files changed, 49 insertions(+), 6 deletions(-) commit 438e60054d0bd4cdb3593ffee473e13c3ee01463 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon May 22 04:36:06 2006 +0000 Bug 341793 – vte.h doesn't need to include X11/Xlib.h Patch from Kouhei 2006-05-22 Behdad Esfahbod <behdad@gnome.org> Bug 341793 – vte.h doesn't need to include X11/Xlib.h Patch from Kouhei Sutou * src/vte.h: Don't #include <X11/Xlib.h> ChangeLog | 7 +++++++ src/vte.h | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) commit 8214dc7494e5d01e805837d9b2f5fa0cc96e944e Author: Wouter Bolsterlee <uws+gnome@xs4all.nl> Date: Wed May 17 11:55:59 2006 +0000 Require intltool 0.35.0 to have translations in the dist tarballs. 2006-05-17 Wouter Bolsterlee <uws+gnome@xs4all.nl> * configure.in: Require intltool 0.35.0 to have translations in the dist tarballs. ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 3e45d5d8733c0e96694bcd65e59e5a26bec80328 (tag: vte_0_13_1) Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed May 17 09:21:35 2006 +0000 Released vte-0.13.1. 2006-05-17 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.1. * NEWS: Updated. * configure.in: Bumped version to 0.13.1. * src/Makefile.am: Bumped libtool version to 9:1:0. ChangeLog | 10 ++++++++++ NEWS | 9 +++++++++ configure.in | 2 +- src/Makefile.am | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) commit 9081c956e1b1b88069d09ccbcdb2b3adbd7028b1 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun May 14 23:37:23 2006 +0000 Add vim and emacs footers for UTF-8. 2006-05-14 Behdad Esfahbod <behdad@gnome.org> * NEWS, ChangeLog: Add vim and emacs footers for UTF-8. ChangeLog | 58 +++++++++++++++++++++++++++++++--------------------------- NEWS | 53 +++++++++++++++++++++++++++++------------------------ 2 files changed, 60 insertions(+), 51 deletions(-) commit bcf90856af0ffe1d353754fea4e0716ca73fc30b Author: Stepan Kasal <skasal@src.gnome.org> Date: Fri May 12 20:46:22 2006 +0000 Changed the UTF-8 dashes to plain ascii "-". * NEWS, ChangeLog: Changed the UTF-8 dashes to plain ascii "-". ChangeLog | 54 +++++++++++++++++++++++++++++------------------------- NEWS | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 53 insertions(+), 49 deletions(-) commit 7e774bdbd374ca2d991d7e7899a66d2cff056b50 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Apr 28 01:53:27 2006 +0000 Bug 339980 – nativeecho needs glib in LDADD to build on Solaris Patch 2006-04-27 Behdad Esfahbod <behdad@gnome.org> Bug 339980 – nativeecho needs glib in LDADD to build on Solaris Patch from Brian Cameron. * src/Makefile.am: Fix it. ChangeLog | 7 +++++++ src/Makefile.am | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit aa4374e245af06314555a8e5fc8e148bba5979b5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Apr 27 01:08:52 2006 +0000 Bug 331803 – style needs to be attached/detached to the window on 2006-04-26 Behdad Esfahbod <behdad@gnome.org> Bug 331803 – style needs to be attached/detached to the window on realize/unrealize Patch from Benjamin Berg <benjamin@sipsolutions.net>. * src/vte.c: (vte_terminal_unrealize), (vte_terminal_realize): attach and detach the style of the terminal widget. ChangeLog | 9 +++++++++ src/vte.c | 5 +++++ 2 files changed, 14 insertions(+) commit 6fbe46ba07be8d871131381914624ec79f47b4ef Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Apr 25 11:12:10 2006 +0000 Pass -no-undefined linker flag. 2006-04-25 Behdad Esfahbod <behdad@gnome.org> * src/Makefile.am: Pass -no-undefined linker flag. ChangeLog | 4 ++++ src/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) commit eda77708ba72edf1641678e055a7cd923fff6e36 (tag: vte_0_13_0) Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Apr 23 21:21:02 2006 +0000 Released vte-0.13.0. 2006-04-23 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.0. * NEWS: Updated. * configure.in: Bumped version to 0.13.0. * src/Makefile.am: Bumped libtool version to 9:0:0. ChangeLog | 10 ++++++++++ NEWS | 31 +++++++++++++++++++++++++++++++ configure.in | 2 +- src/Makefile.am | 4 ++-- 4 files changed, 44 insertions(+), 3 deletions(-) commit ce4935574b8b5aa252663488cc1c237658ea8f3c Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Sun Apr 23 09:02:19 2006 +0000 Minor. src/vte.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit 1375bfe7189dc1a316ebee510175baf48fcee0cd Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Apr 23 08:39:08 2006 +0000 Bug 339448 – selection doesn't respect hard newlines 2006-04-23 Behdad Esfahbod <behdad@gnome.org> Bug 339448 – selection doesn't respect hard newlines * src/vte.c (vte_terminal_get_text_range_maybe_wrapped): Add newline to the end of each line that is not soft-wrapped. ChangeLog | 7 +++++++ src/vte.c | 22 +++++++++------------- 2 files changed, 16 insertions(+), 13 deletions(-) commit 9a70a1fea66d11a81415bdc082679a6d586ff7cc Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Apr 23 07:36:54 2006 +0000 Bug 148720 # Word selection erroneously captures text from next line Patch 2006-04-23 Behdad Esfahbod <behdad@gnome.org> Bug 148720 # Word selection erroneously captures text from next line Patch from Chris Heath. * src/vteseq.c (vte_sequence_handler_cd), (vte_sequence_handler_ce), (vte_sequence_handler_clear_current_line), (vte_sequence_handler_clear_above_current): Reset soft_wrapped flag. ChangeLog | 9 +++++++++ src/vteseq.c | 4 ++++ 2 files changed, 13 insertions(+) commit 7598aa25c12af4e90f564ad27b78a24472297790 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Apr 23 07:27:28 2006 +0000 Bug 126376 # Uncoinditional definition of _XOPEN_SOURCE breaks build on 2006-04-23 Behdad Esfahbod <behdad@gnome.org> Bug 126376 # Uncoinditional definition of _XOPEN_SOURCE breaks build on NetBSD Patch from Dan Winship. * configure.in: * gnome-pty-helper/configure.in: Define XOPEN_SOURCE on solaris only. ChangeLog | 9 +++++++++ configure.in | 12 +++++++++--- gnome-pty-helper/configure.in | 12 +++++++++--- 3 files changed, 27 insertions(+), 6 deletions(-) commit c7aa70a7eb639973d4b119f2ae6b057d12717474 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Apr 23 07:20:48 2006 +0000 Bug 97719 # Selection: double/triple click doesn't cross line boundaries 2006-04-23 Behdad Esfahbod <behdad@gnome.org> Bug 97719 # Selection: double/triple click doesn't cross line boundaries Patch from Chris Heath. * src/vte.c (vte_same_class): Fix problem with selecting whitespace from adjacent lines, on word selection. ChangeLog | 8 ++++++++ src/vte.c | 58 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 42 insertions(+), 24 deletions(-) commit a8bc53b8d18bba85b09b3b8fbf59f8e223bbfb3b Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Apr 22 21:31:05 2006 +0000 Bug 160782 # Vte isn't multi-screen safe Patch from Benedikt Meurer. 2006-04-22 Behdad Esfahbod <behdad@gnome.org> Bug 160782 # Vte isn't multi-screen safe Patch from Benedikt Meurer. * src/vte.c (vte_terminal_unrealize), (vte_terminal_realize): * src/vtebg.c (vte_bg_native_new), (_vte_bg_display_sync), (vte_bg_root_pixmap), (vte_bg_get_for_screen), (vte_bg_init), (vte_bg_get_pixmap), (vte_bg_get_pixbuf): * src/vtebg.h: * src/vteft2.c (_vte_ft2_set_background_image): * src/vtegl.c (_vte_gl_set_background_image): * src/vtepango.c (_vte_pango_set_background_image): * src/vtepangox.c (_vte_pango_x_set_background_image): * src/vtexft.c (_vte_xft_set_background_image): Handle per-screen backgrounds. ChangeLog | 17 +++++++++++++++ src/vte.c | 8 +++++-- src/vtebg.c | 66 ++++++++++++++++++++++++++++----------------------------- src/vtebg.h | 3 ++- src/vteft2.c | 6 +++++- src/vtegl.c | 6 +++++- src/vtepango.c | 6 +++++- src/vtepangox.c | 6 +++++- src/vtexft.c | 5 ++++- 9 files changed, 81 insertions(+), 42 deletions(-) commit d59d4f25fb27dc9b3e342764944d1fac18629d4a Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Apr 22 20:40:51 2006 +0000 Remove obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks. 2006-04-22 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_cursor_new), (vte_terminal_clipboard_get): * src/vteapp.c (take_xconsole_ownership): * src/vtebg.c (vte_bg_native_new), (_vte_bg_display_sync), (vte_bg_root_pixmap): * src/vtedraw.c (_vte_draw_get_colormap): * src/vtefc.c (_vte_fc_transcribe_from_pango_font_description), (_vte_fc_defaults_from_gtk): * src/vtepango.c (_vte_pango_start), (_vte_pango_set_text_font): * src/vtepangox.c (_vte_pango_x_set_text_font): * src/vterdb.c (_vte_rdb_get): * src/vteseq.c (vte_terminal_beep), (vte_sequence_handler_window_manipulation): * src/vtexft.c (_vte_xft_char_exists), (_vte_xft_text_extents), (_vte_xft_font_open): * src/vtegl.c: Remove obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks. ChangeLog | 18 ++++++++++++++++++ src/vte.c | 12 ------------ src/vteapp.c | 4 ---- src/vtebg.c | 12 ------------ src/vtedraw.c | 8 -------- src/vtefc.c | 12 ------------ src/vtegl.c | 2 -- src/vtepango.c | 12 ------------ src/vtepangox.c | 4 ---- src/vterdb.c | 10 +--------- src/vteseq.c | 11 ----------- src/vtexft.c | 12 ------------ 12 files changed, 19 insertions(+), 98 deletions(-) commit 9c905141e37d69f86f5a46292c62e2f56fb3d501 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Apr 22 20:21:31 2006 +0000 Bug 330441 – Remove libzvt support Patch from Guilherme de S. Pastore 2006-04-22 Behdad Esfahbod <behdad@gnome.org> Bug 330441 – Remove libzvt support Patch from Guilherme de S. Pastore <gpastore@gnome.org> * configure.in, src/Makefile.am, src/reflect.c: remove remnants from the old, broken, and unmaintained libzvt. ChangeLog | 8 ++++ configure.in | 11 ------ src/Makefile.am | 11 +----- src/reflect.c | 114 -------------------------------------------------------- 4 files changed, 9 insertions(+), 135 deletions(-) commit ef5a0801e925eacc3e47f77e2e38b4b1beb7a8b7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Apr 21 06:31:05 2006 +0000 Bug 328850 – Crash when pasting selection 2006-04-21 Behdad Esfahbod <behdad@gnome.org> Bug 328850 – Crash when pasting selection * src/vte.c: Protect against passing NULL selection to strcmp. ChangeLog | 6 ++++++ src/vte.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 1565149ec0da07a1088e6a956d29e7244bbe22e9 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Apr 20 11:01:51 2006 +0000 Misc fixes and updates. 2006-04-20 Behdad Esfahbod <behdad@gnome.org> * doc/reference/tmpl/internals.sgml: * doc/reference/tmpl/reaper.sgml: * doc/reference/tmpl/vte-unused.sgml: * doc/reference/tmpl/vte.sgml: * doc/reference/tmpl/vteaccess.sgml: * doc/reference/vte-sections.txt: Misc fixes and updates. * python/vte.defs: * python/vte.override: Updates. Bug 160134 – mouse events occurring past column 95 are not passed through to terminal application Based on patch from Sean Estabrooks. * src/vte.h: * src/vte.c (vte_terminal_feed_child_binary): New public function. * src/vte.c (vte_terminal_send_mouse_button_internal), (vte_terminal_maybe_send_mouse_drag): Use feed_child_binary. ChangeLog | 22 ++++++++++++++++ doc/reference/tmpl/internals.sgml | 6 ++++- doc/reference/tmpl/reaper.sgml | 5 ++-- doc/reference/tmpl/vte-unused.sgml | 4 --- doc/reference/tmpl/vte.sgml | 33 +++++++++++------------- doc/reference/tmpl/vteaccess.sgml | 7 ++++- doc/reference/vte-sections.txt | 1 + python/vte.defs | 27 ++++++++++++------- python/vte.override | 50 +++++++++++++++++++++++++++++++++++ src/vte.c | 53 +++++++++++++++++++++++++++++++------- src/vte.h | 4 +-- 11 files changed, 165 insertions(+), 47 deletions(-) commit 431eba9f61c04aef891f224fa1fa7d1bd9e56200 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Apr 20 01:01:31 2006 +0000 Bug 135230 – Feature request to attach VTE to existing pty Based on 2006-04-19 Behdad Esfahbod <behdad@gnome.org> Bug 135230 – Feature request to attach VTE to existing pty Based on patch from eric@brouhaha.com, John Swensen, and Chris Moller <cmoller@redhat.com> * src/vte.c: * src/vte.h: * python/vte.defs: * doc/reference/vte-sections.txt: Added vte_terminal_set_pty(). ChangeLog | 11 +++++++++++ doc/reference/tmpl/vte.sgml | 11 +++++++++++ doc/reference/vte-sections.txt | 1 + python/vte.defs | 10 ++++++++++ src/vte.c | 39 +++++++++++++++++++++++++++++++++++++++ src/vte.h | 4 ++++ 6 files changed, 76 insertions(+) commit f5a7397bfa56a3659f77ddce7aafb352b50e9252 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Wed Apr 19 00:04:13 2006 +0000 AC_PROG_INTLTOOL -> IT_PROG_INTLTOOL configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e4eb0288d0ef482704f9141d23bc5e0f65b185b8 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Apr 18 23:24:48 2006 +0000 Bug 337442 – [patch] Reduce .plt section 2006-04-18 Behdad Esfahbod <behdad@gnome.org> Bug 337442 – [patch] Reduce .plt section * src/Makefile.am: Pass export-symbols-regex to libtool. ChangeLog | 6 ++++++ src/Makefile.am | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) commit dca0f59d08dd3e9eaff6bdac551e2a05560e0661 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Tue Apr 18 23:08:03 2006 +0000 Doc improvements. doc/reference/tmpl/vte.sgml | 12 ++++++++++++ doc/reference/vte-sections.txt | 2 ++ 2 files changed, 14 insertions(+) commit 4876b6439712ca851e77318dc3e6ba6965a61e3e Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Tue Apr 18 22:50:30 2006 +0000 Remove the #ident strings. src/buffer.c | 1 - src/buffer.h | 1 - src/caps.c | 1 - src/caps.h | 1 - src/debug.c | 1 - src/debug.h | 1 - src/dumpkeys.c | 1 - src/interpret.c | 1 - src/iso2022.c | 1 - src/iso2022.h | 1 - src/iso8859mode.c | 1 - src/matcher.c | 1 - src/matcher.h | 1 - src/mev.c | 1 - src/nativeecho.c | 1 - src/pty.c | 1 - src/pty.h | 1 - src/reaper.c | 1 - src/reaper.h | 1 - src/reflect.c | 1 - src/ring.c | 1 - src/ring.h | 1 - src/slowcat.c | 1 - src/table.c | 1 - src/table.h | 1 - src/trie.c | 1 - src/trie.h | 1 - src/utf8echo.c | 1 - src/utf8mode.c | 1 - src/vte.h | 1 - src/vteaccess.c | 1 - src/vteaccess.h | 1 - src/vteapp.c | 1 - src/vtebg.c | 1 - src/vtebg.h | 1 - src/vteconv.c | 1 - src/vteconv.h | 1 - src/vtedraw.c | 1 - src/vtedraw.h | 1 - src/vtefc.c | 1 - src/vtefc.h | 1 - src/vteft2.c | 1 - src/vteft2.h | 1 - src/vtegl.c | 1 - src/vtegl.h | 1 - src/vteglyph.c | 1 - src/vteglyph.h | 1 - src/vteint.h | 1 - src/vtepango.c | 1 - src/vtepango.h | 1 - src/vtepangox.c | 1 - src/vtepangox.h | 1 - src/vterdb.c | 1 - src/vterdb.h | 1 - src/vteregex.c | 1 - src/vteregex.h | 1 - src/vtergb.c | 1 - src/vtergb.h | 1 - src/vteseq.c | 1 - src/vteskel.c | 1 - src/vteskel.h | 1 - src/vtetc.c | 1 - src/vtetc.h | 1 - src/vtetree.h | 1 - src/vtexft.c | 1 - src/vtexft.h | 1 - 66 files changed, 66 deletions(-) commit f8a9447f37e686b23fd7e185dfe5fdbc866d0e7f Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Apr 18 22:41:03 2006 +0000 Make some data structures const by changing char * to char []. 2006-04-18 Behdad Esfahbod <behdad@gnome.org> * src/caps.c (_vte_capability_init), src/caps.h: * src/keymap.c (_vte_keymap_map), src/keymap.h: Make some data structures const by changing char * to char []. * src/vte.c (vte_update_delay_timeout), (vte_update_timeout), (vte_terminal_extend_selection), (_vte_terminal_fudge_pango_colors): Fix warnings and adapt to above changes. ChangeLog | 10 + src/caps.c | 14 +- src/caps.h | 5 +- src/keymap.c | 1040 ++++++++++++++++++++++++++--------------------------- src/keymap.h | 4 +- src/matcher.c | 2 +- src/vte-private.h | 10 +- src/vte.c | 14 +- 8 files changed, 550 insertions(+), 549 deletions(-) commit 749b51696d1a41c59268d43467219549479c550e Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Apr 18 21:08:01 2006 +0000 Use intltool 0.34.90 format. 2006-04-18 Behdad Esfahbod <behdad@gnome.org> * configure.in, po/LINGUAS: Use intltool 0.34.90 format. ChangeLog | 4 ++++ configure.in | 5 +--- po/LINGUAS | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 81 insertions(+), 5 deletions(-) commit e759046ad0b13b8da503b552c29787f9ef3eda28 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Apr 18 08:34:34 2006 +0000 Remove obsolete entry for no_NO And the translation. 2006-04-18 Kjartan Maraas <kmaraas@gnome.org> * LINGUAS: Remove obsolete entry for no_NO * no.po: And the translation. po/ChangeLog | 5 +++ po/LINGUAS | 2 +- po/no.po | 111 ----------------------------------------------------------- 3 files changed, 6 insertions(+), 112 deletions(-) commit 9f75cf1de6ba6a73e37b211d403f965fd4d45194 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Apr 12 11:24:46 2006 +0000 Bug 142247 – use of uninitialized value 2006-04-12 Behdad Esfahbod <behdad@gnome.org> Bug 142247 – use of uninitialized value * src/pty.c: Initialize the arbitrary byte that we send on the pipe to zero. ChangeLog | 7 +++++++ src/pty.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 122e9fd5c3d5c11062bc5c118736e9ef2c0f9d55 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Wed Apr 12 10:23:58 2006 +0000 Minor. ChangeLog | 2 ++ src/vte.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) commit f4d0e7f3fb9b30d6069d1b266bdb0a3d419e1ac5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Apr 12 07:27:37 2006 +0000 Try to use the font first for all graphic characters. This results in 2006-04-12 Behdad Esfahbod <behdad@gnome.org> * src/vte.c: Try to use the font first for all graphic characters. This results in better looking graphics with modern fonts. ChangeLog | 5 ++++ src/vte-private.h | 2 -- src/vte.c | 83 ++++--------------------------------------------------- 3 files changed, 11 insertions(+), 79 deletions(-) commit 7fa096eab829056fa6fb7ccce0f57b389de51fa0 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Apr 12 07:22:34 2006 +0000 Bug 144456 – UK pound currency symbol rendered incorrectly 2006-04-12 Behdad Esfahbod <behdad@gnome.org> Bug 144456 – UK pound currency symbol rendered incorrectly * src/vte.c: Offset characters drawn in draw_graphic for padding. ChangeLog | 6 ++++++ src/vte.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 72cf2178d72461baf59a54a42a45f88cbc4d3346 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Apr 12 06:40:05 2006 +0000 Bug 307403 – xticker doublefree 2006-04-12 Behdad Esfahbod <behdad@gnome.org> Bug 307403 – xticker doublefree * src/xticker.c: Avoid double free. ChangeLog | 6 ++++++ src/xticker.c | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit 80ab2f7f151b00bd2f807e8a0c8a6c01a1184bf8 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Apr 10 06:52:51 2006 +0000 Bug 337877 – Patch to use po/LINGUAS Patch from Michiel Sikkes. 2006-04-10 Behdad Esfahbod <behdad@gnome.org> Bug 337877 – Patch to use po/LINGUAS Patch from Michiel Sikkes. * configure.in, po/LINGUAS: Move list of translations to po/LINGUAS. ChangeLog | 7 +++++++ configure.in | 3 ++- po/LINGUAS | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) commit 7bf79df561c6d373e6778cbc88af002c3ab95054 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Apr 6 21:42:14 2006 +0000 Bug 337552 – Insufficient version requirement for gtk+ 2006-04-06 Behdad Esfahbod <behdad@gnome.org> Bug 337552 – Insufficient version requirement for gtk+ * configure.in: Depend on Gtk+ 2.6. ChangeLog | 6 ++++++ configure.in | 11 +++-------- 2 files changed, 9 insertions(+), 8 deletions(-) commit 739a0b91fac0fddd05295da0a8eb2ff54b2a2f11 Author: Priit Laes <amd@store20.com> Date: Wed Apr 5 15:00:25 2006 +0000 Translation updated by Ivar Smolin. 2006-04-05 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. po/ChangeLog | 4 ++++ po/et.po | 68 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 41 insertions(+), 31 deletions(-) commit 32eb3a96eb13dbb54e09f846eb754c52d39b84e3 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Sat Apr 1 02:09:14 2006 +0000 . .cvsignore | 7 ++++++- po/.cvsignore | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) commit 30ea398ba25b8c3ee9e15b25afc2c03225ba9761 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Mar 31 04:15:49 2006 +0000 Bug 168251 – add support for 256 colors terminals Patch from 2006-03-30 Behdad Esfahbod <behdad@gnome.org> Bug 168251 – add support for 256 colors terminals Patch from dann@godzilla.ics.uci.edu. * src/vte-private.h, src/vte.c, src/vteseq.c: Implement support for 256 colors. ChangeLog | 8 +++ src/vte-private.h | 26 +++++----- src/vte.c | 148 +++++++++++++++++++++++++----------------------------- src/vteseq.c | 39 ++++++++++++-- 4 files changed, 124 insertions(+), 97 deletions(-) commit bf8f8c15c4f2c0f7ad615c85e2698a92b536fe1a Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Mar 31 03:57:57 2006 +0000 Bug 120276 – Wishlist: Support Rectangular Selection Patch from Pedro de 2006-03-30 Behdad Esfahbod <behdad@gnome.org> Bug 120276 – Wishlist: Support Rectangular Selection Patch from Pedro de Medeiros. * src/vte.c, src/vte-private.h: Implement block (rectangular) selection using ctrl+mouse. ChangeLog | 8 +++++ src/vte-private.h | 2 ++ src/vte.c | 103 +++++++++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 96 insertions(+), 17 deletions(-) commit 24bb4db74a8e09f6c1a80422f25fab65433197bb Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Mar 31 03:51:07 2006 +0000 Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans. 2006-03-30 Behdad Esfahbod <behdad@gnome.org> Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans. * src/*.c: Use g_slice instead of g_malloc for structs. Also, replace g_string_new("") with g_string_new(NULL). ChangeLog | 8 +++++ configure.in | 2 +- src/buffer.c | 4 +-- src/iso2022.c | 8 ++--- src/matcher.c | 4 +-- src/reflect.c | 2 +- src/ring.c | 4 +-- src/table.c | 18 ++++++------ src/trie.c | 4 +-- src/vte.c | 12 ++++---- src/vteaccess.c | 4 +-- src/vteconv.c | 4 +-- src/vtedraw.c | 4 +-- src/vteft2.c | 4 +-- src/vtegl.c | 4 +-- src/vteglyph.c | 4 +-- src/vtepango.c | 6 ++-- src/vtepangox.c | 6 ++-- src/vteregex.c | 20 ++++++------- src/vteskel.c | 4 +-- src/vtetc.c | 90 +++++++++++++++++++++++++-------------------------------- src/vtexft.c | 11 +++---- 22 files changed, 110 insertions(+), 117 deletions(-) commit 3a497bbf82003a216046c4f66f0fe467745ee788 (tag: vte_0_12_branchpoint) Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Mar 31 00:32:13 2006 +0000 Branchpoint for vte-0-12. 2006-03-30 Behdad Esfahbod <behdad@gnome.org> Branchpoint for vte-0-12. ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit b5219e70cf617cf7903a57cf9c03fe44349b349d Author: Guntupalli Karunakar <karunakar@src.gnome.org> Date: Thu Mar 30 15:01:12 2006 +0000 Added Dzongkha translation ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/dz.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 131 insertions(+), 1 deletion(-) commit 35237f2f3c9a8ba3e52dd0dc9b577cad6dceb569 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 27 01:55:17 2006 +0000 Bug 336128 # vim scrolling issues - emulation errors 2006-03-26 Behdad Esfahbod <behdad@gnome.org> Bug 336128 # vim scrolling issues - emulation errors * src/vteseq.c (vte_sequence_handler_sf): Update start and end when updating insert_delta. ChangeLog | 7 +++++++ src/vteseq.c | 11 ++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) commit 67131d5fc1344bb3f1dfef5796dd9f8a13b831c7 Author: Vladimer Sichinava <vsichi@src.gnome.org> Date: Sat Mar 18 02:10:01 2006 +0000 Update Georgian translation po/ka.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit e1bd736274af19101cb07f72a56306e6d0ef5393 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Mar 15 11:02:59 2006 +0000 Bug 334385 – Use intltool 2006-03-15 Behdad Esfahbod <behdad@gnome.org> Bug 334385 – Use intltool * Makefile.am, configure.in: Add intltool support. * src/iso2022.c, src/reaper.c, src/vteaccess.c, src/vteapp.c, src/vtebg.c, src/vtexft.c, src/vte.c: Include glib/gi18n-lib.h instead of #ifdefing gettext stuff. * src/vte.c (vte_terminal_class_init): Use GETTEXT_PACKAGE instead of PACKAGE in bindgettextdomain. ChangeLog | 13 +++++++++++++ Makefile.am | 5 ++++- configure.in | 9 ++++++--- src/iso2022.c | 9 +-------- src/reaper.c | 10 +--------- src/vte.c | 3 ++- src/vteaccess.c | 7 +------ src/vteapp.c | 8 +------- src/vtebg.c | 8 +------- src/vtexft.c | 8 +------- 10 files changed, 31 insertions(+), 49 deletions(-) commit c746aa5bf1ff72eee324811989216e8351a88ee3 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Mar 14 11:05:24 2006 +0000 More tweaks to the previous changes. Reported by dholbach again. 2006-03-14 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_size_allocate): More tweaks to the previous changes. Reported by dholbach again. ChangeLog | 7 ++++++- src/vte.c | 50 +++++++++++++++++++++----------------------------- 2 files changed, 27 insertions(+), 30 deletions(-) commit 6988cdf18b96e0f42eb9c95f8e501305a2cc2f0d Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 13 11:47:22 2006 +0000 Put the stuff changed in previous commit in their original order. Problem 2006-03-13 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_size_allocate): Put the stuff changed in previous commit in their original order. Problem reported by dholback. ChangeLog | 10 ++++++++-- src/vte.c | 26 ++++++++++++++++---------- 2 files changed, 24 insertions(+), 12 deletions(-) commit 361ec0090f5132bac972477db6a07ed40c82cb8f Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 13 05:46:01 2006 +0000 Bug 104841 – scrolling doesn't work inside "screen" windows 2006-03-08 Behdad Esfahbod <behdad@gnome.org> Bug 104841 – scrolling doesn't work inside "screen" windows * src/vte.c (vte_terminal_size_allocate): Fix restricted scrolling region readjustment. Moreover, do not do unnecessary updates when number of rows & columns has not changed. ChangeLog | 8 ++++++++ src/vte.c | 60 +++++++++++++++++++++++++++++------------------------------- 2 files changed, 37 insertions(+), 31 deletions(-) commit eb4c9403f8dc29e54c458f8f35624a5b41674cc6 Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 13 05:43:32 2006 +0000 Bug 333768 – vteapp debug stuff should be conditional Patch from Egmont 2006-03-08 Behdad Esfahbod <behdad@gnome.org> Bug 333768 – vteapp debug stuff should be conditional Patch from Egmont Koblinger. * src/vteapp.c: Make pwd and setting env vars conditional on debug. ChangeLog | 7 +++++++ src/vteapp.c | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) commit ce1b7692e1f22c24e13f308f01ee31ea0ba7eb2d (tag: vte_1_12_0) Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Mar 13 05:33:26 2006 +0000 Released vte-0.12.0. 2006-03-08 Behdad Esfahbod <behdad@gnome.org> Released vte-0.12.0. * NEWS: Updated. * configure.in: Bumped version to 0.12.0. ChangeLog | 8 ++++++++ NEWS | 2 ++ configure.in | 2 +- po/am.po | 27 +++++++++++---------------- po/ang.po | 27 +++++++++++---------------- po/ar.po | 30 ++++++++++++++---------------- po/az.po | 30 ++++++++++++++---------------- po/be.po | 30 ++++++++++++++---------------- po/bg.po | 30 ++++++++++++++---------------- po/bn.po | 30 ++++++++++++++---------------- po/bs.po | 30 ++++++++++++++---------------- po/ca.po | 30 ++++++++++++++---------------- po/cs.po | 30 ++++++++++++++---------------- po/cy.po | 30 ++++++++++++++---------------- po/da.po | 30 ++++++++++++++---------------- po/de.po | 30 ++++++++++++++---------------- po/el.po | 30 ++++++++++++++---------------- po/en_CA.po | 30 ++++++++++++++---------------- po/en_GB.po | 30 ++++++++++++++---------------- po/es.po | 30 ++++++++++++++---------------- po/et.po | 30 ++++++++++++++---------------- po/eu.po | 30 ++++++++++++++---------------- po/fa.po | 2 +- po/fi.po | 30 ++++++++++++++---------------- po/fr.po | 30 ++++++++++++++---------------- po/ga.po | 27 +++++++++++---------------- po/gl.po | 30 ++++++++++++++---------------- po/gu.po | 30 ++++++++++++++---------------- po/he.po | 30 ++++++++++++++---------------- po/hi.po | 30 ++++++++++++++---------------- po/hr.po | 30 ++++++++++++++---------------- po/hu.po | 30 ++++++++++++++---------------- po/id.po | 30 ++++++++++++++---------------- po/is.po | 30 ++++++++++++++---------------- po/it.po | 30 ++++++++++++++---------------- po/ja.po | 30 ++++++++++++++---------------- po/ka.po | 30 ++++++++++++++---------------- po/kn.po | 45 ++++++++++++++++++++++----------------------- po/ko.po | 30 ++++++++++++++---------------- po/ku.po | 45 +++++++++++++++++++-------------------------- po/ky.po | 30 ++++++++++++++---------------- po/li.po | 30 ++++++++++++++---------------- po/lt.po | 30 ++++++++++++++---------------- po/lv.po | 44 ++++++++++++++++++++++---------------------- po/mi.po | 27 +++++++++++---------------- po/mk.po | 30 ++++++++++++++---------------- po/ml.po | 27 +++++++++++---------------- po/mn.po | 30 ++++++++++++++---------------- po/ms.po | 30 ++++++++++++++---------------- po/nb.po | 30 ++++++++++++++---------------- po/ne.po | 30 ++++++++++++++---------------- po/nl.po | 30 ++++++++++++++---------------- po/nn.po | 30 ++++++++++++++---------------- po/no.po | 30 ++++++++++++++---------------- po/or.po | 30 ++++++++++++++---------------- po/pa.po | 30 ++++++++++++++---------------- po/pl.po | 30 ++++++++++++++---------------- po/pt.po | 30 ++++++++++++++---------------- po/pt_BR.po | 30 ++++++++++++++---------------- po/ro.po | 30 ++++++++++++++---------------- po/ru.po | 30 ++++++++++++++---------------- po/rw.po | 31 +++++++++++++++---------------- po/sk.po | 30 ++++++++++++++---------------- po/sl.po | 30 ++++++++++++++---------------- po/sq.po | 30 ++++++++++++++---------------- po/sr.po | 30 ++++++++++++++---------------- po/sr@Latn.po | 30 ++++++++++++++---------------- po/sv.po | 30 ++++++++++++++---------------- po/ta.po | 30 ++++++++++++++---------------- po/th.po | 30 ++++++++++++++---------------- po/tr.po | 30 ++++++++++++++---------------- po/ug.po | 30 ++++++++++++++---------------- po/uk.po | 30 ++++++++++++++---------------- po/vi.po | 30 ++++++++++++++---------------- po/wa.po | 30 ++++++++++++++---------------- po/xh.po | 30 ++++++++++++++---------------- po/zh_CN.po | 30 ++++++++++++++---------------- po/zh_HK.po | 39 +++++++++++++++++++-------------------- po/zh_TW.po | 39 +++++++++++++++++++-------------------- 79 files changed, 1079 insertions(+), 1233 deletions(-) commit 5c3e4026fac29c5c8024c6c13a9542a9207c99ee Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Thu Mar 9 01:33:37 2006 +0000 update header info po/kn.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 1605865137784af059d22f07e07b4df5941a8a90 Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Thu Mar 9 01:24:50 2006 +0000 Really fixed kn.po this time ChangeLog | 5 +++++ configure.in | 2 +- po/ChangeLog | 4 ++++ po/kn.po | 7 +++---- 4 files changed, 13 insertions(+), 5 deletions(-) commit 80f7abbff13e05a4c7e0b337361e722138d18071 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Wed Mar 8 22:21:24 2006 +0000 Removed kn from ALL_LINGUAS, as it was breaking the build. * configure.in: Removed kn from ALL_LINGUAS, as it was breaking the build. ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit 8be612163d22a80845e92f3a91bfdc90eaa02bae (tag: vte_0_11_21) Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Mar 8 22:13:46 2006 +0000 Released vte-0.11.21. 2006-03-08 Behdad Esfahbod <behdad@gnome.org> Released vte-0.11.21. * NEWS: Updated. * configure.in: Bumped version to 0.11.21. ChangeLog | 8 ++++++++ NEWS | 6 ++++++ configure.in | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) commit 121c11338dee9f748cc5a7dfc4f47bab114b7b78 Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Mar 8 20:31:13 2006 +0000 Fix vte_update_timeout repeat to 25ms. (bug #333776, Egmont Koblinger) 2006-03-08 Behdad Esfahbod <behdad@gnome.org> * src/vte.c, src/vte-private.h: Fix vte_update_timeout repeat to 25ms. (bug #333776, Egmont Koblinger) ChangeLog | 5 +++++ src/vte-private.h | 1 + src/vte.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) commit 1ac0068119ebff08ebc7eb66eae8f5264529531d Author: Abel Cheung <maddog@linuxhall.org> Date: Tue Mar 7 21:14:39 2006 +0000 Added "kn" "zh_HK" to ALL_LINGUAS. 2006-03-07 Abel Cheung <maddog@linuxhall.org> * configure.in: Added "kn" "zh_HK" to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) commit d30d72a4614e885eee0b32c0d597bf4c91313a1b Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Tue Mar 7 21:12:02 2006 +0000 Updated Chinese (Taiwan) translation. New Chinese (Hong Kong) translation. * zh_TW.po: Updated Chinese (Taiwan) translation. * zh_HK.po: New Chinese (Hong Kong) translation. po/ChangeLog | 5 +++ po/zh_HK.po | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_TW.po | 99 +++++++++++++++++++--------------------------------- 3 files changed, 152 insertions(+), 64 deletions(-) commit 95c7891534f03b458af7881fe8b3d315fc43deae Author: Behdad Esfahbod <behdad@gnome.org> Date: Wed Mar 1 01:44:40 2006 +0000 Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. This is 2006-02-28 Behdad Esfahbod <behdad@gnome.org> * src/vte-private.h: Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. This is more compatible with the updated timeout that we are doing at around 25ms. ChangeLog | 6 ++++++ src/vte-private.h | 11 ++++++----- src/vte.c | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) commit 985b6d715b4c303db6ec005816cce7c4ef8c7a93 Author: Guilherme de S. Pastore <gpastore@src.gnome.org> Date: Tue Feb 28 09:39:16 2006 +0000 19:17 behdad: km_sleep, fatalerror-: you guys, please add yourself to vte/MAINTAINERS MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) commit f1612d012fe1fa41ef9aeb589840dbf48b948070 Author: Clytie Siddall <clyties@src.gnome.org> Date: Tue Feb 28 05:22:12 2006 +0000 lv.po: Updated Latvian translation. po/ChangeLog | 4 +++ po/lv.po | 104 +++++++++++++++++++++-------------------------------------- 2 files changed, 40 insertions(+), 68 deletions(-) commit cdc91c6c767848bf4eeee8762e4d937b3283ccd4 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Feb 28 03:28:59 2006 +0000 Added. 2006-02-27 Behdad Esfahbod <behdad@gnome.org> * MAINTAINERS: Added. ChangeLog | 4 ++++ HACKING | 9 +++------ MAINTAINERS | 4 ++++ Makefile.am | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) commit c72e9fd4e383a946374c3f9d8f561d46c357a377 (tag: vte_0_11_20) Author: Behdad Esfahbod <behdad@gnome.org> Date: Sun Feb 26 00:13:39 2006 +0000 Released vte-0.11.20. 2006-02-25 Behdad Esfahbod <behdad@gnome.org> Released vte-0.11.20. * NEWS: Updated. * configure.in: Bumped version to 0.11.20. ChangeLog | 8 ++++++++ NEWS | 3 +++ configure.in | 2 +- po/fa.po | 4 ++-- 4 files changed, 14 insertions(+), 3 deletions(-) commit a8dc95d35d179748f5b32e876241044647c86185 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Feb 25 23:20:42 2006 +0000 Rever the patch to optimize memory usage by releasing fonts that aren't 2006-02-25 Behdad Esfahbod <behdad@gnome.org> * src/vtexft.c: (_vte_xft_font_for_char): Rever the patch to optimize memory usage by releasing fonts that aren't needed early. Because that was inserting destroyed fonts into cache. Closes bug #332580 and reverts bug #309322. ChangeLog | 7 +++++++ src/vtexft.c | 22 ++++++---------------- 2 files changed, 13 insertions(+), 16 deletions(-) commit 075456ee218b973c7b4aa102ef1d40cee46b7972 (tag: vte_0_11_19) Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Feb 25 09:17:01 2006 +0000 Released vte-0.11.19. 2006-02-25 Behdad Esfahbod <behdad@gnome.org> Released vte-0.11.19. * NEWS: Updated. * configure.in: Bumped version to 0.11.19. ChangeLog | 8 ++++++++ NEWS | 8 ++++++++ configure.in | 2 +- po/fa.po | 18 +++++++++--------- 4 files changed, 26 insertions(+), 10 deletions(-) commit 2ada5623c5c2aacd2648c773f590d2664c96c00a Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 17 12:38:42 2006 +0000 Make shift+insert paste PRIMARY and ctrl+shift+insert paste CLIPBOARD 2006-02-17 Behdad Esfahbod <behdad@gnome.org> * src/vte.c: Make shift+insert paste PRIMARY and ctrl+shift+insert paste CLIPBOARD (switched them. bug #123844) ChangeLog | 5 +++++ src/vte.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 37aff2e7951558fbc06d580be1886302cc3c7de1 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 17 12:31:08 2006 +0000 Better update-timeout handling. Always delay updates a bit. Schedule 2006-02-17 Behdad Esfahbod <behdad@gnome.org> * src/vte.c: Better update-timeout handling. Always delay updates a bit. Schedule updates as G_PRIORITY_DEFAULT_IDLE. And, set delay as the number of lines, in milliseconds. ChangeLog | 6 ++++++ src/vte.c | 71 +++++++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 55 insertions(+), 22 deletions(-) commit d5274a05e5fe49fb34901adb1c0988437d6a9348 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Feb 14 22:18:49 2006 +0000 Return 0. (bug #331178) 2006-02-14 Behdad Esfahbod <behdad@gnome.org> * src/vteseq-gen.c (main): Return 0. (bug #331178) ChangeLog | 4 ++++ python/cat.py | 2 +- python/unrealize.py | 2 +- src/vteseq-gen.c | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) commit 226ba9f308b60790a762b6a2ed312b737a828433 Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Feb 14 09:00:32 2006 +0000 Use getpwnam to correctly log multiple users with the same UID. (bug 2006-02-14 Behdad Esfahbod <behdad@gnome.org> * gnome-pty-helper/gnome-pty-helper.c (main): Use getpwnam to correctly log multiple users with the same UID. (bug #319564, patch from Laszlo (Laca) Peter. ChangeLog | 6 ++++++ gnome-pty-helper/gnome-pty-helper.c | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) commit 46cdab5bf7357f8e502cbe4f8ce7bd03f543cb9e Author: Behdad Esfahbod <behdad@gnome.org> Date: Tue Feb 14 05:50:28 2006 +0000 Only discontinue timer if nothing was updated in the last cycle. 2006-02-13 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (update_timeout): Only discontinue timer if nothing was updated in the last cycle. ChangeLog | 5 +++++ src/vte.c | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 7bcb1977db20099d686099802efd1fbf393c92ee Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Feb 13 22:24:17 2006 +0000 Fix race condition when shutdown_helper may be called again from the 2006-02-13 Behdad Esfahbod <behdad@gnome.org> * gnome-pty-helper/gnome-pty-helper.c: Fix race condition when shutdown_helper may be called again from the signal handler when it's already running. (bug #331056) ChangeLog | 6 ++++++ gnome-pty-helper/ChangeLog | 1 + gnome-pty-helper/gnome-pty-helper.c | 18 +++++++++++------- 3 files changed, 18 insertions(+), 7 deletions(-) commit cf6368c0aa47983547772669e4d9f7f462b7a0ba Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Feb 13 21:31:18 2006 +0000 Do not prepend X_LIBS and X_CFLAGS to LIBS and CFLAGS. (bug #331021, 2006-02-13 Behdad Esfahbod <behdad@gnome.org> * configure.in: Do not prepend X_LIBS and X_CFLAGS to LIBS and CFLAGS. (bug #331021, Sylvain BERTRAND) ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 4faae4ba893d5ed822ce7066e11e8bb163b29b0b Author: Behdad Esfahbod <behdad@gnome.org> Date: Mon Feb 13 20:50:14 2006 +0000 Handle Ctrl+Shift+Insert to paste PRIMARY. 2006-02-13 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (vte_terminal_key_press): Handle Ctrl+Shift+Insert to paste PRIMARY. ChangeLog | 5 +++++ src/vte.c | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit b93f42ff246c70ed6743240a5a3892121262edbb (tag: vte_0_11_18) Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Feb 11 20:04:30 2006 +0000 Released vte-0.11.18. 2006-02-11 Behdad Esfahbod <behdad@gnome.org> Released vte-0.11.18. * NEWS: Updated. * configure.in: Bumped version to 0.11.18. ChangeLog | 8 ++++++++ NEWS | 14 ++++++++++++++ configure.in | 2 +- po/fa.po | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) commit 89b9d8fab395d84160c26d9f0e5cee0270177c81 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Feb 11 18:29:06 2006 +0000 Change INVALID_CODEPOINT from 0xFFFF to 0xFFFD. (bug #317235, Egmont 2006-02-11 Behdad Esfahbod <behdad@gnome.org> * src/iso2022.c: Change INVALID_CODEPOINT from 0xFFFF to 0xFFFD. (bug #317235, Egmont Koblinger) ChangeLog | 5 +++++ src/iso2022.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 4e9d18e1b95676972e16f70b81c332cc41564d9f Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Feb 11 18:24:52 2006 +0000 Guard more against off values. 2006-02-11 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (_vte_invalidate_cells): Guard more against off values. ChangeLog | 4 ++++ po/fa.po | 2 +- src/vte.c | 14 +++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) commit a4b4fa1ccbcf269e87256f52c075889b3bc54e7b Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Sat Feb 11 05:07:23 2006 +0000 vte-overrides.txt should be in CVS in fact. doc/reference/Makefile.am | 2 +- doc/reference/vte-overrides.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) commit a567da4ddf37ba503a5bfde9fea8d20c5fede18a Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Sat Feb 11 05:04:34 2006 +0000 Added more MAINTAINERCLEANFILES. Makefile.am | 1 + doc/reference/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) commit 3eb98191b6c546b21657246870dcf4b334e0f131 Author: Behdad Esfahbod <behdad@src.gnome.org> Date: Sat Feb 11 04:56:09 2006 +0000 Added MAINTAINERCLEANFILES. Makefile.am | 20 ++++++++++++++++++++ gnome-pty-helper/Makefile.am | 9 +++++++++ 2 files changed, 29 insertions(+) commit e95ea25427129cc711c2b7337a9f0b502a24ede7 Author: Behdad Esfahbod <behdad@gnome.org> Date: Sat Feb 11 04:45:33 2006 +0000 Update the build infrastructure. make distcheck works now! 2006-02-10 Behdad Esfahbod <behdad@gnome.org> Update the build infrastructure. make distcheck works now! * autogen.sh: Use a generic autogen.sh that uses gnome-common. * configure.in: Simplify gtk-doc stuff. Update to newer syntax. * Makefile.am, src/Makefile.am, doc/reference/Makefile.am: Updated. .cvsignore | 5 + ChangeLog | 10 ++ Makefile.am | 2 + autogen.sh | 121 +++-------------------- configure.in | 70 ++------------ doc/reference/Makefile.am | 231 ++++++++++---------------------------------- gnome-pty-helper/.cvsignore | 2 + po/fa.po | 25 ++--- python/vte-demo.py | 2 +- src/Makefile.am | 1 + vte.spec => vte.spec.in | 2 +- 11 files changed, 108 insertions(+), 363 deletions(-) commit 2f710f0f5ff8efe8f2dc2d4601da5c4eaa6716a6 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 10 09:30:23 2006 +0000 Throttle invalidating to at most 40 times per second, using a timeout. 2006-02-10 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (_vte_invalidate_cells): Throttle invalidating to at most 40 times per second, using a timeout. ChangeLog | 5 +++++ src/vte-private.h | 3 +++ src/vte.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 58 insertions(+), 2 deletions(-) commit bd9905c897449014f31753318593588bff7bfff1 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 10 09:25:56 2006 +0000 Removed the huge sequence handler table. Changed to use the compact tables 2006-02-10 Behdad Esfahbod <behdad@gnome.org> * src/vteseq.c: Removed the huge sequence handler table. Changed to use the compact tables in vteseq-table.h. * src/vteseq-gen.c: Generator containing the table removed from above, that generates compact tables. * src/vteseq-table.h: Table generated by above. Can be regenerated using make. * src/Makefile.am: Adjusted. * src/vteapp.c: Set default font to Monospace instead of Sans. ChangeLog | 15 ++ src/.cvsignore | 1 + src/Makefile.am | 5 + src/vteapp.c | 2 +- src/vteseq-gen.c | 505 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteseq-table.h | 388 ++++++++++++++++++++++++++++++++++++++++ src/vteseq.c | 492 ++++++--------------------------------------------- 7 files changed, 970 insertions(+), 438 deletions(-) commit 26b84670316fb249aa4671a11f979bb468f2913b Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 10 08:02:48 2006 +0000 Allocate terminal->pvt using GObject private data. 2006-02-10 Behdad Esfahbod <behdad@gnome.org> * src/vte.c: Allocate terminal->pvt using GObject private data. ChangeLog | 4 +++ src/vte.c | 114 ++++++-------------------------------------------------------- 2 files changed, 14 insertions(+), 104 deletions(-) commit f3d79059c30b8a89fc1409ea63ee23c19823e8e3 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 10 07:58:28 2006 +0000 Moved all sequence handler codes into a separate file. 2006-02-10 Behdad Esfahbod <behdad@gnome.org> Moved all sequence handler codes into a separate file. * src/vte.c: Stuff moved to other files. * src/vte-private.h: Includes all struct definitions from vte.c. * src/vteseq.c, src/vteseq.h, src/vteseq-list.h: The sequence handlers are all here now. ChangeLog | 11 + src/Makefile.am | 4 + src/vte-private.h | 385 ++++ src/vte.c | 5192 +++-------------------------------------------------- src/vteseq-list.h | 122 ++ src/vteseq.c | 4462 +++++++++++++++++++++++++++++++++++++++++++++ src/vteseq.h | 40 + 7 files changed, 5259 insertions(+), 4957 deletions(-) commit e11441c2d9390f3e9645c162b8b1ae9a10a78a63 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Feb 9 22:31:03 2006 +0000 Make a couple debug messages conditional on DEBUG_MISC. 2006-02-09 Behdad Esfahbod <behdad@gnome.org> * src/vteapp.c: Make a couple debug messages conditional on DEBUG_MISC. ChangeLog | 5 +++++ src/vteapp.c | 12 ++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) commit 1a07b922fe717e0b8144d5249e38153538e6aeea Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 3 14:34:10 2006 +0000 Warning cleanup. A couple were actually bugs. 2006-02-03 Behdad Esfahbod <behdad@gnome.org> * src/vte.c: Warning cleanup. A couple were actually bugs. * src/vteapp.c: No need to run $SHELL by default. Handled by vte.c now. A bug was causing nothing to be run... ChangeLog | 7 +++++++ src/vte.c | 28 +++++++++++++++++----------- src/vteapp.c | 2 +- 3 files changed, 25 insertions(+), 12 deletions(-) commit 5d005b24d8f1496641c0f81f0995e1f9ae643b85 Author: Behdad Esfahbod <behdad@gnome.org> Date: Fri Feb 3 13:27:27 2006 +0000 Add the debug flag TRIE for printing out the trie (previous was using 2006-02-03 Behdad Esfahbod <behdad@gnome.org> * src/debug.c, src/debug.h, src/matcher.c: Add the debug flag TRIE for printing out the trie (previous was using MISC.) * src/vte.c (vte_invalidate_cells): Update row_count and column_count when clamping their respective _start values. * src/vte.c (vte_terminal_extend_selection, * _vte_terminal_select_text): Pass row_count to vte_invalidate_cells(), instead of row_stop. * src/vteapp.c: Run $SHELL by default. ChangeLog | 14 ++++++++++++++ doc/reference/tmpl/internals.sgml | 2 -- src/debug.c | 3 +++ src/debug.h | 3 ++- src/matcher.c | 2 +- src/vte.c | 27 ++++++++++++++++----------- src/vteapp.c | 2 +- src/vtedraw.c | 14 +++++++------- 8 files changed, 44 insertions(+), 23 deletions(-) commit 1785a75abdb32c5e889526d41e54bd7b336e23b5 Author: Behdad Esfahbod <behdad@gnome.org> Date: Thu Feb 2 03:43:16 2006 +0000 Added to CVS. 2006-02-01 Behdad Esfahbod <behdad@gnome.org> * doc/reference/tmpl/internals.sgml: Added to CVS. * vte/src/vte.c: Fix selection vs. primary that have been borked forever. Closes bug #123844. ChangeLog | 7 +++++ doc/reference/.cvsignore | 1 + doc/reference/tmpl/internals.sgml | 18 +++++++++++++ doc/reference/tmpl/reaper.sgml | 3 --- doc/reference/tmpl/vte-unused.sgml | 4 +++ doc/reference/tmpl/vte.sgml | 3 --- doc/reference/tmpl/vteaccess.sgml | 3 --- src/keymap.c | 2 +- src/vte.c | 54 ++++++++++++++++++++++++++------------ 9 files changed, 68 insertions(+), 27 deletions(-) commit 14310a352215434f45d24584bc34156ee922d639 Author: Guilherme de S. Pastore <gpastore@src.gnome.org> Date: Mon Jan 30 12:23:49 2006 +0000 applied patch from Tomas Mraz to fix a double free. Closes bug #161337. * src/trie.c: applied patch from Tomas Mraz to fix a double free. Closes bug #161337. ChangeLog | 5 +++++ src/trie.c | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) commit 154c33179ee3d9de0bdf3416dabea3cdead0ebdc Author: Erdal Ronahi <eronahi@src.gnome.org> Date: Mon Jan 30 01:08:08 2006 +0000 Added initial Kurdish translations. ChangeLog | 4 ++ configure.in | 5 ++- po/ChangeLog | 4 ++ po/ku.po | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 130 insertions(+), 1 deletion(-) commit 72fcd8154eaf51afaec22fc9e336e078a9c45c26 Author: Guilherme de S. Pastore <gpastore@src.gnome.org> Date: Sat Jan 28 20:23:52 2006 +0000 add -DG_DISABLE_ASSERT to CFLAGS. updated. bumped version to 0.11.17. only * src/Makefile.am: add -DG_DISABLE_ASSERT to CFLAGS. * NEWS: updated. * vte.spec: bumped version to 0.11.17. * src/vte.c: only try to guess the user's shell when actually forking, so we avoid unnecessary work if the application already has to do that itself. ChangeLog | 14 ++++++++++++++ NEWS | 13 +++++++++++-- src/Makefile.am | 2 +- src/vte.c | 58 +++++++++++++++++++++++++++++++-------------------------- vte.spec | 2 +- 5 files changed, 59 insertions(+), 30 deletions(-) commit 93d57b0c02afb1510bad099c3cf4da4f10f03ab9 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Sun Jan 15 22:34:33 2006 +0000 Fix the build after the previous commit. And update the NEWS file a bit NEWS | 2 ++ src/vte.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) commit 923b824fd9f75accb05585b740b628f40aea7ebc Author: Guilherme de S. Pastore <gpastore@src.gnome.org> Date: Sun Jan 15 21:09:41 2006 +0000 applied patch from kmaraas to replace g_return* with g_assert in static functions ChangeLog | 5 ++ src/ring.c | 2 +- src/vte.c | 198 ++++++++++++++++++++++++++++---------------------------- src/vteaccess.c | 104 +++++++++++++++-------------- src/vteapp.c | 18 +++--- src/vtetc.c | 12 ++-- src/vtexft.c | 30 ++++----- 7 files changed, 186 insertions(+), 183 deletions(-) commit ac0e2cad69de1134949764b5793c9737e1a92cd3 Author: Guilherme de S. Pastore <gpastore@src.gnome.org> Date: Sat Jan 14 13:31:35 2006 +0000 install more than *.html, based on the patch from Ed Catmur. Closes bug * doc/reference/Makefile.am: install more than *.html, based on the patch from Ed Catmur. Closes bug #321909. ChangeLog | 5 +++++ doc/reference/Makefile.am | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) commit a18578af735cb07eafaa98cb3e6d66be4fa1c9bc Author: Olav Vitters <olav@bkor.dhs.org> Date: Sat Jan 14 13:10:33 2006 +0000 Support save and restore cursor position using \033[s and \033[u. Reported 2006-01-14 Olav Vitters <olav@bkor.dhs.org> * src/caps.c: Support save and restore cursor position using \033[s and \033[u. Reported by Dag Wieers. Fixes bug 170032. ChangeLog | 5 +++++ src/caps.c | 2 ++ 2 files changed, 7 insertions(+) commit e0bc53fbe3b3ffa56099e8f807764184ea2df69f Author: Olav Vitters <olav@bkor.dhs.org> Date: Sat Dec 31 11:27:56 2005 +0000 Backup patch from Steve Langasek. It needs pkg-config changes. 2005-12-31 Olav Vitters <olav@bkor.dhs.org> * vte.pc.in: Backup patch from Steve Langasek. It needs pkg-config changes. ChangeLog | 5 +++++ vte.pc.in | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit c83369c96f5d1f83fd3c346a6a6e7b7edcf67448 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Tue Dec 13 14:21:54 2005 +0000 Flush after release po/am.po | 22 +++++++++++----------- po/ang.po | 22 +++++++++++----------- po/ar.po | 22 +++++++++++----------- po/az.po | 22 +++++++++++----------- po/be.po | 22 +++++++++++----------- po/bg.po | 22 +++++++++++----------- po/bn.po | 41 ++++++++++++++++++++--------------------- po/bs.po | 22 +++++++++++----------- po/ca.po | 41 ++++++++++++++++++++--------------------- po/cs.po | 22 +++++++++++----------- po/cy.po | 22 +++++++++++----------- po/da.po | 22 +++++++++++----------- po/de.po | 22 +++++++++++----------- po/el.po | 22 +++++++++++----------- po/en_CA.po | 22 +++++++++++----------- po/en_GB.po | 22 +++++++++++----------- po/es.po | 22 +++++++++++----------- po/et.po | 22 +++++++++++----------- po/eu.po | 22 +++++++++++----------- po/fa.po | 22 +++++++++++----------- po/fi.po | 22 +++++++++++----------- po/fr.po | 22 +++++++++++----------- po/ga.po | 22 +++++++++++----------- po/gl.po | 22 +++++++++++----------- po/gu.po | 22 +++++++++++----------- po/he.po | 22 +++++++++++----------- po/hi.po | 22 +++++++++++----------- po/hr.po | 22 +++++++++++----------- po/hu.po | 45 ++++++++++++++++++++++----------------------- po/id.po | 22 +++++++++++----------- po/is.po | 22 +++++++++++----------- po/it.po | 22 +++++++++++----------- po/ja.po | 22 +++++++++++----------- po/ka.po | 22 +++++++++++----------- po/ko.po | 22 +++++++++++----------- po/ky.po | 42 ++++++++++++++++++++---------------------- po/li.po | 22 +++++++++++----------- po/lt.po | 22 +++++++++++----------- po/lv.po | 22 +++++++++++----------- po/mi.po | 22 +++++++++++----------- po/mk.po | 22 +++++++++++----------- po/ml.po | 22 +++++++++++----------- po/mn.po | 22 +++++++++++----------- po/ms.po | 22 +++++++++++----------- po/nb.po | 22 +++++++++++----------- po/ne.po | 22 +++++++++++----------- po/nl.po | 22 +++++++++++----------- po/nn.po | 22 +++++++++++----------- po/no.po | 22 +++++++++++----------- po/or.po | 22 +++++++++++----------- po/pa.po | 22 +++++++++++----------- po/pl.po | 22 +++++++++++----------- po/pt.po | 22 +++++++++++----------- po/pt_BR.po | 22 +++++++++++----------- po/ro.po | 22 +++++++++++----------- po/ru.po | 22 +++++++++++----------- po/rw.po | 22 +++++++++++----------- po/sk.po | 22 +++++++++++----------- po/sl.po | 22 +++++++++++----------- po/sq.po | 22 +++++++++++----------- po/sr.po | 22 +++++++++++----------- po/sr@Latn.po | 22 +++++++++++----------- po/sv.po | 22 +++++++++++----------- po/ta.po | 22 +++++++++++----------- po/th.po | 22 +++++++++++----------- po/tr.po | 22 +++++++++++----------- po/ug.po | 22 +++++++++++----------- po/uk.po | 22 +++++++++++----------- po/vi.po | 22 +++++++++++----------- po/wa.po | 22 +++++++++++----------- po/xh.po | 22 +++++++++++----------- po/zh_CN.po | 22 +++++++++++----------- po/zh_TW.po | 22 +++++++++++----------- 73 files changed, 841 insertions(+), 846 deletions(-) commit 34db0ffe7696fd255fa5a4fa03ed090fdf7a3be5 (tag: vte_0_11_16) Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Mon Dec 12 18:49:50 2005 +0000 Update for 0.11.16 NEWS | 5 +++++ 1 file changed, 5 insertions(+) commit 008dbeb4e5520c12a2f99956ebbfbc6bbf44c3b5 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Dec 12 18:46:15 2005 +0000 Cleanups for the pkg-config file. Patch from Steve Langasek. Closes bug 2005-12-12 Kjartan Maraas <kmaraas@gnome.org> * vte.pc.in: Cleanups for the pkg-config file. Patch from Steve Langasek. Closes bug #322240. ChangeLog | 5 +++++ vte.pc.in | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit a57992dd24aa27bafd9df03c70d175cb74b43c0c Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Dec 12 18:42:21 2005 +0000 python-vte seems to have a small bug in the override file that prevents 2005-12-12 Kjartan Maraas <kmaraas@gnome.org> * python/vte.override: python-vte seems to have a small bug in the override file that prevents the forkpty() method to be generated. The attached patch fixes this problem. Patch from Michael Vogt. Closes bug #169201. ChangeLog | 7 +++++++ python/vte.override | 2 ++ 2 files changed, 9 insertions(+) commit a44035e91dffdbeb3613d56234c74bb6d8483368 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Nov 30 00:32:25 2005 +0000 Remove some unused code. (vte_terminal_process_incoming): Don't emit 2005-11-30 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_preedit_length): Remove some unused code. (vte_terminal_process_incoming): Don't emit signals for every character that's output. Patch from Padraig O'Briain. Huge performance gain when a11y is activated. ChangeLog | 8 ++++++++ src/vte.c | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) commit b27d00bb421f9c24c6294d156d671656ffe47078 Author: Timur Jamakeev <timurj@cvs.gnome.org> Date: Wed Nov 16 12:56:59 2005 +0000 Added 'ky' to ALL_LINGUAS 2005-11-16 Timur Jamakeev <timurj@cvs.gnome.org> * configure.in: Added 'ky' to ALL_LINGUAS ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit ba4ea5666d9efbd48025e378e3c50b8fcc632bc9 Author: Timur Jamakeev <timurj@src.gnome.org> Date: Wed Nov 16 12:51:38 2005 +0000 *** empty log message *** po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 4f284b826aa84e3856e2c078f7922123163dd2de Author: Timur Jamakeev <timurj@cvs.gnome.org> Date: Wed Nov 16 12:49:12 2005 +0000 Kirghiz translation added. 2005-11-16 Timur Jamakeev <timurj@cvs.gnome.org> * ky.po: Kirghiz translation added. po/ky.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) commit c3c4b97bc788db03578a98f3613de8c6a4ecc71a Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Nov 8 20:18:51 2005 +0000 Update. 2005-11-08 Kjartan Maraas <kmaraas@gnome.org> * NEWS: Update. * Makefile.am: * autogen.sh: * configure.in: * python/Makefile.am: I'm attaching a patch that modernizes the python binding build stuff. Notably, it excludes python/vte.c from the dist. Right now as it stands, the file is disted, which means people's builds will not work unless they build against pygtk 2.8, which makes this bug somewhat important. Patch from Manish Sing Closes bug #320931. ChangeLog | 14 ++++++++++++++ Makefile.am | 2 +- NEWS | 5 +++++ autogen.sh | 1 - configure.in | 12 ++++++++++-- python/Makefile.am | 19 +++++++++++++++---- 6 files changed, 45 insertions(+), 8 deletions(-) commit ec5ac1c6d58b791eb8c8069fb329baf37c1ed8a0 Author: Bill Haneman <billh@src.gnome.org> Date: Tue Nov 1 17:20:41 2005 +0000 Fix for crasher bug #153405. Patch from Padraig O'Briain. ChangeLog | 8 ++++++++ src/vteaccess.c | 9 +++++++++ 2 files changed, 17 insertions(+) commit 69940ef016e1825e26ab48cbbaf635c94adc31c0 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Sun Oct 30 12:47:48 2005 +0000 Remove this ancient file MESSAGE-OF-DOOM | 2 -- 1 file changed, 2 deletions(-) commit b55d0887747595e4317c75cc89899d695092f858 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sun Oct 2 09:59:42 2005 +0000 Fix gdk warnings. Patch from Michele Baldessari. Closes bug #309025. 2005-10-02 Kjartan Maraas <kmaraas@gnome.org> * src/vtebg.c: (_vte_property_get_pixmaps): * src/vterdb.c: (_vte_property_get_string): Fix gdk warnings. Patch from Michele Baldessari. Closes bug #309025. ChangeLog | 7 +++++++ src/vtebg.c | 2 +- src/vterdb.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) commit 1a5f3494d79672ffaae08ee01fbe30f2f525ec4f Author: Runa Bhattacharjee <runab@src.gnome.org> Date: Sat Oct 1 09:56:59 2005 +0000 Added entry for Bengali (bn) Translation updation:10/01 po/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) commit 2c06d463e073b932cff34aca0abe31c8f78a88fd Author: Runa Bhattacharjee <runab@src.gnome.org> Date: Sat Oct 1 09:56:43 2005 +0000 Updated Bengali (bn) Translaion:10/01 po/bn.po | 109 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 41 insertions(+), 68 deletions(-) commit 7768de1457224fcb168f0cf9f1622a633dd0e5cb Author: Kjartan Maraas <kmaraas@gnome.org> Date: Fri Sep 16 20:14:29 2005 +0000 Optimize memory usage by releasing fonts that aren't needed early. Patch 2005-09-16 Kjartan Maraas <kmaraas@gnome.org> * src/vtexft.c: (_vte_xft_font_for_char): Optimize memory usage by releasing fonts that aren't needed early. Patch from Mike Hearn. Closes bug #309322. ChangeLog | 6 ++++++ src/vtexft.c | 22 ++++++++++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) commit 659f4c735aaea14d2ee44614677759c884800cd1 Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org> Date: Sat Sep 3 23:19:43 2005 +0000 Fixed some typos and strings. po/ca.po | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) commit f32e845ad41b4accde05a0922cdf132757bb0259 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Tue Aug 23 21:24:19 2005 +0000 Hungarian translation updated. 2005-08-23 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated. po/ChangeLog | 4 ++++ po/hu.po | 62 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 37 insertions(+), 29 deletions(-) commit ba7f65167f760776fa13d2da93e1ac02ee87de4d Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Tue Aug 23 09:49:57 2005 +0000 Post release bump vte.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c9e038e096dab5750bcce8578169cc572e9f9140 (tag: vte_0_11_15) Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Sat Aug 13 11:56:37 2005 +0000 Updates NEWS | 3 +++ 1 file changed, 3 insertions(+) commit d1252cd3f30c75d659345e0c6d862b24cccbbc57 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sat Aug 13 11:55:18 2005 +0000 Make VTE work on NetBSD, OpenBSD (sparc and macppc). Reported by Adrian 2005-08-13 Kjartan Maraas <kmaraas@gnome.org> * gnome-pty-helper/gnome-pty-helper.c: (init_msg_pass): Make VTE work on NetBSD, OpenBSD (sparc and macppc). Reported by Adrian Bunk, patches by Dan Winship and Rich Edelman. Closes bug #126554. ChangeLog | 7 +++++++ gnome-pty-helper/gnome-pty-helper.c | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit 35517238968cffeb113930724ff041cf5c215cd9 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Fri Aug 12 19:51:50 2005 +0000 Don't crash if there's no termcap file. Michele Baldessari Closes bug 2005-08-12 Kjartan Maraas <kmaraas@gnome.org> * src/vtetc.c: (_vte_termcap_destroy): Don't crash if there's no termcap file. Michele Baldessari Closes bug #312260. ChangeLog | 6 ++++++ src/vtetc.c | 3 +++ 2 files changed, 9 insertions(+) commit 680352b0c408751ed1a1f65023abc67bc02cfd85 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Fri Aug 12 14:23:45 2005 +0000 Update NEWS | 4 ++++ 1 file changed, 4 insertions(+) commit 5958b32ac31daa2c44a9d714dd31e09f5d9931b1 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Fri Aug 12 14:21:46 2005 +0000 Correct test for recvmsg(). Patch from Robert Basch. Closes bug #304815 2005-08-12 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Correct test for recvmsg(). Patch from Robert Basch. Closes bug #304815 and possibly bug #122055. ChangeLog | 5 +++++ configure.in | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit 1764fa0e5285ea68832390a496b1a8d08a3a9cbb Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Aug 10 13:29:12 2005 +0000 Patch from: Padraig O'Briain <padraig.obriain@sun.com> Closes bug #113590. 2004-08-10 Kjartan Maraas <kmaraas@gnome.org> Patch from: Padraig O'Briain <padraig.obriain@sun.com> Closes bug #113590. * src/vte.c, src/vteint.h: Add new functions to support accessible text selection: _vte_terminal_get_selection, _vte_terminal_get_start_selection, _vte_terminal_get_end_selection, _vte_terminal_select_text, _vte_terminal_remove_selection * src/vteaccess.c: (xy_from_offset): Fix for offset being entire text. (vte_terminal_accessibility_selection_changed): VteTerminal's selection-changed signal handler which emits text-selection-changed signal. (vte_terminal_accessible_initialize): Connect to VteTerminal's selection-changed signal. (vte_terminal_accessible_get_n_selections) Add implementation. (vte_terminal_accessible_get_selection) Add implementation. (vte_terminal_accessible_add_selection) Add implementation. (vte_terminal_accessible_remove_selection) Add implementation. (vte_terminal_accessible_set_selection) Add implementation. ChangeLog | 23 ++++++++++ src/vte.c | 72 ++++++++++++++++++++++++++++++ src/vteaccess.c | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++------ src/vteint.h | 5 +++ 4 files changed, 221 insertions(+), 13 deletions(-) commit 04cf2d759988367fd2264cd46ced44ac2a5ce73a Author: Kjartan Maraas <kmaraas@gnome.org> Date: Thu Aug 4 23:36:09 2005 +0000 Clean up utmp/wtmp under vncserver if things fall apart under the 2005-08-05 Kjartan Maraas <kmaraas@gnome.org> * gnome-pty-helper/gnome-pty-helper.c: (exit_handler), (main): Clean up utmp/wtmp under vncserver if things fall apart under the terminal. (Dave Lehman). Closes bug #312373 ChangeLog | 6 ++++++ gnome-pty-helper/gnome-pty-helper.c | 11 +++++++++++ 2 files changed, 17 insertions(+) commit 9996a03619e7b7693de1e82a99fc7a87ec4c41a5 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Wed Aug 3 07:57:47 2005 +0000 Post release bump vte.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 95ba54bc3db83c2eab09062b782956a8be410cd2 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Wed Aug 3 07:57:17 2005 +0000 Flush these after release po/am.po | 21 +++++++++++---------- po/ang.po | 21 +++++++++++---------- po/ar.po | 21 +++++++++++---------- po/az.po | 21 +++++++++++---------- po/be.po | 21 +++++++++++---------- po/bg.po | 41 ++++++++++++++++++++--------------------- po/bn.po | 21 +++++++++++---------- po/bs.po | 21 +++++++++++---------- po/ca.po | 21 +++++++++++---------- po/cs.po | 21 +++++++++++---------- po/cy.po | 21 +++++++++++---------- po/da.po | 21 +++++++++++---------- po/de.po | 21 +++++++++++---------- po/el.po | 21 +++++++++++---------- po/en_CA.po | 21 +++++++++++---------- po/en_GB.po | 21 +++++++++++---------- po/es.po | 21 +++++++++++---------- po/et.po | 21 +++++++++++---------- po/eu.po | 21 +++++++++++---------- po/fa.po | 21 +++++++++++---------- po/fi.po | 21 +++++++++++---------- po/fr.po | 21 +++++++++++---------- po/ga.po | 21 +++++++++++---------- po/gl.po | 42 +++++++++++++++++++++--------------------- po/gu.po | 21 +++++++++++---------- po/he.po | 21 +++++++++++---------- po/hi.po | 21 +++++++++++---------- po/hr.po | 21 +++++++++++---------- po/hu.po | 21 +++++++++++---------- po/id.po | 23 ++++++++++++----------- po/is.po | 21 +++++++++++---------- po/it.po | 21 +++++++++++---------- po/ja.po | 21 +++++++++++---------- po/ka.po | 21 +++++++++++---------- po/ko.po | 21 +++++++++++---------- po/li.po | 21 +++++++++++---------- po/lt.po | 21 +++++++++++---------- po/lv.po | 21 +++++++++++---------- po/mi.po | 21 +++++++++++---------- po/mk.po | 21 +++++++++++---------- po/ml.po | 21 +++++++++++---------- po/mn.po | 21 +++++++++++---------- po/ms.po | 21 +++++++++++---------- po/nb.po | 21 +++++++++++---------- po/ne.po | 21 +++++++++++---------- po/nl.po | 21 +++++++++++---------- po/nn.po | 21 +++++++++++---------- po/no.po | 21 +++++++++++---------- po/or.po | 21 +++++++++++---------- po/pa.po | 21 +++++++++++---------- po/pl.po | 21 +++++++++++---------- po/pt.po | 21 +++++++++++---------- po/pt_BR.po | 21 +++++++++++---------- po/ro.po | 21 +++++++++++---------- po/ru.po | 21 +++++++++++---------- po/rw.po | 21 +++++++++++---------- po/sk.po | 21 +++++++++++---------- po/sl.po | 21 +++++++++++---------- po/sq.po | 21 +++++++++++---------- po/sr.po | 21 +++++++++++---------- po/sr@Latn.po | 21 +++++++++++---------- po/sv.po | 21 +++++++++++---------- po/ta.po | 21 +++++++++++---------- po/th.po | 45 ++++++++++++++++++++++----------------------- po/tr.po | 21 +++++++++++---------- po/ug.po | 52 +++++++++++++++++++++++++++------------------------- po/uk.po | 21 +++++++++++---------- po/vi.po | 21 +++++++++++---------- po/wa.po | 21 +++++++++++---------- po/xh.po | 42 +++++++++++++++++++++--------------------- po/zh_CN.po | 21 +++++++++++---------- po/zh_TW.po | 42 +++++++++++++++++++++--------------------- 72 files changed, 859 insertions(+), 793 deletions(-) commit 3550cad3d43b505e695cf4a9b05692b4dd12488b Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Wed Aug 3 07:52:01 2005 +0000 Update NEWS | 2 ++ 1 file changed, 2 insertions(+) commit 6b284ae20498040a78359c3acf477190ef3800f4 Author: Alexander Shopov <ash@contact.bg> Date: Thu Jul 28 07:45:55 2005 +0000 Updated Bulgarian translation by Yavor Doganov <yavor@doganov.org> 2005-07-28 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Yavor Doganov <yavor@doganov.org> po/ChangeLog | 9 +++-- po/bg.po | 109 ++++++++++++++++++++++------------------------------------- 2 files changed, 47 insertions(+), 71 deletions(-) commit b6b599cf9451cac41a26ef11e97b997f073e6c8f Author: Olav Vitters <ovitters@src.gnome.org> Date: Tue Jul 26 15:16:25 2005 +0000 Correct patch provider; change Loïc Minier to Ethan Glasser-Camp. ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e92d3203b712ab672ced617a2d8edf492184904 Author: Michele Baldessari <michele@pupazzo.org> Date: Tue Jul 26 14:43:04 2005 +0000 pyg_boxed_get should be on item not py_palette. Reported with fix by Loïc 2005-07-26 Michele Baldessari <michele@pupazzo.org> * python/vte.override (_wrap_vte_terminal_set_colors): pyg_boxed_get should be on item not py_palette. Reported with fix by Loïc Minier <lool+gnome@via.ecp.fr> Closes bug #311570 ChangeLog | 7 +++++++ python/vte.override | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) commit 3be10ecbae7a54bb97788ce3e53bd14aa25b374b Author: Michele Baldessari <michele@pupazzo.org> Date: Mon Jul 25 08:49:42 2005 +0000 Initialize PangoContext * data->ctx with NULL. Closes bug #126262 2005-07-25 Michele Baldessari <michele@pupazzo.org> * src/vtepango.c (_vte_pango_create): Initialize PangoContext * data->ctx with NULL. Closes bug #126262 ChangeLog | 5 +++++ NEWS | 3 +++ src/vtepango.c | 1 + 3 files changed, 9 insertions(+) commit e33085bbd21e2da027c68def3a47710bc39d37fd Author: Danilo Å egan <danilo@src.gnome.org> Date: Thu Jul 21 21:31:18 2005 +0000 Fix bug #149925: add comment for translators. Fix bug #149925: add comment for translators. ChangeLog | 7 +++++++ src/vte.c | 1 + 2 files changed, 8 insertions(+) commit 096becaac3f36491c36563a5f7167a567954f9cc Author: Matthias Clasen <mclasen@redhat.com> Date: Thu Jul 7 19:00:21 2005 +0000 Unset the user data on the gdk window. 2005-07-07 Matthias Clasen <mclasen@redhat.com> * src/vte.c (vte_terminal_unrealize): Unset the user data on the gdk window. ChangeLog | 5 +++++ src/vte.c | 2 ++ 2 files changed, 7 insertions(+) commit e01f40abe5f8e499640d29a8e781d484522f80be Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Thu Jun 23 01:22:17 2005 +0000 fix language team reference po/ChangeLog | 4 ++++ po/zh_TW.po | 47 ++++++++++++++++++++++++----------------------- 2 files changed, 28 insertions(+), 23 deletions(-) commit 8446f71979f37b18d4db920f74bf0334cea94792 Author: Theppitak Karoonboonyanan <thep@linux.thai.net> Date: Wed Jun 15 04:02:00 2005 +0000 Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation. 2005-06-15 Theppitak Karoonboonyanan <thep@linux.thai.net> * configure.in: Added 'th' (Thai) to ALL_LINGUAS. * po/th.po: Added Thai translation. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/th.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 1 deletion(-) commit 1168ca49dd0d7c1e2f8d1c77434f9c798d6f9286 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sat Jun 11 21:05:07 2005 +0000 Update some. 2005-06-11 Kjartan Maraas <kmaraas@gnome.org> * NEWS: Update some. * doc/reference/tmpl/reaper.sgml: * doc/reference/tmpl/vte-unused.sgml: * doc/reference/tmpl/vte.sgml: * doc/reference/tmpl/vteaccess.sgml: Docs updates. * src/vte.c: (vte_terminal_init), (vte_terminal_finalize), (vte_terminal_get_accessible), (vte_terminal_class_init): Apply patch from Padraig O'Briain <padraig.obriain@sun.com> to fix a crash. Closes bug #119913. ChangeLog | 12 ++++++++ NEWS | 3 ++ doc/reference/tmpl/reaper.sgml | 3 ++ doc/reference/tmpl/vte-unused.sgml | 8 ++--- doc/reference/tmpl/vte.sgml | 3 ++ doc/reference/tmpl/vteaccess.sgml | 3 ++ src/vte.c | 60 ++++++++++++++++++++------------------ 7 files changed, 59 insertions(+), 33 deletions(-) commit 141d956b5a678fbb0a43938e8909c7c66646a840 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Thu Jun 9 21:36:31 2005 +0000 Fix a crash when reparenting. Closes bug #169326. Patch from Michele 2005-06-09 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_style_changed): Fix a crash when reparenting. Closes bug #169326. Patch from Michele Baldessari. ChangeLog | 6 ++++++ src/vte.c | 10 ++++++++++ 2 files changed, 16 insertions(+) commit 29a57471b73aa43e163144ebc3592094bc27bc31 Author: Ignacio Casal Quinteiro <icq@src.gnome.org> Date: Sun Jun 5 18:28:50 2005 +0000 *** empty log message *** ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/gl.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 125 insertions(+), 1 deletion(-) commit 2985a128bd3708439faa1e240460db31661d7839 Author: Kostas Papadimas <pkst@src.gnome.org> Date: Wed May 11 11:38:28 2005 +0000 Updated Greek Translation. po/ChangeLog | 4 ++++ po/el.po | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 46a597ff979045ecb6e7e9a2a39c8d6f5fff6513 Author: Manish Singh <yosh@src.gnome.org> Date: Sun May 8 23:55:58 2005 +0000 Fix spelling of my name NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a1e846b27f37255bbdce5efd2e73166e4073032a Author: Kjartan Maraas <kmaraas@gnome.org> Date: Fri Apr 29 20:17:41 2005 +0000 Final bits of the memory reduction patch from Aivars Kalvans. bug #160993 2005-04-29 Kjartan Maraas <kmaraas@gnome.org> * src/table.c: (_vte_table_literal_new), (_vte_table_free), (_vte_table_addi), (_vte_table_matchi), (_vte_table_match), (_vte_table_printi): Final bits of the memory reduction patch from Aivars Kalvans. bug #160993 comment #9 * src/vte.c: (vte_terminal_scroll_region): Patch from Egmont Koblinger to fix some scrolling issues. bug #164153 * vte.spec: Bump version. ChangeLog | 10 ++++++ src/table.c | 102 ++++++++++++++++++++++++++++++++++++++++++------------------ src/vte.c | 45 ++++++--------------------- vte.spec | 2 +- 4 files changed, 91 insertions(+), 68 deletions(-) commit bda4553263bbdfa77da4a65d9cb77fa8801d8000 (tag: vte_0_11_13) Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Fri Apr 29 20:07:32 2005 +0000 Forgot this NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) commit d254d664d3408ad688f3a8c62224bd188bdd5fdb Author: Pablo Saratxaga <pablo@src.gnome.org> Date: Tue Apr 19 14:49:26 2005 +0000 updated Walloon file po/ChangeLog | 24 ++++++++++++++---------- po/wa.po | 43 ++++++++++++++++++++++--------------------- 2 files changed, 36 insertions(+), 31 deletions(-) commit a6ae830ccca18e36717b2bc9e5c969befdd16bf4 Author: Abduxukur Abdurixit <aabdurix@src.gnome.org> Date: Fri Apr 8 08:22:48 2005 +0000 *** empty log message *** po/ChangeLog | 4 ++++ po/ug.po | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 16 deletions(-) commit 9b67c3bdfeeffbba5470751091e305da60ea97ee Author: Abduxukur Abdurixit <aabdurix@src.gnome.org> Date: Thu Apr 7 13:17:35 2005 +0000 *** empty log message *** ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/ug.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 125 insertions(+), 1 deletion(-) commit 1e3d355fbb1940791f873fdb30202f2ac2d8674b Author: Adi Attar <aattar@cvs.gnome.org> Date: Fri Apr 1 09:51:47 2005 +0000 Added Xhosa translation. Added "xh" to ALL_LINGUAS. 2005-04-01 Adi Attar <aattar@cvs.gnome.org> * xh.po: Added Xhosa translation. * configure.in: Added "xh" to ALL_LINGUAS. ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/xh.po | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 124 insertions(+), 1 deletion(-) commit 44fa68f109629ebde4a6711edc174bf4f1a98999 Author: Steven Michael Murphy <smurphy@src.gnome.org> Date: Fri Apr 1 02:00:44 2005 +0000 Added new Language, Kinyarwanda (rw), to this package ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/rw.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 133 insertions(+), 1 deletion(-) commit 139d9029a5182ff25a3989d27af5705fe18ab8fd Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Mar 29 17:38:13 2005 +0000 Use head -n 1 instead of head -1 to avoid warning about the latter being 2005-03-29 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Use head -n 1 instead of head -1 to avoid warning about the latter being deprecated in newer versions. Reported by Ali Akcaagac. Closes bug #156022. * vte.spec: Bump version ChangeLog | 7 +++++++ autogen.sh | 2 +- vte.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) commit 2d04086b48b7a9f7d53c543803cb23fc622a9f57 Author: Manish Singh <yosh@gimp.org> Date: Thu Mar 17 06:43:44 2005 +0000 Remove stray underscores so python module works again. Fixes bug #150760. 2005-03-16 Manish Singh <yosh@gimp.org> * python/vtemodule.c: Remove stray underscores so python module works again. Fixes bug #150760. ChangeLog | 5 +++++ python/vtemodule.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 2d54e9baa0c26c15b6333d8898a1174dd91faf12 Author: Adam Weinberger <adamw@src.gnome.org> Date: Thu Mar 17 05:28:12 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit afe74e992b6be8f08d33cedeb93494d0fe852354 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Mar 14 14:43:47 2005 +0000 Add patch for excessive memory consumption when opening new tabs. This 2005-03-14 Kjartan Maraas <kmaraas@gnome.org> * src/Makefile.am: * src/interpret.c: (main): * src/matcher.c: (_vte_matcher_add), (_vte_matcher_init), (_vte_matcher_create), (_vte_matcher_destroy), (_vte_matcher_new), (_vte_matcher_free): * src/matcher.h: * src/vte.c: (vte_terminal_set_emulation), (vte_terminal_init): * src/vtetc.c: (_vte_termcap_create), (_vte_termcap_destroy), (_vte_termcap_new), (_vte_termcap_free): * src/vtetc.h: Add patch for excessive memory consumption when opening new tabs. This patch makes struct _vte_matcher and struct _vte_termcap shared between terminals and should reduce memory consumption with multiple tabs a lot. Patch from Aivars Kalvans <kalvans at inbox lv>. From bug #160993. ChangeLog | 17 ++++++ src/Makefile.am | 22 +++++-- src/interpret.c | 25 +------- src/matcher.c | 187 ++++++++++++++++++++++++++++++++++++++++++++++++-------- src/matcher.h | 11 ++-- src/vte.c | 72 +--------------------- src/vtetc.c | 69 +++++++++++++++++---- src/vtetc.h | 2 +- 8 files changed, 262 insertions(+), 143 deletions(-) commit 1613c7756b040bf1ce49f04d71ecc7c1eb8967b3 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Mar 14 14:33:35 2005 +0000 Back out one of the fedora patches since it apparently causes 2005-03-14 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_scroll_region), (vte_sequence_handler_al), (vte_sequence_handler_dl), (vte_sequence_handler_sr), (vte_sequence_handler_insert_lines), (vte_sequence_handler_delete_lines), (vte_terminal_handle_scroll): Back out one of the fedora patches since it apparently causes ChangeLog | 10 ++++++++++ src/vte.c | 34 +++++++++++++--------------------- 2 files changed, 23 insertions(+), 21 deletions(-) commit afa929ff6f72bbc0a27ea7daa262a61637ac4bc4 Author: Ahmad Riza H Nst <ari@160c.afraid.org> Date: Tue Mar 8 12:15:45 2005 +0000 Updated Indonesian Translation 2005-03-08 Ahmad Riza H Nst <ari@160c.afraid.org> * id.po: Updated Indonesian Translation po/ChangeLog | 4 ++++ po/id.po | 34 +++++++++++++++++----------------- 2 files changed, 21 insertions(+), 17 deletions(-) commit 804be42932991f70998348e07bdbc47d93796287 (tag: vte_0_11_12) Author: Kjartan Maraas <kmaraas@gnome.org> Date: Thu Mar 3 06:40:44 2005 +0000 Fix the crash in minicom when resizing the window. Closes bug #163814. 2005-03-02 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_process_incoming): Fix the crash in minicom when resizing the window. Closes bug #163814. Also adjust the coalesce and display timeouts. This makes g-t and xterm behave just about the same visually but g-t is still a bit faster when using the same font and utf8. doc/reference/tmpl/reaper.sgml | 3 -- doc/reference/tmpl/vte-unused.sgml | 4 +++ doc/reference/tmpl/vte.sgml | 3 -- doc/reference/tmpl/vteaccess.sgml | 3 -- po/am.po | 12 ++++---- po/ang.po | 12 ++++---- po/ar.po | 12 ++++---- po/az.po | 12 ++++---- po/be.po | 12 ++++---- po/bg.po | 12 ++++---- po/bn.po | 12 ++++---- po/bs.po | 12 ++++---- po/ca.po | 12 ++++---- po/cs.po | 12 ++++---- po/cy.po | 12 ++++---- po/da.po | 12 ++++---- po/de.po | 12 ++++---- po/el.po | 12 ++++---- po/en_CA.po | 12 ++++---- po/en_GB.po | 12 ++++---- po/es.po | 12 ++++---- po/et.po | 12 ++++---- po/eu.po | 12 ++++---- po/fa.po | 12 ++++---- po/fi.po | 12 ++++---- po/fr.po | 12 ++++---- po/ga.po | 12 ++++---- po/gu.po | 12 ++++---- po/he.po | 12 ++++---- po/hi.po | 12 ++++---- po/hr.po | 12 ++++---- po/hu.po | 12 ++++---- po/id.po | 12 ++++---- po/is.po | 12 ++++---- po/it.po | 12 ++++---- po/ja.po | 12 ++++---- po/ka.po | 12 ++++---- po/ko.po | 12 ++++---- po/li.po | 12 ++++---- po/lt.po | 12 ++++---- po/lv.po | 12 ++++---- po/mi.po | 12 ++++---- po/mk.po | 12 ++++---- po/ml.po | 12 ++++---- po/mn.po | 12 ++++---- po/ms.po | 12 ++++---- po/nb.po | 12 ++++---- po/ne.po | 12 ++++---- po/nl.po | 12 ++++---- po/nn.po | 12 ++++---- po/no.po | 12 ++++---- po/or.po | 12 ++++---- po/pa.po | 12 ++++---- po/pl.po | 12 ++++---- po/pt.po | 12 ++++---- po/pt_BR.po | 12 ++++---- po/ro.po | 12 ++++---- po/ru.po | 12 ++++---- po/sk.po | 12 ++++---- po/sl.po | 12 ++++---- po/sq.po | 12 ++++---- po/sr.po | 12 ++++---- po/sr@Latn.po | 12 ++++---- po/sv.po | 12 ++++---- po/ta.po | 12 ++++---- po/tr.po | 12 ++++---- po/uk.po | 12 ++++---- po/vi.po | 12 ++++---- po/wa.po | 12 ++++---- po/zh_CN.po | 12 ++++---- po/zh_TW.po | 12 ++++---- src/vte.c | 59 +++++++++++++++----------------------- 72 files changed, 429 insertions(+), 447 deletions(-) commit 6b25dce295e409828f34821f53fa4f3052e5da00 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Wed Mar 2 23:12:27 2005 +0000 Update NEWS | 5 +++++ 1 file changed, 5 insertions(+) commit 6e02617db3907c47cf5128a011b2ae31fe10b9cb Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Wed Mar 2 22:52:18 2005 +0000 Revert previous pending release team approval src/vte.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) commit 69dd207f235306920a0fa98ba712d9b9775d55e2 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Mar 2 22:48:57 2005 +0000 Fix the crash in minicom when resizing the window. Closes bug #163814. 2005-03-02 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_process_incoming): Fix the crash in minicom when resizing the window. Closes bug #163814. Also adjust the coalesce and display timeouts. This makes g-t and xterm behave just about the same visually but g-t is still a bit faster when using the same font and utf8. ChangeLog | 9 +++++++++ NEWS | 18 ++++++++++++++++++ po/am.po | 30 +++++++++++++++--------------- po/ang.po | 28 ++++++++++++++-------------- po/ar.po | 30 +++++++++++++++--------------- po/az.po | 30 +++++++++++++++--------------- po/be.po | 30 +++++++++++++++--------------- po/bg.po | 40 ++++++++++++++++++++-------------------- po/bn.po | 30 +++++++++++++++--------------- po/bs.po | 29 ++++++++++++++--------------- po/ca.po | 30 +++++++++++++++--------------- po/cs.po | 30 +++++++++++++++--------------- po/cy.po | 30 +++++++++++++++--------------- po/da.po | 30 +++++++++++++++--------------- po/de.po | 30 +++++++++++++++--------------- po/el.po | 30 +++++++++++++++--------------- po/en_CA.po | 28 ++++++++++++++-------------- po/en_GB.po | 30 +++++++++++++++--------------- po/es.po | 34 +++++++++++++++++----------------- po/et.po | 29 ++++++++++++++--------------- po/eu.po | 29 ++++++++++++++--------------- po/fa.po | 30 +++++++++++++++--------------- po/fi.po | 30 +++++++++++++++--------------- po/fr.po | 30 +++++++++++++++--------------- po/ga.po | 30 +++++++++++++++--------------- po/gu.po | 30 +++++++++++++++--------------- po/he.po | 30 +++++++++++++++--------------- po/hi.po | 29 ++++++++++++++--------------- po/hr.po | 30 +++++++++++++++--------------- po/hu.po | 28 ++++++++++++++-------------- po/id.po | 30 +++++++++++++++--------------- po/is.po | 30 +++++++++++++++--------------- po/it.po | 30 +++++++++++++++--------------- po/ja.po | 30 +++++++++++++++--------------- po/ka.po | 46 ++++++++++++++++++++++++---------------------- po/ko.po | 30 +++++++++++++++--------------- po/li.po | 30 +++++++++++++++--------------- po/lt.po | 30 +++++++++++++++--------------- po/lv.po | 30 +++++++++++++++--------------- po/mi.po | 53 ++++++++++++++++++++++------------------------------- po/mk.po | 30 +++++++++++++++--------------- po/ml.po | 30 +++++++++++++++--------------- po/mn.po | 30 +++++++++++++++--------------- po/ms.po | 30 +++++++++++++++--------------- po/nb.po | 30 +++++++++++++++--------------- po/ne.po | 30 +++++++++++++++--------------- po/nl.po | 30 +++++++++++++++--------------- po/nn.po | 30 +++++++++++++++--------------- po/no.po | 30 +++++++++++++++--------------- po/or.po | 28 ++++++++++++++-------------- po/pa.po | 31 +++++++++++++++---------------- po/pl.po | 30 +++++++++++++++--------------- po/pt.po | 30 +++++++++++++++--------------- po/pt_BR.po | 30 +++++++++++++++--------------- po/ro.po | 30 +++++++++++++++--------------- po/ru.po | 30 +++++++++++++++--------------- po/sk.po | 30 +++++++++++++++--------------- po/sl.po | 30 +++++++++++++++--------------- po/sq.po | 28 ++++++++++++++-------------- po/sr.po | 30 +++++++++++++++--------------- po/sr@Latn.po | 30 +++++++++++++++--------------- po/sv.po | 30 +++++++++++++++--------------- po/ta.po | 35 +++++++++++++++++++---------------- po/tr.po | 30 +++++++++++++++--------------- po/uk.po | 30 +++++++++++++++--------------- po/vi.po | 30 +++++++++++++++--------------- po/wa.po | 30 +++++++++++++++--------------- po/zh_CN.po | 30 +++++++++++++++--------------- po/zh_TW.po | 30 +++++++++++++++--------------- src/vte.c | 15 ++------------- 70 files changed, 1052 insertions(+), 1045 deletions(-) commit 936365d5565c1174a7c8d4a24235db44a70f4407 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Mar 2 08:48:59 2005 +0000 Add vtetree.[ch] Don't use a GArray but use calloc'ed memory to speed up 2005-03-02 Kjartan Maraas <kmaraas@gnome.org> * src/Makefile.am: Add vtetree.[ch] * src/vte.c: (vte_terminal_draw_row): Don't use a GArray but use calloc'ed memory to speed up things further. From bug #137864. Patch from Benjamin Otte. * src/vtetree.c: (_vte_tree_new), (_vte_tree_destroy), (_vte_tree_insert), (_vte_tree_lookup): New file * src/vtetree.h: New file * src/vtexft.c: (_vte_xft_font_open), (_vte_xft_font_close), (_vte_xft_font_for_char), (_vte_xft_char_width): Use the new functions to speed up things. From bug #137864. Patch from Benjamin Otte. There are still two patches in there that don't apply cleanly any more. Will look at those later. * vte.spec: Bump version. ChangeLog | 16 +++++++++++++++ src/Makefile.am | 2 ++ src/vte.c | 23 +++++++++------------- src/vtetree.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vtetree.h | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ src/vtexft.c | 23 +++++++++++----------- vte.spec | 2 +- 7 files changed, 151 insertions(+), 26 deletions(-) commit cea8ff59881258d16942aa6402c0ab10e110e4c8 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Feb 28 21:38:59 2005 +0000 Patch from Mariano to make vte claim to be the right type terminal. Closes 2005-02-28 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_sequence_handler_send_primary_device_attributes): Patch from Mariano to make vte claim to be the right type terminal. Closes bug #130671. ChangeLog | 6 ++++++ src/vte.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 106a3de0551d19d467f99fdfeaf8b6fc3d4fbb43 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Feb 28 21:32:01 2005 +0000 Apply fix from Fedora package for performance problems. Closes bug 2005-02-28 Kjartan Maraas <kmaraas@gnome.org> * src/iso2022.c: (_vte_iso2022_is_ambiguous), (_vte_iso2022_find_nextctl): * src/uniwidths: * src/vte.c: (vte_terminal_catch_child_exited), (vte_terminal_eof), (vte_terminal_process_incoming), (vte_terminal_feed), (vte_terminal_init), (vte_terminal_finalize), (vte_terminal_reset), (add_display_timeout), (add_coalesce_timeout), (remove_display_timeout), (remove_coalesce_timeout), (vte_terminal_stop_processing), (vte_terminal_start_processing), (vte_terminal_is_processing), (display_timeout), (coalesce_timeout): * src/vtexft.c: (_vte_xft_drawcharfontspec), (_vte_xft_draw_text): Apply fix from Fedora package for performance problems. Closes bug #143914. Patch was written by Søren Sandmann. ChangeLog | 17 +++++ src/iso2022.c | 64 +++++++++--------- src/uniwidths | 7 ++ src/vte.c | 208 +++++++++++++++++++++++++++++++++++++--------------------- src/vtexft.c | 5 +- 5 files changed, 193 insertions(+), 108 deletions(-) commit b2a0ee1a33ec460994058fd43bd45a43d1641d83 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Feb 28 21:12:19 2005 +0000 Fix for problem with redrawing when scrolling back then forward Closes bug 2005-02-28 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_scroll_region): Fix for problem with redrawing when scrolling back then forward Closes bug #122150. Patch from Benjamin Otte. ChangeLog | 6 ++++++ src/vte.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 2736ad1804d9f363e0b4752a267a8087f7b096ad Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Feb 28 20:46:10 2005 +0000 Fix a crash when trying to use input methods. From Fedora. Closes bug 2005-02-28 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_unrealize): Fix a crash when trying to use input methods. From Fedora. Closes bug #168213. ChangeLog | 8 +++++++- src/vte.c | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) commit e6192592b53997f3105f6ad0e1a654bad0cb5ec1 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Feb 28 20:43:59 2005 +0000 Another patch from fedora. Make sure the screen is fully redrawn before 2005-02-28 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_scroll_region), (vte_sequence_handler_al), (vte_sequence_handler_dl), (vte_sequence_handler_sr), (vte_sequence_handler_insert_lines), (vte_sequence_handler_delete_lines), (vte_terminal_handle_scroll): Another patch from fedora. Make sure the screen is fully redrawn before scrolling. Apparently this patch has some issues, but those were found to be small enough to apply in Fedora, so I guess the same holds true here. ChangeLog | 11 +++++++++++ src/vte.c | 34 +++++++++++++++++++++------------- 2 files changed, 32 insertions(+), 13 deletions(-) commit 74cf9b23a55b774b3f523ecff19bff620de0e0fb Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Feb 28 20:12:05 2005 +0000 Apply another patch from Fedora. This should fix some screen corruption 2005-02-28 Kjartan Maraas <kmaraas@gnome.org> * src/iso2022.c: (_vte_iso2022_process): Apply another patch from Fedora. This should fix some screen corruption with multibyte charsets. Closes bug #168211 and possibly others. ChangeLog | 7 +++++++ src/iso2022.c | 44 ++++++++++++++++++++++---------------------- 2 files changed, 29 insertions(+), 22 deletions(-) commit 0fea362d1c10cce35571595fe4df87c5d491406f Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Feb 28 20:09:08 2005 +0000 Apply patch from Fedora to fix some scrolling issues. Closes bug #168210 2005-02-28 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_adjust_adjustments), (vte_terminal_maybe_scroll_to_bottom), (vte_terminal_update_insert_delta), (vte_terminal_handle_scroll), (vte_terminal_set_scroll_adjustment), (vte_terminal_size_allocate): Apply patch from Fedora to fix some scrolling issues. Closes bug #168210 and possibly others. ChangeLog | 9 +++++ src/vte.c | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 111 insertions(+), 9 deletions(-) commit 164300788a340ba8040c8c3afbda5adab3c2553f Author: Amanpreet Singh Alam <aman@src.gnome.org> Date: Wed Feb 23 05:16:59 2005 +0000 update by amanpreetalam@yahoo.com po/pa.po | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) commit f65f2fd679b6ef1bef19a60a8c60da34c08de7cd Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Feb 15 11:48:43 2005 +0000 Fix black backgrounds in new terminals. Fix from Jon Nettleton <nettleton 2005-02-15 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_visibility_notify): Fix black backgrounds in new terminals. Fix from Jon Nettleton <nettleton at gmail com>. Closes bug #125364. Has been in Fedora Core for months already. ChangeLog | 7 +++++++ src/vte.c | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) commit 885b8c7eca0ac35a8aeb31ad74f27d3deb99ee1e Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Feb 15 11:29:24 2005 +0000 Fix keypad behaviour to be like xterm. Closes bug #128099. Fix is from 2005-02-15 Kjartan Maraas <kmaraas@gnome.org> * src/keymap.c: (_vte_keymap_map): Fix keypad behaviour to be like xterm. Closes bug #128099. Fix is from <jylefort at brutele be> and has been used in Fedora the last three months at least. ChangeLog | 7 +++++++ src/keymap.c | 14 ++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) commit 1bd149cf1e4fef742e6206b5db793585a639ee8f Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Feb 15 10:56:16 2005 +0000 Don't include <config.h> here. It breaks building on AIX and can cause 2005-02-15 Kjartan Maraas <kmaraas@gnome.org> * src/vteregex.h: Don't include <config.h> here. It breaks building on AIX and can cause problems for l10n. Closes bug #161352. ChangeLog | 6 ++++++ src/vteregex.h | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) commit 78463f2909c3deafd8ff9c66eeab0c539c2547d0 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Feb 15 08:49:23 2005 +0000 Fix build on NetBSD and Darwin. Patch from Adrian Bunk <bunk at stusta 2005-02-15 Kjartan Maraas <kmaraas@gnome.org> * src/dumpkeys.c: Fix build on NetBSD and Darwin. Patch from Adrian Bunk <bunk at stusta de>. Closes bug #126377. ChangeLog | 6 ++++++ doc/reference/tmpl/reaper.sgml | 5 +++++ doc/reference/tmpl/vte.sgml | 3 +++ doc/reference/tmpl/vteaccess.sgml | 3 +++ src/dumpkeys.c | 4 +++- 5 files changed, 20 insertions(+), 1 deletion(-) commit 079ff4919bdae0215929e2c7ac82e502836a3235 Author: Priit Laes <plaes@cvs.gnome.org> Date: Wed Feb 2 16:32:57 2005 +0000 Translation updated by Ivar Smolin. 2005-02-02 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. po/ChangeLog | 4 ++++ po/et.po | 29 +++++++++++++++-------------- 2 files changed, 19 insertions(+), 14 deletions(-) commit 9ec41d61f8167414fc72a3641097d081b3ace455 Author: Priit Laes <plaes@cvs.gnome.org> Date: Thu Jan 20 14:40:23 2005 +0000 Translation updated by Allan Sims. 2005-01-20 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Allan Sims. po/ChangeLog | 4 ++++ po/et.po | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) commit 123cc653845a9e984b8da26b34fc329f4ed0e252 Author: Rajesh Ranjan <rranjan@src.gnome.org> Date: Tue Dec 14 07:00:38 2004 +0000 vte revision po/hi.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 6321a4f2a86ea20bb47dec53e4bb833afac573e9 Author: Rajesh Ranjan <rranjan@src.gnome.org> Date: Wed Dec 8 04:33:26 2004 +0000 rev po/hi.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit 686f9e662bb78846f07115e80712c671966ec3c2 Author: Rajesh Ranjan <rranjan@src.gnome.org> Date: Tue Dec 7 07:06:14 2004 +0000 hi ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) commit e3c1a43676987c11342e8f26d596cbb1967f0bfe Author: Rajesh Ranjan <rranjan@src.gnome.org> Date: Tue Dec 7 06:58:36 2004 +0000 add hindi file po/hi.po | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) commit 223f81868d98f7a024c9ad1acf16cd8186265b53 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Nov 17 00:32:01 2004 +0000 silence a couple of warnings by expecting a GIOCondition instead of a * src/vte.c(vte_terminal_io_read,vte_terminal_io_write): silence a couple of warnings by expecting a GIOCondition instead of a GtkInputCondition as a parameter. ChangeLog | 5 +++++ src/vte.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit 7f3d3b207272c86af768420da60981bccc018f6c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Nov 17 00:25:53 2004 +0000 accept more, newer versions of autoconf/automake. Treat autoconf >= 3 as * autogen.sh: accept more, newer versions of autoconf/automake. Treat autoconf >= 3 as acceptable instead of just > 3. ChangeLog | 4 ++++ autogen.sh | 12 +++++------- 2 files changed, 9 insertions(+), 7 deletions(-) commit 2949c51354ba4d1b59051d9a7eaa44133d06db03 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Nov 17 00:23:44 2004 +0000 add. add. add. add. add. expand "%m" locally so that we can distinguish * src/vte.c(vte_terminal_sequence_handler_scroll_up_or_down): add. * src/vte.c(vte_terminal_sequence_handler_scroll_up_once): add. * src/vte.c(vte_terminal_sequence_handler_scroll_down_once): add. * src/vte.c(vte_terminal_sequence_handler_scroll_up): add. * src/vte.c(vte_terminal_sequence_handler_scroll_down): add. * src/table.c(_vte_table_addi): expand "%m" locally so that we can distinguish between control sequences which differ only in the number of numeric arguments they expect. This means we have a new upper limit on the length of a numeric argument list we'll recognize. * src/caps.c(_vte_xterm_capability_strings): remove alternates for strings which include '%m' as a specifier -- that's handled at the matching layer now. * src/vte.c(vte_terminal_paste_cb): drop the supplied data if it isn't valid UTF-8 (Red Hat #119099). * src/keymap.c(_vte_keymap_map): try xterm variants if we're xterm, not the other way around. ChangeLog | 18 +++++++ src/caps.c | 10 ---- src/keymap.c | 2 +- src/table.c | 160 +++++++++++++++++++++++++++++++++++++---------------------- src/vte.c | 107 +++++++++++++++++++++++++++++++++++++-- 5 files changed, 224 insertions(+), 73 deletions(-) commit 2f99b80d9cc23851980ff209291c48898b526ff6 Author: MÉ™tin Æmirov <metin@karegen.com> Date: Mon Oct 11 17:30:17 2004 +0000 Added ka to ALL_LINGUAS. 2004-10-11 MÉ™tin Æmirov <metin@karegen.com> * configure.in: Added ka to ALL_LINGUAS. configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c4f0942e2705e20567971f518fb42c0af7fd8646 Author: MÉ™tin Æmirov <metin@karegen.com> Date: Mon Oct 11 17:30:13 2004 +0000 Translation added by Aiet Kolkhi. 2004-10-11 MÉ™tin Æmirov <metin@karegen.com> * ka.po: Translation added by Aiet Kolkhi. po/ChangeLog | 4 ++ po/ka.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) commit 7e0c6e370a8e02fdd61e1918456042cb95960b13 Author: David Lodge <dave@cirt.net> Date: Wed Oct 6 18:59:46 2004 +0000 Added Old English translation. Added ang to ALL_LINGUAS 2004-10-06 David Lodge <dave@cirt.net> * ang.po: Added Old English translation. * configure.in: Added ang to ALL_LINGUAS ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/ang.po | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+), 1 deletion(-) commit d93f9f7a56897caccb90c7c669fb4b9c8afcf782 Author: Adam Weinberger <adamw@src.gnome.org> Date: Wed Sep 8 07:28:46 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 37 +++++++++++++++++++------------------ 2 files changed, 23 insertions(+), 18 deletions(-) commit 90726a592bbc8178332a031022c4b8d050dabf67 Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org> Date: Sat Aug 28 15:58:20 2004 +0000 Updated Spanish translation 2004-08-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation po/ChangeLog | 4 ++++ po/es.po | 25 ++++++++++++++----------- 2 files changed, 18 insertions(+), 11 deletions(-) commit 347d80694a2544a943d7f13d251f175503b606b5 Author: Laszlo Dvornik <dvornik@gnome.hu> Date: Sat Aug 28 12:33:54 2004 +0000 Updated Hungarian translation. 2004-08-28 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Updated Hungarian translation. po/ChangeLog | 4 ++++ po/hu.po | 57 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 33 insertions(+), 28 deletions(-) commit 3aba5fb2e57bb38f75f27c116e9c222afec779ad Author: Laurent Dhima <laurenti@alblinux.net> Date: Fri Aug 20 17:03:04 2004 +0000 Updated Albanian translation. 2004-08-20 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++++ po/sq.po | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 5de1e489113069677af76af350da72c37402a12b Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Aug 18 17:28:53 2004 +0000 Added «nb» to ALL_LINGUAS. 2004-08-18 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added «nb» to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit c509534e41326ea1437f18dc7281db7a2c06b27f Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Aug 18 17:28:05 2004 +0000 Added this. 2004-08-18 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Added this. po/ChangeLog | 5 +++ po/nb.po | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+) commit d5a816662d8bea1e57abd39b9a67a5e7258bee57 Author: Laurent Dhima <laurenti@alblinux.net> Date: Wed Aug 18 11:08:27 2004 +0000 Updated Albanian translation. 2004-08-18 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++++ po/sq.po | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 4dee776a00edde218ba6e9ba5ba7c62a1f8fc9a1 Author: Christian Rose <menthos@menthos.com> Date: Mon Aug 16 21:52:27 2004 +0000 Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kemal Sanjta 2004-08-16 Christian Rose <menthos@menthos.com> * configure.in: Added "bs" to ALL_LINGUAS. * po/bs.po: Added Bosnian translation by Kemal Sanjta <gomez@lugzdk.ba>. ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 5 +++ po/bs.po | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 125 insertions(+), 1 deletion(-) commit 38011c436c18822c5dc2b4b16efa74617906817c Author: Tommi Vainikainen <tvainika@src.gnome.org> Date: Fri Aug 13 19:46:17 2004 +0000 Unified po headers for Finnish Team po/ChangeLog | 4 ++++ po/fi.po | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) commit c71cee561f061949b2ff1fde11d1883ba1c053b2 Author: Gora Mohanty <gmohanty@src.gnome.org> Date: Thu Aug 12 20:30:53 2004 +0000 configure.in: Added "or" to ALL_LINGUAS. po/or.po: Updated Oriya translation. ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/or.po | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 1 deletion(-) commit 85a8e4b2375c728ef517c0379a5c622be96a13cb Author: Amanpreet Singh Alam <aman@src.gnome.org> Date: Mon Aug 9 09:56:47 2004 +0000 check po/pa.po | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) commit fcb527f0819543daf941772aa66798c310cb4fbf Author: Dinesh Nadarajah <ndinesh@src.gnome.org> Date: Sat Jul 17 14:29:56 2004 +0000 2004-07-17 Dinesh Nadarajah 2004-07-17 Dinesh Nadarajah ta.po: Added Tamil Translation ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/ta.po | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 120 insertions(+), 1 deletion(-) commit 775f24c9131219f3da774af984414cd7d55e3461 Author: Iñaki Larrañaga <dooteo@euskalgnu.org> Date: Mon Jun 28 21:49:58 2004 +0000 Updated Basque translation. 2004-06-28 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. po/ChangeLog | 4 ++++ po/eu.po | 72 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 41 insertions(+), 35 deletions(-) commit 2524421c2f6e3b121a8c7598b4dd47b00a96cf03 Author: Laurent Dhima <laurenti@alblinux.net> Date: Mon Jun 28 15:17:40 2004 +0000 Translation updated. 2004-06-28 Laurent Dhima <laurenti@alblinux.net> * sq.po: Translation updated. po/ChangeLog | 4 ++++ po/sq.po | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) commit a59add9ec3169afdc76903d67e4c5b391debe0ff Author: John C Barstow <jbowtie@amathaine.com> Date: Sat Jun 26 07:41:10 2004 +0000 Added mi to ALL_LINGUAS. 2004-06-26 John C Barstow <jbowtie@amathaine.com> * configure.in: Added mi to ALL_LINGUAS. configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit eace4a5340a460a3a92b38920735414d6cf92317 Author: John C Barstow <jbowtie@amathaine.com> Date: Sat Jun 26 07:41:08 2004 +0000 Translation added. 2004-06-26 John C Barstow <jbowtie@amathaine.com> * mi.po: Translation added. po/ChangeLog | 4 ++ po/mi.po | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) commit d3d586b1669bbb7b4ccf3f777a4fd33c785c2c07 Author: Thomas Vander Stichele <thomasvs@src.gnome.org> Date: Sun May 30 09:51:39 2004 +0000 add ignore files .cvsignore | 1 + doc/.cvsignore | 2 ++ doc/openi18n/.cvsignore | 3 +++ doc/reference/.cvsignore | 20 ++++++++++++++++++++ gnome-pty-helper/.cvsignore | 12 ++++++++++++ python/.cvsignore | 3 +++ termcaps/.cvsignore | 2 ++ 7 files changed, 43 insertions(+) commit c90b8d3668b4f3d56b026852a96c9ef5deffbf9d Author: Thomas Vander Stichele <thomasvs@src.gnome.org> Date: Sun May 30 09:50:59 2004 +0000 add ignore files .cvsignore | 11 +++++++++++ 1 file changed, 11 insertions(+) commit f93b85640ced394999f314c1ed2317ba755013b3 Author: Alexander Shopov <ash@contact.bg> Date: Tue May 25 11:39:11 2004 +0000 Updated Bulgarian translation by Vladimir "Kaladan" Petkov 2004-05-25 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir "Kaladan" Petkov <vpetkov@i-space.org> po/ChangeLog | 5 +++++ po/bg.po | 53 ++++++++++++++++++++++++++--------------------------- 2 files changed, 31 insertions(+), 27 deletions(-) commit b7e32d1da79ca11bd9a8106ca3114ce631251a33 (tag: vte_0_11_11) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun May 2 06:43:01 2004 +0000 pass the global reaper in as data when adding the child source, not the * src/reaper.c(vte_reaper_add_child): pass the global reaper in as data when adding the child source, not the terminal which called us. Stop accepting a data argument, because we'd discard it anyway. Return the ID of the source which is added, if that happens. * configure.in: define VTE_INVALID_SOURCE for internal use. ChangeLog | 7 +++++++ configure.in | 1 + src/reaper.c | 27 +++++++++++++++++++++++---- src/reaper.h | 2 +- src/vte.c | 3 +-- 5 files changed, 33 insertions(+), 7 deletions(-) commit 8a96cb750fab81b8f4516e80bc2e6d8cb38bd039 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat May 1 15:43:05 2004 +0000 add pointers to info on bidirectional text and shaping. * README: add pointers to info on bidirectional text and shaping. ChangeLog | 3 +++ README | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 37e1d5101094ba96d5e38fadd0364236325a16bc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat May 1 07:12:51 2004 +0000 add a parameter to control whether or not trailing whitespace is trimmed * src/vte.c(vte_terminal_get_text_maybe_wrapped): add a parameter to control whether or not trailing whitespace is trimmed (padraig.obriain, #141148). * src/vte.c,src/vte.h(vte_terminal_get_text_include_trailing_spaces): add as a wrapper for the new vte_terminal_get_text_maybe_wrapped() (padraig.obriain, #141148). * src/vteaccess.c(vte_terminal_accessible_update_private_d): use vte_terminal_get_text_include_trailing_spaces to ensure that we get trailing spaces (padraig.obriain, #141148). * src/vte.c(vte_terminal_insert_char): clean up some autowrap stuff. ChangeLog | 12 +++++ gnome-pty-helper/gnome-login-support.c | 38 ++++++++-------- gnome-pty-helper/gnome-pty-helper.c | 68 ++++++++++++++-------------- gnome-pty-helper/gnome-utmp.c | 30 ++++++------- src/pty.c | 2 +- src/vte.c | 81 +++++++++++++++++++++++++--------- src/vte.h | 7 +++ src/vteaccess.c | 34 +++++++------- 8 files changed, 166 insertions(+), 106 deletions(-) commit c4a25900091c436d3d629d3bf53d653117d0322b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 18:48:18 2004 +0000 declare the defaultemulation variable as one kind of variable, not that * vte.pc.in, vte-uninstalled.pc.in: declare the defaultemulation variable as one kind of variable, not that other kind (#141515). ChangeLog | 4 ++++ vte-uninstalled.pc.in | 3 ++- vte.pc.in | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) commit b2025190de68a6d92be926c2324ab9ea98eb9242 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 06:06:44 2004 +0000 complete selection if we were selecting, not just if Shift is held down * src/vte.c(vte_terminal_button_release): complete selection if we were selecting, not just if Shift is held down (allows Press Shift, Press Button, Release Shift, Release Button in addition to already-recognized Press Shift, Press Button, Release Button, Release Shift) (#121905). * vte.spec: buildrequire gtk-doc, manually copy png images at install-time. ChangeLog | 8 ++++++++ src/vte.c | 3 +-- vte.spec | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) commit ff40403f43fb72f296dfd3a4237ed69fd61fcdef Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 02:59:39 2004 +0000 documentation updates. note that we just proxy for glib 2.4 child_watch * src/vte.c, NEWS, doc/reference/vte-sections.txt, doc/reference/tmpl/vte-unused.sgml: documentation updates. * doc/reference/tmpl/reaper.sgml: note that we just proxy for glib 2.4 child_watch functionality, if present. * NEWS: update summary. ChangeLog | 6 +++++ NEWS | 14 ++++++++++ doc/reference/tmpl/reaper.sgml | 4 ++- doc/reference/tmpl/vte-unused.sgml | 15 +++++++++++ doc/reference/vte-sections.txt | 55 ++++++++++++++++++++++++++++++++++++++ po/am.po | 26 +++++++++--------- po/ar.po | 26 +++++++++--------- po/az.po | 26 +++++++++--------- po/be.po | 26 +++++++++--------- po/bg.po | 26 +++++++++--------- po/bn.po | 26 +++++++++--------- po/ca.po | 26 +++++++++--------- po/cs.po | 26 +++++++++--------- po/cy.po | 26 +++++++++--------- po/da.po | 26 +++++++++--------- po/de.po | 26 +++++++++--------- po/el.po | 26 +++++++++--------- po/en_CA.po | 26 +++++++++--------- po/en_GB.po | 26 +++++++++--------- po/es.po | 26 +++++++++--------- po/et.po | 26 +++++++++--------- po/eu.po | 26 +++++++++--------- po/fa.po | 26 +++++++++--------- po/fi.po | 26 +++++++++--------- po/fr.po | 26 +++++++++--------- po/ga.po | 26 +++++++++--------- po/gu.po | 26 +++++++++--------- po/he.po | 26 +++++++++--------- po/hr.po | 26 +++++++++--------- po/hu.po | 26 +++++++++--------- po/id.po | 26 +++++++++--------- po/is.po | 26 +++++++++--------- po/it.po | 26 +++++++++--------- po/ja.po | 26 +++++++++--------- po/ko.po | 26 +++++++++--------- po/li.po | 26 +++++++++--------- po/lt.po | 26 +++++++++--------- po/lv.po | 26 +++++++++--------- po/mk.po | 26 +++++++++--------- po/ml.po | 26 +++++++++--------- po/mn.po | 26 +++++++++--------- po/ms.po | 26 +++++++++--------- po/ne.po | 26 +++++++++--------- po/nl.po | 26 +++++++++--------- po/nn.po | 26 +++++++++--------- po/no.po | 26 +++++++++--------- po/pa.po | 26 +++++++++--------- po/pl.po | 26 +++++++++--------- po/pt.po | 26 +++++++++--------- po/pt_BR.po | 26 +++++++++--------- po/ro.po | 26 +++++++++--------- po/ru.po | 26 +++++++++--------- po/sk.po | 26 +++++++++--------- po/sl.po | 26 +++++++++--------- po/sq.po | 26 +++++++++--------- po/sr.po | 26 +++++++++--------- po/sr@Latn.po | 26 +++++++++--------- po/sv.po | 26 +++++++++--------- po/tr.po | 26 +++++++++--------- po/uk.po | 26 +++++++++--------- po/vi.po | 26 +++++++++--------- po/wa.po | 26 +++++++++--------- po/zh_CN.po | 26 +++++++++--------- po/zh_TW.po | 26 +++++++++--------- src/vte.c | 6 ++--- 65 files changed, 863 insertions(+), 771 deletions(-) commit 8646f68a8f2b35005082482173b15e5e95b9dc01 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 02:41:55 2004 +0000 include get_default_emulation binding. * python/vte.defs: include get_default_emulation binding. ChangeLog | 3 +++ python/vte.defs | 12 +++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) commit 60a64be27fa33cc249fa87deed6963905031c5e8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 02:22:06 2004 +0000 update version to 0.11.11 * vte.spec: update version to 0.11.11 ChangeLog | 3 +++ vte.spec | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 3da9acb379a440d41d1a4fc897f409e930f7ab56 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 02:16:25 2004 +0000 don't unref our accessible peer; it may be accessed while we're * src/vte.c(vte_terminal_unrealize): don't unref our accessible peer; it may be accessed while we're unrealized, causing it to be destroyed and re-created needlessly (#128049). * src/vte.c(vte_terminal_finalize): unref our accessible peer. ChangeLog | 6 ++++++ src/vte.c | 32 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 16 deletions(-) commit e0f3c599ddc35517b16a12820c0af9a381fb2a23 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 02:02:56 2004 +0000 don't clear the child's PID early, so that we'll SIGHUP it properly (the * src/vte.c(vte_terminal_finalize): don't clear the child's PID early, so that we'll SIGHUP it properly (the kernel should do that anyway, but...) (#128291). ChangeLog | 5 +++++ src/vte.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) commit 03404a368f9f23dade35ed81b54e27255e04b29e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 01:39:17 2004 +0000 only deselect the current selection if just-inserted text affected the * src/vte.c(vte_terminal_insert_char): only deselect the current selection if just-inserted text affected the selected region of the screen (#135259). ChangeLog | 5 +++++ src/vte.c | 27 +++++++++++++++++++++++---- 2 files changed, 28 insertions(+), 4 deletions(-) commit cf8e7d95067df980ac8ebc8e5716905f231eebc7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 01:16:53 2004 +0000 assorted updates. check for <sys/termios.h> include <sys/termios.h> if * README: assorted updates. * configure.in: check for <sys/termios.h> * src/pty.c: include <sys/termios.h> if found (#141392). * src/dumpkeys.c, src/mev.c, src/pty.c, src/ssfe.c, src/vte.c: do the same. * doc/reference/vte-sections.txt: add several functions which are new but which weren't in the generated docs before. * doc/reference/vte-unused.txt: sort. ChangeLog | 10 +++++++ README | 23 ++++++++++------ configure.in | 3 ++- doc/reference/tmpl/reaper.sgml | 9 +++++++ doc/reference/tmpl/vte.sgml | 61 ++++++++++++++++++++++++++++++++++++++++++ doc/reference/vte-sections.txt | 7 +++++ src/Makefile.am | 4 +-- src/dumpkeys.c | 5 ++++ src/mev.c | 5 ++++ src/pty.c | 6 +++++ src/ssfe.c | 7 ++++- src/vte.c | 17 +++++++----- src/vte.h | 4 +-- 13 files changed, 140 insertions(+), 21 deletions(-) commit c2453e484d3f53b5b5c7abbeca1b6d56d204e370 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 00:31:39 2004 +0000 remove stray debug printfs. * src/vte.c(vte_terminal_scroll_region): remove stray debug printfs. ChangeLog | 3 +++ src/vte.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) commit 934340170f404f7c4993f447cdca80543c5e018d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 30 00:25:52 2004 +0000 add a --with-default-emulation argument (part of #115750). Use * configure.in: add a --with-default-emulation argument (part of #115750). Use AS_HELP_STRING wherever we need help strings. * vte.pc.in, vte-uninstalled.pc.in: add DefaultEmulation variable * vte.spec: specify "xterm" as the default-emulation, even though it's the default default * termcaps/Makefile.am: build and install the default emulation's termcap, assuming it's some kind of xterm variant. * src/keymap.c(_vte_keymap_map): check for xterm-xfree86 definitions if the terminal type includes xterm, not if it exactly matches xterm * src/reaper.c(vte_reaper_add_child): add. The glib 2.4 SIGCHLD watcher requires us to register particular PIDs for monitoring, so now we require applications to do so. * src/reaper.c(vte_reaper_child_watch_cb): add. * src/reaper.c(vte_reaper_init): Don't hook the SIGCHLD handler if we're running under glib 2.4, expect to use the g_child_watch mechanism. * src/vte.c: remove hard-coded definition of VTE_DEFAULT_EMULATION, to be picked up from config.h instead. * src/vte.c(vte_sequence_handler_cs): remove stray debug printfs. * src/vte.c(vte_terminal_insert_char): only do what we were doing for xn if LP was also set (#141445). * src/vte.c(vte_terminal_get_default_emulation): add. * src/vte.c(_vte_terminal_fork_basic): call vte_reaper_add_child for new children. ChangeLog | 26 ++++++++++++++++++++++++++ configure.in | 26 +++++++++++++++++--------- src/keymap.c | 2 +- src/reaper.c | 40 ++++++++++++++++++++++++++++++++++++++++ src/reaper.h | 1 + src/vte.c | 31 ++++++++++++++++++++++++------- src/vte.h | 1 + termcaps/Makefile.am | 5 ++++- vte-uninstalled.pc.in | 1 + vte.pc.in | 1 + vte.spec | 2 +- 11 files changed, 117 insertions(+), 19 deletions(-) commit bcee3ff9c9301daf6383447828b8ac940fd6f95a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 27 20:48:17 2004 +0000 more clearly document what the argv and envv arguments are expected to * src/vte.c(vte_terminal_fork_command): more clearly document what the argv and envv arguments are expected to contain (#127979). * src/vte.c(vte_terminal_insert_char): attempt to more closely match the behavior of am and xn on terminals -- if am is set {if xn is set, autowrap should only happen before a character is output, and then only if it's a graphic character, otherwise we autowrap after a character is output} ChangeLog | 9 +++++++ src/slowcat.c | 63 ++++++++++++++++++++++++++++++++----------------- src/vte.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 117 insertions(+), 30 deletions(-) commit 68774f88fd845781f942443f99ec30e92a1765ac Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 22 03:44:54 2004 +0000 also trim back lines which are nothing but whitespace (#140765). * src/vte.c(vte_terminal_get_text_range_maybe_wrapped): also trim back lines which are nothing but whitespace (#140765). * src/vte.c(vte_terminal_configure_toplevel): invalidate the whole window if we're "transparent", because we don't get expose events unless some portion of our area came out from behind something else, but we still need to repaint it (#122243). ChangeLog | 8 ++++++++ src/vte.c | 18 +++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) commit bc403a3836f9eb2caadb40062c0f36d5b4f5d50f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 06:35:43 2004 +0000 document the child-exited signal. document the emulation-changed and * doc/reference/tmpl/reaper.sgml: document the child-exited signal. * doc/reference/tmpl/vte.sgml: document the emulation-changed and encoding-changed signals. One hundred percent*. ONE HUNDRED PERCENT* I TELL YOU! * Except for the unused bits. ChangeLog | 5 + doc/reference/tmpl/reaper.sgml | 4 +- doc/reference/tmpl/vte-unused.sgml | 157 +++++++++++++++++++++++++++ doc/reference/tmpl/vte.sgml | 7 +- po/am.po | 39 +++---- po/ar.po | 29 +++-- po/az.po | 26 ++--- po/be.po | 37 ++++--- po/bg.po | 39 +++---- po/bn.po | 39 +++---- po/ca.po | 39 +++---- po/cs.po | 26 ++--- po/cy.po | 45 ++++---- po/da.po | 39 +++---- po/de.po | 37 +++---- po/el.po | 34 +++--- po/en_CA.po | 28 ++--- po/en_GB.po | 26 ++--- po/es.po | 36 +++---- po/et.po | 38 +++---- po/eu.po | 28 ++--- po/fa.po | 26 ++--- po/fi.po | 36 +++---- po/fr.po | 36 +++---- po/ga.po | 26 ++--- po/gu.po | 26 ++--- po/he.po | 37 ++++--- po/hr.po | 35 +++--- po/hu.po | 27 ++--- po/id.po | 39 +++---- po/is.po | 39 +++---- po/it.po | 37 +++---- po/ja.po | 36 +++---- po/ko.po | 32 +++--- po/li.po | 37 +++---- po/lt.po | 29 +++-- po/lv.po | 39 +++---- po/mk.po | 37 ++++--- po/ml.po | 39 +++---- po/mn.po | 33 +++--- po/ms.po | 66 +++++------- po/ne.po | 216 ++++++++++++++++++------------------- po/nl.po | 36 +++---- po/nn.po | 27 +++-- po/no.po | 33 +++--- po/pa.po | 26 ++--- po/pl.po | 37 +++---- po/pt.po | 28 ++--- po/pt_BR.po | 32 +++--- po/ro.po | 26 ++--- po/ru.po | 29 ++--- po/sk.po | 33 +++--- po/sl.po | 34 +++--- po/sq.po | 36 +++---- po/sr.po | 38 +++---- po/sr@Latn.po | 38 +++---- po/sv.po | 39 +++---- po/tr.po | 27 +++-- po/uk.po | 32 +++--- po/vi.po | 33 +++--- po/wa.po | 42 ++++---- po/zh_CN.po | 36 +++---- po/zh_TW.po | 34 +++--- src/Makefile.am | 4 +- src/vtebg.c | 10 +- 65 files changed, 1277 insertions(+), 1119 deletions(-) commit d7e1045596a8cb452d2649dee7b9638f5f50194b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:54:34 2004 +0000 add rule for generating vte-uninstall.pc (Gman, #136129) add (Gman, * Makefile.am: add rule for generating vte-uninstall.pc (Gman, #136129) * vte-uninstalled.pc.in: add (Gman, #136129) ChangeLog | 4 ++++ Makefile.am | 2 +- configure.in | 1 + vte-uninstalled.pc.in | 11 +++++++++++ 4 files changed, 17 insertions(+), 1 deletion(-) commit 684d3ec3b22a52c97c5e14cdd44de8aebfb6297b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:40:56 2004 +0000 don't steal keys from the input method. toggle the IUTF8 flag, if it was * src/vte.c(vte_terminal_key_press): don't steal keys from the input method. * src/pty.c(_vte_pty_set_utf8): toggle the IUTF8 flag, if it was defined at compile-time (maybe for #129317). ChangeLog | 4 ++++ src/pty.c | 3 --- src/vte.c | 57 +++++++++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 47 insertions(+), 17 deletions(-) commit d0c8c47dfb5d908ee22a735bc6ea80b943933630 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:37:50 2004 +0000 toggle the IUTF8 flag, if it was defined at compile-time (maybe for * src/pty.c(_vte_pty_set_utf8): toggle the IUTF8 flag, if it was defined at compile-time (maybe for #129317). * src/vte.c(vte_terminal_set_encoding): call _vte_pty_set_utf8. * src/vte.h (vte_terminal_anti_alias_get_type): declare. * src/vtebg.c(vte_bg_get_pixmap): Optimisation to fix the ridiculous amount of time required to render solid colour or extremely small image tiled backgrounds. This fixes bug #123903. (desrt) * src/vtebg.c(vte_bg_root_pixmap): move resize code into a separate function. * src/vtebg.c(vte_bg_get_pixmap): Resize all image sources, in case we're using a very small image file for the background. * python/Makefile.am: move python module to site-packages/gtk-2.0, which is added to the search path only by pygtk 2 (#92252). ChangeLog | 17 +++++++++++++ python/Makefile.am | 4 +-- src/pty.c | 39 +++++++++++++++++++++++++--- src/pty.h | 3 +++ src/vte.c | 2 ++ src/vte.h | 1 + src/vtebg.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 135 insertions(+), 5 deletions(-) commit a335c65bbbde6ced343b24c470e4219174decdb5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:28:17 2004 +0000 define a modulename override so that the Terminal class is registered in * python/vte.override: define a modulename override so that the Terminal class is registered in the proper namespace so that python's help() builtin sees the Terminal class (#130267). ChangeLog | 5 +++++ python/vte.defs | 7 ++++++- python/vte.override | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) commit 8eca214bcb9bcbbfd2d56cc289f3da69d2ef7387 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:22:54 2004 +0000 add, for the sake of bindings. * src/vte.c(vte_terminal_anti_alias_get_type): add, for the sake of bindings. ChangeLog | 4 ++++ python/vte.defs | 33 +++++++++++++++++++++++++++++++++ python/vtemodule.c | 1 + src/vte.c | 17 +++++++++++++++++ src/vte.h | 5 ++++- 5 files changed, 59 insertions(+), 1 deletion(-) commit e393cfc59f5f1e5c85ab5470448547d99c379212 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:18:45 2004 +0000 call GtkWidget's key_press_event callback for keys, in case GtkWidget has * src/vte.c(vte_terminal_key_press): call GtkWidget's key_press_event callback for keys, in case GtkWidget has pre-programmed behavior for that key (#133878). * configure.in, gnome-pty-helper/configure.in: quote names of defined functions (#133222). * configure.in: make compilation of gnome-pty-helper actually conditional (#133077). * src/vte.c(vte_terminal_process_incoming): Doh #132610, actually call vte_terminal_emit_contents_changed() when the contents change. ChangeLog | 11 +++++++++++ Makefile.am | 5 ++++- acinclude.m4 | 4 ++-- configure.in | 1 + gnome-pty-helper/acinclude.m4 | 2 +- python/vtemodule.c | 4 ++-- src/Makefile.am | 1 + src/vte.c | 12 ++++++++++++ 8 files changed, 34 insertions(+), 6 deletions(-) commit 4493df7203a80c12175cfb5a4a723669ee165816 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:16:56 2004 +0000 Add (#134429). take a VteTerminalAntiAlias argument. take a * src/vte.h, src/vte.c (vte_terminal_set_font_full): Add (#134429). * src/vteglyph.c(_vte_glyph_cache_set_font_description): take a VteTerminalAntiAlias argument. * src/vteft2.c, src/vtegl.c, src/pango.c, src/pango.x, src/vtexft.c (*_set_text_font): take a VteTerminalAntiAlias argument. ChangeLog | 7 ++++++ src/vte.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++--------- src/vte.h | 13 ++++++++++ src/vteapp.c | 21 +++++++++++++--- src/vtedraw.c | 5 ++-- src/vtedraw.h | 8 ++++-- src/vtefc.c | 46 +++++++++++++++++++++++++++++----- src/vtefc.h | 2 ++ src/vteft2.c | 5 ++-- src/vtegl.c | 4 ++- src/vteglyph.c | 5 +++- src/vteglyph.h | 1 + src/vtepango.c | 3 ++- src/vtepangox.c | 3 ++- src/vterdb.c | 2 ++ src/vteskel.c | 3 ++- src/vtexft.c | 12 +++++---- 17 files changed, 179 insertions(+), 37 deletions(-) commit d3f6530caea122b7be6823565fa036e6badbfe50 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:12:59 2004 +0000 Added default signal handlers to VteTerminalClass (#137961). [NOTE: ABI * src/vte.h src/vte.c: Added default signal handlers to VteTerminalClass (#137961). [NOTE: ABI change.] * src/vte.c(vte_terminal_configure_toplevel): don't re-invalidate everything, apparently unnecessary (#122243). Might need to back this out if I ever remember what specific combination of software and versions prompted its addition in the first place. * src/vte.c(vte_terminal_class_init): tell gettext that messages retrieved from this domain should be returned in UTF-8 (#139542). ChangeLog | 14 ++++++++- configure.in | 1 + src/vte.c | 93 ++++++++++++++++++++++++++++++++++++++++-------------------- src/vte.h | 41 +++++++++++++++++++++++++++ 4 files changed, 117 insertions(+), 32 deletions(-) commit bb25286687af0061c88ac58f66706a381c5c09a9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 20 05:08:43 2004 +0000 don't disable use of deprecated APIs unless asked to do so. add Meta case * configure.in: don't disable use of deprecated APIs unless asked to do so. * src/keymap.c(_vte_keymap_GDK_space): add Meta case (gafton). * src/vtefc.c(_vte_fc_width_from_pango_stretch): add. * src/vtefc.c(_vte_fc_transcribe_from_pango_font_description): handle PangoStretch characteristics using _vte_fc_width_from_pango_stretch. * src/vteregex.c: add random comments. * src/vte.c(VteTerminal): track the "xn" terminal attribute. ChangeLog | 16 +- Makefile.am | 3 + configure.in | 3 + doc/reference/tmpl/reaper.sgml | 14 +- doc/reference/tmpl/vte.sgml | 420 ++++++++++++++++++++--------------------- src/keymap.c | 3 + src/reflect.c | 18 ++ src/vte.c | 5 + src/vtefc.c | 49 ++++- src/vteregex.c | 13 ++ 10 files changed, 321 insertions(+), 223 deletions(-) commit 76d50af169334060e5f839698c39345c5efba3fa Author: Guntupalli Karunakar <karunakar@src.gnome.org> Date: Sat Apr 10 09:38:27 2004 +0000 added gujarati translation ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 5 +++ po/gu.po | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+), 1 deletion(-) commit 01061a7d846b83ae406e8bdbe93b88e44a451615 Author: Gareth Owen <gowen@src.gnome.org> Date: Sat Mar 20 16:59:57 2004 +0000 Added British translation ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/en_GB.po | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+), 1 deletion(-) commit c6715f04849493c74030b2962b6cc3d11f8a909e Author: Mugurel Tudor <mugurelu@go.ro> Date: Thu Mar 18 21:31:23 2004 +0000 Updated Romanian translation by Misu Moldovan <dumol@go.ro> 2004-03-18 Mugurel Tudor <mugurelu@go.ro> * ro.po: Updated Romanian translation by Misu Moldovan <dumol@go.ro> po/ChangeLog | 5 +++++ po/ro.po | 58 +++++++++++++++++++++++++--------------------------------- 2 files changed, 30 insertions(+), 33 deletions(-) commit 00fc9d68adc68204c5b4a8ffafcfec409500171f Author: Nikos Charonitakis <frolix68@src.gnome.org> Date: Sun Mar 14 23:42:56 2004 +0000 Updated Greek translation po/ChangeLog | 4 +++ po/el.po | 82 +++++++++++++++++++----------------------------------------- 2 files changed, 30 insertions(+), 56 deletions(-) commit bdc3d3de104a426e01b7e74e03388629d3c4099c Author: Alexander Winston <alexander.winston@comcast.net> Date: Wed Mar 10 22:12:38 2004 +0000 Added en_CA to ALL_LINGUAS. 2004-03-10 Alexander Winston <alexander.winston@comcast.net> * configure.in: Added en_CA to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit f59d9d6b1ea0ced7d1d434e0a24dabcbabc12f4f Author: Yuri Syrota <rasta@src.gnome.org> Date: Wed Mar 10 15:44:20 2004 +0000 Updated Ukrainian translation po/ChangeLog | 4 ++++ po/uk.po | 39 ++++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 19 deletions(-) commit f7294335cb044224853e1cc5a8caa1f7afeaf26f Author: Alexander Winston <alexander.winston@comcast.net> Date: Wed Mar 10 04:01:12 2004 +0000 Added Canadian English translation at "19 translated messages" status. 2004-03-09 Alexander Winston <alexander.winston@comcast.net> * en_CA.po: Added Canadian English translation at "19 translated messages" status. po/ChangeLog | 5 +++ po/en_CA.po | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) commit 5413cc6645c64153fdfbe2f2e3342276fac7a741 Author: MÉ™tin Æmirov <metin@karegen.com> Date: Sat Mar 6 20:42:09 2004 +0000 Translation updated. 2004-03-06 MÉ™tin Æmirov <metin@karegen.com> * az.po: Translation updated. po/ChangeLog | 4 ++++ po/az.po | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) commit ff4fbe8701473e0a1f041875c6de4bab32b085a4 Author: Guntupalli Karunakar <karunakar@src.gnome.org> Date: Thu Mar 4 09:41:53 2004 +0000 Added Punjabi translation ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 5 +++ po/pa.po | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 1 deletion(-) commit f97dca76f2d3709aa19994dab379042a3e210c79 Author: Görkem Çetin <gorkem@src.gnome.org> Date: Mon Mar 1 05:04:40 2004 +0000 CVS_SILENT po/tr.po | 73 ++++++++++++++++++++++------------------------------------------ 1 file changed, 25 insertions(+), 48 deletions(-) commit 9d5550277d2fdf8fd0b7cdb9d06df70713da8206 Author: Laurent Dhima <laurenti@src.gnome.org> Date: Mon Feb 23 09:42:38 2004 +0000 Revised Albanian translation * sq.po: Revised Albanian translation po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit f82631a02f02a3b556bd2d6d9bd8ee6579c92f2f Author: Laurent Dhima <laurenti@src.gnome.org> Date: Mon Feb 23 09:40:40 2004 +0000 Korrigjime po/sq.po | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) commit e294a40d174c07ba5a5d0e6eaef634786a7f9079 Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Mon Feb 23 00:46:19 2004 +0000 Fix kn.po header po/ChangeLog | 6 +++++- po/kn.po | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) commit 85140f1282385dc155b978f4c49f498d05b75d74 Author: Denis Lackovic <delacko@src.gnome.org> Date: Sat Feb 7 21:41:35 2004 +0000 *** empty log message *** ChangeLog | 4 ++++ configure.in | 2 +- po/ChangeLog | 4 ++++ po/hr.po | 8 ++++---- 4 files changed, 13 insertions(+), 5 deletions(-) commit 779ee126f4f768f1cc6435fc476b87f48430cdd9 Author: Martin Kretzschmar <mkretzschmar@src.gnome.org> Date: Mon Feb 2 20:41:33 2004 +0000 use gtk-doc in xml-mode. * docs/reference/Makefile.am: use gtk-doc in xml-mode. * docs/reference/vte-docs.sgml: sgml->xml, update to DocBook XML 4.1.2 DTD (fixes Bug #132945) ChangeLog | 7 +++++++ doc/reference/Makefile.am | 8 ++++---- doc/reference/vte-docs.sgml | 25 ++++++++++++++----------- 3 files changed, 25 insertions(+), 15 deletions(-) commit e0fe18764a7ee603ff99dbf5fea0255dc8af652e Author: Laurent Dhima <laurenti@src.gnome.org> Date: Mon Feb 2 15:04:46 2004 +0000 Updated Albanian translation * sq.po: Updated Albanian translation po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 0c31cf5c2a5877ab4cf696c4c4a2edfa400e073c Author: Laurent Dhima <laurenti@src.gnome.org> Date: Mon Feb 2 15:03:30 2004 +0000 Updated po/sq.po | 53 +++++++++++------------------------------------------ 1 file changed, 11 insertions(+), 42 deletions(-) commit fa623bb77d42e806a0e74f5b732263df9337cc29 Author: Alastair McKinstry <alastairmck@src.gnome.org> Date: Mon Feb 2 10:10:27 2004 +0000 Added Irish translation ChangeLog | 5 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/ga.po | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 1 deletion(-) commit 0771398195dddf5aba89477cb30ef5f76bdfeb7b Author: MÉ™tin Æmirov <metin@karegen.com> Date: Sat Jan 31 19:16:14 2004 +0000 Translation updated. 2004-01-31 MÉ™tin Æmirov <metin@karegen.com> * az.po: Translation updated. po/ChangeLog | 4 ++++ po/az.po | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 16 deletions(-) commit 3655aad027b04b16acee664ef5c629f4b07bad91 Author: Miloslav Trmac <mitr@src.gnome.org> Date: Wed Jan 28 11:41:41 2004 +0000 Fixed Czech translation po/ChangeLog | 4 ++++ po/cs.po | 46 ++++++++++++++++++++++++---------------------- 2 files changed, 28 insertions(+), 22 deletions(-) commit 052419a211095720e46f4697c3efaec745ef1b82 Author: Ã…smund Skjæveland <aasmunds@fys.uio.no> Date: Tue Jan 27 09:24:33 2004 +0000 Added 'nn' to ALL_LINGUAS Added Norwegian Nynorsk translation. 2004-01-27 Ã…smund Skjæveland <aasmunds@fys.uio.no> * configure.in: Added 'nn' to ALL_LINGUAS * po/nn.po: Added Norwegian Nynorsk translation. ChangeLog | 9 +++-- configure.in | 2 +- po/ChangeLog | 8 +++-- po/nn.po | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 129 insertions(+), 5 deletions(-) commit 067189059bfea170068cfa0c291fdfe89e6cd595 Author: Roozbeh Pournader <roozbeh@sharif.edu> Date: Sat Jan 3 16:39:30 2004 +0000 Updated Persian translation. 2004-01-03 Roozbeh Pournader <roozbeh@sharif.edu> * fa.po: Updated Persian translation. po/ChangeLog | 4 ++++ po/fa.po | 50 +++++++++++++++++++++++++------------------------- 2 files changed, 29 insertions(+), 25 deletions(-) commit 1b5b3fa53d3699dc00b2a942c083b3f6c8d4c04c Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Fri Jan 2 22:57:18 2004 +0000 Revised Portuguese translation. 2004-01-02 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Revised Portuguese translation. po/ChangeLog | 4 +++ po/pt.po | 89 ++++++++++++++++++++---------------------------------------- 2 files changed, 33 insertions(+), 60 deletions(-) commit c75c923b42e7bcb0df95ffd9ffa6dd43c3015426 Author: Görkem Çetin <gorkem@src.gnome.org> Date: Sun Dec 28 21:05:40 2003 +0000 CVS_SILENT po/tr.po | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) commit cb4431ef509871590b0f9fca9ea3ce60ef708b16 Author: Arafat Medini <lumina@silverpen.de> Date: Sat Dec 20 15:53:27 2003 +0000 Added Arabic translation 2003-12-20 Arafat Medini <lumina@silverpen.de> * ar.po: Added Arabic translation ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 4 +++ po/ar.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 125 insertions(+), 1 deletion(-) commit 580046c70f07b977ebf5aea26360434cc9feae73 Author: Tõivo Leedjärv <toivo@linux.ee> Date: Wed Dec 10 21:40:07 2003 +0000 Added et to ALL_LINGUAS. 2003-12-10 Tõivo Leedjärv <toivo@linux.ee> * configure.in: Added et to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit e6671b0e4f3f037bf207be019f52d4cde032f259 Author: Tõivo Leedjärv <toivo@linux.ee> Date: Wed Dec 10 21:39:25 2003 +0000 Added Estonian translation by Allan Sims <allsi@eau.ee>. 2003-12-10 Tõivo Leedjärv <toivo@linux.ee> * et.po: Added Estonian translation by Allan Sims <allsi@eau.ee>. po/ChangeLog | 5 +++ po/et.po | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) commit 2660fc0592cbde61a52558f5d2f883f90a0eff7e Author: Iñaki Larrañaga <dooteo@euskalgnu.org> Date: Sat Dec 6 12:22:42 2003 +0000 Added "eu" (Basque) to ALL_LINGUAS. 2003-12-06 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 08aac74397faf9d0f7f1a6082b99baf0970c4585 Author: Iñaki Larrañaga <dooteo@euskalgnu.org> Date: Sat Dec 6 12:19:29 2003 +0000 Added Basque (eu) translation by Alberto Fernandez <afernn@euskalnet.net>. 2003-12-06 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Added Basque (eu) translation by Alberto Fernandez <afernn@euskalnet.net>. po/ChangeLog | 5 +++ po/eu.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) commit 975b0852249604153eb2922a2ffdb61250f8f327 Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Tue Nov 18 04:57:27 2003 +0000 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. po/ChangeLog | 5 ++ po/ru.po | 159 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 95 insertions(+), 69 deletions(-) commit 4368ab204d5870fd30cb5b8af9c47f68243a0280 Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Fri Nov 14 05:56:44 2003 +0000 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. po/ChangeLog | 5 ++ po/ru.po | 151 +++++++++++++++++++++++++---------------------------------- 2 files changed, 70 insertions(+), 86 deletions(-) commit f6577c41d7f2a0e44efff8e88cca3c558c5c18bb Author: Denis Lackovic <delacko@src.gnome.org> Date: Mon Nov 10 16:04:34 2003 +0000 croatian translations updated po/hr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 93dbe845c3d5075255a7f1959f2df1fd389f40d7 Author: Denis Lackovic <delacko@src.gnome.org> Date: Fri Nov 7 18:21:52 2003 +0000 croatian translations added po/hr.po | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) commit a9fc418979a75179b20e622232e684e616a5df05 Author: Yogeesh MB <yogeeshmb@src.gnome.org> Date: Fri Oct 17 07:15:35 2003 +0000 Added Kannada translations po/ChangeLog | 4 +++ po/kn.po | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) commit 2d825d132ed09cc298bc09f553ef6915fe12734d Author: Christian Rose <menthos@menthos.com> Date: Tue Oct 14 10:46:15 2003 +0000 Added "ne" to ALL_LINGUAS. Added Nepali translation by Pawan Chitrakar 2003-10-14 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. * po/ne.po: Added Nepali translation by Pawan Chitrakar <pawan@nplinux.org>. ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 5 +++ po/ne.po | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 118 insertions(+), 1 deletion(-) commit ae74f4da61fc65a80842df7539ae6120a3d03d29 Author: Žygimantas BeruÄka <uid0@tuxfamily.org> Date: Tue Oct 7 13:02:06 2003 +0000 Added "lt" to ALL_LINGUAS. Added Lithuanian translation by Tomas Kuliavas. 2003-10-07 Žygimantas BeruÄka <uid0@tuxfamily.org> * configure.in: Added "lt" to ALL_LINGUAS. * po/lt.po: Added Lithuanian translation by Tomas Kuliavas. ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 5 +++ po/lt.po | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 125 insertions(+), 1 deletion(-) commit 8c91a8260dacec3774c778bf784abc13fea8112e Author: Laurent Dhima <laurenti@src.gnome.org> Date: Fri Sep 26 21:57:17 2003 +0000 Updated Albanian translation * sq.po: Updated Albanian translation po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 6ebe67e37c3bc9d475b36334fb767cdc499acbd0 Author: Laurent Dhima <laurenti@src.gnome.org> Date: Fri Sep 26 21:55:22 2003 +0000 Updated po/sq.po | 83 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 44 insertions(+), 39 deletions(-) commit 64bf8531461a2da80a9cf0be02bb7659b6236e90 Author: Andras Timar <timar@gnome.hu> Date: Fri Sep 26 08:46:50 2003 +0000 Added Hungarian translation. 2003-09-25 Andras Timar <timar@gnome.hu> * hu.po: Added Hungarian translation. po/ChangeLog | 4 +++ po/hu.po | 88 +++++++++++++++++++----------------------------------------- 2 files changed, 31 insertions(+), 61 deletions(-) commit 776726695a1ebb5c32ad529278fa9540e2a5887d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Sep 15 18:57:33 2003 +0000 add options for exercising the cursor and highlight colors. flush output * src/vteapp.c: add options for exercising the cursor and highlight colors. * src/debug.c: flush output streams when we check if debugging is enabled, because we'll probably output a string next. * src/iso2022.c: don't print a zero-length string. Yay compiler warnings. * src/interpret.c: use g_print() instead of fprintf() to print. * src/keymap.c,src/ssfe.c: include <stdarg.h>, hopefully fixing bug #121880 (or not). ChangeLog | 11 +++++++++++ doc/readme.txt | 2 ++ src/debug.c | 6 +++++- src/interpret.c | 28 ++++++++++++++-------------- src/iso2022.c | 3 --- src/keymap.c | 1 + src/ssfe.c | 2 ++ src/vteapp.c | 27 +++++++++++++++++++++++---- 8 files changed, 58 insertions(+), 22 deletions(-) commit 47c5f6d0a8ffa93263ac62c707de265ef7e2cbea Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Sep 15 18:52:24 2003 +0000 add specs for set_color_cursor and set_color_highlight. * python/vte.defs: add specs for set_color_cursor and set_color_highlight. ChangeLog | 4 ++++ python/vte.defs | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) commit 2227ee86b3257a05c3cc331f1e756abc84fcb721 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Sep 15 18:51:29 2003 +0000 add vte_terminal_set_color_cursor. add vte_terminal_set_color_highlight * src/vte.h,src/vte.c: add vte_terminal_set_color_cursor. * src/vte.h,src/vte.c: add vte_terminal_set_color_highlight (#69776). * src/vte.c(vte_terminal_determine_colors): add parameters for specifying if the cell being rendered is the cursor or is highlighted, probably for being selected. If either flag is set, and we've been given a color to use for the purpose by a caller, use the supplied color, else use inverse colors. ChangeLog | 9 +++++ src/vte.c | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- src/vte.h | 4 ++ 3 files changed, 124 insertions(+), 14 deletions(-) commit ac5d608cdbe0da02d42d65cfeec538681cdedca7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Sep 15 14:10:48 2003 +0000 don't reset the conversion state when we hit an end-of-line. I wasn't * src/iso2022.c(process_control): don't reset the conversion state when we hit an end-of-line. I wasn't reading RFC1468 closely enough, as it states that each line begins in the same encoding as the end of the previous line, and read "application should reset before end-of-line" as "terminal resets at end-of-line" (bug #122156). ChangeLog | 7 +++++++ src/iso2022.c | 33 +++++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 6 deletions(-) commit 7fab81108d2af2a6f204464211148820253d1969 Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org> Date: Sat Sep 13 14:42:37 2003 +0000 update vte.vi po/vi.po | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) commit 3f890cec536d2b2ca8c383531ee16f9ae29ca3e7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 11 20:48:38 2003 +0000 silence a compiler warning. * src/vteapp.c: silence a compiler warning. ChangeLog | 3 +++ src/vteapp.c | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit c52b22bd193f2372081690339171bf34903f9b0a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 11 20:45:04 2003 +0000 ask for LC_* in addition to LANG if weird spacing errors crop up. add * README: ask for LC_* in addition to LANG if weird spacing errors crop up. * src/vteconv.c,src/vteconv.h: add wrappers for _vte_conv which weed out some compiler warnings. * src/iso2022.c: use _vte_conv_cu instead of _vte_conv. * src/trie.c: use _vte_conv_cu instead of _vte_conv. * src/vte.c: give _vte_terminal_fudge_pango_colors a return type again. * src/vtebg.c: ifdef out vte_bg_source_name, which is unused. * src/vtebg.c,src/vterdb.c: wrap calls to gdk_property_get to weed out some compiler warnings. ChangeLog | 12 ++++++++++++ README | 2 +- src/iso2022.c | 6 +++--- src/trie.c | 2 +- src/vte.c | 1 + src/vtebg.c | 27 +++++++++++++++++---------- src/vteconv.c | 30 ++++++++++++++++++++++++++++++ src/vteconv.h | 9 +++++++++ src/vterdb.c | 18 +++++++++++++++--- 9 files changed, 89 insertions(+), 18 deletions(-) commit 47cdbfa5cc03903bb2a3ce43a258c577a0103192 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 11 19:22:29 2003 +0000 properly resolve colors and cell properties to drawing colors. add a * src/vte.c(vte_terminal_draw_cells_with_attributes): properly resolve colors and cell properties to drawing colors. * src/vte.c(_vte_terminal_fudge_pango_colors): add a function for mapping GTK+ white-on-black preedit text to default reverse-colored text for the terminal. * src/vte.c(_vte_terminal_translate_pango_cells): don't bother doing anything with the attribute for a range if the list is NULL. Fudge white-on-black text to default colors in reverse so that it works when the terminal is in a black-on-white color scheme. ChangeLog | 11 ++++++++ src/vte.c | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 84 insertions(+), 13 deletions(-) commit f92917c8b4c52fb371335f2c66e25819ac231b69 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 11 18:22:06 2003 +0000 map weight attributes to the terminal's bold attribute. * src/vte.c(_vte_terminal_apply_pango_attr): map weight attributes to the terminal's bold attribute. ChangeLog | 4 ++++ src/vte.c | 9 +++++++++ 2 files changed, 13 insertions(+) commit c9a838b195eac58b11db84d77cdcd321daf8ebf8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 11 16:45:51 2003 +0000 add. don't discard the attributes list for the preedit string -- save * src/vte.c(_vte_terminal_map_pango_color): add. * src/vte.c(vte_terminal_im_preedit_changed): don't discard the attributes list for the preedit string -- save them. * src/vte.c(vte_terminal_draw_cells_with_attributes): add. * src/vte.c(vte_terminal_paint): use draw_cells_with_attributes to use the preedit attributes list when drawing the preedit string. This changes the way the preedit string is presented to the user, but it now looks [more] like GTK+ suggests it should look, so it should be a good change. ChangeLog | 11 ++++ src/vte.c | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 213 insertions(+), 14 deletions(-) commit 1b843342150f65a772a09c821411516d06516e3d Author: Pablo Saratxaga <pablo@src.gnome.org> Date: Wed Sep 10 20:10:44 2003 +0000 enabled header po/ru.po | 1 - 1 file changed, 1 deletion(-) commit a68abf5b87551d60e1c50bd045fbca482320e226 Author: Pablo Saratxaga <pablo@src.gnome.org> Date: Wed Sep 10 20:10:06 2003 +0000 updated Vietnamese file po/ChangeLog | 4 ++++ po/vi.po | 54 +++++++++++++++++++++++++++--------------------------- 2 files changed, 31 insertions(+), 27 deletions(-) commit b827b2d0278208d17bfb2659a228345ee561bd26 Author: Mugurel Tudor <mugurelu@src.gnome.org> Date: Tue Sep 2 20:59:25 2003 +0000 *** empty log message *** po/ChangeLog | 5 ++++ po/ro.po | 88 +++++++++++++++++++++++------------------------------------- 2 files changed, 38 insertions(+), 55 deletions(-) commit 84be499c9d9b55dd11449d4935fece47b3b39024 Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com> Date: Thu Aug 28 14:30:02 2003 +0000 Revision of Spanish translation by Francisco Javier F. Serrador 2003-08-28 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Revision of Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>. po/ChangeLog | 5 +++++ po/es.po | 45 +++++++++++++++++++++++---------------------- 2 files changed, 28 insertions(+), 22 deletions(-) commit 1a6e7cfac60c34e07d36ce8fe7ee9872b908ad91 Author: Sanlig Badral <badaa@src.gnome.org> Date: Sun Aug 24 00:09:48 2003 +0000 Updated mn translation. po/ChangeLog | 4 ++++ po/mn.po | 69 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 40 insertions(+), 33 deletions(-) commit ec892f3bdcabf5255b1915458a535a4a9be8525c Author: Changwoo Ryu <cwryu@src.gnome.org> Date: Sat Aug 23 18:41:17 2003 +0000 Updated Korean translation. * ko.po: Updated Korean translation. po/ChangeLog | 4 ++++ po/ko.po | 56 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 32 insertions(+), 28 deletions(-) commit 4030755b729edf86e657efc9c2104a7d81526ada Author: Andraz Tori <minmax@src.gnome.org> Date: Sat Aug 23 17:32:37 2003 +0000 Updated Slovenian translation po/sl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 42f01163d77ee0b58bf149b7d67a73a78bdde02d Author: Andraz Tori <minmax@src.gnome.org> Date: Sat Aug 23 17:16:08 2003 +0000 Updated Slovenian translation po/sl.po | 68 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) commit 674dc22dddcc40a54ce0d3a97b6e2f95e092fb07 Author: Stano Visnovsky <stano@src.gnome.org> Date: Fri Aug 22 06:21:46 2003 +0000 Also update the translation :-(( po/sk.po | 99 +++++++++++++++++++++++----------------------------------------- 1 file changed, 36 insertions(+), 63 deletions(-) commit a3d3b89b1817b8827ed86ac9bd78d8adbd2a7bf7 Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> Date: Fri Aug 22 06:21:10 2003 +0000 Update Slovak translation. 2003-08-22 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Update Slovak translation. po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 71577720aff198343cc94797f7c636cea623bf3e Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Aug 20 13:34:15 2003 +0000 Update Norwegian translation. 2003-08-20 Kjartan Maraas <kmaraas@gnome.org> * no.po: Update Norwegian translation. po/ChangeLog | 4 +++ po/no.po | 83 ++++++++++++++++++++---------------------------------------- 2 files changed, 31 insertions(+), 56 deletions(-) commit 7d2f8c81aeacf58edb470253001b046808f79de9 Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Mon Aug 18 16:49:54 2003 +0000 Updated traditional Chinese translation. * zh_TW.po: Updated traditional Chinese translation. po/ChangeLog | 4 ++++ po/zh_TW.po | 49 +++++++++++++++++++++++++------------------------ 2 files changed, 29 insertions(+), 24 deletions(-) commit 1c940776305e11747ebe5052652b6296b6e3e076 Author: Metin Amiroff <metin@karegen.com> Date: Mon Aug 18 10:57:12 2003 +0000 Updated Azerbaijani translation. 2003-08-18 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation. po/ChangeLog | 4 ++++ po/az.po | 46 +++++++++++++++++++++------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) commit 2b77e416c12119396be80d01d1f25932bf57ac4e Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br> Date: Sun Aug 17 03:47:44 2003 +0000 Updated Brazilian Portuguese translation. 2003-08-17 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation. po/ChangeLog | 4 ++++ po/pt_BR.po | 70 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 39 insertions(+), 35 deletions(-) commit 3df7fa7f219d8dcad5a89f573ece5ea59a832182 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 05:50:15 2003 +0000 add sequences for linux-console-cursor-attributes, which we'll ignore (bug * src/caps.c: add sequences for linux-console-cursor-attributes, which we'll ignore (bug #108232). ChangeLog | 4 ++++ src/caps.c | 2 ++ src/vte.c | 1 + 3 files changed, 7 insertions(+) commit 54a1c9d3e0b13f9d110280e25b33536331661fe5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 05:05:21 2003 +0000 if we don't find the python headers (even if we found python), disable * configure.in: if we don't find the python headers (even if we found python), disable compilation of python bindings (bug #116756). Make the checks for python support sequential for easier maintenance. * python/vte.defs: add def for vte_terminal_match_set_cursor_type. Make the color argument to vte_terminal_set_background_tint_color const. * python/vte.override(_wrap_vte_terminal_forkpty): add. * python/vte.override(_wrap_vte_terminal_fork_command): don't leak envv. ChangeLog | 9 ++++++++ configure.in | 59 +++++++++++++++++++++++++++++++---------------------- python/vte.defs | 25 ++++++++++++++++++++++- python/vte.override | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 25 deletions(-) commit 23eec8755cab0e9c9c64c9fd4b89889b9f6e0be1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 04:20:18 2003 +0000 doc update to note that directory and envv can be NULL for both. * src/vte.c(vte_terminal_fork_command,vte_terminal_forkpty): doc update to note that directory and envv can be NULL for both. ChangeLog | 4 ++++ src/vte.c | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) commit 53e026ce9cf40ca2ce3c265e20c58be58e97bef7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 04:16:58 2003 +0000 if -S is passed, use forkpty to start a child that just counts until * src/vteapp.c(main): if -S is passed, use forkpty to start a child that just counts until killed with Ctrl-C. ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit bfabf9b46cd6739d974a0ce727278951f1fedbc7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 04:15:26 2003 +0000 exit on any error, to avoid leaving random unreaped children running. * src/pty.c(_vte_pty_run_on_pty): exit on any error, to avoid leaving random unreaped children running. Accept NULL command indicating that no exec() should occur, but still error out if command isn't NULL and exec() fails. * src/pty.c(_vte_pty_fork_on_pty_name,_vte_pty_fork_on_pty_fd): store 0 as the new child's PID if we're the child. * src/pty.c(main): don't run "tty" by default, test the forkpty() case instead. * src/vte.c(vte_terminal_fork_command): rename to _vte_terminal_fork_basic. Remove code to replace NULL command with the user's shell. * src/vte.c(vte_terminal_fork_command): new (sort of)! wrap _vte_terminal_fork_basic, replacing a NULL command with the user's shell. * src/vte.c(vte_terminal_forkpty),src/vte.h: new! wrap _vte_terminal_fork_basic, passing NULL for the command and argv arguments (bug #116450). * src/Makefile.am: update shared library version. * doc/reference/vte-sections.txt: add vte_terminal_forkpty. ChangeLog | 21 ++++ doc/reference/tmpl/vte.sgml | 14 +++ doc/reference/vte-sections.txt | 1 + src/Makefile.am | 10 +- src/pty.c | 222 +++++++++++++++++++++++++---------------- src/vte.c | 151 +++++++++++++++++++--------- src/vte.h | 7 ++ src/vteapp.c | 72 ++++++++++--- 8 files changed, 345 insertions(+), 153 deletions(-) commit 99444442a83f4422ccad6d626d8983cf9667823c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 04:06:39 2003 +0000 if <ft2build.h> isn't found, then we can't use any freetype-specific bits, * configure.in: if <ft2build.h> isn't found, then we can't use any freetype-specific bits, and that's not useful. Error out, and say that we need freetype 2.0.2 or newer, which introduced this header into the procedure (bug #116341). ChangeLog | 6 ++++++ configure.in | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit ed3e478cd5d03e9c4abd514e6f8d5228f1cebe62 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 02:07:04 2003 +0000 don't create an accessible peer at init() time in debug mode. add a field * src/vte.c: don't create an accessible peer at init() time in debug mode. * gnome-pty-helper/gnome-pty-helper.c(struct pty_info): add a field to keep track of whether or not we created a lastlog record (bug #116091). * gnome-pty-helper/gnome-pty-helper.c(shutdown_pty): also try to write a logout record if pi->lastlog is true, because in doing so we free pi->data, closing a leak (bug #116091). ChangeLog | 9 +++++++++ gnome-pty-helper/gnome-pty-helper.c | 9 +++++---- src/vte.c | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) commit b9cb58a14dd7a0ead9635174db49c53e73233390 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 01:34:55 2003 +0000 don't add the padding in when calculating the new window size. * src/vteapp.c(resize_window): don't add the padding in when calculating the new window size. ChangeLog | 4 ++++ src/vteapp.c | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit 6ab10dbe84b5b6ad57ed0fdfdde701a087b1ce9d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 01:28:36 2003 +0000 note that dimensions passed in with the resize-window signal include * doc/reference/tmpl/vte.sgml: note that dimensions passed in with the resize-window signal include padding (more of bug #119141). ChangeLog | 4 ++++ doc/reference/tmpl/vte.sgml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 21d67c812337f527de39265ce6f50b3eb92415a5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 13 01:22:26 2003 +0000 remove redundant type checks. return a boolean indicating whether or not * src/vte.c(vte_sequence_handler_character_attributes, vte_sequence_handler_decset_internal): remove redundant type checks. * src/vte.c(all signal handlers): return a boolean indicating whether or not to exit the processing loop instance early to allow the application to deal with some input (usually along the lines of a signal requesting that the terminal be resized) (bug #118938). ChangeLog | 10 +- src/vte.c | 756 +++++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 460 insertions(+), 306 deletions(-) commit 6b1e929885a8ce5d07207a4e5dacb76fe14646ec Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 12 22:10:04 2003 +0000 reorder arguments to match the order for the C versions (#118882). fix * python/vte.override(get_text,get_text_range): reorder arguments to match the order for the C versions (#118882). * python/vte.override(get_text,get_text_range,call_callback): fix refcounting and callback argument marshalling (bug #118882). * python/vte-demo.py: exercies get_text() on "window-raise" signals. ChangeLog | 7 +++ python/vte-demo.py | 12 ++++ python/vte.override | 177 +++++++++++++++++++++++++++------------------------- 3 files changed, 111 insertions(+), 85 deletions(-) commit 56a84e5e113ac16c28c79d762d01e2bf0c15da42 Author: Padraig O'Briain <padraig.obriain@sun.com> Date: Tue Aug 12 13:17:33 2003 +0000 New function containing initialization code previously in 2003-08-12 Padraig O'Briain <padraig.obriain@sun.com> * src/vteaccess.c: (vte_terminal_initialize): New function containing initialization code previously in vte_terminal_accessible_new. Also set role in this function. (vte_terminal_accessible_class_init): Specify function pointer for vte_terminal_initialize. (vte_terminal_accessible_get_type): Do not set instance data size or GInstanceInitFunc. Remove vte_terminal_accessible_init. This fixes bug #119694. ChangeLog | 13 ++++++++ src/vteaccess.c | 100 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 65 insertions(+), 48 deletions(-) commit d574a21aae2d1201772394d8900083f1517dec1f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 11 19:35:03 2003 +0000 add binding for get_padding() (bug #118834). * python/vte.override: add binding for get_padding() (bug #118834). ChangeLog | 3 +++ python/vte.override | 15 +++++++++++++++ 2 files changed, 18 insertions(+) commit f66cbcac552c13cc87c0275c833dd7b0514a22b4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 11 19:31:06 2003 +0000 add binding for get_cursor_position() (bug #118800). * python/vte.override: add binding for get_cursor_position() (bug #118800). ChangeLog | 4 ++++ python/vte.override | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) commit 12d3080b535d3cac358f10f6eeed222b547a28e1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 11 19:27:42 2003 +0000 give length parameters for feed() and feed_child() default values of -1 * python/vte.defs: give length parameters for feed() and feed_child() default values of -1 (bug #118711). * python/vte.override: use the length parameter if it's supplied to the feed() and feed_child() methods. ChangeLog | 6 ++++++ python/vte.defs | 4 ++-- python/vte.override | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) commit 4fda439d4cae15a883225f48e42f8d94e6583b85 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 11 19:19:22 2003 +0000 add overrides for feed() and feed_child() methods which use the length of * python/vte.override: add overrides for feed() and feed_child() methods which use the length of the string as given in C, to hopefully allow passing NUL bytes around as part of strings (bug #118711). Make the length parameter optional, and ignored, to try to avoid breaking existing Python code in an obvious way. ChangeLog | 7 +++++++ python/vte.override | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) commit 6673b67fda3b1974cdab4a369dc7d866b34104c4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 11 18:55:29 2003 +0000 drop an unnecessary cast-and-check, which we don't need because we have no * src/vte.c(vte_terminal_start_selection,vte_terminal_extend_selection): drop an unnecessary cast-and-check, which we don't need because we have no use for the GtkWidget pointer to the terminal. Fix initial shift-click (bug #118106). ChangeLog | 6 ++++++ src/vte.c | 58 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 43 insertions(+), 21 deletions(-) commit ec49da165a83192a802a88ec111a72283cc688a1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 11 16:17:35 2003 +0000 error out if we don't find ncurses, curses, or libtermcap development * configure.in: error out if we don't find ncurses, curses, or libtermcap development headers (bug #117754). ChangeLog | 4 ++++ configure.in | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) commit 583c3fa685a4210621973f9718ac2c715abf3807 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 11 16:06:49 2003 +0000 export WANT_AUTOCONF_2_5 for the sake of Mandrake autoconf wrapper (bug * autogen.sh: export WANT_AUTOCONF_2_5 for the sake of Mandrake autoconf wrapper (bug #119066). ChangeLog | 4 ++++ autogen.sh | 3 +++ 2 files changed, 7 insertions(+) commit 3cb9fd6106fc89f14c0c192c4fdf89c2a55d55ee Author: Wang Jian <lark@src.gnome.org> Date: Sat Aug 9 10:39:05 2003 +0000 *** empty log message *** po/ChangeLog | 5 ++++ po/zh_CN.po | 82 +++++++++++++++++++++--------------------------------------- 2 files changed, 34 insertions(+), 53 deletions(-) commit 574fb4d3c4b0c8caed6c2e00f038be5e1eeb58b7 Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Thu Aug 7 04:30:41 2003 +0000 be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>. po/ChangeLog | 5 +++++ po/be.po | 54 ++++++++++++++++++++++++++++++------------------------ 2 files changed, 35 insertions(+), 24 deletions(-) commit 88392e65f196fdd6305838e6d0a689dce3f18f85 Author: Yuri Syrota <rasta@src.gnome.org> Date: Wed Aug 6 09:52:21 2003 +0000 Updated Ukrainian translations po/uk.po | 81 +++++++++++++++++++--------------------------------------------- 1 file changed, 24 insertions(+), 57 deletions(-) commit aefd7108001b6bcbb37376a1b3a6037b4c8b5083 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 5 05:05:37 2003 +0000 include the widget's padding widths in resize requests (bug #119141). * vte.c(vte_sequence_handler_decset_internal, vte_sequence_handler_window_manipulation): include the widget's padding widths in resize requests (bug #119141). ChangeLog | 5 +++++ src/vte.c | 24 ++++++++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) commit ac280b16e78961a71cfeb56dc2d25ea0b2b49166 Author: Sajith VK <sajith_vk@src.gnome.org> Date: Sat Aug 2 13:08:05 2003 +0000 The mass commit, to synchronise SMC and Gnome CVS po/ml.po | 2 -- 1 file changed, 2 deletions(-) commit 83476088a2573f1e23e12fb21b9c9234c970ba64 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jul 30 21:43:42 2003 +0000 check for autoconf-2.51, autoconf-2.50, autoconf-2.5 when looking for * autogen.sh: check for autoconf-2.51, autoconf-2.50, autoconf-2.5 when looking for autoconf 2.5x (bug #118627). ChangeLog | 6 +++++- autogen.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) commit 32ba49340ecfb1d6dda4e4d0147e9fdee9cc9114 Author: Sajith VK <sajith_vk@src.gnome.org> Date: Sun Jul 27 12:57:11 2003 +0000 ok po/ml.po | 79 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 39 insertions(+), 40 deletions(-) commit 787a8eb6ac714be94becc54a34ae654579987a2d Author: Hasbullah Bin Pit <sebol@ikhlas.com> Date: Wed Jul 23 13:11:48 2003 +0000 Updated Malay translation. 2003-07-22 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation. po/ChangeLog | 4 ++++ po/ms.po | 71 +++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 48 insertions(+), 27 deletions(-) commit e82a392d075a35581fddf24dbc2f0a32714bdd39 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jul 21 15:09:11 2003 +0000 define _XOPEN_SOURCE_EXTENDED, _XOPEN_SOURCE, and __EXTENSIONS__ for * gnome-pty-helper/configure.in: define _XOPEN_SOURCE_EXTENDED, _XOPEN_SOURCE, and __EXTENSIONS__ for Solaris, as we do in the top-level configure (bug #117636). ChangeLog | 5 +++++ gnome-pty-helper/configure.in | 15 +++++++++++++++ 2 files changed, 20 insertions(+) commit 5123fa850ba5db256540a6d03880854a85028ed2 Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> Date: Sun Jul 20 13:38:10 2003 +0000 Dutch translation updated by Tino Meinen. 2003-07-20 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 64 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 36 insertions(+), 32 deletions(-) commit f3342f25b3f400513d220bc039c34ccae7d77a8f Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Sun Jul 20 01:40:56 2003 +0000 Mark wrong entry as fuzzy (msgfmt check failed). * li.po: Mark wrong entry as fuzzy (msgfmt check failed). po/ChangeLog | 4 ++++ po/li.po | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 5019e03463768e0c35c7fd569f12b12f4f0d71c1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jul 16 23:03:52 2003 +0000 check for grantpt in libc and then in libpt. Check for openpty in libc * gnome-pty-helper/configure.in: check for grantpt in libc and then in libpt. Check for openpty in libc before checking libutil. Check for sendmsg in libc before checking libsocket (with libnsl) (#117636). ChangeLog | 5 +++++ gnome-pty-helper/configure.in | 13 +++---------- 2 files changed, 8 insertions(+), 10 deletions(-) commit 4b278c39b0b1e46bc6fa2b36f185736036b674a4 Author: Kostas Papadimas <pkst@src.gnome.org> Date: Tue Jul 15 15:08:11 2003 +0000 Updated the Greek translation po/ChangeLog | 4 ++++ po/el.po | 65 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 38 insertions(+), 31 deletions(-) commit 5ff9ecb6f89cd8a546c3fa3aa00d649d15002555 Author: Metin Amiroff <metin@karegen.com> Date: Sun Jul 13 08:51:41 2003 +0000 Updated Azerbaijani translation. 2003-07-13 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation. po/ChangeLog | 4 +++ po/az.po | 102 +++++++++++++++++++++++------------------------------------ 2 files changed, 44 insertions(+), 62 deletions(-) commit b68715f2751b5d3e9ad54a97ad6664835393e85f Author: Pablo Saratxaga <pablo@src.gnome.org> Date: Fri Jul 11 08:31:33 2003 +0000 Added Walloon file ChangeLog | 3 ++ configure.in | 2 +- po/ChangeLog | 4 +++ po/wa.po | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+), 1 deletion(-) commit 557b9a060ddf6e3c689605949e59a079ee8fb3e3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jul 10 20:38:11 2003 +0000 - hmm, need to add these src/vteregex.c | 261 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteregex.h | 40 +++++++++ 2 files changed, 301 insertions(+) commit 0cf9f86796f99e7f9ca6b56ecaea38e99e0204d6 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jul 10 20:32:07 2003 +0000 add. use interfaces from vteregex for doing dingus matching. * src/vteregex.h, src/vteregex.c: add. * src/vte.c: use interfaces from vteregex for doing dingus matching. ChangeLog | 4 ++++ src/Makefile.am | 2 ++ src/vte.c | 44 +++++++++++++++++++++++--------------------- 3 files changed, 29 insertions(+), 21 deletions(-) commit 6c22c8aaf484f65e32523c539746d7880b67479f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jul 4 03:53:42 2003 +0000 return an empty string in response to the ENQ control sequence instead of * src/vte.c(vte_sequence_handler_return_terminal_status): return an empty string in response to the ENQ control sequence instead of "xterm". Report and patch from Mariano Suárez-Alvarez (bug #116495). ChangeLog | 5 +++++ src/vte.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 8a641fdff72f4abee7a66601aefe88d8a65ad537 Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com> Date: Wed Jul 2 14:35:41 2003 +0000 Updated Spanish translation by Francisco Javier F. Serrador 2003-07-02 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>. po/ChangeLog | 5 +++++ po/es.po | 55 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 26 deletions(-) commit ddad9e00e4d0442d761390480aafd9c85713121f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 27 16:27:19 2003 +0000 treat the "big5hkscs" encoding as an East Asian encoding, which uses * src/iso2022.c: treat the "big5hkscs" encoding as an East Asian encoding, which uses ambiguous widths (#116078). Report and patch from Roger So. * src/dumpkeys.c, src/iso2022.c, src/iso8859mode.c, src/nativeecho.c, src/utf8echo.c, src/utf8mode.c, src/vte.c: don't use the literal escape character, express it as an octal sequence. ChangeLog | 8 ++++++++ src/dumpkeys.c | 2 +- src/iso2022.c | 1 + src/iso8859mode.c | 2 +- src/nativeecho.c | 2 +- src/utf8echo.c | 2 +- src/utf8mode.c | 2 +- src/vte.c | 10 ++++++---- 8 files changed, 20 insertions(+), 9 deletions(-) commit 668ee92b8dc84d26941756039b16586eb8529f2d Author: Artur Flinta <aflinta@cvs.gnome.org> Date: Fri Jun 27 08:20:24 2003 +0000 Updated Polish translation. 2003-06-27 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation. po/ChangeLog | 4 ++++ po/pl.po | 56 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 32 insertions(+), 28 deletions(-) commit ad1489055c1bad831a9ea642d607a10669926e90 Author: Danilo Å egan <dsegan@gmx.net> Date: Sat Jun 21 23:45:03 2003 +0000 Updated Serbian translation by Serbian team (Prevod.org). 2003-06-22 Danilo Å egan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation by Serbian team (Prevod.org). po/ChangeLog | 5 +++++ po/sr.po | 65 ++++++++++++++++++++++++++++++----------------------------- po/sr@Latn.po | 65 ++++++++++++++++++++++++++++++----------------------------- 3 files changed, 71 insertions(+), 64 deletions(-) commit c8bf89769f866b784f58bd0d297a68ba463dbdc9 Author: updated ja.po. T.Aihana <aihana@gnome.gr.jp> Date: Fri Jun 20 14:17:12 2003 +0000 2003-06-20 updated ja.po. T.Aihana <aihana@gnome.gr.jp> po/ChangeLog | 12 ++++++--- po/ja.po | 79 ++++++++++++++++++------------------------------------------ 2 files changed, 32 insertions(+), 59 deletions(-) commit f19a106b6b69f2827905c4e1ce295a7c90099f57 Author: Alessio Frusciante <algol@src.gnome.org> Date: Thu Jun 19 22:22:36 2003 +0000 Updated Italian translation by Francesco Marletta. po/ChangeLog | 5 ++++ po/it.po | 79 +++++++++++++++++++++++++++++------------------------------- 2 files changed, 43 insertions(+), 41 deletions(-) commit 6cc98c04d7adc96aea8a1e0446574e128a6a4d14 Author: Ivan Stojmirov <stojmir@src.gnome.org> Date: Thu Jun 19 10:39:29 2003 +0000 added Macedonian translation po/mk.po | 90 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 48 insertions(+), 42 deletions(-) commit 1b7ef9343be230382da4363ab079a36a0b81a808 Author: Pauli Virtanen <pauli.virtanen@hut.fi> Date: Tue Jun 17 18:35:52 2003 +0000 Updated Finnish translation. 2003-06-17 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation. po/ChangeLog | 4 +++ po/fi.po | 89 +++++++++++++++++++----------------------------------------- 2 files changed, 32 insertions(+), 61 deletions(-) commit 7e35a7b643e25eefd9f7501f89667f9e709d5e62 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 23:20:22 2003 +0000 add vertical-tab and form-feed to the list of control sequences. add. add. * src/caps.c: add vertical-tab and form-feed to the list of control sequences. * src/vte.c(vte_controL_sequence_handler_form_feed): add. * src/vte.c(vte_controL_sequence_handler_vertical_tab): add. ChangeLog | 6 ++++++ doc/vttest.tar.gz | Bin 98911 -> 100593 bytes src/caps.c | 22 ++++++++++++---------- src/vte.c | 26 ++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 10 deletions(-) commit c118a0aaa3f7688095498b1ea4e86bf5955e9863 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 22:01:26 2003 +0000 - actually include changelog items in the .spec file vte.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 954bb555c57b45ec8d72aed7a6a3d991b5f69045 (tag: vte_0_11_10) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 21:55:07 2003 +0000 - aargh NEWS | 2 ++ 1 file changed, 2 insertions(+) commit 887090100bb4e50db662ab45ae5ff400846ddf6a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 21:44:56 2003 +0000 - 0.11.10 vte.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit 192fd5f2d6009e88aec4140405e1bb98b1ba93e8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 21:44:32 2003 +0000 - generate the makefile in doc/openi18n configure.in | 1 + 1 file changed, 1 insertion(+) commit a42f429d540f625ab0495e222ece404c0e98b234 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 21:41:23 2003 +0000 - fixup builds for openi18n subdirectory doc/Makefile.am | 2 +- doc/openi18n/Makefile | 2 -- doc/openi18n/Makefile.am | 5 +++++ 3 files changed, 6 insertions(+), 3 deletions(-) commit 790ab531e6d912a7460a44a8ac8cf78a3311b2ee Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 21:23:02 2003 +0000 fix a compiler warning. * src/vteaccess.c(xy_from_offset): fix a compiler warning. ChangeLog | 3 +++ src/vteaccess.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit 20073178e993a6d37d736d6e0f55cad0f6e31989 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 21:16:33 2003 +0000 - add new header src/vteint.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 8adb2183f4faaa5a1c1b319b67433facb9a877cb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 21:15:10 2003 +0000 add. Move private VteTerminal stuff which needs to be shared with other * src/vteint.h: add. Move private VteTerminal stuff which needs to be shared with other modules in the library here. * src/vtedraw.c, src/vtedraw.h: add get_char_width(), for use in drawing the cursor. * src/vte.c(vte_invalidate_cursor_once): if the character under the cursor doesn't fit into its cell, expose the column to the right of it so that we can paint into the adjacent cell. * src/vte.c(vte_terminal_paint): when clearing the area behind the cursor or drawing the hollow rectangle to indicate its position when we don't have focus, use the visible width of the character instead of just assuming it will fit. This complies better with assertion 2. ChangeLog | 13 +++++++++++++ src/Makefile.am | 3 ++- src/vte.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++---- src/vte.h | 3 --- src/vteaccess.c | 1 + src/vtedraw.c | 8 ++++++++ src/vtedraw.h | 2 ++ src/vteft2.c | 17 +++++++++++++++++ src/vtegl.c | 17 +++++++++++++++++ src/vtepango.c | 7 +++++++ src/vtepangox.c | 7 +++++++ src/vteskel.c | 7 +++++++ src/vtexft.c | 15 +++++++++++++++ 13 files changed, 147 insertions(+), 8 deletions(-) commit e4291049ee75670265a55cc77d131ac279f8072e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 16 21:10:03 2003 +0000 - add sample text from the openi18n web site doc/openi18n/Makefile | 2 ++ doc/openi18n/UTF-8.txt | 18 ++++++++++++++++ doc/openi18n/cursor.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ doc/openi18n/wrap.txt | 1 + doc/readme.txt | 12 +++++++---- 5 files changed, 86 insertions(+), 4 deletions(-) commit b887842b0b284cf111b9bff435e2b50e2d05a3dd Author: Gil Osher <dolfin@src.gnome.org> Date: Thu Jun 12 13:25:08 2003 +0000 Updated Hebrew translation. * he.po: Updated Hebrew translation. po/ChangeLog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 7a3386c9c59b6fe036521cc987f8c464cca2eab7 Author: Gil Osher <dolfin@src.gnome.org> Date: Thu Jun 12 13:22:22 2003 +0000 Updated Hebrew translation. po/he.po | 61 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 30 deletions(-) commit 6008da4095332ff855f972912009636276412640 Author: Laurent Dhima <laurenti@src.gnome.org> Date: Wed Jun 11 08:02:11 2003 +0000 Updated Albanian translation. * sq.po: Updated Albanian translation. po/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 8de2362a167c6431ad122749b64f040e98608288 Author: Laurent Dhima <laurenti@src.gnome.org> Date: Wed Jun 11 07:59:11 2003 +0000 Updated po/sq.po | 68 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) commit e8bd05f2d6b2c19c111960107d107156f7090e39 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 10 15:19:50 2003 +0000 set the encoding for the iso2022 converter (spotted by havill). * src/vte.c(vte_terminal_set_encoding): set the encoding for the iso2022 converter (spotted by havill). ChangeLog | 4 ++++ src/vte.c | 4 ++++ 2 files changed, 8 insertions(+) commit 8b259a1eab12de54a1dcdeb4a7d34ddff46a8c6e Author: Christophe Merlet <redfox@src.gnome.org> Date: Sun Jun 8 19:36:56 2003 +0000 Updated French translation. po/ChangeLog | 4 ++++ po/fr.po | 45 +++++++++++++++++++++++---------------------- 2 files changed, 27 insertions(+), 22 deletions(-) commit 8725f0fc59da7f30524f25a397a65d5369f97f95 Author: Samúel Jón Gunnarsson <sammi@techattack.nu> Date: Sat Jun 7 07:10:14 2003 +0000 Updated the Icelandic translation 2003-06-07 Samúel Jón Gunnarsson <sammi@techattack.nu> * is.po: Updated the Icelandic translation po/ChangeLog | 4 +++ po/is.po | 92 ++++++++++++++++++++---------------------------------------- 2 files changed, 35 insertions(+), 61 deletions(-) commit ef759de112cda9c2a69f68ad71bd3c022d695cfd Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 4 19:04:36 2003 +0000 - include gdkx.h on X11 systems so that XSync will be declared src/vterdb.c | 3 +++ 1 file changed, 3 insertions(+) commit c26595fddd2951dc97d6d53967c109b370bff1e1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 4 18:47:34 2003 +0000 sync the display before trapping errors to ensure that any errors we'll * src/vtebg.c, src/vterdb.c: sync the display before trapping errors to ensure that any errors we'll get will be handled before we remove the error handlers. ChangeLog | 5 +++++ src/vtebg.c | 17 +++++++++++++++-- src/vterdb.c | 7 +++++++ 3 files changed, 27 insertions(+), 2 deletions(-) commit 25b4aa16ff2c7002bf24d97467593caada200e38 Author: Jonathan Blandford <jrb@src.gnome.org> Date: Tue Jun 3 21:42:03 2003 +0000 shut up cvs src/.cvsignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit dc80e3e224e6658dd8ea64c7beee3f5749d0016c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 3 21:34:27 2003 +0000 trap X errors while retrieving the contents of the root pixmap. add. * src/vtebg.c(_vte_bg_get_pixmap, _vte_bg_get_pixbuf): trap X errors while retrieving the contents of the root pixmap. * doc/ambiguous.txt: add. * README: update. * vte.spec: rebuild. ChangeLog | 7 +++++++ README | 15 ++++---------- doc/ambiguous.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++ src/vte.c | 2 +- src/vtebg.c | 62 +++++++++++++++++++++++++++++++++++++++++-------------- vte.spec | 5 ++++- 6 files changed, 112 insertions(+), 29 deletions(-) commit cd6c601bebd395622ae714b6067c39e4163e0c4a Author: Jonathan Blandford <jrb@redhat.com> Date: Tue Jun 3 19:54:15 2003 +0000 add a missing break in the switch statement. Tue Jun 3 15:50:38 2003 Jonathan Blandford <jrb@redhat.com> * src/pty.c (n_read): add a missing break in the switch statement. ChangeLog | 4 ++++ src/pty.c | 2 ++ 2 files changed, 6 insertions(+) commit c55667883000cc13a845619bbac8b7fcd28d72eb Author: Mathieu van Woerkom <mathieu@brabants.org> Date: Tue Jun 3 12:12:00 2003 +0000 Added Limbugish translation 2003-06-03 Mathieu van Woerkom <mathieu@brabants.org> * li.po: Added Limbugish translation 2003-06-03 Kenneth Rohde Christiansen <kenneth@gnu.org> * configure.in: Added Limburgish (li) to ALL_LINGUAS. ChangeLog | 3 ++ configure.in | 2 +- po/ChangeLog | 3 ++ po/li.po | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 160 insertions(+), 1 deletion(-) commit b2278a00188a3070ce8398be484929c4d2e7a078 (tag: vte_0_11_9) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 3 03:11:03 2003 +0000 - 0.11.9 ChangeLog | 3 +++ NEWS | 6 ++++++ src/Makefile.am | 14 +++++++++++--- src/iso2022.c | 4 ++-- vte.spec | 6 +++++- 5 files changed, 27 insertions(+), 6 deletions(-) commit 86a7aaff2d490d2a5a7b6e339863ac5483ed9388 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Jun 1 22:29:20 2003 +0000 compile fix. * src/vtegl.c(_vte_gl_set_text_font): compile fix. ChangeLog | 3 +++ src/vtegl.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) commit 23e200496979c4a8a1437de6d221929c7f4872a0 Author: Dafydd Harries <daf@src.gnome.org> Date: Sun Jun 1 11:38:28 2003 +0000 Finished Welsh translation. po/ChangeLog | 5 +++++ po/cy.po | 42 ++++++++++++++++++++++++------------------ 2 files changed, 29 insertions(+), 18 deletions(-) commit cbaffad578df7d55168af0a4673a14a143ae1140 Author: Christian Neumair <cneumair@src.gnome.org> Date: Sat May 31 09:32:09 2003 +0000 Updated German translation. po/ChangeLog | 4 +++ po/de.po | 97 ++++++++++++++++++------------------------------------------ 2 files changed, 33 insertions(+), 68 deletions(-) commit 3dc885c4224d5cd21559a29c218256de50e55429 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 30 19:38:04 2003 +0000 fix logic for skipping over particular settings so that setting 1048 * src/vte.c(vte_sequence_handler_decset_internal): fix logic for skipping over particular settings so that setting 1048 actually works. * src/vte.c(vte_terminal_process_incoming): in debug mode, print out characters with codepoints higher than 255 in hex rather than decimal. * src/iso2022.c(_vte_iso2022_ambiguous_width): rename to _vte_iso2022_ambiguous_width_guess because that's all we can do without more context. * src/iso2022.c(_vte_iso2022_ambiguous_width): add for using the current encoding to determine what the width of an ambiguously-wide character should be. This seems to work better. ChangeLog | 12 ++++++++++++ src/iso2022.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++------- src/vte.c | 6 ++++-- 3 files changed, 72 insertions(+), 9 deletions(-) commit 7fe2fc15f18e971a45587955cd43edb9cf3c1f9a Author: Padraig O'Briain <padraig.obriain@sun.com> Date: Fri May 30 08:55:28 2003 +0000 Add implementation for get_character_extents, get_offset_at_point and 2003-05-30 Padraig O'Briain <padraig.obriain@sun.com> * src/vteaccess.c: Add implementation for get_character_extents, get_offset_at_point and get_run_attributes. This fixes bug #110770. Add casts to fix complier warnings on Solaris. * src/vtexft.c (_vte_xft_text_extents): Do not call return as function returns void. Fixes compiler error on Solaris. ChangeLog | 8 +++ src/vteaccess.c | 186 +++++++++++++++++++++++++++++++++++++++++++++++++++----- src/vtexft.c | 4 +- 3 files changed, 181 insertions(+), 17 deletions(-) commit 1e67e734218e3159fcb02c53acec86d0157a5101 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 30 00:35:36 2003 +0000 require -i for icon-title-changed messages, which got really annoying * src/vteapp.c: require -i for icon-title-changed messages, which got really annoying really fast. * src/trie.c(main): use g_quark_from_static_string for static strings. ChangeLog | 5 +++++ src/trie.c | 22 +++++++++++----------- src/vteapp.c | 13 ++++++++++--- 3 files changed, 26 insertions(+), 14 deletions(-) commit 815eb0a3c0a2e62a008b338272ecc1b65c39b44c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 29 22:04:25 2003 +0000 fix newline stuffing (used in linefeed mode). rename to * src/vte.c(vte_terminal_send): fix newline stuffing (used in linefeed mode). * src/vte.c(vte_unicode_strlen): rename to vte_unichar_strlen. * src/vte.c(vte_terminal_set_title_internal): don't leak the new title in the unlikely cases. * src/vte.c(vte_terminal_process_incoming): be more careful with control characters to avoid cases where we could be tricked into a loop. * src/vteapp.c: emit a message when the icon title is changed. ChangeLog | 10 ++++ src/vte.c | 146 +++++++++++++++++++++++++++++++++++------------------------ src/vteapp.c | 22 ++++++++- 3 files changed, 118 insertions(+), 60 deletions(-) commit 8de1e351b857e2ad8131bce4780cf24a75c694bc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 29 04:50:48 2003 +0000 handle control characters in the middle of control sequences. fix origin * src/vte.c(vte_terminal_process_incoming): handle control characters in the middle of control sequences. * src/vte.c(vte_sequence_handler_cm): fix origin mode. * src/vte.c(vte_sequence_handler_cv): fix origin mode. * src/vte.c(vte_sequence_handler_cs): snap the cursor to the scrolling region which is set. * src/table.c(_vte_table_extract_number): extract a number digit by digit as we do in the trie parser. * src/vte.h: declare 'struct vte_char_attributes' again to restore API back compat with 0.10.x. * src/iso2022.c(_vte_iso2022_sequence_length): don't recognize PM messages -- Xterm doesn't do anything with them and we don't want to appear to hang when we're really just waiting for the end of the message. ChangeLog | 16 ++++++++++++++++ src/iso2022.c | 8 ++++++-- src/table.c | 10 ++++++++-- src/vte.c | 54 ++++++++++++++++++++++++++++++++++++++++++++---------- src/vte.h | 7 +++++++ 5 files changed, 81 insertions(+), 14 deletions(-) commit fe6545d62d857fed89f471d938213c9a88d64546 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 28 23:45:09 2003 +0000 only apply DPI if we were able to get a value. use the display and screen * src/vtefc.c(_vte_fc_defaults_from_rdb): only apply DPI if we were able to get a value. * src/vterdb.c, src/vterdb.h: use the display and screen of a passed-in widget if asked to do so, else use screen 0 of the default display. ChangeLog | 6 ++++ src/vtefc.c | 18 +++++----- src/vterdb.c | 113 +++++++++++++++++++++++++++++++++++++++-------------------- src/vterdb.h | 12 +++---- 4 files changed, 97 insertions(+), 52 deletions(-) commit d583937817cd42dccca7572fe5f1cf16ce1f7978 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 28 21:53:59 2003 +0000 check for GTK+ 2.2, and if found, force use of multihead-safe APIs to try * configure.in: check for GTK+ 2.2, and if found, force use of multihead-safe APIs to try to flush out some bugs. * src/vte.c, src/vteapp.c, src/vtedraw.c, src/vtefc.c, src/vteglyph.c: clean up some sloppy multihead changes. * src/vte.c, src/vte.h (vte_terminal_match_set_cursor_type): add. * src/vtedraw.c, src/vtedraw.h: add a draw_char() method which is allowed to fail. * src/vte.c(vte_terminal_draw_graphic): separate the width of a column and the number of columns to be drawn. Use _vte_draw_char() to avoid crude approximations of characters when we have a font for them. ChangeLog | 12 +++ configure.in | 10 ++- src/vte.c | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++------ src/vte.h | 2 + src/vteapp.c | 16 ++-- src/vtedraw.c | 24 +++++- src/vtedraw.h | 6 ++ src/vtefc.c | 37 ++++++--- src/vtefc.h | 3 +- src/vteft2.c | 22 +++++- src/vtegl.c | 19 +++++ src/vteglyph.c | 5 +- src/vteglyph.h | 4 +- src/vtepango.c | 12 ++- src/vtepangox.c | 10 +++ src/vteskel.c | 11 +++ src/vtexft.c | 66 +++++++++++++--- 17 files changed, 427 insertions(+), 62 deletions(-) commit 7db421ff8483c411566b81fadccacf420c17115b Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Mon May 26 20:54:00 2003 +0000 Updated Portuguese translation. 2003-05-26 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++++ po/pt.po | 38 +++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 19 deletions(-) commit f4bfc34e8411acd285ac70243183ec35dd9f47d3 (tag: vte_0_11_8) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 22 19:24:51 2003 +0000 - 0.11.8 NEWS | 1 + vte.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) commit c5bc6f08c3c37303c5d071104c30241e9322fa94 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 22 19:14:49 2003 +0000 force an entire window repaint if we're supposed to scroll the background * src/vte.c(vte_terminal_scroll_region): force an entire window repaint if we're supposed to scroll the background but we're not scrolling the entire window. This means we need to repaint the scrolled region, and to keep things looking right, we need to repaint everything. * src/vteapp.c(main): enable visible bell if we're disabling the audible bell, and vice-versa. * src/vte.c: flesh out some doc comments. * doc/reference/tmpl/vte.sgml: flesh out some notes on signals. ChangeLog | 10 ++++++++++ doc/reference/tmpl/vte.sgml | 4 +++- src/vte.c | 39 ++++++++++++++++++++++----------------- src/vteapp.c | 1 + 4 files changed, 36 insertions(+), 18 deletions(-) commit ffcc4a77caa05fb6affd77871701f1692ef6a96b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 21 23:32:32 2003 +0000 pass zero bytes which trigger EILSEQ through and keep going. replace use * src/vteconv.c(_vte_conv): pass zero bytes which trigger EILSEQ through and keep going. * src/vteconv.c: replace use of g_utf8_strlen with an internal function which doesn't stop counting at NUL characters. ChangeLog | 6 +++ src/vteconv.c | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 132 insertions(+), 10 deletions(-) commit 4ad1f62b6a3c899403a13df8ddbd534102813211 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 21 22:03:15 2003 +0000 - disable glX by default configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9a386e75d805a18ef6817deb933c4df46880d674 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 21 21:47:02 2003 +0000 use _vte_matcher_free_params_array. add a parameter for indicating if this * src/interpret.c: use _vte_matcher_free_params_array. * src/vte.c(vte_invalidate_cursor_once): add a parameter for indicating if this is a "cursor blink" (periodic) refresh, and if it is set and the cursor isn't supposed to blink, suppress the invalidate. ChangeLog | 6 ++++++ src/interpret.c | 2 +- src/vte.c | 20 +++++++++++++------- 3 files changed, 20 insertions(+), 8 deletions(-) commit dc2184423cc237fb277587553b0eb07a716089f7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 21 21:42:17 2003 +0000 free the temporary array. add. use _vte_matcher_free_params_array instead * src/iso2022.c(_vte_iso2022_process): free the temporary array. * src/matcher.c(_vte_matcher_free_params_array): add. * src/vte.c: use _vte_matcher_free_params_array instead of the local copy, which is removed. * src/interpret.c, src/table.c, src/trie.c: use _vte_matcher_free_params_array to free parameter arrays instead of g_value_array_free, which doesn't take care of the pointer values. * src/vte.c(vte_sequence_handler_set_title_internal): only attempt to close the conversion descriptor if it was opened successfully. * src/vteapp.c: add the -k option to spin after gtk_main() returns. * src/vtefc.c: make copies of patterns with FcPatternDuplicate so that we know where all of the returned patterns came from. * src/vtexft.c(_vte_xft_font_for_char): set the item in the pattern array to NULL if we successfully opened a font using the pattern. ChangeLog | 16 ++++++++++++++++ src/iso2022.c | 1 + src/matcher.c | 25 +++++++++++++++++++++++++ src/matcher.h | 3 +++ src/table.c | 2 +- src/trie.c | 44 ++++++++++++++++++++++---------------------- src/vte.c | 28 ++-------------------------- src/vteapp.c | 14 ++++++++++++-- src/vtefc.c | 10 +++++++--- src/vtexft.c | 14 ++++++++------ 10 files changed, 97 insertions(+), 60 deletions(-) commit 2b20f0ebd1d1b6007cad7b3a13de1b5f78526cd2 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 20 21:48:25 2003 +0000 clarify comments near one of the warning messages. unref the Pango * src/iso2022.c: clarify comments near one of the warning messages. * src/vtefc.c(_vte_fc_transcribe_from_pango_font_description): unref the Pango context, which was created for us. * src/vtepango.c: keep track of the Pango context, and unref it when it is no longer needed. ChangeLog | 7 +++++++ src/iso2022.c | 2 +- src/vtefc.c | 2 ++ src/vtepango.c | 23 +++++++++++++++++++---- 4 files changed, 29 insertions(+), 5 deletions(-) commit d83bc30b30d77bc4713ecc75ae99fd2d437ebb70 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 20 16:30:27 2003 +0000 try juggling the CFLAGS and LIBS order to let the xft CFLAGS/LIBS take * src/Makefile.am: try juggling the CFLAGS and LIBS order to let the xft CFLAGS/LIBS take precedence over everything else (#113335). ChangeLog | 4 ++++ src/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit aeb12826b791f1e30a6da959f84287a873e15b84 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 20 16:14:50 2003 +0000 compile fix for Solaris, patch from #113344. * src/ssfe.c: compile fix for Solaris, patch from #113344. ChangeLog | 3 +++ src/ssfe.c | 31 ++++++++++++++++--------------- 2 files changed, 19 insertions(+), 15 deletions(-) commit 8174c284e5c4aa1833ffc716b50606af50c1c492 Author: Miloslav Trmac <mitr@src.gnome.org> Date: Tue May 20 13:32:12 2003 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 34 +++++++++++++++++----------------- 2 files changed, 21 insertions(+), 17 deletions(-) commit acaea8d931cb8dfefcc5e7a1b7c8e32142132d7a Author: Christian Rose <menthos@menthos.com> Date: Tue May 20 09:58:33 2003 +0000 Updated Swedish translation. 2003-05-20 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 37 ++++++++++++++++++++----------------- 2 files changed, 24 insertions(+), 17 deletions(-) commit 424d7da826793a72b3f765139d6876a1dcf4bdf0 Author: Jordi Mallach <jordim@src.gnome.org> Date: Tue May 20 08:51:56 2003 +0000 Updated Catalan translation. po/ChangeLog | 4 ++++ po/ca.po | 34 +++++++++++++++++----------------- 2 files changed, 21 insertions(+), 17 deletions(-) commit 246c1cedb2261a4281359ae3b82be6e1325e28ac (tag: vte_0_11_7) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 20 06:27:42 2003 +0000 = 0.11.7 NEWS | 9 +++++++-- vte.spec | 8 +++++++- 2 files changed, 14 insertions(+), 3 deletions(-) commit bff045858c67b91873513c3a708fc7e952e40379 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 20 06:14:27 2003 +0000 remove no-longer-used tree structure. free strings returned by * src/vte.c: remove no-longer-used tree structure. * src/vtefc.c: free strings returned by g_object_get(). ChangeLog | 4 ++++ src/vte.c | 6 +----- src/vtefc.c | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) commit 73a26e0a481405069de1bf9fa640ee950f90514a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 20 05:23:54 2003 +0000 create the terminal's draw structure. free the terminal's draw structure. * src/vte.c(vte_terminal_realize): create the terminal's draw structure. * src/vte.c(vte_terminal_unrealize): free the terminal's draw structure. * src/vteapp.c(main): enforce a clean shutdown by requiring that the terminal and top-level window are both finalized before gtk_main() returns. ChangeLog | 7 +++++++ src/vte.c | 22 ++++++++++++++++++---- src/vteapp.c | 5 +++++ 3 files changed, 30 insertions(+), 4 deletions(-) commit cb5bbefeca2bda9ad6b171ced9c67f428def381a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 20 04:27:56 2003 +0000 properly send a SIGHUP to the child process if it hasn't already exited * src/vte.c(vte_terminal_finalize): properly send a SIGHUP to the child process if it hasn't already exited (#112505). * src/vteapp.c: don't exit on EOF, only on child-exited. * src/vte.c(vte_sequence_handler_sf): increment the scrolling offset to avoid flickering when the application has defined a scrolling region with top row == 1. ChangeLog | 8 ++++++++ configure.in | 2 +- src/vte.c | 14 +++++++++++--- src/vteapp.c | 9 ++++++++- 4 files changed, 28 insertions(+), 5 deletions(-) commit f123debe5a3f90be8ea6f252065f0bf37f914b04 Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Tue May 20 04:06:05 2003 +0000 be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>. po/ChangeLog | 5 +++++ po/be.po | 54 +++++++++++++++++++++++++----------------------------- 2 files changed, 30 insertions(+), 29 deletions(-) commit 03b492bb77735482d33094bd0e038ec8e3173506 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 19 22:48:58 2003 +0000 remove comma from end of enum declaration (#111925). don't use * src/iso2022.c, src/keymap.c, src/mev.c, src/vtebg.h, src/vteglyph.h: remove comma from end of enum declaration (#111925). * src/vtetc.c: don't use parameter-as-array-size compiler extension (#111925). * src/ssfe.c: don't assume that the compiler interprets \e correctly, use %c with value of 27 instead (#111925). * doc/reference/Makefile.am: obey CPPFLAGS and LDFLAGS (#111925). * gnome-pty-helper/gnome-utmp.c: only include <utmp.h> if HAVE_UTMP_H was defined (#111925). * src/keymap.c, src/ssfe.c: unconditionally include <term.h> if we defined HAVE_CURSES or HAVE_NCURSES, as having the header is a precondition for defining either (#111925). * src/iso2022.c: make each array have at least one element (#111925). * src/pty.c, src/gnome-login-support.c: try to open /dev/ptc if opening /dev/ptmx fails due to ENOENT (#111925). ChangeLog | 17 +++++++++++++++++ doc/reference/Makefile.am | 4 ++-- gnome-pty-helper/gnome-login-support.c | 5 +++++ gnome-pty-helper/gnome-utmp.c | 6 ++++-- src/iso2022.c | 3 ++- src/keymap.c | 8 ++------ src/mev.c | 2 +- src/pty.c | 3 +++ src/ssfe.c | 7 ++----- src/vtebg.h | 2 +- src/vteglyph.h | 2 +- src/vtetc.c | 6 +++--- 12 files changed, 43 insertions(+), 22 deletions(-) commit 7253cf3dbbb732d67699c3f69484e859f34fd102 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 19 20:55:11 2003 +0000 - formatting fixups src/iso2022.c | 10 ++++---- src/mev.c | 8 +++---- src/table.c | 54 ++++++++++++++++++++--------------------- src/trie.c | 72 +++++++++++++++++++++++++++---------------------------- src/vte.c | 74 ++++++++++++++++++++++++++++----------------------------- src/vte.h | 2 +- src/vteaccess.c | 14 +++++------ src/vtebg.c | 2 +- src/vtebg.h | 4 ++-- src/vteft2.c | 2 +- src/vteglyph.c | 2 +- src/vteglyph.h | 4 ++-- src/vtepango.c | 12 +++++----- src/vtepangox.c | 10 ++++---- src/vtetc.c | 16 ++++++------- src/vtexft.c | 4 ++-- 16 files changed, 145 insertions(+), 145 deletions(-) commit 5cda56310f77badf4031fec0eb18c5ef307c49bd Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 19 20:41:16 2003 +0000 don't exit on eof, just child-exited. don't disconnect from SIGCHLD on * src/vteapp.c: don't exit on eof, just child-exited. * src/vte.c(vte_terminal_eof): don't disconnect from SIGCHLD on eof, the child might still be running. ChangeLog | 7 ++++++- src/vte.c | 10 ---------- src/vteapp.c | 1 - 3 files changed, 6 insertions(+), 12 deletions(-) commit b5f349035d78e948c6a06cd2731b066ea7142152 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 19 20:18:45 2003 +0000 - rename termcap.c/termcap.h to avoid conflicts with system <termcap.h> ChangeLog | 5 +++++ src/Makefile.am | 27 +++++++++++++-------------- src/interpret.c | 2 +- src/keymap.c | 2 +- src/keymap.h | 2 +- src/vte.c | 2 +- src/{termcap.c => vtetc.c} | 2 +- src/{termcap.h => vtetc.h} | 0 8 files changed, 23 insertions(+), 19 deletions(-) commit 4cf3893d9b59b32a879302c6433894ddb906e40a Author: Ole Laursen <olau@hardworking.dk> Date: Mon May 19 19:54:17 2003 +0000 Updated Danish translation. 2003-05-19 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation. po/ChangeLog | 10 +++++++--- po/da.po | 48 +++++++++++------------------------------------- 2 files changed, 18 insertions(+), 40 deletions(-) commit a686e0d829ac351c47c4750e9b459e79276969f3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 19 19:49:13 2003 +0000 fix KP_PageDown in application keypad mode (#113187). add a finalize * src/keymap.c: fix KP_PageDown in application keypad mode (#113187). * src/reaper.c: add a finalize method which properly cleans things up so that the singleton can at least theoretically be destroyed (part of a fix for #112172). * src/vte.c: obtain a ref to a reaper object whenever we are waiting for a child to exit. * po/POTFILES.in: add more source files for scanning. * src/iso2022.c: rework pieces to handle incomplete sequences at the end of input. Check for 8-bit SS2 and SS3 in case of EILSEQ. Build a fake ISO-8859-1 map for conversions using invalid maps. * src/iso2022.c(_vte_iso2022_state_free): free the state's buffer. * src/vteconv.c: internalize UTF-8 to UTF-8 conversions, fix handling of incomplete sequences at the end of the available data. * src/vte.c: implement send/receive and automatic linefeed modes. * src/vte.c(vte_sequence_handler_sr): invalidate the row which contains the cursor to ensure that it doesn't leave a trail. * src/vte.c(vte_sequence_handler_return_terminal_id): add. * src/vte.c(vte_terminal_feed_child_using_modes): add. ChangeLog | 20 ++ po/POTFILES.in | 5 + po/am.po | 94 ++++---- po/az.po | 128 ++++++----- po/be.po | 126 ++++++----- po/bg.po | 132 ++++++----- po/bn.po | 131 ++++++----- po/ca.po | 47 ++-- po/cs.po | 33 +-- po/cy.po | 32 +-- po/da.po | 132 ++++++----- po/de.po | 132 ++++++----- po/el.po | 136 ++++++----- po/es.po | 39 ++-- po/fa.po | 101 ++++----- po/fi.po | 135 ++++++----- po/fr.po | 31 +-- po/he.po | 125 ++++++----- po/hu.po | 131 ++++++----- po/id.po | 138 +++++++----- po/is.po | 132 ++++++----- po/it.po | 139 +++++++----- po/ja.po | 33 +-- po/ko.po | 124 +++++----- po/lv.po | 131 ++++++----- po/mk.po | 95 ++++---- po/ml.po | 99 ++++---- po/mn.po | 126 ++++++----- po/ms.po | 33 +-- po/nl.po | 142 +++++++----- po/no.po | 125 ++++++----- po/pl.po | 135 ++++++----- po/pt.po | 31 +-- po/pt_BR.po | 129 ++++++----- po/ro.po | 127 ++++++----- po/ru.po | 153 ++++++++----- po/sk.po | 130 ++++++----- po/sl.po | 132 ++++++----- po/sq.po | 131 ++++++----- po/sr.po | 69 ++++-- po/sr@Latn.po | 69 ++++-- po/sv.po | 33 +-- po/tr.po | 125 ++++++----- po/uk.po | 132 ++++++----- po/vi.po | 125 ++++++----- po/zh_CN.po | 124 +++++----- po/zh_TW.po | 31 +-- src/iso2022.c | 697 ++++++++++++++++++++++++++++++++++----------------------- src/keymap.c | 2 +- src/reaper.c | 64 +++++- src/vte.c | 205 ++++++++++++++--- src/vteconv.c | 313 +++++++++++++++++++++----- 52 files changed, 3646 insertions(+), 2338 deletions(-) commit eeae338b64553fc81099e307f90846198a9e2583 Author: Telsa Gwynne <telsa@src.gnome.org> Date: Mon May 19 14:36:36 2003 +0000 Welsh translation from Dafydd Harries ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 5 +++ po/cy.po | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 118 insertions(+), 1 deletion(-) commit 5eef8c91e9af06533b979c7593c19e838cec04f2 Author: Christophe Merlet <redfox@src.gnome.org> Date: Sun May 18 19:54:24 2003 +0000 Updated French translation. po/ChangeLog | 4 ++ po/fr.po | 147 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 85 insertions(+), 66 deletions(-) commit 3e5e8975600b5ad410010cb23cb3b171d95a279f Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Tue May 13 21:04:25 2003 +0000 Updated Portuguese translation. 2003-05-13 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++ po/pt.po | 134 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 79 insertions(+), 59 deletions(-) commit 7ff11a97e78e3d26456e0ca7b39dac71686b30b3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 13 20:08:50 2003 +0000 don't recognize 8-bit SS2 and SS3 by default, it breaks UTF-8 and other * src/iso2022.c(_vte_iso2022_find_nextctl): don't recognize 8-bit SS2 and SS3 by default, it breaks UTF-8 and other encodings (#112879). ChangeLog | 4 ++++ src/iso2022.c | 3 +++ 2 files changed, 7 insertions(+) commit e1e0f0a3cf0f3872fa9d78d14989ca311b9cded5 Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com> Date: Tue May 13 19:52:37 2003 +0000 Updated Spanish translation. 2003-05-13 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation. po/ChangeLog | 4 ++ po/es.po | 149 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 86 insertions(+), 67 deletions(-) commit 7a87d5abf06668b0feb160775020745bffe45854 Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Tue May 13 11:01:20 2003 +0000 Updated traditional Chinese translation. * zh_TW.po: Updated traditional Chinese translation. po/ChangeLog | 4 ++++ po/zh_TW.po | 31 +++++++++++++++++-------------- 2 files changed, 21 insertions(+), 14 deletions(-) commit 82739aee740adf7249915d172ae9d1805a0b61bc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 13 04:27:40 2003 +0000 add _vte_draw_needs_repaint() to indicate if the drawing back-end can only * src/vtedraw.c, src/vtedraw.h: add _vte_draw_needs_repaint() to indicate if the drawing back-end can only handle entire-window paints. * src/vteconv.c: return a value from _vte_conv_close(), even though it isn't used. * src/vte.c(vte_terminal_paint): don't look at drawing starting at negative row or coumn offsets. * src/vtegl.c: prefer glX double-buffering to GDK's, and use double-buffered possibly-direct windows instead of indirect pixmaps. ChangeLog | 10 ++ src/vte.c | 14 ++- src/vteapp.c | 4 +- src/vteconv.c | 1 + src/vtedraw.c | 8 ++ src/vtedraw.h | 2 + src/vteft2.c | 1 + src/vtegl.c | 358 ++++++++++++++++++++++++++++++-------------------------- src/vtepango.c | 1 + src/vtepangox.c | 1 + src/vteskel.c | 17 +-- src/vtexft.c | 1 + 12 files changed, 238 insertions(+), 180 deletions(-) commit cb455f32f8d5dcb45f0127bdd5fd2b427751da96 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 13 01:22:09 2003 +0000 account for the foreign root pixmap not having a colormap by default, * src/vtebg.c(_vte_bg_get_pixmap, _vte_bg_get_pixbuf): account for the foreign root pixmap not having a colormap by default, using the root window's colormap if it doesn't already have one set. ChangeLog | 5 +++++ src/vtebg.c | 14 ++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) commit de0363debd2588e178bdd8543a45a46cdbf53cb7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 12 20:57:41 2003 +0000 if we can't convert from the locale encoding to UTF-8, use UTF-8 as the * src/iso2022.c(_vte_iso2022_state_new): if we can't convert from the locale encoding to UTF-8, use UTF-8 as the locale encoding (#112614). * src/vtegl.c(_vte_gl_start): enable point smoothing. ChangeLog | 5 +++++ src/iso2022.c | 20 +++++++++++++++++--- src/iso2022.txt | 2 +- src/vte.c | 6 +++--- src/vtegl.c | 1 + 5 files changed, 27 insertions(+), 7 deletions(-) commit 06f5955cf07ee5c56dc8ddafa428ef286717fba4 Author: Hasbullah Bin Pit <sebol@ikhlas.com> Date: Sun May 11 00:57:40 2003 +0000 Updated Malay translation. 2003-05-10 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation. po/ChangeLog | 4 +++ po/ms.po | 103 +++++++++++++++++++++++++---------------------------------- 2 files changed, 48 insertions(+), 59 deletions(-) commit d80144726e3681e8a6ee81144dae9db2913307b4 Author: KAMAGASAKO Masatoshi <emerald@gnome.gr.jp> Date: Sat May 10 06:28:28 2003 +0000 Updated Japanese translation. 2003-05-10 KAMAGASAKO Masatoshi <emerald@gnome.gr.jp> * ja.po: Updated Japanese translation. po/ChangeLog | 4 ++++ po/ja.po | 41 +++++++++++++++++++++++++++++++++-------- 2 files changed, 37 insertions(+), 8 deletions(-) commit bc0c76e750c95a91f0854fb97f7b14b71bccf79d Author: Jordi Mallach <jordim@src.gnome.org> Date: Fri May 9 17:41:06 2003 +0000 Updated Catalan translation. po/ChangeLog | 4 ++ po/ca.po | 151 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 85 insertions(+), 70 deletions(-) commit 8e0ecf2cb7f56a69bf55e041e4daa3c04597d2ad Author: Miloslav Trmac <mitr@src.gnome.org> Date: Fri May 9 12:15:22 2003 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 39 ++++++++++++++++++++++++++++++++------- 2 files changed, 36 insertions(+), 7 deletions(-) commit 12244fa27b3bab0cdc90547988f4e3cb248d7943 Author: Christian Rose <menthos@menthos.com> Date: Fri May 9 10:11:18 2003 +0000 Updated Swedish translation. 2003-05-09 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 46 insertions(+), 8 deletions(-) commit dacc45e67336c971c061280f7d1d309fc42431f6 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 9 03:16:49 2003 +0000 let the caller control whether or not we return the default colormap. * src/vtedraw.c, src/vtedraw.h (_vte_draw_get_colormap): let the caller control whether or not we return the default colormap. * src/vtegl.c: enable blending. Don't specify any buffer depths. Set the current drawable before we do any drawing. Call gluOrtho2D with the right args to set up the right projection. * src/vteskel.c: quiet compiler warning by removing a "const". * src/vtedraw.c: juggle the preferred render order again. ChangeLog | 9 +++++++++ src/vte.c | 10 ++++------ src/vtedraw.c | 17 ++++++++++------- src/vtedraw.h | 3 ++- src/vtegl.c | 46 +++++++++++++++++++++++++++++++++------------- src/vtepango.c | 2 +- src/vtepangox.c | 2 +- src/vteskel.c | 2 +- src/vtexft.c | 2 +- 9 files changed, 62 insertions(+), 31 deletions(-) commit c858e8dcfca989306d1153fd9ec4001d9bc27e9b Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Thu May 8 19:19:06 2003 +0000 Fix my previous commit configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 999bfc1f3aec810e679b614246287ced55e9a91a Author: Abel Cheung <maddog@linux.org.hk> Date: Thu May 8 14:36:58 2003 +0000 Add 4 files into POTFILES.in(please let me know if they shouldn't be 2003-05-08 Abel Cheung <maddog@linux.org.hk> * POTFILES.in: Add 4 files into POTFILES.in(please let me know if they shouldn't be added) * zh_TW.po: Updated traditional Chinese translation. po/ChangeLog | 6 ++++++ po/POTFILES.in | 4 ++++ po/zh_TW.po | 41 +++++++++++++++++++++++++++++++++-------- 3 files changed, 43 insertions(+), 8 deletions(-) commit 9805926700dcdf9cc01cc68386874cf2ea237493 Author: KAMAGASAKO Masatoshi <emerald@gnome.gr.jp> Date: Thu May 8 14:22:03 2003 +0000 Updated Japanese translation. 2003-05-08 KAMAGASAKO Masatoshi <emerald@gnome.gr.jp> * ja.po: Updated Japanese translation. po/ChangeLog | 4 +++ po/ja.po | 108 +++++++++++++++++++++++++++-------------------------------- 2 files changed, 53 insertions(+), 59 deletions(-) commit f25541750f7cc9bd90d51bf5e13e95a26375f795 Author: Christian Rose <menthos@menthos.com> Date: Thu May 8 14:01:42 2003 +0000 Updated Swedish translation. 2003-05-08 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 42 ++++++++++++++++++++++-------------------- 2 files changed, 26 insertions(+), 20 deletions(-) commit 7f28c3ad21d6b0169788c466418f18a9d9245cf4 Author: Miloslav Trmac <mitr@src.gnome.org> Date: Thu May 8 12:47:23 2003 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 36 ++++++++++++++++-------------------- 2 files changed, 20 insertions(+), 20 deletions(-) commit a4288218a4d537f40f5fe968da1e477bd4fc5e60 Author: Abel Cheung <maddog@linux.org.hk> Date: Thu May 8 04:38:42 2003 +0000 Added "mk" to ALL_LINGUAS. 2003-05-08 Abel Cheung <maddog@linux.org.hk> * configure.in: Added "mk" to ALL_LINGUAS. ChangeLog | 4 +++ configure.in | 2 +- po/zh_TW.po | 93 +++++++++++++++++++++++++++--------------------------------- 3 files changed, 46 insertions(+), 53 deletions(-) commit b32f9cf9684e3326d566062c319baadca510fbd3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 7 21:46:54 2003 +0000 let OSC command sequences be subject to code conversion again (#112485). * src/iso2022.c: let OSC command sequences be subject to code conversion again (#112485). ChangeLog | 4 ++++ src/iso2022.c | 2 ++ 2 files changed, 6 insertions(+) commit 541e45cedb8eb204f80ed184bfa95697c5a8638b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 7 21:28:28 2003 +0000 - add new files src/vteconv.c | 252 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteconv.h | 43 ++++++++++ 2 files changed, 295 insertions(+) commit 5ae32c35957c696d83de0576c95ca96a8c5c106a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 7 21:25:29 2003 +0000 add VteConv as a thin wrapper around GIConv. use VteConv. remove. remove. * src/vteconv.c, src/vteconv.h: add VteConv as a thin wrapper around GIConv. * src/iso2022.c: use VteConv. * src/matcher.c(_vte_matcher_find_valid_encoding): remove. * src/matcher.c(_vte_matcher_wide_encoding): remove. * src/trie.c: use VteConv. * src/utf8echo.c: use VteConv. * src/vte.c: use VteConv (#112446). ChangeLog | 10 ++++++ src/Makefile.am | 46 +++++++++++++++++++----- src/iso2022.c | 33 ++++++++--------- src/matcher.c | 107 -------------------------------------------------------- src/matcher.h | 3 -- src/trie.c | 23 ++++++------ src/utf8echo.c | 11 +++--- src/vte.c | 57 ++++++++++++++---------------- 8 files changed, 108 insertions(+), 182 deletions(-) commit 83e4f0ef14ab6c61836286f0f9a8c856cd11b159 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 6 20:44:24 2003 +0000 add "Since: 0.11" to documentation for functions which aren't available in * src/vte.c: add "Since: 0.11" to documentation for functions which aren't available in the 0.10 series. * src/iso2022.c: default G2 to JIS0201, G3 to JIS0212 for Japanese, because they appear to not be used by anyone else. * vte.spec: merge with .spec file from RHL. ChangeLog | 7 +++++++ src/iso2022.c | 4 ++-- src/vte.c | 8 +++++--- vte.spec | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 75 insertions(+), 8 deletions(-) commit 243bc92e9c36c96a9c0bef4bcd73672a1fd21925 (tag: vte_0_11_6) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 6 14:12:00 2003 +0000 - 0.11.6 NEWS | 6 +++--- vte.spec | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) commit 5f84c90caf42ccb36c1b41c6b7de3482f8c510f9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 6 08:14:49 2003 +0000 get text rendering semi-working. * src/vtegl.c: get text rendering semi-working. ChangeLog | 3 +++ src/vtegl.c | 53 ++++++++++++++++++++++++++++++++++------------------- 2 files changed, 37 insertions(+), 19 deletions(-) commit b296e636244d11ec2019a5fafea5ad0ebb31248a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 6 07:38:39 2003 +0000 when setting up backgrounds, don't deref an existing background before * src/vteft2.c, src/vtegl.c, src/vtepango.c, src/vtepangox.c, src/vtexft.c: when setting up backgrounds, don't deref an existing background before fetching a new one, in case they're the same. * src/vteglyph.c(_vte_glyph_draw): fix computation of the input offset. * src/vtegl.c: implement drawing of backgrounds. ChangeLog | 7 ++ NEWS | 3 + src/vtedraw.c | 14 +-- src/vteft2.c | 6 +- src/vtegl.c | 293 ++++++++++++++++++++++++++++++++++++++------------------ src/vteglyph.c | 9 +- src/vtepango.c | 10 +- src/vtepangox.c | 10 +- src/vtexft.c | 8 +- 9 files changed, 239 insertions(+), 121 deletions(-) commit 10bfd9a591695a9b00130a316668a28b5dff286b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 6 05:17:56 2003 +0000 include the whole JIS0201 map instead of just the lower half. set the * src/iso2022.c(_vte_iso2022_map_J): include the whole JIS0201 map instead of just the lower half. * src/iso2022.c(_vte_iso2022_map_get): set the and_mask to clear the high bits of pairs before looking them up in the maps. * src/iso2022.c(_vte_iso2022_fragment_input): recognize the 8-bit versions of SS2 and SS3. * src/iso2022.c(_vte_iso2022_process_control): recognize the 8-bit versions of SS2 and SS3. ChangeLog | 10 ++++++++++ src/iso2022.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 61 insertions(+), 4 deletions(-) commit fc4bae3b967641e1ad32f14d1221b2e88ec15113 Author: Danilo Å egan <dsegan@gmx.net> Date: Tue May 6 02:34:22 2003 +0000 Added "sr" and "sr@Latn" to ALL_LINGUAS. 2003-05-05 Danilo Å egan <dsegan@gmx.net> * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. * po/sr.po, po/sr@Latn.po: Added Serbian translation by http://Prevod.org/. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 5 +++ po/sr.po | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@Latn.po | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 253 insertions(+), 1 deletion(-) commit 4dc83c64fce801f283a4243f7b87cd7c307d2472 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 5 23:27:13 2003 +0000 - missed these, too src/vteft2.h | 1 - src/vtepango.h | 1 - src/vtepangox.h | 1 - src/vteskel.h | 1 - src/vtexft.c | 3 ++- src/vtexft.h | 1 - 6 files changed, 2 insertions(+), 6 deletions(-) commit 2ed144d6124b34dbabcf7647fd31c4fa5a51550c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 5 23:26:01 2003 +0000 - update for API change in vtefc src/vteft2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 29a746c9a69155ee8a94281e90b18adaf2100c11 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 5 23:23:46 2003 +0000 include <glib.h> for gboolean type definition. include "config.h" and * src/debug.h: include <glib.h> for gboolean type definition. * src/matcher.c: include "config.h" and "debug.h". * src/matcher.h: use G_BEGIN_DECLS/G_END_DECLS * src/table.h: use G_BEGIN_DECLS/G_END_DECLS * src/termcap.h: include <glib.h>, again for gboolean. * src/vtebg.h,src/vterdb.h,src/vtergb.h: adjust macro used to prevent multiple inclusions to match the rest of the tree. * src/vtefc.c(_vte_fc_patterns_from_pango_font_desc): provide a callback which can be used to override all defaults. * src/vtegl.h,src/vtexft.h: don't include "config.h" * src/vteglyph.c, src/vteglyph.h: add _vte_glyph_get_uncached(). ChangeLog | 13 ++++++++++ src/debug.h | 2 ++ src/matcher.c | 2 ++ src/matcher.h | 4 +++ src/table.h | 4 +++ src/termcap.h | 2 ++ src/vtebg.h | 4 +-- src/vtefc.c | 10 +++++++- src/vtefc.h | 6 ++++- src/vtegl.h | 1 - src/vteglyph.c | 77 ++++++++++++++++++++++++++++++++++++++++++---------------- src/vteglyph.h | 8 +++++- src/vterdb.h | 4 +-- src/vtergb.h | 4 +-- 14 files changed, 110 insertions(+), 31 deletions(-) commit 6186156a2f3bd52d4d4c9bd5e8a5310200fab58e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 5 02:51:51 2003 +0000 if ERESTART is defined, treat it like EINTR and EAGAIN. if ERESTART is * gnome-pty-helper/gnome-login-support.c(n_read,n_write): if ERESTART is defined, treat it like EINTR and EAGAIN. * src/pty.c(n_read,n_write): if ERESTART is defined, treat it like EINTR and EAGAIN. ChangeLog | 6 ++++++ gnome-pty-helper/gnome-login-support.c | 6 ++++++ src/pty.c | 6 ++++++ 3 files changed, 18 insertions(+) commit 86131d5d146ce28b9dd281b00ca1195d9272302e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 2 18:13:24 2003 +0000 define _XOPEN_SOURCE_EXTENDED, _XOPEN_SOURCE, and __EXTENSIONS__ to get * configure.in: define _XOPEN_SOURCE_EXTENDED, _XOPEN_SOURCE, and __EXTENSIONS__ to get definitions for msg_control and msg_controllen on Solaris (#112036). * src/vtedraw.c(_vte_draw_set_scroll): don't try to return a value from this void function (#112036). Patch from Hidetoshi Tajima. * src/xticker.c: don't include getopt.h, which isn't even needed for regular getopt() (#112036). Patch from Hidetoshi Tajima. ChangeLog | 9 +++++++++ configure.in | 7 +++++-- src/vtedraw.c | 2 +- src/xticker.c | 1 - 4 files changed, 15 insertions(+), 4 deletions(-) commit 0e8b44747bc25d74da45bf5c1086d9021ddacfb5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 1 20:50:54 2003 +0000 remove some debugging g_print() calls. skip over NUL bytes (#112022). map * src/vtebg.c(vte_bg_set_root_pixmap,vte_bg_root_pixmap): remove some debugging g_print() calls. * src/iso2022.c(process_cdata): skip over NUL bytes (#112022). * src/vte.c(vte_terminal_background_update): map the bgcolor values to a pixel value before setting the window background color. * src/nativeecho.c(main): echo NUL bytes if asked to do so. ChangeLog | 8 ++++++++ src/iso2022.c | 3 +++ src/nativeecho.c | 4 ++-- src/vte.c | 10 ++++++++++ src/vtebg.c | 2 -- 5 files changed, 23 insertions(+), 4 deletions(-) commit 69b532595d44d55d1816382b0788f7ceb6818e5b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 1 20:31:42 2003 +0000 - actually add those files (thanks snickell) src/vtebg.c | 679 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vtebg.h | 75 +++++++ 2 files changed, 754 insertions(+) commit 0e8b0b54ec3e1749fc7ca7511850472d2c349ff1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 1 19:56:13 2003 +0000 add a singleton object for managing copies of background images, either * src/vtebg.c, src/vtebg.h: add a singleton object for managing copies of background images, either the desktop background, an in-memory pixbuf, or an on-disk file, with tinting. Using a single store for this stuff lets multiple widgets share images and should reduce both CPU and memory consumption in applications which create more than one VteTerminal instance with similar settings. * src/vtedraw.c, src/vtedraw.h: adapt the set_background_pixbuf() interface to the vtebg method and rename to set_background_image(). * src/vteft2.c, src/vtegl.c, src/vtepango.c, src/vtepangox.c, src/vteskel.c, src/vtexft.c: update to work with newer vtebg/vtedraw interfaces. * src/vte.c(vte_terminal_filter_property_changes): remove in favor of vtebg method. Manage background state for vtebg. ChangeLog | 15 ++ src/Makefile.am | 2 + src/iso2022.c | 10 +- src/vte.c | 430 +++++++++++++------------------------------------------- src/vteapp.c | 10 +- src/vtedraw.c | 24 +++- src/vtedraw.h | 15 +- src/vteft2.c | 16 ++- src/vtegl.c | 30 ++-- src/vtepango.c | 35 ++--- src/vtepangox.c | 35 ++--- src/vteskel.c | 10 +- src/vtexft.c | 35 ++--- 13 files changed, 236 insertions(+), 431 deletions(-) commit 28a568698ade607798c95d2ec1790ebbe14d4757 Author: Miloslav Trmac <mitr@src.gnome.org> Date: Thu May 1 13:49:09 2003 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 68 ++++++++++++++++-------------------------------------------- 2 files changed, 22 insertions(+), 50 deletions(-) commit 252a3631c63a5724d71b0bd21ff7b7961e66b6b0 Author: Christian Rose <menthos@menthos.com> Date: Thu May 1 10:36:15 2003 +0000 Updated Swedish translation. 2003-05-01 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 +++ po/sv.po | 105 ++++++++++++++++++++++++++++------------------------------- 2 files changed, 53 insertions(+), 56 deletions(-) commit 974211c1a58896b827c75d23570cef4aa0e8ec56 Author: Kang Jeong-Hee <kz@src.gnome.org> Date: Thu May 1 07:08:12 2003 +0000 typo s/index.sgml/index.html/ ChangeLog | 4 ++++ doc/reference/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit c9962b2560c49547667904dadaa0759444b23ae6 (tag: vte_0_11_5) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 30 19:49:59 2003 +0000 add missing binary vte.spec | 1 + 1 file changed, 1 insertion(+) commit 1f2fd18e58649059e4d738ce723a50cf756d6a87 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 30 19:30:02 2003 +0000 - 0.11.5 NEWS | 2 ++ vte.spec | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) commit c80144000e5720ad8c8b923b2ce1b3ffa6f9651d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 30 18:35:39 2003 +0000 remove the unused DEFAULT_ISO_8859_1 case. don't call * src/vte.c(vte_sequence_handler_local_charset): remove the unused DEFAULT_ISO_8859_1 case. * src/vte.c(vte_terminal_class_init): don't call _vte_matcher_narrow_encoding(), because we don't need it any more. Change the error message emitted when _vte_matcher_wide_encoding() fails (#111925), and mark it for translation. * src/trie.c(main): don't call _vte_matcher_narrow_encoding() just to print its result. * src/vte.c(vte_terminal_set_encoding): include the right codeset name in the error message. * src/vteglyph.c(_vte_glyph_get): mark error message for translation. * src/matcher.c, src/matcher.h: remove _vte_matcher_narrow_encoding(). Make tables of strings "const". ChangeLog | 15 +++++++++++++++ src/matcher.c | 36 ++++++++++++------------------------ src/matcher.h | 3 --- src/trie.c | 1 - src/vte.c | 11 ++--------- src/vteglyph.c | 10 +++++++++- 6 files changed, 38 insertions(+), 38 deletions(-) commit 154b6ffdb09889a41f1caba82d7293d6ccdab1da Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 29 17:56:19 2003 +0000 set the IM context's client window to NULL before unreferencing it to * src/vte.c(vte_terminal_unrealize): set the IM context's client window to NULL before unreferencing it to avoid crashes when preedit is active. ChangeLog | 4 ++++ src/vte.c | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) commit c6967c55ed737c2ed1c519d848174f68ca170e2a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 29 16:52:04 2003 +0000 add keymaps for GDK_slash and GDK_question (#108299). * src/keymap.c: add keymaps for GDK_slash and GDK_question (#108299). ChangeLog | 3 +++ src/keymap.c | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) commit 16a72b71bb75ac64fca98ca3daf7eeaa2c4a7e48 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 29 15:43:42 2003 +0000 use INT_MAX instead of LONG_MAX when passing in the maximum length, * src/vterdb.c(_vte_rdb_get): use INT_MAX instead of LONG_MAX when passing in the maximum length, because it's returned in an int. ChangeLog | 4 ++++ src/vterdb.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 6534a2f48639ccf6c22b78aa852be48c2f79278a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 29 15:36:55 2003 +0000 fix the UTF-8 sample text which corresponds to the ISO-2022-KR sample text * src/iso2022.txt: fix the UTF-8 sample text which corresponds to the ISO-2022-KR sample text so that it actually matches the text. ChangeLog | 4 ++++ src/iso2022.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 16e0c53e29143b5116695a6950804dca6275d112 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 29 14:53:38 2003 +0000 add map for CP437. add. add CP437. add unitable.CP437 to the file list. * src/iso2022.c(_vte_iso2022_map_U): add map for CP437. * src/unitable.CP437: add. * src/mkunitables.sh: add CP437. * src/Makefile.am: add unitable.CP437 to the file list. ChangeLog | 10 +++++ src/Makefile.am | 1 + src/cp437.py | 9 ++++ src/iso2022.c | 47 ++++++++++++++----- src/mkunitables.sh | 14 +++--- src/unitable.CP437 | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++ vte.spec | 2 +- 7 files changed, 194 insertions(+), 18 deletions(-) commit 391a3afbbbb5d40c624708e6697626199af8f358 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 29 03:12:32 2003 +0000 rework to simplify the logic of how many cells to invalidate when we have * src/vte.c(vte_invalidate_cursor_once): rework to simplify the logic of how many cells to invalidate when we have a preedit string. * src/vte.c(vte_terminal_paint): draw the preedit string correctly for cases more complicated than the default IM (seems to fix #111767). * src/vterdb.c(_vte_rdb_get): use g_strncpy() and the property length to avoid going past the end of the possibly-not-nul-terminated string. * src/Makefile.am: build a standalone vterdb binary. ChangeLog | 9 +++++++++ src/Makefile.am | 6 +++++- src/vte.c | 54 +++++++++++++++++++++++++++++++++++++----------------- src/vterdb.c | 9 ++++++--- 4 files changed, 57 insertions(+), 21 deletions(-) commit 627ac390f1a7f28751aa641bf2e96ba7781aef24 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 29 01:42:27 2003 +0000 add another flag to skip over sanity-checking the buffer when adding * src/vte.c(vte_terminal_insert_char): add another flag to skip over sanity-checking the buffer when adding characters. * src/vte.c(vte_terminal_process_incoming): sanity-check the buffer only when necessary to save time. * src/vte.c(vte_terminal_scroll_region): invalidate the region which is exposed when we scroll so that the entire cell gets redrawn, avoiding clipping problems (#111683). * src/vte.c(vte_terminal_paint): fix math for determining where to stop drawing. * src/vte.c(vte_terminal_fill_rectangle): rename to ..._int to reduce confusion over which internal drawing commands are offset and which are not. * src/vte.c(vte_terminal_insert_char): if performing a single substitution, check the encoded width of the output char, not the input char, which doesn't have one. ChangeLog | 17 ++++++++++++++ src/vte.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 76 insertions(+), 20 deletions(-) commit ca7af3ccfda6c0b2e2360b35b61417b41bcf8050 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 28 18:58:55 2003 +0000 add routines for pulling Xft antialiasing and hinting options from the * src/vterdb.c, src/vterdb.h: add routines for pulling Xft antialiasing and hinting options from the resource database. * src/vtefc.c(_vte_fc_patterns_from_pango_font_desc): apply settings from the resource database after applying settings from GTK+. * src/vtefc.c(_vte_fc_defaults_from_rdb): added, for adding default settings based on the resource database. ChangeLog | 8 +++ src/Makefile.am | 2 + src/vtefc.c | 120 ++++++++++++++++++++++++-------- src/vterdb.c | 208 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vterdb.h | 36 ++++++++++ 5 files changed, 347 insertions(+), 27 deletions(-) commit fab57ffc0e0965d8c648a6e112b9885f6b24eac6 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 28 00:47:23 2003 +0000 complain when the installed version of GTK+ doesn't support reporting Xft * src/vtefc.c(_vte_fc_defaults_from_gtk): complain when the installed version of GTK+ doesn't support reporting Xft antialiasing and hinting settings. ChangeLog | 5 +++++ src/vtefc.c | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) commit e6efd20998b591d5ef15b2f128b65164b79191a2 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 25 19:40:48 2003 +0000 freeze the window when scrolling down in a restricted scrolling area * src/vte.c(vte_sequence_handler_sf): freeze the window when scrolling down in a restricted scrolling area again. ChangeLog | 4 ++++ src/vte.c | 2 ++ 2 files changed, 6 insertions(+) commit f90b5a787b177a9daac44b4feb086d6e6cc6f93b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 21:59:44 2003 +0000 - src/vteaccess.c: tweak that debug warning again src/vteaccess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit eb6079bca4dabb469678f3b40f594ea5342f154e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 21:21:22 2003 +0000 save the new codeset. compare the new codeset to the name of the UTF-8 * src/iso2022.c(_vte_iso2022_state_set_codeset): save the new codeset. * src/iso2022.c(process_cdata): compare the new codeset to the name of the UTF-8 codeset instead of the local codeset to see if we need to notify callers of a change. ChangeLog | 6 ++++++ doc/reference/tmpl/vteaccess.sgml | 1 + src/iso2022.c | 6 ++++-- 3 files changed, 11 insertions(+), 2 deletions(-) commit 8aacd3df5a33deb3f39aeee8f7f54bba2cd94890 (tag: vte_0_11_4) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 19:28:53 2003 +0000 - 0.11.4 NEWS | 3 +++ vte.spec | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) commit 9981b4d6dc6dee72cb87016d6a9c569fbb713b99 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 18:45:00 2003 +0000 don't use the window freeze count to check if it's safe to scroll using * src/vte.c(vte_sequence_handler_sf): don't use the window freeze count to check if it's safe to scroll using gdk_window_scroll(), require other parts of this widget to declare it unsafe for those cases. ChangeLog | 5 +++++ src/vte.c | 27 +++++++++++---------------- 2 files changed, 16 insertions(+), 16 deletions(-) commit ed1e60faf9bbcb50302a3348d01455c7b4c42826 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 18:17:17 2003 +0000 take an explicit XftFont instead of figuring out which one to use * src/vtexft.c(_vte_xft_char_width): take an explicit XftFont instead of figuring out which one to use ourselves. * src/vtexft.c(_vte_xft_draw_text): pass the XftFont which we're already using to _vte_xft_char_width to save a call to _vte_xft_font_for_char. ChangeLog | 6 ++++++ src/vtexft.c | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) commit fe43594cdd3e980af12be3f1a7b86b1ad8eea84a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 17:55:44 2003 +0000 accept libtool 1.5 in addition to 1.4 (#15968). * autogen.sh: accept libtool 1.5 in addition to 1.4 (#15968). ChangeLog | 3 +++ autogen.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) commit ab6bab86c9f3c819af8a6c09a7b07529769982d1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 03:23:53 2003 +0000 add some detail to debug warning when gail isn't loaded. * src/vteaccess.c: add some detail to debug warning when gail isn't loaded. src/vteaccess.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit c165224d950f6d78d8d4b870e05d931144f64f77 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 03:03:51 2003 +0000 add. call _vte_terminal_accessible_ref to ensure that accessible signals * src/vte.c,src/vte.h: (_vte_terminal_accessible_ref): add. * src/vteaccess.c(vte_terminal_accessible_new): call _vte_terminal_accessible_ref to ensure that accessible signals are going to be emitted. ChangeLog | 6 ++++++ src/vte.c | 11 +++++++++-- src/vte.h | 3 +++ src/vteaccess.c | 1 + src/vteaccess.h | 1 - 5 files changed, 19 insertions(+), 3 deletions(-) commit 6f90d7c16e2263ac837a7a552c6cb0b7c5a1a83d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 02:50:55 2003 +0000 formatting fixup. formatting fixups. Try using U+FFFF as the "invalid" * src/dumpkeys.c: formatting fixup. * src/iso2022.c: formatting fixups. Try using U+FFFF as the "invalid" marker character instead of '?', because it's actually invalid. * src/pty.c: formatting fixup. * src/reflect.c: formatting fixup. * src/ring.c: formatting fixup. * src/ssfe.c: formatting fixups. * src/trie.c: formatting fixup. * src/vte.c: formatting fixups. * src/vte.c(vte_terminal_get_accessible): don't add a weak pointer to the AtkObject if it isn't a valid AtkObject. Only emit text-changed signals if we managed to create a valid accessible peer. * src/vteaccess.c: formatting fixups. * src/vteaccess.c(vte_terminal_accessible_init): unset the EXPANDABLE Atk state. Set the RESIZABLE state. * src/vteaccess.c(vte_terminal_accessible_class_init): Remove spurious(?) call to bind_textdomain. * src/vteaccess.c(vte_terminal_accessible_get_type): check if the accessible peer of our peer's ancestor is derived from GtkAccessible, and if it isn't derive from GtkAccessible instead of that. * src/vteaccess.c(vte_terminal_accessible_get_type): register our factory type. * src/vteaccess.c, src/vteaccess.c: add VteTerminalAccessibleFactory. * src/vtedraw.c: formatting fixup. ChangeLog | 26 +++++ src/dumpkeys.c | 2 +- src/iso2022.c | 4 +- src/pty.c | 2 +- src/reflect.c | 2 +- src/ring.c | 2 +- src/ssfe.c | 12 +- src/trie.c | 2 +- src/vte.c | 23 ++-- src/vteaccess.c | 345 ++++++++++++++++++++++++++++++++++---------------------- src/vteaccess.h | 41 +++++++ src/vtedraw.c | 2 +- 12 files changed, 303 insertions(+), 160 deletions(-) commit d99012f3a7f002824c71730a619944f6478afad7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 24 00:52:15 2003 +0000 always refetch the root pixmap if we don't currently have a background * src/vte.c(vte_terminal_background_update): always refetch the root pixmap if we don't currently have a background image (#111386). ChangeLog | 4 ++++ src/vte.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) commit 7c7ca5b8bcd15cca704f39a43bd1bbbad8ac194b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 23 20:13:08 2003 +0000 - fix incorrect signal name when connecting src/vteaccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a9a6b1c8657a7c90647bfafc74e962df5b8b83ba Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 23 19:55:55 2003 +0000 implement an AtkComponent interface (part of #110770). set the focus state * src/vteaccess.c: implement an AtkComponent interface (part of #110770). * src/vteaccess.c(vte_terminal_accessible_focus_in): set the focus state on the accessible peer (part of #110770). * src/vteaccess.c(vte_terminal_accessible_focus_out): unset the focus state on the accessible peer (part of #110770). * src/vteaccess.c(vte_terminal_accessible_init): connect to the widget's visibility-notify signals. * src/vteaccess.c(vte_terminal_accessible_finalize): disconnect from the widget's visibility-notify signals. ChangeLog | 12 +++ src/vteaccess.c | 279 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 289 insertions(+), 2 deletions(-) commit 119a00f1c81c7ec60a3f962e9c500b2dce3bd178 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 23 15:35:53 2003 +0000 don't bother generating a new pixmap or panning the pixbuf -- we can use * src/vte.c(vte_terminal_background_update): don't bother generating a new pixmap or panning the pixbuf -- we can use the desaturated pixbuf directly now (#111386). * src/vte.c(vte_terminal_paint): use the drawing offsets because we don't regenerate new background pixmaps when the window is moved. * src/vte.c(vte_terminal_draw_cells): add jittered bold text back in, fell out in the drawing overhaul (#111430). ChangeLog | 9 +++ src/vte.c | 244 +++++++++++++++++++++----------------------------------------- 2 files changed, 91 insertions(+), 162 deletions(-) commit 41630383d7e3d902d4134089848e40bff200fc02 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 22:16:19 2003 +0000 account for valid CSI sequences which were missed earlier. * src/iso2022.c(_vte_iso2022_fragment_input): account for valid CSI sequences which were missed earlier. ChangeLog | 4 ++++ src/iso2022.c | 14 +++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) commit 66ff84b4b341fb4d66bfe9ba089368c53b0bbb9f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 21:38:40 2003 +0000 dispose of the PTY completely (#107534). dispose of the PTY completely * src/vte.c(vte_terminal_eof): dispose of the PTY completely (#107534). * src/vte.c(vte_terminal_child_exited): dispose of the PTY completely (#107534). ChangeLog | 4 ++++ src/vte.c | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) commit b8cd0940d25990dbe06c7d5c7540c7fdde5027cf Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 20:43:34 2003 +0000 add missing check for recvmsg. formatting and spelling fixes. reorganize. * configure.in: add missing check for recvmsg. * gnome-pty-helper/gnome-login-support.c: formatting and spelling fixes. * gnome-pty-helper/gnome-login-support.c(n_read): reorganize. * gnome-pty-helper/gnome-login-support.c(n_write): add. * gnome-pty-helper/gnome-login-support.h: add prototype for n_write. * gnome-pty-helper/gnome-pty-helper.c: only define the I_SENDFD version of pass_fd() if I_SENDFD is defined, to clarify compile errors when it isn't defined. * src/pty.c(main): exercise session logging. * src/pty.c(_vte_pty_open_with_helper): add more debug messages. ChangeLog | 12 ++++++ configure.in | 2 +- gnome-pty-helper/gnome-login-support.c | 75 ++++++++++++++++++++++------------ gnome-pty-helper/gnome-login-support.h | 1 + gnome-pty-helper/gnome-pty-helper.c | 59 +++++++++++++------------- gnome-pty-helper/gnome-utmp.c | 15 +++---- src/pty.c | 28 ++++++++++--- 7 files changed, 126 insertions(+), 66 deletions(-) commit 91249799a1adb5fe177b61752986786769cb72fa Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 18:51:06 2003 +0000 force visible widths to 2 columns for CJK maps which use 2 bytes per * src/iso2022.c(_vte_iso2022_map_get): force visible widths to 2 columns for CJK maps which use 2 bytes per character. * src/iso2022.c(_vte_iso2022_fragment_input): recognize CSI/OSC/PM sequences as control sequences and not raw text, allowing us to treat them specially later. * src/iso2022.c(process_control): pass CSI/OSC/PM sequences through unmodified (without going through maps). ChangeLog | 9 +++++ src/iso2022.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 108 insertions(+), 20 deletions(-) commit b0e4d9016d8f5c138eb0102481a340a3082627d8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 04:48:15 2003 +0000 don't bother doing anything if we're fully obscured (related to #102703). * src/vte.c(vte_invalidate_cursor_once): don't bother doing anything if we're fully obscured (related to #102703). ChangeLog | 6 +++++- src/vte.c | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) commit ba4f0b1d5c5ca4c1613cd9c582ee3ae35a696b73 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 04:29:56 2003 +0000 stop messing with fontconfig's list of font directories. * src/vteapp.c(main): stop messing with fontconfig's list of font directories. ChangeLog | 4 ++++ src/vteapp.c | 14 -------------- 2 files changed, 4 insertions(+), 14 deletions(-) commit 42bca0ff2a787ba93f33cb4c5bc7462dd93ee463 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 04:27:46 2003 +0000 rework link order so that xft2 is linked before anything else. You're * configure.in: rework link order so that xft2 is linked before anything else. You're still screwed if you link with both xft1 and xft2 libs, but maybe this'll help, even though it shouldn't (#107285). ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 55adb3860dc5c82f853ca09509dad7365c92a440 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 04:09:29 2003 +0000 - add bug ID ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 2eb1be31c0f55444a04926642e182c4a7f5a05e0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 22 04:08:12 2003 +0000 fix a couple of #errors. if the area we're invading is on the edge, * src/vteglyph.c: fix a couple of #errors. * src/vte.c(vte_invalidate_cells): if the area we're invading is on the edge, invalidate the edge as well. * src/pty.c: implement and use wrappers for read and write which handle EINTR and EAGAIN. * src/vte.c(vte_terminal_scroll_region): don't use gdk_window_scroll if the window is frozen for updates. * src/vte.c(vte_terminal_sequence_handler_sf): when scrolling down with a defined scrolling region, freeze the window to avoid flicker. ChangeLog | 11 +++++++ src/pty.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++----------- src/vte.c | 47 ++++++++++++++++++++++++----- src/vteglyph.c | 4 +-- 4 files changed, 128 insertions(+), 28 deletions(-) commit 27571eb6126ef16527021fe6ae3845db72c43eb1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 22:12:25 2003 +0000 don't bail out if read() returns -1 and errno is either EINTR or EAGAIN, * gnome-pty-helper/gnome-login-support.c(n_read): don't bail out if read() returns -1 and errno is either EINTR or EAGAIN, candidate fix for #107534. ChangeLog | 5 +++++ gnome-pty-helper/gnome-login-support.c | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit c12cd952b13bbccc6b28367a877d5a3b520eff76 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 21:57:04 2003 +0000 add a couple of assertions here just to be sure (#108066). * src/vte.c(vte_terminal_io_read): add a couple of assertions here just to be sure (#108066). ChangeLog | 4 ++++ src/vte.c | 2 ++ 2 files changed, 6 insertions(+) commit 09204fe9202ac6fd1049a011728bd4b1430a9213 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 21:48:03 2003 +0000 don't depend on PATH_MAX being available and correct (#109805). don't * src/pty.c(_vte_pty_ptsname): don't depend on PATH_MAX being available and correct (#109805). * src/vte.c(vte_terminal_set_termcap): don't depend on PATH_MAX being available and correct (#109805). * src/vte.c(vte_terminal_io_read): fix signed/unsigned comparison (#108066). ChangeLog | 8 +++++++ gnome-pty-helper/gnome-login-support.c | 40 +++++++++++++++++++++------------ src/pty.c | 31 +++++++++++++++++-------- src/vte.c | 41 ++++++++++++++++++++++------------ 4 files changed, 83 insertions(+), 37 deletions(-) commit ac8d4312a324bc5b6a591186fc96ba57f5555a2b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 20:34:10 2003 +0000 add MESSAGE-OF-DOOM to EXTRA_DIST make Alt+Return generate ESC newline * Makefile.am: add MESSAGE-OF-DOOM to EXTRA_DIST * src/keymap.c: make Alt+Return generate ESC newline (#108863). ChangeLog | 4 ++++ Makefile.am | 2 +- src/keymap.c | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) commit dc73e632cf03e3e764223628dce4b435edd44a95 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 20:09:45 2003 +0000 really drop this file src/unitable.KSC5601 | 17047 ------------------------------------------------- 1 file changed, 17047 deletions(-) commit ce2e40099e9113f32fc473866158c7cf9048b2b6 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 20:05:30 2003 +0000 drop unitable.KSC5601 fixup comment re: KS X 1001 (#107119). add two * src/Makefile.am: drop unitable.KSC5601 * src/iso2022.c: fixup comment re: KS X 1001 (#107119). * src/mkunitables.sh: add two characters from KS X 1001:1998 (#107119). ChangeLog | 13 +++++++++---- src/Makefile.am | 1 - src/iso2022.c | 3 ++- src/mkunitables.sh | 8 ++++++-- src/unitable.KSX1001 | 2 ++ 5 files changed, 19 insertions(+), 8 deletions(-) commit e3263d8cfcff27edf58bebead7e9899fc25d4262 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 19:35:16 2003 +0000 don't try to process incoming data if there isn't any (#110946). mark a * src/vte.c(vte_terminal_eof): don't try to process incoming data if there isn't any (#110946). * src/vtexft.c: mark a warning message for translation. * src/vtegl.c: make the warning when glX isn't available debug-only. ChangeLog | 6 ++++++ src/vte.c | 4 +++- src/vtegl.c | 2 ++ src/vtexft.c | 10 +++++++++- 4 files changed, 20 insertions(+), 2 deletions(-) commit d8fe8eaf81fa1a4d8e13d996eb856d0b444e46d4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 19:01:58 2003 +0000 use #if HAVE_DECL_XXX instead of #ifdef HAVE_DECL_XXX, noted by Bob Doan. * src/vteglyph.c: use #if HAVE_DECL_XXX instead of #ifdef HAVE_DECL_XXX, noted by Bob Doan. ChangeLog | 4 ++++ src/vteglyph.c | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) commit e5a1bd96f1df0de2e22b10ab208094b381f7aa93 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 02:50:46 2003 +0000 - ident tagging - header reorg - ident tagging - header reorg src/vte.c | 2 ++ src/vteaccess.c | 2 ++ src/vteapp.c | 2 ++ src/vtedraw.c | 1 + src/vtefc.c | 3 +++ src/vteft2.c | 2 ++ src/vtegl.c | 3 +++ src/vteglyph.c | 1 + src/vtepango.c | 3 +++ src/vtepangox.c | 7 ++++--- src/vtergb.c | 1 + src/vteskel.c | 3 +++ src/vtexft.c | 2 ++ 13 files changed, 29 insertions(+), 3 deletions(-) commit c5310364b35cfac035f88f6780965d5afce73709 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 21 02:45:11 2003 +0000 work around for garbled glyphs when drawing runs of text using multiple * src/vtexft.c: work around for garbled glyphs when drawing runs of text using multiple fonts while mixing bitmap and antialiased fonts ChangeLog | 4 ++++ src/vtexft.c | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 36 insertions(+), 1 deletion(-) commit 9003aca9c2dda02997255aff5d25a79947dc8011 (tag: vte_0_11_3) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 18 00:31:22 2003 +0000 - 0.11.3 NEWS | 2 ++ vte.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) commit 439b759cbfe698e7e0237bb0d97786e841a6ad36 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 18 00:16:52 2003 +0000 - add src/unitable.KSX1001 | 8225 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 8225 insertions(+) commit 10dd7a33e526cb9883e34dda5de83ed4b542bc7d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 18 00:16:19 2003 +0000 add missing prototype for vte_terminal_process_incoming(). * src/vte.c: add missing prototype for vte_terminal_process_incoming(). ChangeLog | 3 +++ src/vte.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit 7abd52c1048aa299154b8e03635f915c8177575b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 18 00:14:55 2003 +0000 quiet a compiler warning. use KSX-1001 instead of KSC-5601 for Korean, add * src/vteglyph.c(_vte_glyph_get): quiet a compiler warning. * src/iso2022.c: use KSX-1001 instead of KSC-5601 for Korean, add maps for CNS 11643 planes 3,4,5,6,7 (can't test them, but hey). Rework so that we get the data before it's passed to g_iconv(), and stuff gunichars into an array for the caller. * src/interpret.c: adapt to changes in the iso2022 interfaces. * src/vte.c: adapt to changes in the iso2022 interfaces. * src/mkunitables.sh: add snippets for KSX 1001. * src/iso2022.txt: add iso-2022-cn example text. ChangeLog | 11 + src/Makefile.am | 5 +- src/interpret.c | 189 +++--- src/iso2022.c | 1773 +++++++++++++++++++++++++++++++--------------------- src/iso2022.h | 25 +- src/iso2022.txt | 2 + src/mkunitables.sh | 4 +- src/vte.c | 545 ++++++---------- src/vteglyph.c | 1 + 9 files changed, 1363 insertions(+), 1192 deletions(-) commit cfe30db72f22a3c70a981e46bcd2a800210e92c4 (tag: vte_0_11_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 17 16:02:17 2003 +0000 0.11.2 NEWS | 2 ++ vte.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) commit 70a4202f0a0b2f9f3308ab7d3606d725d095d123 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 17 15:44:14 2003 +0000 invalidate a larger rectangle to fix behavior wrt openi18n assertion 2. * src/vte.c(vte_terminal_process_incoming): invalidate a larger rectangle to fix behavior wrt openi18n assertion 2. ChangeLog | 4 ++++ src/vte.c | 16 ++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) commit d08be0223b4f3e714a7e218a2831caa6042ca0ec Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 16 22:14:42 2003 +0000 fix logic error drawing the cursor which caused ALTGR characters to always * src/vte.c(vte_terminal_paint): fix logic error drawing the cursor which caused ALTGR characters to always be used. Draw the preedit string in the right location. * src/vte.c(vte_invalidate_cursor_once): expose the visible width of the preedit string, not its length. ChangeLog | 7 ++++ src/vte.c | 138 ++++++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 115 insertions(+), 30 deletions(-) commit 7f3e85726efa33d937e4dee94e97db507831f448 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 15 16:40:15 2003 +0000 fix broken debug message. * src/vteaccess.c: fix broken debug message. ChangeLog | 3 +++ src/vteaccess.c | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 8f7ba9c45c5700bda437b021cd20a1555a0c4f9b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 15 15:46:21 2003 +0000 - correct bad cast src/vtepangox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 83d04891f50af2ac7a2c572abc4759bac3068434 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 15 15:43:52 2003 +0000 make row_data a structure containing an array instead of a simple array. * src/vte.c: make row_data a structure containing an array instead of a simple array. Add a field to row data structures which tracks whether or not we soft-wrapped from this line to the next one. Make use of the field when copying text and selecting by "line". * src/reflect.c: put the label in a scrolled window to avoid mad loops when we resize it to accomodate more text, which shrinks the terminal, which removes text from the label, which resizes it to be smaller, which gives the terminal more space, which adds text to the viewable area, which requires a bigger label, and so on. * src/vte.c: move vte_terminal_get_text_range logic into vte_terminal_get_text_range_maybe_wrapped for internal use, vte_terminal_get_text likewise. ChangeLog | 14 ++ gnome-pty-helper/gnome-pty-helper.c | 2 +- src/reflect.c | 10 +- src/vte.c | 390 ++++++++++++++++++++++-------------- 4 files changed, 267 insertions(+), 149 deletions(-) commit 05b79cf4de66af1658906580c04c41de43f815b6 Author: Ivan Stojmirov <stojmir@src.gnome.org> Date: Tue Apr 15 12:13:00 2003 +0000 added Macedonian translation po/mk.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) commit 62b9ee3bb402ee64ebd1b440fa6073f7172ef784 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 15 02:41:41 2003 +0000 don't snap the beginning of selection to the next line in select-by-line * src/vte.c: don't snap the beginning of selection to the next line in select-by-line mode. ChangeLog | 4 ++++ src/vte.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit bca5067bac3a54cefc1332fb98366a66d58c3256 (tag: vte_0_11_1) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 15 01:45:50 2003 +0000 - 0.11.1 NEWS | 6 ++++-- vte.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) commit 8c772bdb1f16839e9dcea3730d4335fbc747f192 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 15 00:05:35 2003 +0000 fix macro invocations so that when LCD and GRAY2/GRAY4 pixel modes are * configure.in, src/vteglyph.c: fix macro invocations so that when LCD and GRAY2/GRAY4 pixel modes are supported by freetype, we don't get confused by them. * src/vtepango.c, src/vtepangox.c: fix background scrolling. ChangeLog | 6 ++++++ configure.in | 12 ++++++------ src/vteglyph.c | 7 ++++++- src/vtepango.c | 21 +++++++-------------- src/vtepangox.c | 23 ++++++++--------------- 5 files changed, 33 insertions(+), 36 deletions(-) commit e3f4cc36d7e6bc29db5fefca8d6370a3f388d18f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 14 23:31:59 2003 +0000 require automake 1.6, 1.5 chokes on AM_LDFLAGS, which 1.7 wants instead of * autogen.sh: require automake 1.6, 1.5 chokes on AM_LDFLAGS, which 1.7 wants instead of LDFLAGS(!). Require autoconf 2.52 or newer, because older versions bail on configure.in. * configure.in: Check if ft_render_mode_mono, FT_RENDER_MODE_NORMAL, FT_PIXEL_MODE_MONO, ft_pixel_mode_mono, FT_PIXEL_MODE_GRAY2, FT_PIXEL_MODE_GRAY4, FT_PIXEL_MODE_GRAY, ft_pixel_mode_grays, FT_PIXEL_MODE_LCD are declared. * src/vte.c, src/vteapp.c, src/vtefc.c, src/vtepango.c: handle being built with GTK+ 2.0 or 2.2. * src/vtegl.c: disable for GTK+ < 2.2.0. * src/vtepangox.c: use a PangoX context instead of a Pango context when determining font metrics. * src/vteglyph.c: handle the twisty maze of load and render options and pixel modes which various versions of freetype support. ChangeLog | 16 ++++++++++++++++ autogen.sh | 36 +++++++++++++++++++++++++---------- configure.in | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++------- src/reaper.c | 1 + src/vte.c | 15 +++++++++++---- src/vteapp.c | 7 +------ src/vtedraw.c | 2 ++ src/vtefc.c | 10 ++++++++++ src/vtegl.c | 3 +++ src/vteglyph.c | 28 ++++++++++++++++++++++----- src/vtepango.c | 18 +++++++++++++++++- src/vtepangox.c | 15 ++++++++++++--- 12 files changed, 174 insertions(+), 36 deletions(-) commit 0e259e346a7b5487ac7ebfdae90bbb8013f719f1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 14 19:41:12 2003 +0000 disable pangox, xft, glx drawing if run invoked with the --without-x flag. * configure.in: disable pangox, xft, glx drawing if run invoked with the --without-x flag. * vte.pc.in: include CFLAGS found by AC_PATH_XTRA when built with X. * src/iso2022.c(_vte_iso2022_substitute_single): clean up and ensure that ambiguous widths are respected. * src/iso2022.c, src/iso2022.h: add _vte_iso2022_unichar_width(). * src/vte.c: remove old xft2/xft1/pango/pangox/core drawing code, making draw the only supported method. Remove most dependencies on gdkx and Xlib, except for root pixmap ID watching. * src/vtedraw.c: only use pangox, xft if X_DISPLAY_MISSING is not defined. * src/vtedraw.c, src/vtedraw.h: add get_using_fontconfig() method. * src/vte.c(vte_terminal_get_using_xft): use _vte_draw_get_using_fontconfig(), which is what apps really want to know when they call this function. * src/vtegl.c: wrap in #ifndef X_DISPLAY_MISSING. * src/vtepangox.c: wrap in #ifndef X_DISPLAY_MISSING. * src/vtexft.c: wrap in #ifndef X_DISPLAY_MISSING. * src/vteglyph.c(_vte_glyph_cache_set_description): use horizontal advance instead of bitmap width when calculating display widths. Rename to _vte_glyph_cache_set_font_description. ChangeLog | 23 + configure.in | 90 +- src/iso2022.c | 24 +- src/iso2022.h | 1 + src/vte.c | 3341 +++++++++---------------------------------------------- src/vtedraw.c | 14 + src/vtedraw.h | 24 +- src/vtefc.c | 113 +- src/vteft2.c | 14 +- src/vtegl.c | 9 + src/vteglyph.c | 49 +- src/vteglyph.h | 6 +- src/vtepango.c | 32 +- src/vtepangox.c | 32 +- src/vteskel.c | 7 + src/vtexft.c | 9 + vte.pc.in | 2 +- 17 files changed, 854 insertions(+), 2936 deletions(-) commit dca7f0cdfcc4eba1e2238cd26fb3eb6a3ae58016 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 9 20:11:52 2003 +0000 add back some variables which are used after all. * src/vte.c: add back some variables which are used after all. ChangeLog | 3 +++ src/vte.c | 6 ++++++ 2 files changed, 9 insertions(+) commit 26307a1dfd36f7b9af30ebd28805cd59e48e3694 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Apr 9 20:01:50 2003 +0000 add specific checks for PangoX and glX. add drawing method using freetype * configure.in: add specific checks for PangoX and glX. * src/vteft2.c, src/vteft2.h: add drawing method using freetype and GdkRGB. * src/vteglyph.c, src/vteglyph.h: add. * src/vtepangox.c, src/vtepangox.h: add drawing method using PangoX. * src/vtergb.c, src/vtergb.h: add. * src/vtegl.c, src/vtegl.h: add placeholder drawing method using freetype and glX. * src/Makefile.am: add newly-added source files to libvte.la target. * src/vtedraw.c, src/vtedraw.h: add get_visual and get_colormap methods so that drawing methods can override the default visual and colormap. Rename get_text_base() to get_text_ascent(), which is more correct. Remove scroll(), which would just wrap gdk_window_scroll(). * src/vte.c: fix logic for choosing alternate render methods when VTE_USE_XFT is "0". * src/vteapp.c: add -- option to stop parsing options with getopt. * src/vtefc.c: fix incorrect DPI read due to type mismatch (#109513). ChangeLog | 19 ++ configure.in | 68 +++++- src/Makefile.am | 44 ++-- src/vte.c | 23 +- src/vteapp.c | 10 +- src/vtedraw.c | 44 ++-- src/vtedraw.h | 12 +- src/vtefc.c | 13 +- src/vteft2.c | 338 ++++++++++++++++++++++++++ src/vteft2.h | 35 +++ src/vtegl.c | 414 ++++++++++++++++++++++++++++++++ src/vtegl.h | 35 +++ src/vteglyph.c | 728 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteglyph.h | 86 +++++++ src/vtepango.c | 42 ++-- src/vtepangox.c | 466 ++++++++++++++++++++++++++++++++++++ src/vtepangox.h | 35 +++ src/vtergb.c | 260 ++++++++++++++++++++ src/vtergb.h | 52 ++++ src/vteskel.c | 35 +-- src/vtexft.c | 39 +-- vte.pc.in | 2 +- vte.spec | 6 +- 23 files changed, 2681 insertions(+), 125 deletions(-) commit f947682ae7c91de10542d69217496828122bd976 Author: Laurent Dhima <laurenti@src.gnome.org> Date: Mon Mar 31 08:36:26 2003 +0000 Added "sq" to ALL_LINGUAS * configure.in: Added "sq" to ALL_LINGUAS ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 492227858e294d598abfc1abd59b1a4f0459c7fd Author: Laurent Dhima <laurenti@src.gnome.org> Date: Mon Mar 31 08:33:05 2003 +0000 Added Albanian translation * sq.po: Added Albanian translation po/ChangeLog | 5 +++ po/sq.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+) commit 1692ef6e575bceabc62527ae367360f892176ffc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 27 20:45:22 2003 +0000 - sprinkle various CFLAGS throughout src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 094ec6f9e8c2ff9176411ca5a5876b8130153782 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 27 00:48:54 2003 +0000 - more automake-1.7 changes, should properly accept 1.7, 1.6 or 1.5 now autogen.sh | 22 +++++++++------------- gnome-pty-helper/Makefile.am | 4 ++-- 2 files changed, 11 insertions(+), 15 deletions(-) commit 30195a9b175f3d1fe8f78ab3af321eb170ce8cb8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 27 00:39:53 2003 +0000 specify AM_CFLAGS and AM_LDFLAGS instead of CFLAGS and LDFLAGS so that * src/Makefile.am: specify AM_CFLAGS and AM_LDFLAGS instead of CFLAGS and LDFLAGS so that automake 1.7 doesn't kick us to the curb ChangeLog | 4 ++++ src/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 71154e5b4c8ac4e2725a6d92e79bc248c8061dbb (tag: vte_0_11_0) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 26 19:30:43 2003 +0000 commit useful news NEWS | 2 ++ 1 file changed, 2 insertions(+) commit 2d71c2855ee2886654dede15fbca46734be4198a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 17 19:23:10 2003 +0000 - copy AC_CHECK_FT2 to VTE_CHECK_FT2 and use it instead -- some systems with freetype development stuff still don't include the right autoconf macros (#108481) acinclude.m4 | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 5 ++- 2 files changed, 147 insertions(+), 2 deletions(-) commit 8623bfb400d8f56b916f1fb5367cfaae0981445f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 17 17:53:04 2003 +0000 - warn when freetype devel stuff isn't present, becuase we need it to supply the AC_CHECK_FT2 macro autogen.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 160c94bbca71b9fd92113faae0bebc4cad60d7ed Author: Metin Amiroff <metin@karegen.com> Date: Fri Mar 14 18:56:44 2003 +0000 Updated Azerbaijani translation. 2003-03-14 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation. po/ChangeLog | 4 ++++ po/az.po | 66 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 37 insertions(+), 33 deletions(-) commit 937ca9b1422e28330e8ae4f386dac963556ea33f Author: Christian Rose <menthos@menthos.com> Date: Thu Mar 13 13:14:42 2003 +0000 Added "ml" to ALL_LINGUAS. Added Malayalam translation by FSF-India 2003-03-13 Christian Rose <menthos@menthos.com> * configure.in: Added "ml" to ALL_LINGUAS. * po/ml.po: Added Malayalam translation by FSF-India <locale@gnu.org.in>. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 5 +++ po/ml.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 130 insertions(+), 1 deletion(-) commit d4c4742e3a3b5218b15574a1367a704d34dc8fb1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Mar 7 17:51:41 2003 +0000 - actually add these files src/vteskel.c | 210 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteskel.h | 35 ++++++++++ 2 files changed, 245 insertions(+) commit 84ae030f2516fddcc597778a46e7754e23f8c7d2 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Mar 7 17:51:21 2003 +0000 adjust coordinates for the border when clearing rectangles. add. use the * src/vte.c(vte_terminal_paint): adjust coordinates for the border when clearing rectangles. * src/vteskel.c, src/vteskel.h: add. * src/vtedraw.c: use the skeleton drawing code. ChangeLog | 5 ++++ src/Makefile.am | 2 ++ src/vte.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++----------- src/vtedraw.c | 2 ++ 4 files changed, 72 insertions(+), 14 deletions(-) commit 037cb1da6a82cb9bef6a73b8e67a49b8ed4e531e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Mar 7 16:54:13 2003 +0000 watch for Visibility events. don't synthesize an expose event if we're * src/vte.c(vte_terminal_visibility_notify): watch for Visibility events. * src/vte.c(vte_invalidate_cells,vte_invalidate_all): don't synthesize an expose event if we're fully obscured, that's just silly. ChangeLog | 6 ++++++ src/vte.c | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) commit e99c7b9d6bf07cfbbcb786769a7f41e17da80fb0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Mar 7 00:28:21 2003 +0000 take a const GdkColor* instead of a non-const color. * src/vte.c, src/vte.h(vte_terminal_set_background_tint_color): take a const GdkColor* instead of a non-const color. ChangeLog | 4 ++++ src/vte.c | 3 ++- src/vte.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) commit 7ff66739d0e5a603a7c6ba37ef075934135fd7c5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 6 17:25:44 2003 +0000 regenerate. update for vte_char_attributes rename. * python/vte.defs: regenerate. * python/vte.override: update for vte_char_attributes rename. ChangeLog | 4 ++++ python/vte.defs | 46 ++++++++++++++++++++++++++++++++++++++++++++++ python/vte.override | 12 ++++++------ 3 files changed, 56 insertions(+), 6 deletions(-) commit 727213593e805e1eff6fd7e7036885ffd4795542 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 6 17:20:33 2003 +0000 rename struct vte_char_attributes to VteCharAttributes, fixup some docs. * src/vte.c, src/vte.h, src/vteaccess.c: rename struct vte_char_attributes to VteCharAttributes, fixup some docs. * doc/reference: finish up docs. ChangeLog | 5 + doc/reference/tmpl/reaper.sgml | 2 +- doc/reference/tmpl/vte-unused.sgml | 195 +++++++++++++++++++++++++++++++++++++ doc/reference/tmpl/vte.sgml | 62 ++++++++---- doc/reference/tmpl/vteaccess.sgml | 2 +- doc/reference/vte-sections.txt | 48 +++++++-- src/vte.c | 59 +++++------ src/vte.h | 5 +- src/vteaccess.c | 16 +-- 9 files changed, 328 insertions(+), 66 deletions(-) commit 4de594de6072f866ec78600166309a1232656bbc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 5 22:55:08 2003 +0000 add FT2_LIBS and FT2_CFLAGS to our libs and cflags. Add xft >= 2.0 and * vte.pc.in: add FT2_LIBS and FT2_CFLAGS to our libs and cflags. Add xft >= 2.0 and fontconfig as hard requirements. ChangeLog | 4 ++++ vte.pc.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 6b9ac417b5cfa881b0f24cdf7e86950f8b16377a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 5 22:36:42 2003 +0000 don't spit out which rendering method we're using except in debug mode. * src/vtedraw.c: don't spit out which rendering method we're using except in debug mode. ChangeLog | 4 ++++ src/vtedraw.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) commit 6f5d8d1e0747db823e73c4fb7642f7d5b41f740f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 5 22:34:34 2003 +0000 don't print "Bogus font." when we think the font metrics are screwy. * src/vtepango.c, src/vtexft.c: don't print "Bogus font." when we think the font metrics are screwy. ChangeLog | 4 ++++ src/vtepango.c | 1 - src/vtexft.c | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) commit c6c7bb21c498d9abe70d7f28bd867045bb0a68dc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 5 22:31:08 2003 +0000 require Xft2 and fontconfig, drop Xft1. Require freetype2. add xticker, * configure.in: require Xft2 and fontconfig, drop Xft1. Require freetype2. * src/Makefile.am, src/xticker.c: add xticker, useless but interesting. * src/vte.c, src/vte.h: add vte_terminal_set_scroll_background() to enable background scrolling (where supported by the drawing code). * src/vteapp.c: set the tinting color to the default background color to see what that's like. Add -s option to toggle scrolling backgrounds. * src/vtefc.c, src/vtefc.h: add. For converting PangoFontDescriptions to sorted lists of FcPatterns suitable for passing to XftFontOpenPattern() or even FT_New_Face(). * src/vtedraw.c, src/vtedraw.h: add. New drawing layer. * src/vtepango.c, src/vtepango.h: add. Drawing layer using Pango. * src/vtexft.c, src/vtexft.h: add. Drawing layer using Xft2. * src/vte.c: add render type VteRenderDraw for transitional period in preparation for nuking other drawing code. Merge HAVE_XFT bits into HAVE_XFT2 areas. Nuke Xft1-specific stuff. Move drawing of lines and rectangles to dedicated functions. Always call vte_unichar_width() instead of g_unichar_iswide(). ChangeLog | 20 + configure.in | 112 ++-- src/Makefile.am | 17 +- src/vte.c | 1780 ++++++++++++++++++++++++++++++++++++------------------- src/vte.h | 1 + src/vteapp.c | 9 +- src/vtedraw.c | 227 +++++++ src/vtedraw.h | 110 ++++ src/vtefc.c | 346 +++++++++++ src/vtefc.h | 42 ++ src/vtepango.c | 424 +++++++++++++ src/vtepango.h | 35 ++ src/vtexft.c | 728 +++++++++++++++++++++++ src/vtexft.h | 39 ++ src/xticker.c | 144 +++++ 15 files changed, 3388 insertions(+), 646 deletions(-) commit 658c3b9bca57da43964410b0f1c149b37e38901d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 4 19:56:17 2003 +0000 fix swap of one variable for another which prevented stripping of control * src/vte.c(vte_sequence_handler_set_title_internal): fix swap of one variable for another which prevented stripping of control chars, spotted by Nam SungHyun. ChangeLog | 5 +++++ src/vte.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 8369c0f5728784c8856e4e5a27fc80772152b8aa Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 4 18:01:25 2003 +0000 wrap properly when a scrolling region is set (#107559). * src/vte.c(vte_terminal_insert_char): wrap properly when a scrolling region is set (#107559). ChangeLog | 4 ++++ src/vte.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 4f53480a826210d6c03fd04b74b7116d5370f83a Author: added po/ja.po. T.Aihana <aihana@gnome.gr.jp> Date: Thu Feb 27 15:42:21 2003 +0000 2003-02-28 added po/ja.po. T.Aihana <aihana@gnome.gr.jp> ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit ef337abba581f3ea5f3338277017f1514813a159 Author: added Japanese translation. T.Aihana <aihana@gnome.gr.jp> Date: Thu Feb 27 15:40:39 2003 +0000 2003-02-28 added Japanese translation. T.Aihana <aihana@gnome.gr.jp> po/ChangeLog | 4 ++ po/ja.po | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) commit 49940ab3b43573e83bc4eca8f58013ab392c4f37 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 27 00:31:47 2003 +0000 force characters substituted through the ACS map to have width of 1. * src/iso2022.c(_vte_iso2022_substitute,_vte_iso2022_substitute_single): force characters substituted through the ACS map to have width of 1. ChangeLog | 4 ++++ src/iso2022.c | 32 +++++++++++++++++++++++++++++--- 2 files changed, 33 insertions(+), 3 deletions(-) commit 9e889be8604ad6b57282fd884a02073167cc0c3c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 27 00:14:08 2003 +0000 use an array of codepoints instead of a UTF-8 string so that we can check * src/vte.c(vte_terminal_font_open_xft,vte_terminal_font_open_pango): use an array of codepoints instead of a UTF-8 string so that we can check for lack of font coverage in Xft fonts. ChangeLog | 5 +++++ src/vte.c | 56 +++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 44 insertions(+), 17 deletions(-) commit 0ca7f0516f839b503a1c2f12862e1ce38124345a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Feb 26 23:50:04 2003 +0000 formatting fixups. * src/vte.c: formatting fixups. ChangeLog | 3 +++ src/vte.c | 67 ++++++++++++++++++++++++++++++++------------------------------- 2 files changed, 37 insertions(+), 33 deletions(-) commit 26922b2b3e2dc22c25de00d9dae12b9307d3ed1c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Feb 26 23:47:51 2003 +0000 patch from Jungshik Shin for detecting and handling fonts where ASCII * src/vte.c(vte_terminal_font_open_xft,vte_terminal_font_open_pango): patch from Jungshik Shin for detecting and handling fonts where ASCII characters are double-width (#106618) ChangeLog | 5 +++++ src/vte.c | 46 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 47 insertions(+), 4 deletions(-) commit fe69847b32c5dec739197dc4a0347f5042cc6198 Author: Taneem Ahmed <taneem@eyetap.org> Date: Wed Feb 26 08:37:13 2003 +0000 Added "bn" to ALL_LINGUAS. Added Bangla/Bengali translation by Jamil Ahmed 2003-02-26 Taneem Ahmed <taneem@eyetap.org> * configure.in: Added "bn" to ALL_LINGUAS. * bn.po: Added Bangla/Bengali translation by Jamil Ahmed <jamil@bengalinux.org>. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 5 +++ po/bn.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 132 insertions(+), 1 deletion(-) commit 60123909ac05f35f34c0e029b1c7ce6082f2f8a9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Feb 26 00:33:14 2003 +0000 take a shot at implementing xconsole-like functionality when started with * src/vteapp.c(main): take a shot at implementing xconsole-like functionality when started with the -C flag: we open /dev/console and TIOCCONS it, and just feed data to the widget until we lose ownership of the MIT_CONSOLE_$(hostname) clipboard. ChangeLog | 6 +++ src/vteapp.c | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 143 insertions(+), 11 deletions(-) commit 18addacae85e32fbc25eb5547ab9d06e0453bb77 Author: Samúel Jón Gunnarsson <sammi@techattack.nu> Date: Tue Feb 25 19:14:43 2003 +0000 Added Icelandic translation. 2003-02-25 Samúel Jón Gunnarsson <sammi@techattack.nu> * is.po: Added Icelandic translation. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/is.po | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 132 insertions(+), 1 deletion(-) commit 8476c00dff0d90b82b867737111c90a81ebff4c6 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 25 00:18:03 2003 +0000 don't report the user-settable title and icon strings to applications, * src/vte.c(vte_sequence_handler_window_manipulation): don't report the user-settable title and icon strings to applications, based on H D Moore's "Terminal Emulator Security Issues" (CAN-2003-0070). * src/vte.c(vte_sequence_handler_set_title_internal): strip out control characters just to be on the safe side. ChangeLog | 7 +++++++ src/vte.c | 13 +++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) commit 512186bb91ca5ee9f0e6407db51568a9c86a76f1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 24 22:45:07 2003 +0000 home the cursor when we switch to the alternate screen (#105075). * src/vte.c(vte_sequence_handler_decset_internal): home the cursor when we switch to the alternate screen (#105075). ChangeLog | 4 ++++ src/Makefile.am | 1 + src/vte.c | 6 +++++- 3 files changed, 10 insertions(+), 1 deletion(-) commit 849f6800f838b3f418c9ce0add4da61ee4a89f7e Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Sun Feb 23 02:52:09 2003 +0000 Added "pt" to ALL_LINGUAS. 2003-02-23 Duarte Loreto <happyguy_pt@hotmail.com> * configure.in: Added "pt" to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 7eb560f64185ac54da6d8604f6a9018ea120ac4c Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Sun Feb 23 02:51:05 2003 +0000 Added Portuguese translation. 2003-02-23 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Added Portuguese translation. po/ChangeLog | 4 ++ po/pt.po | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) commit 3fbecfdbecd9c9ac60cc26e3274ac22d8d47eb35 Author: Metin Amiroff <metin@karegen.com> Date: Fri Feb 21 11:54:44 2003 +0000 Added az to ALL_LINGUAS. 2003-02-21 Metin Amiroff <metin@karegen.com> * configure.in: Added az to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 7ecc0ea9725c8ee42e329b1c64b26b94d9479555 Author: Metin Amiroff <metin@karegen.com> Date: Fri Feb 21 11:52:54 2003 +0000 Added Azerbaijani translation. 2003-02-21 Metin Amiroff <metin@karegen.com> * az.po: Added Azerbaijani translation. po/ChangeLog | 4 ++ po/az.po | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) commit 23e1237027d24d52f279ade778a800e56da2c90d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Feb 21 03:12:09 2003 +0000 in debug mode, skip coverage assertions for specific keys (GDK_2 - GDK_8). * src/keymap.c(_vte_keymap_map): in debug mode, skip coverage assertions for specific keys (GDK_2 - GDK_8). * src/keymap.c: remove unshifted entries for GDK_2 - GDK_8 (#106667) ChangeLog | 5 +++++ src/keymap.c | 25 ++++++++++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) commit 1d11073ddb176328f34a9a5e48a706e40dfeeac8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Feb 21 01:20:44 2003 +0000 stop gratuitously resetting the IM context. correctly determine when we * src/vte.c(vte_terminal_im_commit,vte_terminal_paste_cb): stop gratuitously resetting the IM context. * src/vte.c(vte_terminal_process_incoming): correctly determine when we have an IM context -- it should be iff we're realized. * src/vte.c(vte_terminal_key_press/release): only filter keypresses through the IM context if we're realized, otherwise it doesn't exist. ChangeLog | 8 ++++++++ src/vte.c | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) commit c2be38cd00eedfeaea58a0b1f480d26415c01617 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 20 19:27:17 2003 +0000 reverse that last change -- don't always assume proportional text. * src/vte.c(vte_terminal_paint): reverse that last change -- don't always assume proportional text. * src/vte.c(vte_sequence_handler_ta): eliminate dead code. ChangeLog | 5 +++++ src/vte.c | 17 ----------------- 2 files changed, 5 insertions(+), 17 deletions(-) commit c2b438a6e89039d6518d62b6a22ac4d841a4d13a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 20 08:12:12 2003 +0000 move the initial drawing x left whenever we back up to a previous cell to * src/vte.c(vte_terminal_draw_row): move the initial drawing x left whenever we back up to a previous cell to avoid drawing fragments. * src/vte.c(vte_terminal_paint): always assume non-monospaced text, because the "missing glyph" glyph consistently looks screwy otherwise. ChangeLog | 6 ++++++ src/vte.c | 5 +++++ 2 files changed, 11 insertions(+) commit ca1368da42e8e2b3b9127665932589d5473a2945 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 20 07:40:17 2003 +0000 don't reset the input method here -- it may be in the middle of something * src/vte.c(vte_terminal_feed_child): don't reset the input method here -- it may be in the middle of something (Red Hat #81542). * src/vte.c(vte_terminal_im_commit): reset the input method when we get text committed (Red Hat #81542). ChangeLog | 6 ++++++ src/vte.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit f94d3321a8cf6d3b2f66f5d95d4321db5b733b4f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 20 03:42:43 2003 +0000 if we're not currently realized, don't try to tell our IM context that our * src/vte.c(vte_terminal_focus_in,vte_terminal_focus_out): if we're not currently realized, don't try to tell our IM context that our focus state changed, because we don't have one. While we're at it, it's silly to try to force the cursor to be drawn when we're not realized, either. * src/vte.c(vte_terminal_background_update): disconnect self, just in case we were called directly while still queued, which would otherwise leak the source, leading to potential problems later (Red Hat #84368). ChangeLog | 10 ++++++++++ src/vte.c | 44 ++++++++++++++++++++++++++++---------------- 2 files changed, 38 insertions(+), 16 deletions(-) commit 1e9c96f4cd86876c7ce43d5fdfa0021a1b2407f3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 20 02:44:40 2003 +0000 use gdk_window_scroll if the first row to be scrolled is the first visible * src/vte.c(vte_terminal_scroll_window): use gdk_window_scroll if the first row to be scrolled is the first visible row, not if it's the first row we ever saw (Red Hat #83472). ChangeLog | 8 +++++++- src/vte.c | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) commit ab30d1a209885f446d0eef718cfddd645a6f8cf1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 20 02:04:50 2003 +0000 - add bug ID from Red Hat bugzilla, for tracking ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aec5c7bb10976306ae93ab7c779021a3333059d0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 20 02:03:59 2003 +0000 grab input focus on button 1 press (#106573). * src/vte.c(vte_terminal_button_press): grab input focus on button 1 press (#106573). ChangeLog | 4 ++++ src/vte.c | 5 +++++ 2 files changed, 9 insertions(+) commit fa3e8778902c5aa0b713806649ef2dbf47fc03db Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Wed Feb 19 05:29:16 2003 +0000 be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>. po/ChangeLog | 5 +++ po/be.po | 103 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 58 insertions(+), 50 deletions(-) commit 76fc436de6e05670fb5b8e515ddb88ae8d093ee4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 20:54:21 2003 +0000 add missing chunk of fix for backtab. * src/vte.c(vte_terminal_sequence_handler_bt): add missing chunk of fix for backtab. ChangeLog | 12 ++++++++---- src/vte.c | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) commit e66f980c1658bdc351bb15b99d193391e6ad7319 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 20:19:03 2003 +0000 turn on update debugging if VTE_DEBUG_FLAGS includes "updates" * src/vte.c: turn on update debugging if VTE_DEBUG_FLAGS includes "updates" ChangeLog | 4 ++++ src/vte.c | 5 +++++ 2 files changed, 9 insertions(+) commit 823156b3627d3909961b4227601552255fbdc266 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 20:00:56 2003 +0000 add map entries for unmodified digit keypresses. * src/keymap.c: add map entries for unmodified digit keypresses. ChangeLog | 3 +++ src/keymap.c | 7 +++++++ 2 files changed, 10 insertions(+) commit b68f5e0c3b9b1dcebf6999d51f663bfcee2c153a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 19:54:03 2003 +0000 use the default cursor by default, so that we don't look weird to people * src/vte.c(vte_terminal_match_add): use the default cursor by default, so that we don't look weird to people who aren't used to the cursor changing this way. * configure.in: forcibly define VTE_DEBUG to "1" when we define it. ChangeLog | 6 ++++++ configure.in | 2 +- src/vte.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) commit 21445a9551e1095985eb462d520f70cf0805325c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 19:39:24 2003 +0000 emit focus-event signals from the accessible peer when the widget receives * src/vteaccess.c: emit focus-event signals from the accessible peer when the widget receives focus-in and focus-out events, noted by Marc Mulcahy. ChangeLog | 5 +++++ src/vteaccess.c | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) commit 52adc5f44e7f5052b2d09f7ccde3641d3681ba3c Author: Roozbeh Pournader <roozbeh@sharif.edu> Date: Tue Feb 18 14:13:16 2003 +0000 Added "fa" to ALL_LINGUAS. Added Persian translation. 2003-02-18 Roozbeh Pournader <roozbeh@sharif.edu> * configure.in: Added "fa" to ALL_LINGUAS. * po/fa.po: Added Persian translation. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/fa.po | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 127 insertions(+), 1 deletion(-) commit 8e04e2c5fb3c4aa1de1b409849a665a777448b85 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 05:42:59 2003 +0000 add vte_terminal_match_set_cursor() (#105986). * src/vte.c, src/vte.h: add vte_terminal_match_set_cursor() (#105986). ChangeLog | 3 +++ src/vte.c | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----- src/vte.h | 3 +++ src/vteapp.c | 11 +++++++-- 4 files changed, 85 insertions(+), 8 deletions(-) commit a66a003c78bd9f62156bd05f12ed8dfc636ab9f5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 05:02:07 2003 +0000 add @LDFLAGS@ to all of the LDADD clauses, hopefully fixing #105415. * src/Makefile.am: add @LDFLAGS@ to all of the LDADD clauses, hopefully fixing #105415. ChangeLog | 4 ++++ src/Makefile.am | 38 +++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 19 deletions(-) commit ac5cd9d1304365f387eee101ae800ac4ab8b5076 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 03:49:08 2003 +0000 recognize and discard invalid arguments (#57453). * src/vte.c(vte_terminal_sequence_handler_cs): recognize and discard invalid arguments (#57453). ChangeLog | 4 ++++ src/vte.c | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) commit 84f96c1bde40309c8cb99e4a52d657e433cf26a4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 18 03:47:25 2003 +0000 add map entries for Ctrl+digit keys (#106193). * src/keymap.c: add map entries for Ctrl+digit keys (#106193). ChangeLog | 3 +++ src/keymap.c | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) commit e1e2a6d50606d0387a6d5de88472db5d808588bc Author: Alessio Frusciante <algol@src.gnome.org> Date: Mon Feb 17 18:48:03 2003 +0000 Added Italian translation by Francesco Marletta. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 5 +++ po/it.po | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 135 insertions(+), 1 deletion(-) commit 8b32ee71caaf29151f8435bddc41ffac9120c118 Author: Christian Rose <menthos@menthos.com> Date: Sun Feb 16 20:04:45 2003 +0000 Some fixes for problems catched in translation review. 2003-02-16 Christian Rose <menthos@menthos.com> * sv.po: Some fixes for problems catched in translation review. po/ChangeLog | 4 ++++ po/sv.po | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 28 insertions(+), 24 deletions(-) commit f8eee3ec7d03156a978257091842f8d98a55cbca Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Sun Feb 16 09:36:02 2003 +0000 configure.in: Added Belarusian to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit c81f504ecc19d0e8b27fcc4cbe11aca4a402de9c Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Sun Feb 16 09:34:32 2003 +0000 be.po: Added Belarusian translation from Belarusian team <i18n@infonet.by>. po/ChangeLog | 5 +++ po/be.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) commit f475bd7c28d5e60b1f06b3e49b4a716cfe29cc5b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Feb 14 22:32:10 2003 +0000 fix to move back to the leftmost column if there are no previous tabstops, * src/vte.c(vte_terminal_sequence_handler_bt): fix to move back to the leftmost column if there are no previous tabstops, exercised by make menuconfig. * src/vte.c(vte_terminal_background_update): handle pixbufs with n_channels!=3. ChangeLog | 9 +++++++++ src/vte.c | 20 ++++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) commit 7064407de5e5fbb7e6c088f4b3e7194a71d17373 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Feb 14 21:58:18 2003 +0000 handle width masks now that we're encoding widths for all characters. * src/interpret.c: handle width masks now that we're encoding widths for all characters. ChangeLog | 4 ++++ src/interpret.c | 3 +++ 2 files changed, 7 insertions(+) commit c2d6924c3abdeb850e4577d374251e6ca8b35ab7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Feb 14 21:36:13 2003 +0000 - would help if i actually made the changes i changelogged src/vte.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 2cff982aaf3dd6daafe4a9bb5576bdf2da34b3cb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Feb 14 21:35:09 2003 +0000 more comments to keep myself from getting confused later. * src/vte.c: more comments to keep myself from getting confused later. ChangeLog | 3 +++ 1 file changed, 3 insertions(+) commit 893ea4cf83cb8ec6108282ecd248a0bd28d1adc9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Feb 14 04:46:08 2003 +0000 change the coalescing timeout to 2ms. * src/vte.c: change the coalescing timeout to 2ms. ChangeLog | 3 +++ src/vte.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit b1aa5c0f6c40edb37b33d46f14c5a5f485998195 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Feb 14 03:50:48 2003 +0000 attempt to coalesce data received within about 10ms to reduce load on the * src/vte.c(vte_terminal_io_read): attempt to coalesce data received within about 10ms to reduce load on the X server on systems where the scheduler wakes us up as soon as we have a few bytes available. Based on a suggested fix by msw. * src/vte.c(vte_terminal_io_read): never free buf, it's not a heap variable any more. Spotted by msw. ChangeLog | 8 ++++++++ src/vte.c | 57 +++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 47 insertions(+), 18 deletions(-) commit 7373a8e881f8095290e83c429d25447794b8e910 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 13 07:16:04 2003 +0000 close fd leak. close potential fd leak. * src/vte.c(vte_terminal_finalize): close fd leak. * src/vte.c(vte_terminal_fork_command): close potential fd leak. ChangeLog | 4 ++++ src/vte.c | 2 ++ 2 files changed, 6 insertions(+) commit 67af1979229dac9b5964a85eb268447d0a1c6773 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 13 07:00:21 2003 +0000 handle cases where the widget has no data and returns NULL when we ask for * src/reflect.c(main): handle cases where the widget has no data and returns NULL when we ask for it. ChangeLog | 4 ++++ src/reflect.c | 17 ++++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) commit 4996c0113b4398cd5b0e93e3327c1bac9a161b4a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 13 06:57:16 2003 +0000 do a complete read of the widget before we start off in main to ensure we * src/reflect.c(main): do a complete read of the widget before we start off in main to ensure we have accurate data. * src/vteaccess.c(vte_terminal_accessible_update_private_data_if_needed): only attempt to free the previous snapshot if it existed. ChangeLog | 6 ++++++ src/reflect.c | 11 +++++++++++ src/vteaccess.c | 4 +++- 3 files changed, 20 insertions(+), 1 deletion(-) commit 89b529fe5b38082668fd39cd165bb091910a6187 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 13 06:50:02 2003 +0000 connect to signals before any get emitted. use a GString to store snapshot * src/reflect.c(main): connect to signals before any get emitted. * src/vteaccess.c: use a GString to store snapshot text so that we always have proper length information. ChangeLog | 5 ++ src/reflect.c | 15 ++-- src/vteaccess.c | 211 ++++++++++++++++++++++++++++++++++---------------------- 3 files changed, 141 insertions(+), 90 deletions(-) commit 879e4921f21b3cea65f24042e657f600c4f2d430 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 13 05:01:28 2003 +0000 spit out a warning if we receive an out-of-range text_changed::delete * src/reflect.c(text_changed_delete): spit out a warning if we receive an out-of-range text_changed::delete signal. ChangeLog | 4 ++++ src/reflect.c | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit ac69abef64b2412c1c322d1a09bd2cd8b56e457a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Feb 11 20:21:43 2003 +0000 add data for tracking ambiguous-width Unicode characters. add * src/genwidths, src/uniwidths: add data for tracking ambiguous-width Unicode characters. * src/iso2022.c, src/iso2022.h: add _vte_iso2022_is_ambiguous() for checking if a character is ambiguous, and _vte_iso2022_ambiguous_width() for guessing how wide it should be based on the current locale. Rename _vte_iso2022_get/set_width to ...encoded_width to clarify the intent, ditto for the related macros. * src/table.c,src/trie.c: use renamed macros for reading encoded widths. * src/iso2022.c(_vte_iso2022_substitute_single,_vte_iso2022_substitute): handle ambiguous widths properly, and always encode a width. * src/Makefile.am: use the default LDFLAGS, I think. * src/vte.c,src/vte.h: add vte_terminal_set_background_tint_color(). * src/vte.c(vte_terminal_unrealize): unhook from background update sources, because we may not have a display after that. * src/vte.c(vte_terminal_size_allocate): only queue a background update if we're in transparent mode and either we've been moved or we have no background yet. If our size changed, force a repaint. * src/vte.c(vte_sequence_handler_window_manipulation): snip off the padding along the edges when responding to requests for the window size and location -- apps have no way to query it. * src/vte.c(vte_terminal_get_text_range): skip over fragments properly. * src/vte.c(vte_terminal_draw_row): skip over fragments properly. * src/vte.c(vte_unichar_width): rework in terms of the width checking in the iso2022 module for consistency. ChangeLog | 26 ++ src/Makefile.am | 4 +- src/genwidths.py | 35 +++ src/iso2022.c | 147 +++++++--- src/iso2022.h | 9 +- src/table.c | 2 +- src/trie.c | 2 +- src/uniwidths | 813 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vte.c | 138 ++++++++-- src/vte.h | 2 + src/vteapp.c | 4 +- 11 files changed, 1103 insertions(+), 79 deletions(-) commit c186027e089e5be9ed12549b17a687b5d1940e59 Author: Fatih Demir <kabalak@src.gnome.org> Date: Mon Feb 10 23:34:42 2003 +0000 Take over po/ChangeLog | 4 ++++ po/tr.po | 33 +++++++++++++++++---------------- 2 files changed, 21 insertions(+), 16 deletions(-) commit b45da7449756cccb42925ff2c4dbe7e749cc736f Author: Christian Rose <menthos@menthos.com> Date: Thu Feb 6 10:58:25 2003 +0000 Added "id" to ALL_LINGUAS. Added Indonesian translation by Mohammad Damt 2003-02-06 Christian Rose <menthos@menthos.com> * configure.in: Added "id" to ALL_LINGUAS. * po/id.po: Added Indonesian translation by Mohammad Damt <mdamt@bisnisweb.com>. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 5 +++ po/id.po | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 128 insertions(+), 1 deletion(-) commit f993ce6f67f53208bb56f4968581bbe39cf29016 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 3 21:17:13 2003 +0000 suppress background updates if we haven't moved and the background image * src/vte.c(vte_terminal_size_allocate): suppress background updates if we haven't moved and the background image already exists (#104868). ChangeLog | 4 ++++ src/vte.c | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) commit d19a6c9b559eefe1aa6ba07a4d09c560a4c07b3b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 31 23:06:35 2003 +0000 - include iso2022.txt in dist tarballs src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 1faa076d553ebaa21c014659a844e444c99ee0f7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 31 21:39:52 2003 +0000 - refer to the bug ID in the changelog for reference ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 1cd5c0ae59bc7ba40b35e7ee9f7e0f00c231a7c7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 31 21:33:45 2003 +0000 always update the cursor position, in case text was added or removed * src/vteaccess.c(vte_terminal_accessible_update_private_data_if_needed): always update the cursor position, in case text was added or removed without the cursor itself moving. * src/vteaccess.c(vte_terminal_accessible_get_text_somewhere): don't emit a warning when the caller attempts to read the Nth character when we have only 0 to N-1, just return an empty string. * src/vteaccess.c(vte_terminal_accessible_new): make the terminal peer a weak pointer. * src/vteaccess.c(vte_terminal_accessible_finalize): if the terminal peer is not NULL, disconnect it as a weak pointer and don't bother disconnecting from its signals. Add a debug message. * src/vteaccess.c(vte_terminal_accessible_text_finalize): Add a debug message. * src/vte.c(vte_terminal_get_accessible): keep a weak pointer to the accessible peer instead of a static pointer. * src/vte.c(vte_terminal_finalize): if the accessible peer still exists, remove its weak pointer before attempting to unref it. * src/vte.c: rename accessible_exists member to accessible_emit, which more accurately reflects its purpose. ChangeLog | 21 +++++++++ src/vte.c | 42 +++++++++++------- src/vteaccess.c | 134 ++++++++++++++++++++++++++++++++++---------------------- 3 files changed, 129 insertions(+), 68 deletions(-) commit cbf9f0bc1e91e608411054a8e966d888cbcb85b7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 31 05:40:51 2003 +0000 rename to vte_unichar_is_graphic, to match conventions used elsewhere. * src/vte.c(vte_unichar_isgraphic): rename to vte_unichar_is_graphic, to match conventions used elsewhere. * src/vte.c(vte_unichar_is_graphic): count 0xa3, 0x3c0, 0x2592, 0x25ae, 0x25c6 as graphic characters. * src/iso2022.txt: add sample text using character set 0. ChangeLog | 7 +++++++ src/iso2022.txt | 2 ++ src/vte.c | 64 +++++++++++++++++++++++++++++++++------------------------ 3 files changed, 46 insertions(+), 27 deletions(-) commit 055bf01d7b607dba481c6f455bdcb44866de310d Author: Fatih Demir <kabalak@src.gnome.org> Date: Thu Jan 30 22:38:19 2003 +0000 Added tr.po ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/tr.po | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 128 insertions(+), 1 deletion(-) commit 7d9071b4c7679f4cdf55dca224063d0a38d01647 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 30 20:17:36 2003 +0000 added, for scaring people away. bump to 0.11.x for development. reset * MESSAGE-OF-DOOM: added, for scaring people away. * vte.spec: bump to 0.11.x for development. * src/mev.c(main): reset modes before quitting. * src/vte.c(vte_terminal_button_press): don't always extend selection when not in event mode. ChangeLog | 7 +++++++ MESSAGE-OF-DOOM | 2 ++ src/mev.c | 1 + src/vte.c | 25 +++++++++++++++---------- vte.spec | 5 ++++- 5 files changed, 29 insertions(+), 11 deletions(-) commit 9f27709de010cf2201b446d3844f0ef96e673e45 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 28 22:57:42 2003 +0000 make debugging support an explicit option to configure. don't * configure.in: make debugging support an explicit option to configure. don't automatically enable debugging in maintainer mode. ChangeLog | 4 ++++ configure.in | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 7f016144749814330cc1341686ca61a6d5d73198 Author: Kostas Papadimas <pkst@src.gnome.org> Date: Tue Jan 28 12:27:41 2003 +0000 Added the Greek translation configure.in | 2 +- po/ChangeLog | 4 ++ po/el.po | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+), 1 deletion(-) commit 3039b05b8ff4856c58eeeecc6554b064f26c5d12 (tag: vte_0_10_15) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 28 04:25:53 2003 +0000 0.10.15 vte.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit edb193f416aea41a8f063d498ce8c7acc428b4c9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 27 20:23:20 2003 +0000 create the "invisible" cursor using a bitmap instead of a pixmap, changing * src/vte.c(vte_terminal_realize): create the "invisible" cursor using a bitmap instead of a pixmap, changing it from a 1x1 black square to nothing. ChangeLog | 5 +++++ src/vte.c | 17 ++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) commit 7bbce6d00d4d0ef9f23951891b71f10364c51a2f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 27 19:39:28 2003 +0000 make the various mouse event modes mutually-exclusive, because apps expect * src/vte.c(vte_terminal_decset_internal): make the various mouse event modes mutually-exclusive, because apps expect them to be (#104395). * src/vte.c: add a prototype for vte_terminal_background_update before it is used to silence a compiler warning. ChangeLog | 6 ++++++ src/vte.c | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) commit 1c61da0b49035be2e28e3beb4a10641c1b365fe1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 27 07:12:17 2003 +0000 force a background update immediately when we realize instead of queuing * src/vte.c(vte_terminal_realize): force a background update immediately when we realize instead of queuing it up (#104381). ChangeLog | 4 ++++ doc/vttest.tar.gz | Bin 96645 -> 98911 bytes src/vte.c | 7 ++++--- 3 files changed, 8 insertions(+), 3 deletions(-) commit 99e8871a2dccab82b3ddac1dfbcd04b4e847e798 Author: Daniel Yacob <yacob@src.gnome.org> Date: Sun Jan 26 17:19:36 2003 +0000 Adding am to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 666e9ecf796c093725bcf2fef03636ba1c800d47 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 24 21:34:25 2003 +0000 fix declaration order (#104290). * src/vte.c(vte_terminal_background_update): fix declaration order (#104290). ChangeLog | 4 ++++ src/vte.c | 4 ++-- vte.spec | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) commit 37e0796872438e0a18f40888ba02ccb8478dc20c Author: Nam SungHyun <namsh@src.gnome.org> Date: Fri Jan 24 01:50:19 2003 +0000 Added Korean translation ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/ko.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 1 deletion(-) commit d13920ab879e141735705de293645efd47075827 (tag: vte_0_10_14) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 23 20:28:49 2003 +0000 recognize and ignore attempts to set text properties 21 and 2L, whatever * src/caps.c, src/vte.c: recognize and ignore attempts to set text properties 21 and 2L, whatever those are (possible workaround #104154). ChangeLog | 4 ++++ src/caps.c | 7 +++++++ src/vte.c | 2 ++ 3 files changed, 13 insertions(+) commit 70fdc1ad481cbb03459f3d39c363914b4d1b2150 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 23 19:17:41 2003 +0000 accept "1" and "2" as aliases for "B" (#104257). * src/iso2022.c: accept "1" and "2" as aliases for "B" (#104257). ChangeLog | 3 +++ src/iso2022.c | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) commit 47c0ace41d57c34c329fa7554d914119fc516e2a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 23 16:39:21 2003 +0000 check for curses if we don't have ncurses (the order is ncurses, curses, * configure.in: check for curses if we don't have ncurses (the order is ncurses, curses, libtermcap), as Solaris has neither ncurses nor libtermcap. Reported by Brian Cameron. * src/keymap.c, src/ssfe.c: accept either curses or ncurses as equivalent. ChangeLog | 7 +++++++ configure.in | 5 ++++- src/keymap.c | 16 +++++++++++++--- src/ssfe.c | 9 +++++++++ 4 files changed, 33 insertions(+), 4 deletions(-) commit c9311b5af92cbd2a02fc55751c1361a9809adf55 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 23 02:29:11 2003 +0000 add mev. don't home the cursor automatically. fix sense of shift * src/Makefile.am, src/mev.c: add mev. * src/vte.c(vte_sequence_handler_clear_screen): don't home the cursor automatically. * src/vte.c(vte_terminal_button_pressed): fix sense of shift overriding event mode. Ignore double- and triple-click in event mode. * src/vte.c(vte_terminal_scroll): in event mode, send button release events to the terminal if it's expecting them. * src/vte.c(vte_terminal_send_mouse_button_internal): clamp coordinates to existing cells. * src/vte.c(vte_terminal_maybe_send_mouse_drag): compare integral cell locations not floating point, when choosing whether or not to drop events in cell tracking mode. Don't lose the modifiers. * src/vte.c(vte_terminal_motion_notify): don't autoscroll in events mode. ChangeLog | 16 +++++ src/mev.c | 2 +- src/vte.c | 211 +++++++++++++++++++++++++++++++++++++------------------------- vte.spec | 5 +- 4 files changed, 147 insertions(+), 87 deletions(-) commit eceb38869510751724daf815fa0e072a4e032380 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 23 02:16:35 2003 +0000 - add mev for testing mouse event handling src/Makefile.am | 5 +- src/mev.c | 306 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 310 insertions(+), 1 deletion(-) commit f39e281529827f68fd0e9bba41785d66a21efc1c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jan 22 21:35:22 2003 +0000 accept OSC{number};{string}ST as set-text-parameters, per XTerm docs (part * src/caps.c: accept OSC{number};{string}ST as set-text-parameters, per XTerm docs (part of #104154). * src/keymap.c: revert change to prepend "1;" to keys with modifiers (#104139). ChangeLog | 6 ++++++ src/caps.c | 20 ++++++++++++++++++++ src/keymap.c | 13 +++++++++++++ 3 files changed, 39 insertions(+) commit 63941dffa610f8dac423c059eab909615d5cc7b9 Author: Christian Rose <menthos@menthos.com> Date: Wed Jan 22 02:52:35 2003 +0000 Added "mn" to ALL_LINGUAS. Added Mongolian translation by Sanlig Badral 2003-01-22 Christian Rose <menthos@menthos.com> * configure.in: Added "mn" to ALL_LINGUAS. * po/mn.po: Added Mongolian translation by Sanlig Badral <badral@chinggis.com>. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 5 +++ po/mn.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 130 insertions(+), 1 deletion(-) commit af66ba4781d72e69993c97b9406251747277a7c2 (tag: vte_0_10_13) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jan 22 00:01:37 2003 +0000 streamline background images and transparency handling, should use less * src/vte.c: streamline background images and transparency handling, should use less memory now. ChangeLog | 4 + src/vte.c | 423 +++++++++++++++++++++++++++++++------------------------------- vte.spec | 5 +- 3 files changed, 222 insertions(+), 210 deletions(-) commit 150031c0479bfeede84df08ac9f5f77bb6c333af Author: Yuri Syrota <rasta@src.gnome.org> Date: Tue Jan 21 13:24:48 2003 +0000 Updated Ukrainian translation po/ChangeLog | 4 ++++ po/uk.po | 71 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 40 insertions(+), 35 deletions(-) commit 58740a58c331d5232175f197ca5edd1761a9f0c0 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Jan 21 10:26:55 2003 +0000 Updated translation. 2003-01-21 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated translation. po/ChangeLog | 4 ++++ po/no.po | 52 ++++++++++++++++++++++++++-------------------------- 2 files changed, 30 insertions(+), 26 deletions(-) commit 770515f1fb9d075b8b4ed778f32c4aa99cb41cc7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 21 02:58:27 2003 +0000 add some debugging messages if REFLECT_VERBOSE is set in the environment. * src/reflect.c: add some debugging messages if REFLECT_VERBOSE is set in the environment. ChangeLog | 4 ++++ src/reflect.c | 15 +++++++++++++++ 2 files changed, 19 insertions(+) commit 83c4f654fefd5132acb8e28af3bb4730bb23d4da Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 21 01:03:21 2003 +0000 add reflect-text-view, for testing with GtkTextView for sanity's sake. * src/Makefile.am, src/reflect.c: add reflect-text-view, for testing with GtkTextView for sanity's sake. ChangeLog | 4 + src/Makefile.am | 8 +- src/reflect.c | 279 +++++++++++++++++++++++++++++++++++++------------------- 3 files changed, 193 insertions(+), 98 deletions(-) commit b21d6bae6bb46d27a3805d91b642b96435bd109c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 20 23:54:23 2003 +0000 account for get_text() including zero bytes ChangeLog | 3 +++ src/reflect.c | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 8f80b565ffd0fe2f49126e8155137e48970b3ab5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 20 22:24:33 2003 +0000 try to build reflect with both vte and libzvt, building a useless binary * configure.in, src/Makefile.am, src/reflect.c: try to build reflect with both vte and libzvt, building a useless binary if libzvt isn't available. ChangeLog | 5 +++ configure.in | 9 +++++ src/Makefile.am | 17 ++++++-- src/reflect.c | 117 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 4 files changed, 129 insertions(+), 19 deletions(-) commit d6c649e3051395bdc7dbdd7b45d675168bd2a9a0 Author: Christian Neumair <cneumair@src.gnome.org> Date: Mon Jan 20 21:45:47 2003 +0000 Updated German translation. po/ChangeLog | 4 ++++ po/de.po | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) commit 555e25cbdf12f82599e3ea084dd4dd1f7f6d9744 (tag: vte_0_10_12) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 20 19:32:31 2003 +0000 - 0.10.12 vte.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 34a05c36e09189e5490165dd87098e2b1eacd05d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 20 18:00:57 2003 +0000 colors 90-97 and 100-107 are bold colors, noted and patched by Matthijs * src/vte.c: colors 90-97 and 100-107 are bold colors, noted and patched by Matthijs Melchior (#103874). ChangeLog | 4 ++++ src/vte.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit d41f9d2e300ba017568c8f4cb04178c7fe3a7318 Author: Christian Neumair <cneumair@src.gnome.org> Date: Mon Jan 20 15:00:57 2003 +0000 Updated German translation. po/ChangeLog | 4 ++++ po/de.po | 66 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 37 insertions(+), 33 deletions(-) commit ad595ccefeeb972235212bdb813c8c99dd4929e5 Author: Andraz Tori <minmax@src.gnome.org> Date: Mon Jan 20 14:17:40 2003 +0000 Updated Slovenian translation po/sl.po | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) commit 8889fda6835ef47a40a7c1eb1e6423d91afe4084 Author: Andraz Tori <minmax@src.gnome.org> Date: Mon Jan 20 14:17:14 2003 +0000 Added sl language configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa6b3ee0537d8689fe27e4335d7ca62c6377dcc8 Author: He Qiangqiang <carton@linux.net.cn> Date: Sun Jan 19 10:14:52 2003 +0000 Added "zh_CN" (Simplified Chinese) to ALL_LINGUAS. 2003-01-19 He Qiangqiang <carton@linux.net.cn> * configure.in: Added "zh_CN" (Simplified Chinese) to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 075a993ca1ac0275db4112d6bab62003dd7f2df7 Author: He Qiangqiang <carton@linux.net.cn> Date: Sun Jan 19 10:13:31 2003 +0000 Added Simplified Chinese translation. 2003-01-19 He Qiangqiang <carton@linux.net.cn> * zh_CN.po: Added Simplified Chinese translation. po/ChangeLog | 4 ++ po/zh_CN.po | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) commit 5d63957b1ec97e8779f943db4aab4f77f959bd1a Author: Marius Andreiana <marius galuna.ro> Date: Sun Jan 19 09:08:03 2003 +0000 added ( thanks to MiÅŸu Moldovan ) 2003-01-19 Marius Andreiana <marius galuna.ro> * ro.po: added ( thanks to MiÅŸu Moldovan ) ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/ro.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 1 deletion(-) commit e315ed3d477d04f026d3dbf84c777cf552c822af Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jan 18 18:17:25 2003 +0000 if the caret is past the end of the text, count unichars properly. Compute * src/vteaccess.c(update_private_data_if_needed): if the caret is past the end of the text, count unichars properly. Compute the caret location correctly. * src/reflect.c: handle text-caret-moved signals and display the caret. ChangeLog | 6 ++++++ src/reflect.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++----------- src/vteaccess.c | 6 +++--- 3 files changed, 59 insertions(+), 15 deletions(-) commit 7bffb2af8a9349e020926b8123cc49195600705e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jan 18 17:54:29 2003 +0000 update copyright dates. add. add reflect (noinst). always return a string, * src/iso2022.c: update copyright dates. * src/reflect.c: add. * src/Makefile.am: add reflect (noinst). * src/vteaccess.c(vte_terminal_accessible_get_text): always return a string, even if it's zero-length. Properly detect and handle requests that go right up to the last byte. ChangeLog | 8 +++ src/Makefile.am | 8 ++- src/iso2022.c | 2 +- src/reflect.c | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteaccess.c | 14 ++--- 5 files changed, 189 insertions(+), 11 deletions(-) commit bbd18ebc5ace0f8991d24ea86e3f285dc3c3e30c Author: Andras Timar <timar@gnome.hu> Date: Sat Jan 18 13:57:21 2003 +0000 Added "hu" to ALL_LINGUAS. 2003-01-18 Andras Timar <timar@gnome.hu> * configure.in: Added "hu" to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit dee84bdbec6809a85c51cd5e10324cb2fa3770a4 Author: Andras Timar <timar@gnome.hu> Date: Sat Jan 18 13:56:10 2003 +0000 Added Hungarian translation. 2003-01-18 Andras Timar <timar@gnome.hu> * hu.po: Added Hungarian translation. po/ChangeLog | 4 ++ po/hu.po | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) commit db227e0f456bc4fc6ade0a59b9da0d0b547f3db5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 17 23:46:42 2003 +0000 emit a "text-modified" signal, because what you see changes when you * src/vte.c(vte_terminal_set_size): emit a "text-modified" signal, because what you see changes when you resize the terminal. ChangeLog | 4 ++++ src/vte.c | 2 ++ 2 files changed, 6 insertions(+) commit 3c35fddb8baaa2b45935fe9de31ef090bf62e9eb (tag: vte_0_10_11) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 17 21:05:01 2003 +0000 don't draw cursors below or above the screen, correctly compute the clear * src/vte.c(vte_terminal_paint): don't draw cursors below or above the screen, correctly compute the clear area when drawing the cursor, if we're ignoring padding in general because we're monospaced, also ignore it when drawing the character under the cursor. * src/vte.c(vte_terminal_io_read): eliminate dead code. ChangeLog | 7 +++++++ src/vte.c | 42 +++++++++++++++++++----------------------- vte.spec | 5 ++++- 3 files changed, 30 insertions(+), 24 deletions(-) commit b63075c2f4a5adf2df94edf6bf698372112ee94e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 17 20:24:58 2003 +0000 if we don't find an entry for the requested key, and the terminal type is * src/keymap.c(_vte_keymap_map): if we don't find an entry for the requested key, and the terminal type is "xterm", retry using "xterm-xfree86", possible fix for #103713. * src/vte.c(vte_terminal_draw_row): fix handling of items with width != 1 when computing runs. ChangeLog | 7 +++++++ src/keymap.c | 52 +++++++++++++++++++++++++++++----------------------- src/vte.c | 18 +++++++++--------- 3 files changed, 45 insertions(+), 32 deletions(-) commit 379f1192131d2ec2d8a730270d8917c2776a1c0c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 17 17:17:56 2003 +0000 fix boneheaded "config.h" instead of "../config.h" include, pointed out by * src/iso2022.c: fix boneheaded "config.h" instead of "../config.h" include, pointed out by Dan Mills and Brian Cameron. ChangeLog | 4 ++++ src/iso2022.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 6c8b4466a4e0f0da6df299912561ec44c6d753d2 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 16 20:54:06 2003 +0000 fix test for whether or not we need to check for termcap override default * configure.in: fix test for whether or not we need to check for termcap * src/Makefile.am: override default includes to not prepend "." to the include path, so that we can include the system <termcap.h> properly * src/keymap.c: define the ncurses scratch buffer for use when we're using termcap ChangeLog | 7 +++++++ configure.in | 2 +- src/Makefile.am | 1 + src/keymap.c | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) commit 83bfe383d12564645a0fbfae7109547adf3e0c6b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 16 20:38:29 2003 +0000 actually disable attempts to build python bindings if pygtk-2.0 isn't * configure.in: actually disable attempts to build python bindings if pygtk-2.0 isn't found at configure-time (#103676) ChangeLog | 4 ++++ configure.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 01b3cea2a01f9fb7545a125da4cbbd46f58ea143 Author: Gustavo Noronha Silva <gns@src.gnome.org> Date: Wed Jan 15 21:50:27 2003 +0000 translation update po/ChangeLog | 5 +++++ po/pt_BR.po | 54 +++++++++++++++++++++++++++--------------------------- 2 files changed, 32 insertions(+), 27 deletions(-) commit 5fd4b4c42d9db88113c25f248cee8cf54cdf8916 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 14 20:39:11 2003 +0000 if a key sequence which needs modifiers doesn't have a numeric part, add * src/keymap.c(_vte_keymap_key_add_key_modifiers): if a key sequence which needs modifiers doesn't have a numeric part, add "1" as the numeric part before adding the modifiers. Spotted by msw. ChangeLog | 5 +++++ src/keymap.c | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) commit 9277fb39dcac5740dfce4b819989e661910917f7 (tag: vte_0_10_10) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 14 06:33:14 2003 +0000 add _vte_ring_insert_preserve(), which scrolls lost items off the top * src/ring.c, src/ring.h: add _vte_ring_insert_preserve(), which scrolls lost items off the top instead of the bottom, as _vte_ring_insert() does. * src/slowcat.c (catfile): check that we didn't read an EOF before attempting to write it. Skip the more complicated checks and just check that the file pointer isn't stdin before closing it. * src/ssfe.c: cleanups. * src/vte.c(vte_sequence_handler_sf): add lines to the scrollback area when scrolling is restricted but the top line of the area is the topmost visible line (Red Hat #75900). ChangeLog | 12 ++ src/Makefile.am | 6 +- src/ring.c | 70 ++++++++- src/ring.h | 1 + src/slowcat.c | 7 +- src/ssfe.c | 440 ++++++++++++++++++++++++-------------------------------- src/vte.c | 41 ++++-- vte.spec | 6 +- 8 files changed, 313 insertions(+), 270 deletions(-) commit 2690bc906a221d3cc295a92405e25720cb5e5da9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 14 04:52:56 2003 +0000 initial checkin src/ssfe.c | 1316 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1316 insertions(+) commit a75a825c95122f5617b1fd5f571be9c922af7130 (tag: vte_0_10_9) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 14 03:04:30 2003 +0000 don't switch terminal modes before or after echoing bytes -- doing so * src/nativeecho.c, src/utf8echo.c: don't switch terminal modes before or after echoing bytes -- doing so confuses me now. * src/vte.c: make use of '?' to mark invalid data a compile-time define. * src/vteaccess.c(vte_terminal_accessible_text_scrolled): properly handle scrolling events with delta less than the window size (more of #95901). * src/vteaccess.c(vte_terminal_accessible_finalize): disconnect from text-inserted, text-deleted, text-modified, text-scrolled, cursor-moved, window-title-changed on finalize. * src/vte.c(vte_terminal_key_press,vte_terminal_key_release, vte_terminal_button_press,vte_terminal_button_release, vte_terminal_motion_notify,vte_terminal_focus_in,vte_terminal_focus_out, vte_terminal_scroll): track event modifiers in an object-local modifier variable. * src/vte.c(vte_terminal_key_press): always steal key events from the input method if the meta key is down (#96006). Don't munge the cursor or keypad modes before passing them to the keymapping routines. Stop overriding the cursor mode on NumLock (doesn't appear to work as documented in other terminals, needed to modify the keymap mode anyway (#96364)). * configure.in: define HAVE_XFT whenever HAVE_XFT2 is defined -- they're more or less compatible (#103130). ChangeLog | 24 +++++++ configure.in | 7 +- src/keymap.c | 8 +-- src/keymap.h | 6 +- src/nativeecho.c | 4 -- src/utf8echo.c | 13 +--- src/vte.c | 189 ++++++++++++++++++++++++++++------------------------- src/vteaccess.c | 193 +++++++++++++++++++++++++++++++++++++++---------------- vte.spec | 7 +- 9 files changed, 280 insertions(+), 171 deletions(-) commit 7c28dd92e7d9568ba90f76d0112612c466b25335 Author: Gil Osher <dolfin@src.gnome.org> Date: Sat Jan 11 16:27:45 2003 +0000 Updated Hebrew translation. * he.po: Updated Hebrew translation. po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 7dba9a9754677636fd47dda2522b7e95f7650aa8 Author: Gil Osher <dolfin@src.gnome.org> Date: Sat Jan 11 16:27:17 2003 +0000 *** empty log message *** po/he.po | 67 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 37 insertions(+), 30 deletions(-) commit 05bed110e54213c094b7eb1ef4da09661bfaa232 Author: Kwok-Koon Cheung <baddog@src.gnome.org> Date: Fri Jan 10 15:44:53 2003 +0000 new traditional Chinese translation ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 4 ++ po/zh_TW.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 1 deletion(-) commit f1d99bd8d9239c49e18e78eeef9fca09f2b9137a Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Fri Jan 10 09:28:30 2003 +0000 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. po/ChangeLog | 5 +++++ po/ru.po | 62 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 38 insertions(+), 29 deletions(-) commit 0a5be0c584e80068b0869f2caa929f6c0861a4d8 Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Fri Jan 10 06:02:39 2003 +0000 configure.in: Added Russian to ALL_LINGUAS ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 804faa007422c51ddf14f2315fc2e7b044b72f65 Author: Dmitry Mastrukov <dmitrym@src.gnome.org> Date: Fri Jan 10 06:01:13 2003 +0000 ru.po: Added Russian translation from Russian team <gnome-cyr@gnome.org> po/ChangeLog | 5 +++ po/ru.po | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+) commit 479bed1e2c10cd89824648de3b5ed6a3843eede7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 9 20:31:26 2003 +0000 disable the python bindings if we can't find python, from Brian Cameron. * configure.in: disable the python bindings if we can't find python, from Brian Cameron. ChangeLog | 4 ++++ configure.in | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) commit b7989a1e86f33119d62f10a2abc8b2ae74af5dbd Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> Date: Thu Jan 9 14:07:03 2003 +0000 Dutch translation updated by Kees van den Broek. 2003-01-09 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated by Kees van den Broek. po/nl.po | 58 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) commit 98d26faf90b03fc378b1368f681258685ecc7122 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 9 06:57:30 2003 +0000 - add missing bug number ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9820448f044cce4cb85b877d250dc6181772c830 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jan 9 06:56:01 2003 +0000 Only suppress meta-sends-escape on Backspace if backspace is mapped to the * src/vte.c(vte_terminal_key_press): Only suppress meta-sends-escape on Backspace if backspace is mapped to the delete sequence. * src/vte.c: don't just skip reading data if selection is in progress -- we wedge if we do that (#101739). Instead, temporarily stop reading from the child pty. * src/vte.c(vte_terminal_open_font_xft): if we get NULL when matching fonts, use the desired pattern's name when displaying an error, preventing a NULL dereference (#96769). * configure.in: make building of python modules depend on configure having been run with --enable-python. make --enable-python the default. Fix an indentation error in the version check which chokes Python 2.2.2. * src/vte.h, src/vte.c: add new signals to VteTerminalClass (NOTE: may break ABI, so might as well add some padding) * src/vteaccess.c: be more precise about locations in text_changed signals (part of #95901) * src/vte.c: get more selective about when we consider it necessary to emit text-insert and text-delete events. ChangeLog | 21 +++ configure.in | 52 +++--- doc/reference/tmpl/vte.sgml | 40 ++++- src/marshal.list | 1 + src/vte.c | 406 ++++++++++++++++++++++++++++++++++---------- src/vte.h | 20 ++- src/vteaccess.c | 277 +++++++++++++++++++++++++++--- 7 files changed, 671 insertions(+), 146 deletions(-) commit 41a9d6abe0b47ca8461e41afa1ad957e92368b3d Author: Daniel Yacob <yacob@src.gnome.org> Date: Tue Jan 7 16:16:27 2003 +0000 Updated Amharic translation. po/ChangeLog | 4 ++ po/am.po | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+) commit a1385fbda90ec79fb9281e3575124fc3c742b124 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jan 7 06:34:27 2003 +0000 Use a lookup table instead of a mess of floating point math when * src/vte.c(vte_terminal_setup_background): Use a lookup table instead of a mess of floating point math when desaturating images. ChangeLog | 4 ++++ src/vte.c | 13 ++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) commit 58834f228eeed3159eb32fb783a5f0df2064e6d5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 6 22:22:20 2003 +0000 Add the periodic blinking refresh with the normal timeout instead of 0 to * src/vte.c(vte_terminal_init): Add the periodic blinking refresh with the normal timeout instead of 0 to avoid wedging when we get created without focus. Fix suggested by Dennis Haney (#102701). ChangeLog | 5 +++++ src/vte.c | 14 +++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) commit 708387339d57555c2bcba4815d5463d009a82ea4 (tag: vte_0_10_8) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jan 6 18:03:27 2003 +0000 Use a simple XftPatternGetString/GetDouble pair instead of XftNameUnparse, * src/vte.c: Use a simple XftPatternGetString/GetDouble pair instead of XftNameUnparse, which isn't in older versions of Xft (#101142). * src/vte.c: Add a flag to VteTerminalPrivate which we can use to keep track of modifications, particularly if they remove text, and toggle it in several sequence handlers. * src/vte.c(vte_terminal_process_incoming): Also emit the "contents changed" signal when the modified flag is TRUE, not enough to fix #95901, but at least making some forward progress. ChangeLog | 10 ++++++ configure.in | 9 ++--- src/vte.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++------------- vte.spec | 9 +++-- 4 files changed, 104 insertions(+), 29 deletions(-) commit a34f417e92a025a3f2837a386f1ad04baa31e878 Author: Pauli Virtanen <pauli.virtanen@hut.fi> Date: Sun Jan 5 16:13:05 2003 +0000 Added "fi" (Finnish). 2003-01-05 Pauli Virtanen <pauli.virtanen@hut.fi> * configure.in (ALL_LINGUAS): Added "fi" (Finnish). ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 154e9f234a3494ff37c67dffcaa888a99bfa54c4 Author: Pauli Virtanen <pauli.virtanen@hut.fi> Date: Sun Jan 5 16:11:01 2003 +0000 Added Finnish translation. 2003-01-05 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Added Finnish translation. po/ChangeLog | 4 ++ po/fi.po | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+) commit 3de85ba7e7948f7ece876608c5f5e804c5430f58 Author: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> Date: Sat Jan 4 14:47:42 2003 +0000 Added sk (Slovak). Added Slovak translation. 2003-01-04 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * configure.in: (ALL_LINGUAS) Added sk (Slovak). * po/sk.po: Added Slovak translation. ChangeLog | 5 +++ configure.in | 2 +- po/ChangeLog | 4 ++ po/sk.po | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 136 insertions(+), 1 deletion(-) commit 06000507e286d2ee446807bb9000513459107dff Author: Benjamin Greiner <bgreiner@src.gnome.org> Date: Sat Jan 4 14:23:36 2003 +0000 *** empty log message *** po/ChangeLog | 4 ++++ po/de.po | 49 ++++++++++++++++++++++++++----------------------- 2 files changed, 30 insertions(+), 23 deletions(-) commit 6bf1e20d62c5a71f83a79859cd11f56739d7602f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 3 01:05:05 2003 +0000 - fix compile failure on systems where ncurses isn't detected src/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d7a0c47ad37ee451625c94250528e6aca82f8522 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jan 3 00:55:53 2003 +0000 look for libncurses or libtermcap include other libraries (ncurses, * configure.in: look for libncurses or libtermcap * vte.pc.in: include other libraries (ncurses, termcap, socket, whatever) in the list of libraries. * src/keymap.c(_vte_keymap_map): for Home and End, consult libncurses or libtermcap if we have no hard-wired mapping and there's none in the termcap file. Should fix #100472, even in cases where Home and End vary wildly from what I've got on my box. * src/keymap.c: rename cursor/fkey_normal to cursor/fkey_default, which makes a little more sense. ChangeLog | 11 +++ configure.in | 8 ++ src/keymap.c | 239 +++++++++++++++++++++++++++++++++++++---------------------- vte.pc.in | 2 +- 4 files changed, 171 insertions(+), 89 deletions(-) commit 3b4a3853390a7a511640c969fde72e072a72a808 Author: Chyla Zbigniew <chyla@src.gnome.org> Date: Thu Jan 2 12:52:02 2003 +0000 Updated Polish translation by GNOME PL Team <translators@gnome.pl> po/pl.po | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) commit 6d59ba9114dfd6bf955e8759e9af5b99017114e3 Author: Chyla Zbigniew <chyla@src.gnome.org> Date: Thu Jan 2 01:18:51 2003 +0000 Added Polish translation by GNOME PL Team <translators@gnome.pl> po/ChangeLog | 5 +++ po/pl.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+) commit 517047a162133a750153cff0ab6ee08cb3efc22a Author: Zbigniew Chyla <cyba@gnome.pl> Date: Thu Jan 2 01:17:53 2003 +0000 Added pl (Polish). 2003-01-02 Zbigniew Chyla <cyba@gnome.pl> * configure.in: (ALL_LINGUAS) Added pl (Polish). ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 72dbc564def2a70760f89ff559a3dad0106951e0 Author: Pablo Saratxaga <pablo@src.gnome.org> Date: Fri Dec 27 15:29:40 2002 +0000 updated Vietnamese file po/ChangeLog | 4 ++++ po/vi.po | 54 +++++++++++++++++++++++++++++------------------------- 2 files changed, 33 insertions(+), 25 deletions(-) commit dc65d7207e3b38d457ff8ca1e7d26ee4a442c99b Author: Peteris Krisjanis <peterisk@src.gnome.org> Date: Wed Dec 25 13:52:10 2002 +0000 Artis Trops <hornet@navigator.lv> * lv.po: Updated Latvian translation. po/ChangeLog | 4 ++++ po/lv.po | 65 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 38 insertions(+), 31 deletions(-) commit 50e4222072ab5123d7f642889a814da9a647790e Author: Peteris Krisjanis <peterisk@src.gnome.org> Date: Sun Dec 22 18:59:49 2002 +0000 2002-12-22 Artis Trops <hornet@navigator.lv> * lv.po: Added Latvian translation. po/ChangeLog | 4 ++ po/lv.po | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+) commit df42d07d7e6d7274bb54dbd270033e6b8fdcad15 Author: Peteris Krisjanis <peterisk@src.gnome.org> Date: Sun Dec 22 18:58:34 2002 +0000 2002-12-22 Artis Trops <hornet@navigator.lv> * configure.in: Added Latvian (lv) to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 27eccc58d997fbc070d2b2784a7d40eae301d509 Author: Jordi Mallach <jordim@src.gnome.org> Date: Sat Dec 21 15:27:24 2002 +0000 Updated Catalan translation. po/ChangeLog | 4 ++ po/ca.po | 120 ++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 74 insertions(+), 50 deletions(-) commit 78c22fb051aca21f168f95a3827df6e23b8dad71 Author: Yanko Kaneti <yaneti@declera.com> Date: Thu Dec 19 12:37:14 2002 +0000 Added Bulgarian (bg). 2002-12-19 Yanko Kaneti <yaneti@declera.com> * configure.in: (ALL_LINGUAS) Added Bulgarian (bg). po/ * bg.po (added): Added Bulgarian translation by Alexander Shopov <al_shopov@yahoo.com>. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 5 +++ po/bg.po | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 1 deletion(-) commit 142ffbccd627993cb5c4a607db7c092d84179c59 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Dec 18 20:02:42 2002 +0000 issue a warning if Xft2 and Xft aren't found. if we're not * configure.in: issue a warning if Xft2 and Xft aren't found. * src/vte.c (vte_terminal_paint): if we're not double-buffered, clear the drawing area before we draw text. * src/vteapp.c: add -2 to toggle double-buffering for testing. ChangeLog | 6 ++++++ configure.in | 4 +++- src/table.c | 7 ------- src/vte.c | 6 ++++++ src/vteaccess.c | 2 -- src/vteapp.c | 9 +++++++-- 6 files changed, 22 insertions(+), 12 deletions(-) commit 1fed413308e2a349f6d30c7862c61be527f5f63d Author: German Poo Caaman~o <gpoo@ubiobio.cl> Date: Wed Dec 18 00:33:14 2002 +0000 Updated Spanish translation 2002-12-17 German Poo Caaman~o <gpoo@ubiobio.cl> * es.po: Updated Spanish translation po/ChangeLog | 4 +++ po/es.po | 100 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 60 insertions(+), 44 deletions(-) commit 77fbea95fe7cb71ef2c3d243a83f3a6a50785d25 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Dec 16 19:51:20 2002 +0000 wire Shift+Home/Shift+End to scroll-to-top and scroll-to-bottom. * src/vte.c (vte_terminal_key_press): wire Shift+Home/Shift+End to scroll-to-top and scroll-to-bottom. ChangeLog | 4 ++++ src/vte.c | 29 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) commit 2df06c897e3e395ddfff915aba1fd758377a2362 Author: Miloslav Trmac <mitr@src.gnome.org> Date: Mon Dec 16 19:37:03 2002 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 44 ++++++++++++++++++++++---------------------- 2 files changed, 26 insertions(+), 22 deletions(-) commit e2f100b4474f7209a48821ce49da55dde33e3fa0 Author: Hasbullah Bin Pit <sebol@ikhlas.com> Date: Mon Dec 16 08:20:37 2002 +0000 Updated Malay Translation. 2002-12-16 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay Translation. po/ChangeLog | 4 ++++ po/ms.po | 39 +++++++++++++++++++++------------------ 2 files changed, 25 insertions(+), 18 deletions(-) commit 5336ad683728d60a65536993420ec1af605102bc Author: Christophe Merlet <redfox@src.gnome.org> Date: Sun Dec 15 16:18:02 2002 +0000 Updated French translation. po/ChangeLog | 4 ++++ po/fr.po | 52 ++++++++++++++++++++++++++++------------------------ 2 files changed, 32 insertions(+), 24 deletions(-) commit 72709ee7c4076339ecbe5cd27827060d303a3589 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Dec 14 00:40:53 2002 +0000 add a short test program. use hard values instead of GDK defines in the 0 * src/buffer.c: add a short test program. * src/iso2022.c: use hard values instead of GDK defines in the 0 map. Add _vte_iso2022_substitute_single() for performing a single mapping operation. * src/vte.c: use _vte_iso2022_substitute_single() instead of a local mapping table when mapping line-drawing charset data, simplifies maintenance of the mapping. ChangeLog | 11 ++++- README | 4 ++ src/Makefile.am | 6 ++- src/buffer.c | 103 +++++++++++++++++++++++++++++++++++++++++ src/buffer.h | 2 + src/iso2022.c | 43 ++++++++++++++++-- src/iso2022.h | 1 + src/vte.c | 139 ++------------------------------------------------------ vte.spec | 5 +- 9 files changed, 173 insertions(+), 141 deletions(-) commit ac59012c87307e7f0d51e4d89a14619fde47bfc2 Author: Pablo Saratxaga <pablo@src.gnome.org> Date: Fri Dec 13 10:37:33 2002 +0000 Added Catalan file ChangeLog | 4 +++ configure.in | 3 +- po/ChangeLog | 4 +++ po/ca.po | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 1 deletion(-) commit 28fe2ba6946deb75828ccab219ea4f671ae86385 Author: Christian Rose <menthos@menthos.com> Date: Fri Dec 13 03:22:16 2002 +0000 Updated Swedish translation. 2002-12-13 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 16 +++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) commit b7773ffb08ae7a40aacc7bc8d53a0405558fbe60 Author: Ole Laursen <olau@hardworking.dk> Date: Thu Dec 12 20:19:01 2002 +0000 Updated Danish translation. 2002-12-12 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation. po/ChangeLog | 4 ++++ po/da.po | 13 ++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) commit 926bbe1d96a595fb90264123aa79cfed1e7011eb (tag: vte_0_10_7) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Dec 11 20:13:25 2002 +0000 define VTE_USE_GNOME_PTY_HELPER if use of the helper is enabled at * configure.in: define VTE_USE_GNOME_PTY_HELPER if use of the helper is enabled at compile-time (enabled by default). * src/iso2022.c(_vte_iso2022_substitute): force characters received in the line-drawing map to have width = 1 (more #99603), so that we can distinguish them from line-drawing characters received in eucXX, which have width = 2. * src/vte.c(vte_terminal_insert_char): when mapping from line-drawing to gunichars, force a width of 1. * src/vte.c(vte_terminal_process_incoming): extend the bounding box for updates one cell further to the right, in case the cursor is in a cell which contains a wide character. * src/pty.c(_vte_pty_start_helper): spit out a warning if the helper isn't installed. * src/pty.c: don't compile in any gnome-pty-helper-specific code if VTE_USE_GNOME_PTY_HELPER isn't defined. ChangeLog | 17 ++++++++++++++++ configure.in | 1 + po/cs.po | 45 +++++++++++++++++++++++------------------ po/da.po | 45 +++++++++++++++++++++++------------------ po/de.po | 45 +++++++++++++++++++++++------------------ po/fr.po | 45 +++++++++++++++++++++++------------------ po/ms.po | 45 +++++++++++++++++++++++------------------ po/nl.po | 45 +++++++++++++++++++++++------------------ po/no.po | 45 +++++++++++++++++++++++------------------ po/pt_BR.po | 45 +++++++++++++++++++++++------------------ po/sv.po | 45 +++++++++++++++++++++++------------------ po/uk.po | 65 +++++++++++++++++++++++++++++++++-------------------------- po/vi.po | 45 +++++++++++++++++++++++------------------ src/iso2022.c | 7 +++++++ src/pty.c | 14 +++++++++++++ src/vte.c | 51 ++++++++++++++++++++++++++++++++++++++++------ vte.spec | 11 ++++++++-- 17 files changed, 379 insertions(+), 237 deletions(-) commit 18d3d0fbdb83a33107b92d77963a9e99e652e9df (tag: vte_0_10_6) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 10 22:36:29 2002 +0000 centralize buffer length sanity checks, add some utility functions for * src/buffer.c, src/buffer.h: centralize buffer length sanity checks, add some utility functions for stuffing things into buffers and pulling them back out. * src/debug.c, src/debug.h: add a lifecycle debug class, for tracking down initialization order weirdness. * src/pty.c: try to check that we can run the pty helper before trying to run it, to avoid SIGPIPE failures when it's not installed. * src/vte.c: never grab focus -- let the shell app deal with it. Return TRUE from mouse motion and press/release events to keep them from being passed up. ChangeLog | 12 +++++ src/buffer.c | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- src/buffer.h | 25 +++++++++- src/debug.c | 3 ++ src/debug.h | 7 +-- src/iso2022.h | 2 +- src/pty.c | 4 ++ src/reaper.h | 1 + src/vte.c | 109 ++++++++++++++++++++++++++++++++++--------- 9 files changed, 270 insertions(+), 39 deletions(-) commit dd56e470ff18ce4e5c1d924c13b334a147465304 Author: Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> Date: Tue Dec 10 12:28:45 2002 +0000 Dutch translation updated by Reinout van Schouwen. 2002-12-10 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated by Reinout van Schouwen. po/ChangeLog | 4 +++ po/nl.po | 87 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 50 insertions(+), 41 deletions(-) commit 7827e792f2b52ebb1412fd28c345c50649bbe513 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 10 00:08:54 2002 +0000 - add src/matcher.c | 246 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/matcher.h | 56 +++++++++++++ 2 files changed, 302 insertions(+) commit 8145dde6caaef633abc8478fc0b519d2fab14304 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 10 00:08:32 2002 +0000 add "uk" to the list of languages. remove the alternate attribute bit -- * configure.in: add "uk" to the list of languages. * src/vte.h: remove the alternate attribute bit -- it's no longer meaningful. * python/vte.override: remove the alternate attribute, add the strikethrough attribute. * src/vte.c (vte_terminal_insert_char): perform drawing character set to Unicode mapping at insertion time if the alternate attribute is set, otherwise discarding the attribute. If the character being inserted is a graphic character, force its width to 1 or 2 depending on the current codeset (#99603). * src/vte.c (xlfd_from_pango_font_description): take advantage of XftXlfdParse if we were built with Xft, as it appears to handle family aliases. * src/vte.c (vte_terminal_draw_graphic): decide what to draw using Unicode code points (instead of reverse mappings to drawing set), and implement the double-thick versions of many of the existing glyphs. Return a boolean indicating whether or not we drew something. * src/vte.c (vte_terminal_draw_row): if vte_terminal_draw_graphic() returns FALSE, try to draw the graphic character using the current font. * src/vte.c (vte_terminal_paint): if vte_terminal_draw_graphic() returns FALSE, try to draw the graphic character using the current font. * src/caps.c: add the undocumented default 0 to the OSC set text parameters sequence (#100468). * README: updates. * src/iso2022.c, src/iso2022.h: add a width mask for overriding widths for ambiguous Unicode characters, and _vte_iso2022_get_width() for reading the width, using unused bits in Unicode in a manner similar to http://www.cl.cam.ac.uk/~mgk25/ucs/iso2022-wc.html * src/table.c,src/trie.c: strip out iso2022 widths when extracting parameters of control sequences. * src/vte.c: heed iso2022 widths when inserting characters into the screen buffer, but clear then before storing them so that copy and paste will continue to work. * src/matcher.c, src/matcher.h: add matcher, a wrapper for table and trie, and move _vte_table_narrow_encoding and _vte_table_wide_encoding to this module. ChangeLog | 40 ++ README | 3 +- configure.in | 2 +- python/vte.override | 8 +- src/Makefile.am | 24 +- src/caps.c | 1 + src/interpret.c | 22 +- src/iso2022.c | 48 +- src/iso2022.h | 9 +- src/table.c | 123 +---- src/table.h | 8 +- src/trie.c | 37 +- src/trie.h | 6 - src/utf8echo.c | 4 +- src/vte.c | 1363 ++++++++++++++++++++++++++++++++------------------- src/vte.h | 2 +- vte.spec | 30 +- 17 files changed, 1051 insertions(+), 679 deletions(-) commit eed823a3a052c0479ef13b3dc234c9a1854aeed6 Author: Yuri Syrota <rasta@src.gnome.org> Date: Mon Dec 9 10:18:55 2002 +0000 Added Ukrainian translations po/ChangeLog | 4 +++ po/uk.po | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) commit db15594168bcffb4376d478aaf108afae46de4c5 (tag: vte_0_10_5) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 3 07:14:10 2002 +0000 - don't include the same file twice vte.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 9ba3fc164764cfa0b8e0601dddc1cbd0ddd913d3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 3 07:04:29 2002 +0000 - 0.10.5 vte.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit e039ff2e0cc66c5ba48775a854ed94bad13c9e18 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 3 06:50:09 2002 +0000 if TIOCSCTTY is defined, use it, even if it's redundant. * src/pty.c: if TIOCSCTTY is defined, use it, even if it's redundant. ChangeLog | 3 +++ src/caps.c | 3 +++ src/pty.c | 10 +++++++++- src/vte.c | 2 ++ 4 files changed, 17 insertions(+), 1 deletion(-) commit ff4b08b7875103dd976da00f2fba6fcf1addf7de Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 3 03:49:59 2002 +0000 update-po change the default from resetting to the terminal's default * po: update-po * src/utf8echo.c: change the default from resetting to the terminal's default encoding before exiting to leaving it alone. Don't mess with the terminal's encoding if stdout isn't connected to a terminal. * src/nativeecho.c: add, for printing random bytes. ChangeLog | 7 +++++++ configure.in | 2 +- po/cs.po | 48 +++++++++++++++++++++++------------------------- po/da.po | 48 +++++++++++++++++++++++------------------------- po/de.po | 48 +++++++++++++++++++++++------------------------- po/fr.po | 48 +++++++++++++++++++++++------------------------- po/ms.po | 48 +++++++++++++++++++++++------------------------- po/nl.po | 48 +++++++++++++++++++++++------------------------- po/no.po | 48 +++++++++++++++++++++++------------------------- po/pt_BR.po | 48 +++++++++++++++++++++++------------------------- po/sv.po | 48 +++++++++++++++++++++++------------------------- po/vi.po | 48 +++++++++++++++++++++++------------------------- src/Makefile.am | 7 ++++++- src/nativeecho.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/utf8echo.c | 13 +++++++++---- src/vte.c | 2 +- 16 files changed, 308 insertions(+), 257 deletions(-) commit 672bca9bfb1cf9aee9a077a93711022a3a8bfe9c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 3 02:31:11 2002 +0000 don't zero-fill rows, space-fill them. Don't just fail if the word_chars * src/vte.c: don't zero-fill rows, space-fill them. * src/vte.c(vte_terminal_is_word_char): Don't just fail if the word_chars array doesn't exist. ChangeLog | 5 +++++ src/vte.c | 32 +++++++++++++++++--------------- 2 files changed, 22 insertions(+), 15 deletions(-) commit 7bf2aecf9a8f3388a7b61f310fb361ccff4bb7d4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Dec 3 02:00:45 2002 +0000 add AC_CHECK_CC_OPT from ac-archive. check for cfmakeraw, sys/select.h, * acinclude.m4: add AC_CHECK_CC_OPT from ac-archive. * configure.in: check for cfmakeraw, sys/select.h, compiler support for -std= (#99698) * doc/boxes.txt: change reference to online Docbook reference to the charts at the Unicode web site. * src/dumpkeys.c: make a best-effort at making a terminal raw on systems where cfmakeraw() isn't available, from patch by Brian Cameron. Wait for up to 1/50 of a second for more bytes we'll consider to be part of a sequence. * src/pty.c(getpt): ensure that the new terminal is opened in non-blocking mode. * src/trie.c: use g_unichar_digit_value() instead of subtracting '0'. * src/vte.c: don't declare the xft_textitem member on non-Xft2 systems, because it uses an Xft2-specific type (#99685). * src/vteapp.c: add $pkgdatadir/fonts to the font path for use when testing. ChangeLog | 17 +++++++++ acinclude.m4 | 36 +++++++++++++++++- configure.in | 11 +++--- doc/boxes.txt | 2 +- src/dumpkeys.c | 114 +++++++++++++++++++++++++++++++++------------------------ src/pty.c | 47 +++++++++++++++--------- src/trie.c | 3 +- src/vte.c | 60 +++++++++++++++++++----------- src/vteapp.c | 17 +++++++++ 9 files changed, 212 insertions(+), 95 deletions(-) commit 1b675f52db6d4595ee8f8faef718994896823106 Author: Gil Osher <dolfin@src.gnome.org> Date: Wed Nov 27 21:20:52 2002 +0000 *** empty log message *** po/ChangeLog | 4 ++ po/he.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) commit 11f812ab830734e54ed9cfc33d957b1002189ce1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Nov 26 03:57:10 2002 +0000 2002-11-25 nalin fix mapping of Unicode code chars 0x252c and 0x2534 which 2002-11-25 nalin * src/vte.c: fix mapping of Unicode code chars 0x252c and 0x2534 which incorrectly mixed them up (#99474). * src/iso2022.c: fix mapping of 'v' and 'w' from special graphics to Unicode, which masked the above bug. ChangeLog | 6 +++++ doc/Makefile.am | 2 ++ doc/boxes.txt | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/cs.po | 40 +++++++++++++++---------------- po/da.po | 40 +++++++++++++++---------------- po/de.po | 40 +++++++++++++++---------------- po/fr.po | 40 +++++++++++++++---------------- po/ms.po | 40 +++++++++++++++---------------- po/nl.po | 40 +++++++++++++++---------------- po/no.po | 40 +++++++++++++++---------------- po/pt_BR.po | 40 +++++++++++++++---------------- po/sv.po | 40 +++++++++++++++---------------- po/vi.po | 40 +++++++++++++++---------------- src/iso2022.c | 4 ++-- src/vte.c | 39 +++++++++++++++++++----------- vte.spec | 2 +- 16 files changed, 310 insertions(+), 217 deletions(-) commit d3d658f80cc52bb9855e94e506c6028b87261c46 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Nov 26 00:52:58 2002 +0000 fix cd() to clear using the current colors. * src/vte.c: fix cd() to clear using the current colors. ChangeLog | 3 +++ src/vte.c | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) commit 34833fb1b8cf7a7b74421f15e102d5ef4f1f3fe4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Nov 26 00:40:04 2002 +0000 add ta back in -- it's not a key sequence. * termcaps/xterm: add ta back in -- it's not a key sequence. ChangeLog | 3 +++ termcaps/xterm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit 8ef12bdb39802275588bad413570175111ef6ef2 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Nov 26 00:21:05 2002 +0000 fix cd() to clear to the right of the cursor on the current line instead * src/vte.c: fix cd() to clear to the right of the cursor on the current line instead of the entire line (#98844). ChangeLog | 6 +++++- src/vte.c | 20 ++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) commit 06b94cbffdefcf91020a10ae0d625cf37f908c71 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 25 21:54:15 2002 +0000 need this, too, for future use src/genkeysyms.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) commit 8980298986ca91ea60ba2b7fb4f97c4853e10fb4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 25 21:53:46 2002 +0000 add new file, thanks thunder src/keysyms.c | 1254 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1254 insertions(+) commit 0607f02e4fd9489d926cb0390f06376b89904779 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 25 21:44:10 2002 +0000 add keyboard debug messages when we change keyboard modes. remove kh * src/vte.c: add keyboard debug messages when we change keyboard modes. * termcaps/xterm: remove kh definition. ChangeLog | 4 ++++ src/vte.c | 68 ++++++++++++++++++++++++++++++++++++++++++++-------------- termcaps/xterm | 2 +- 3 files changed, 57 insertions(+), 17 deletions(-) commit 969bdcbc7bac0493199ae8266120e8dd3bafef6d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 25 21:24:23 2002 +0000 make keypad arrow keys follow cursor mode (#98604). * src/keymap.c: make keypad arrow keys follow cursor mode (#98604). ChangeLog | 6 +++++- src/keymap.c | 41 ++++++++++++++++++++--------------------- src/vte.c | 4 ++-- 3 files changed, 27 insertions(+), 24 deletions(-) commit 9d1f4447aa9cc6a6ce087765b6c52a331092d93d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 25 21:08:28 2002 +0000 sort out when we add modifiers to keys. Fix Alt+Tab. remove ta definition. * src/keymap.c: sort out when we add modifiers to keys. Fix Alt+Tab. * termcaps/xterm: remove ta definition. ChangeLog | 4 +++ src/keymap.c | 103 +++++++++++++++++++++++++++++++++------------------------ src/keymap.h | 16 ++++----- src/vte.c | 24 +++++--------- termcaps/xterm | 2 +- 5 files changed, 80 insertions(+), 69 deletions(-) commit a3aa3d3e6535d49e82af372f6db1b4aee1d1c4d1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 25 20:39:20 2002 +0000 add keyboard debugging class. refresh on Ctrl-L, reset on 'r'. add more * src/debug.c, src/debug.h: add keyboard debugging class. * src/dumpkeys.c: refresh on Ctrl-L, reset on 'r'. * src/keymap.c, src/keymap.h: add more setting combinations, and a simplistic check for more complete coverage. * src/vte.c: add debug messages for keyboard handling. Improve detection of invalid coordinates as a signal that no text is selected or hilited. * termcaps/xterm.baseline: add a baseline copy of xterm from my termcap, so that I can diff it more easily. * termcaps/xterm: remove key definitions -- xterm's way more complicated than the capability strings suggest. ChangeLog | 13 ++ configure.in | 6 +- src/Makefile.am | 3 + src/debug.c | 3 + src/debug.h | 3 +- src/dumpkeys.c | 46 +++-- src/keymap.c | 453 +++++++++++++++++++++++++++++++++++++++--------- src/keymap.h | 19 +- src/vte.c | 166 +++++++++++++----- termcaps/Makefile.am | 2 +- termcaps/xterm | 22 +-- termcaps/xterm.baseline | 35 ++++ 12 files changed, 603 insertions(+), 168 deletions(-) commit 91a1515e9c6de2e767aa39f8f5e868e9af623fb8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Nov 23 00:20:57 2002 +0000 incorporate more correct check for the right version of gtk-doc (#99314). * configure.in: incorporate more correct check for the right version of gtk-doc (#99314). ChangeLog | 4 ++++ configure.in | 22 +++++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) commit b07db8367684af8339e1d19f4a4a4588ee146158 Author: Hasbullah BIn Pit <sebol@ikhlas.com> Date: Sun Nov 17 05:14:31 2002 +0000 Added "ms" to ALL_LINGUAS. wawa... kumerinduiMu... 2002-11-15 Hasbullah BIn Pit <sebol@ikhlas.com> * configure.in: Added "ms" to ALL_LINGUAS. wawa... kumerinduiMu... ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 2529c7639c6d96678ac0f9588c280e4bb7a21ed1 Author: Hasbullah Bin Pit <sebol@ikhlas.com> Date: Sun Nov 17 05:12:58 2002 +0000 Added Malay Translation. wawa.... 2002-11-16 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Added Malay Translation. wawa.... po/ChangeLog | 4 ++ po/ms.po | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) commit f232c362aa287a14103b251011690dfcf9caeb3a (tag: vte_0_10_4) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 11 21:52:08 2002 +0000 0.10.4 src/vte.c | 4 ++-- vte.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) commit 7d9fdb7edf0c77af95342f0b1796c05f62e529a9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 11 21:34:22 2002 +0000 ensure that when we select by line, we include all of the last line, even * src/vte.c: ensure that when we select by line, we include all of the last line, even if it's past the edge of the screen. Snap selection to the beginning or end of a line when selecting lines which don't exist. Only strip off whitespace if there's nothing but whitespace to the right of the selection. Chuck the non-wrapping selection code. ChangeLog | 7 +++ README | 1 - src/vte.c | 208 +++++++++++++++++--------------------------------------------- 3 files changed, 62 insertions(+), 154 deletions(-) commit 81d34a7832606401e7ab35b7dda01f3de57c3471 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 11 06:05:28 2002 +0000 properly set the "selecting" flag again when we start selection (#97923). * src/vte.c: properly set the "selecting" flag again when we start selection (#97923). ChangeLog | 4 ++++ src/vte.c | 1 + 2 files changed, 5 insertions(+) commit 0e364d3504c1e5536fdaad0ac668aed3cd4e82f9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 11 05:48:43 2002 +0000 rework selection so that word- and line-based selection can wrap like * src/vte.c: rework selection so that word- and line-based selection can wrap like XTerm does (#97057,#97719). ChangeLog | 11 ++- src/vte.c | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 230 insertions(+), 10 deletions(-) commit 48a2e29878b6930e02b2f374b356c3e7f3a0b1f6 (tag: vte_0_10_3) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Nov 7 22:52:56 2002 +0000 doc fixes. use the older alternate-screen decset value. fixup screwups on * src/vte.h: doc fixes. * src/dumpkeys.c: use the older alternate-screen decset value. * src/vte.c: fixup screwups on extending selection. ChangeLog | 5 +++++ Makefile.am | 3 ++- doc/reference/tmpl/vte.sgml | 11 +++++++++++ doc/reference/vte-sections.txt | 1 + po/cs.po | 40 ++++++++++++++++++++-------------------- po/da.po | 40 ++++++++++++++++++++-------------------- po/de.po | 40 ++++++++++++++++++++-------------------- po/fr.po | 40 ++++++++++++++++++++-------------------- po/nl.po | 40 ++++++++++++++++++++-------------------- po/no.po | 40 ++++++++++++++++++++-------------------- po/pt_BR.po | 40 ++++++++++++++++++++-------------------- po/sv.po | 40 ++++++++++++++++++++-------------------- po/vi.po | 40 ++++++++++++++++++++-------------------- src/dumpkeys.c | 2 +- src/vte.c | 14 ++++++-------- src/vte.h | 2 +- vte.spec | 5 ++++- 17 files changed, 211 insertions(+), 192 deletions(-) commit 562b54d18e0522e18808ef5b98bfc80f7564e62d (tag: vte_0_10_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Nov 5 22:57:30 2002 +0000 0.10.2 vte.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 2a94d48cd9fb205df426db06803e715934213422 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Nov 5 22:54:20 2002 +0000 handle end-of-line selection correctly. Stop highlighting selection on * src/vte.c: handle end-of-line selection correctly. Stop highlighting selection on click, but don't lose it until new text is selected. * python/vte.override: fix binding for set_colors() to properly take a list of colors for the palette (#97682). * src/vte.c, src/vte.h: add increase-font-size and decrease-font-size to allow mimicking XTerm's and Mozilla's behavior on Shift/Control KP_Add/KP_Subtract * src/vteapp.c: handle increase-font-size and decrease-font-size. ChangeLog | 9 ++ doc/reference/tmpl/vte.sgml | 14 ++ python/vte.override | 46 +++++++ src/Makefile.am | 6 +- src/dumpkeys.c | 308 +++++++++++++++++++++++++++++++++++++++++++ src/vte.c | 310 ++++++++++++++++++++++---------------------- src/vte.h | 4 +- src/vteapp.c | 58 +++++++++ 8 files changed, 597 insertions(+), 158 deletions(-) commit 002f5e5e6ad00199c52869810616350a6c165542 Author: Robert Brady <rbrady@src.gnome.org> Date: Tue Nov 5 16:33:00 2002 +0000 Commit uncomitted file Doh. Sorry. src/vte.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a175a436c1f7298cce7459337dbf25daedbbadc9 Author: Abi Brady <morwen@evilmagic.org> Date: Tue Nov 5 16:06:11 2002 +0000 Add and implement the strikethrough attribute. Change underline to be 2002-11-05 Abi Brady <morwen@evilmagic.org> * src/vte.c: Add and implement the strikethrough attribute. Change underline to be drawn using the ascent, rather than arbritarily putting it two lines above the bottom of the charcell - looks much better with large fonts. ChangeLog | 6 ++++++ src/vte.c | 42 +++++++++++++++++++++++++++++++++--------- 2 files changed, 39 insertions(+), 9 deletions(-) commit 16dce79ee4f39e35562e33458b4f814a719892c9 (tag: vte_0_10_1) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Nov 4 15:49:22 2002 +0000 be more verbose. add more items to the TODO list so that I don't forget * NEWS: be more verbose. * README: add more items to the TODO list so that I don't forget them. * src/vte.c: ifdef out some of the selection code. ChangeLog | 5 +++++ NEWS | 29 +++++++++++++++++++++-------- README | 16 +++++++++++----- po/cs.po | 40 ++++++++++++++++++++-------------------- po/da.po | 40 ++++++++++++++++++++-------------------- po/de.po | 40 ++++++++++++++++++++-------------------- po/fr.po | 40 ++++++++++++++++++++-------------------- po/nl.po | 40 ++++++++++++++++++++-------------------- po/no.po | 40 ++++++++++++++++++++-------------------- po/pt_BR.po | 40 ++++++++++++++++++++-------------------- po/sv.po | 40 ++++++++++++++++++++-------------------- po/vi.po | 40 ++++++++++++++++++++-------------------- src/vte.c | 8 ++++++++ 13 files changed, 225 insertions(+), 193 deletions(-) commit 1a42a72312a635157d5921fdef1b757816e9d9e1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Oct 30 20:36:58 2002 +0000 add ident tags. don't scroll-to-bottom if we're selecting (#96913). * src/buffer.c, src/iso2022.c, src/vteaccess.c: add ident tags. * src/vte.c: don't scroll-to-bottom if we're selecting (#96913). ChangeLog | 4 +++ src/buffer.c | 1 + src/iso2022.c | 1 + src/vte.c | 83 ++++++++++++++++++++++++++++++++++----------------------- src/vteaccess.c | 1 + 5 files changed, 56 insertions(+), 34 deletions(-) commit 12b3f27976debad67cd40abeb825784a910c8286 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Oct 30 20:03:22 2002 +0000 implement iconify, deiconify, raise, lower, maximize, restore, refresh, * src/vteapp.c: implement iconify, deiconify, raise, lower, maximize, restore, refresh, resize, and move signals. * src/vte.c: add vte_terminal_match_remove(). * src/vte.c (vte_sequence_handler_cb): clear the current column in addition to columns to the left, spotted by Sam Varshavchik. * src/vte.c: Use g_array_set_size() to clear arrays instead of removing each element. Properly initialize new columns with just the default colors and not other attributes (#96978). * src/vte.c (vte_sequence_handler_ta): revert to non-overwriting tabs, otherwise we got occasional drawing artifacts. ChangeLog | 12 ++ HACKING | 2 +- NEWS | 1 + doc/reference/tmpl/vte.sgml | 9 ++ doc/reference/vte-sections.txt | 1 + src/iso2022.c | 6 +- src/iso2022.txt | 2 +- src/vte.c | 273 +++++++++++++++++++++++++++++------------ src/vte.h | 2 + src/vteapp.c | 167 ++++++++++++++++++++++++- vte.spec | 5 +- 11 files changed, 391 insertions(+), 89 deletions(-) commit 810df74cc6b9df3f5605ada6199a9d29954b7fe7 Author: Abi Brady <morwen@evilmagic.org> Date: Wed Oct 30 19:33:11 2002 +0000 Support dim (halfbright) colours. All the infrastructure for this was here 2002-10-30 Abi Brady <morwen@evilmagic.org> * src/vte.c, src/vte.h : Support dim (halfbright) colours. All the infrastructure for this was here already (apart from making sure bold and half are mutually exclusive). Add API set_color_dim, and let set_colors take a palette of size 24. ChangeLog | 7 ++++++ src/vte.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------- src/vte.h | 2 ++ 3 files changed, 73 insertions(+), 11 deletions(-) commit 9c335fdd4498e6c10df2f53e369eb8e5fe953513 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Tue Oct 29 21:24:43 2002 +0000 Update po/no.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 824414b696954452df80ba0ee38dde997f215a6f Author: Abi Brady <morwen@evilmagic.org> Date: Tue Oct 29 14:11:19 2002 +0000 Map to UCS, not keysyms. (which differ > 0xff). 2002-10-29 Abi Brady <morwen@evilmagic.org> * src/iso2022.c (_vte_iso2022_map_[J4]): Map to UCS, not keysyms. (which differ > 0xff). ChangeLog | 4 ++++ src/iso2022.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 471a08467712055d77f845deb972b927cfdda5c8 Author: Abi Brady <morwen@evilmagic.org> Date: Mon Oct 28 19:09:08 2002 +0000 Add line-drawing representation for full block. Draw U+23BA-23BD. Fix 2002-10-28 Abi Brady <morwen@evilmagic.org> * src/vte.c: Add line-drawing representation for full block. Draw U+23BA-23BD. Fix drawing of U+23BD (scan line 9) and U+2592 (checkerboard) to use bottom line of the charcell, not the top line of the one below. * src/iso2022.c: Complete DEC Special Graphics to Unicode map. ChangeLog | 7 +++++++ src/iso2022.c | 19 ++++++++++++++++-- src/vte.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 83 insertions(+), 5 deletions(-) commit 241ae1fcc0d989f72cdc4eba073ad3a8e5211df4 (tag: vte_0_10) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Oct 25 22:09:29 2002 +0000 - po file updates po/cs.po | 42 +++++++++++++++++++++--------------------- po/da.po | 42 +++++++++++++++++++++--------------------- po/de.po | 42 +++++++++++++++++++++--------------------- po/fr.po | 42 +++++++++++++++++++++--------------------- po/nl.po | 42 +++++++++++++++++++++--------------------- po/no.po | 42 +++++++++++++++++++++--------------------- po/pt_BR.po | 42 +++++++++++++++++++++--------------------- po/sv.po | 42 +++++++++++++++++++++--------------------- po/vi.po | 42 +++++++++++++++++++++--------------------- 9 files changed, 189 insertions(+), 189 deletions(-) commit 25f084882412a537c4a3cc6993027f9707d8cc81 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Oct 25 22:07:11 2002 +0000 snip off final newlines when we're matching, they're usually not wanted. * src/vte.c (vte_terminal_match_check_internal): snip off final newlines when we're matching, they're usually not wanted. * src/pty.c, src/pty.h: replace the simpler pty_open() function with a logging version, adding the ability to specify a startup directory (Red Hat #76529). * src/vte.c, src/vte.h: replace the simpler fork_command() function with a logging version, adding the ability to specify a startup directory (Red Hat #76529). * src/vteapp.c: modify call to handle new fork_command(). * python/vte.defs: update as above. * python/vte.override: modify call to handle new fork_command(), adding an optional "directory" argument. * src/vte.c: refactor the selection code, cleaning up when selection is cleared/started/extended (#95783). Grab focus whenever we get button press or release or motion events. * src/vte.c: rework how wide characters are stored to allow storing tabs (#95958). * python/vte.override: wrap vte_terminal_get_text() and vte_terminal_get_text_range(). Based on patch from ha shao (#96230). * src/vte.c, src/vte.h: add a user pointer argument to get_text callbacks (#96230). * src/Makefile.am: bump shared library version because we changed a public function's signature. Take the opportunity to replace padding fields which had previously been used up. ChangeLog | 36 +- Makefile.am | 5 +- doc/reference/tmpl/pty.sgml | 36 - doc/reference/tmpl/vte-unused.sgml | 73 ++ doc/reference/tmpl/vte.sgml | 15 +- doc/reference/vte-docs.sgml | 2 - doc/reference/vte-sections.txt | 8 - python/cat.py | 13 +- python/vte.defs | 12 +- python/vte.override | 248 ++++- src/Makefile.am | 2 +- src/debug.c | 3 + src/debug.h | 3 +- src/pty.c | 94 +- src/pty.h | 22 +- src/vte.c | 1970 ++++++++++++++++++++---------------- src/vte.h | 25 +- src/vteaccess.c | 4 +- src/vteapp.c | 12 +- vte.spec | 5 +- 20 files changed, 1564 insertions(+), 1024 deletions(-) commit e600d5ea308a700166c9a59e9e88e80ac7f91263 (tag: vte_0_9_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Oct 21 19:01:26 2002 +0000 - translation updates po/cs.po | 40 ++++++++++++++++++++-------------------- po/da.po | 40 ++++++++++++++++++++-------------------- po/de.po | 40 ++++++++++++++++++++-------------------- po/fr.po | 40 ++++++++++++++++++++-------------------- po/nl.po | 40 ++++++++++++++++++++-------------------- po/no.po | 40 ++++++++++++++++++++-------------------- po/pt_BR.po | 40 ++++++++++++++++++++-------------------- po/sv.po | 40 ++++++++++++++++++++-------------------- po/vi.po | 40 ++++++++++++++++++++-------------------- 9 files changed, 180 insertions(+), 180 deletions(-) commit 0ec595fde9bd1e3d9bbbd7125353f0b35729ad1a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Oct 21 18:56:57 2002 +0000 - fix path for python module vte.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4199e9affd62e43a2b452c733428852b28d25ef9 Author: jacob berkman <jacob@ximian.com> Date: Mon Oct 21 17:26:29 2002 +0000 include decset, osc, and window 2002-10-21 jacob berkman <jacob@ximian.com> * src/Makefile.am (EXTRA_DIST): include decset, osc, and window ChangeLog | 4 ++++ src/Makefile.am | 1 + 2 files changed, 5 insertions(+) commit fa5c2e2027f0507032ed8e090e11140cd2d8b277 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Oct 18 21:58:34 2002 +0000 use character constants instead of hex constants. add more illustrations. * src/iso2022.c: use character constants instead of hex constants. * src/iso2022.txt: add more illustrations. * src/decset: scriptlet to save some typing. * src/vte.c: zero-terminate window and icon title strings again. * src/decset, src/osc, src/window: add. ChangeLog | 7 +++ src/Makefile.am | 1 + src/decset | 16 +++++ src/iso2022.c | 192 ++++++++++++++++++++++++++++---------------------------- src/iso2022.txt | 22 +++++-- src/osc | 21 +++++++ src/vte.c | 8 ++- src/window | 28 +++++++++ 8 files changed, 192 insertions(+), 103 deletions(-) commit 7459d35c062c3c91d98988cb95d55151c9752423 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Oct 18 20:53:53 2002 +0000 add a mapping for the escape key. Oops. * src/keymap.c: add a mapping for the escape key. Oops. ChangeLog | 3 +++ src/keymap.c | 6 ++++++ 2 files changed, 9 insertions(+) commit 41f60f34704e288a36e681dfe6b15e386c90dd20 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Oct 18 20:06:49 2002 +0000 implement decset 42 (enable/disable NRC processing), but enable it by * src/vte.c: implement decset 42 (enable/disable NRC processing), but enable it by default. Implement decset 44 (margin bell). * src/vte.c: do not trust the event->string. Use gdk_keyval_to_unicode and the built-in keymapping to cope with the weirdness. Extend the range of characters we controlify from 0x40-0x60 to 0x40-0x7f so that lower-case ascii chars controlify (not a word, I know). * src/keymap.c: add map entries for GDK_Return and GDK_KP_Enter for GDK_CONTROL_MASK = cr, normal = lf. ChangeLog | 10 ++++ src/keymap.c | 9 ++++ src/vte.c | 161 +++++++++++++++++++++++++++++++++++++++++------------------ 3 files changed, 131 insertions(+), 49 deletions(-) commit e310e8d82626e1b367134f51b84026df07da07d9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Oct 18 15:38:27 2002 +0000 make sure that strings passed to a commit signal are zero-terminated * src/vte.c: make sure that strings passed to a commit signal are zero-terminated (#96131). * python/Makefile.am: install the module in site-packages instead of a subdirectory, which doesn't work on my system. ChangeLog | 6 ++++++ python/Makefile.am | 2 +- src/vte.c | 15 +++++++++++++-- 3 files changed, 20 insertions(+), 3 deletions(-) commit f2fef8ea942c5a99663691241d637ef2e2a8dcbf Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Oct 18 00:25:21 2002 +0000 remove vte_terminal_update_scroll_delta, which only did things * src/vte.c: remove vte_terminal_update_scroll_delta, which only did things vte_terminal_adjust_adjustments already did and was only called immediately after. Fill newly-added lines with the current attributes if the current background isn't the default color (Red Hat #73853). Implement ignored DECSET settings, so that we don't mistakenly complain about settings not being implemented yet when we actually just want to ignore them. Force the first cursor redraw after focus-in to always be in the foreground color (Red Hat #75908). * vte.spec: 0.9.2 ChangeLog | 17 ++++++- src/vte.c | 156 ++++++++++++++++++++++++++++++-------------------------------- vte.spec | 10 +++- 3 files changed, 100 insertions(+), 83 deletions(-) commit 9a346fd61eb247ee863478459f46d2a885f4cb68 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Oct 17 18:13:26 2002 +0000 force invalidation mode if we're in insert mode to get the entire line * src/vte.c (vte_terminal_insert_char): force invalidation mode if we're in insert mode to get the entire line redrawn. Spotted by msw. ChangeLog | 4 ++++ src/vte.c | 1 + 2 files changed, 5 insertions(+) commit f18f8e2e7d649675d61c97d5b6b5170f397b1e24 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Oct 17 16:26:03 2002 +0000 clean up tests for wint_t. Patch from Brian Cameron. * configure.in: clean up tests for wint_t. Patch from Brian Cameron. ChangeLog | 3 +++ configure.in | 12 +----------- 2 files changed, 4 insertions(+), 11 deletions(-) commit b2fcad271ca132aa74f3a489169d33f7a66795ff Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Oct 17 16:17:40 2002 +0000 close a possible race on systems where pty initialization requires more * src/pty.c: close a possible race on systems where pty initialization requires more than just opening the pty (for example, Solaris). Spotted by Brian Cameron. * src/utf8echo.c: don't reset to iso-8859-1 unless -r is used. ChangeLog | 8 +- po/cs.po | 42 +++++----- po/da.po | 42 +++++----- po/de.po | 42 +++++----- po/fr.po | 42 +++++----- po/nl.po | 42 +++++----- po/no.po | 40 ++++----- po/pt_BR.po | 42 +++++----- po/sv.po | 42 +++++----- po/vi.po | 42 +++++----- src/pty.c | 256 +++++++++++++++++++++++++++++++++++++++++++-------------- src/utf8echo.c | 11 ++- 12 files changed, 397 insertions(+), 254 deletions(-) commit 89e1b4ff2306e8fedfdafa4929665f2460510465 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Oct 16 23:35:07 2002 +0000 remove a bogus assertion for a case which we were already handling a * src/vte.c: remove a bogus assertion for a case which we were already handling a little further down. ChangeLog | 4 ++++ src/vte.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) commit e82912ae31e1e6b52f9e2f4f744d33c4fb475496 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Oct 16 20:11:52 2002 +0000 doc/utmpwtmp.txt: some docs on what utmp/wtmp/lastlog logging actually do doc/utmpwtmp.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) commit b68e40146ce0a5226d458b8d6fe97c58e01e3b14 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Oct 16 19:37:03 2002 +0000 adjust our adjustments whenever a line might scroll off the top of the * src/vte.c: adjust our adjustments whenever a line might scroll off the top of the buffer. Fix computation of the new insertion delta to ensure that it never goes below the scroll delta, which should fix the resizing crashes, and add some debug assertions to verify this. * configure.in, python/Makefile.am: build the python bindings as a library, not a binary with wacky ldflags. * src/vte.c: don't try to close the pty at finalize time if we didn't open it. Patch from ha shao. * src/keymap.c, src/keymap.h: move the addition of modifiers into a separate function. Add the function key strings from terminfo for fkey_sun and fkey_hp cases. Make control+F1 = F13 only in vt220 mode. * src/vte.c: apply modifiers to function keys in normal and legacy modes. ChangeLog | 17 ++++ configure.in | 5 +- python/Makefile.am | 15 ++-- src/keymap.c | 239 +++++++++++++++++++++++++++++++++++++++-------------- src/keymap.h | 13 ++- src/vte.c | 112 ++++++++++++++++++++----- src/vteapp.c | 4 +- 7 files changed, 310 insertions(+), 95 deletions(-) commit c74ab135c563a6cf3244cd03d98e3730f8220697 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Oct 15 20:27:58 2002 +0000 Updated translation. 2002-10-15 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated translation. po/ChangeLog | 4 ++++ po/no.po | 40 ++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 20 deletions(-) commit 3af8a4a5bd3fbfdb82f7cc7bf3ae0b623f719f12 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Oct 15 02:22:37 2002 +0000 add super-bogus bold text mode (Red Hat #74779). * src/vte.c: add super-bogus bold text mode (Red Hat #74779). ChangeLog | 7 ++- doc/reference/tmpl/vte.sgml | 33 +++++++++++++++ doc/reference/vte-sections.txt | 3 ++ python/vte.defs | 15 +++++++ src/Makefile.am | 2 +- src/vte.c | 96 +++++++++++++++++++++++++++++++++++++++--- src/vte.h | 2 + src/vteapp.c | 2 +- 8 files changed, 150 insertions(+), 10 deletions(-) commit e590d5dce3e48a5313e8e02d50439c675fdfb46a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Oct 15 01:49:25 2002 +0000 recognize CSI-r (with no arguments) as resetting the scrolling region in * src/vte.c: recognize CSI-r (with no arguments) as resetting the scrolling region in XTerm emulation (Red Hat #75902) ChangeLog | 8 ++++++-- src/caps.c | 3 +++ src/vte.c | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) commit 2905a995d011850f854aa8b3b2fe261be944705b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Oct 14 21:40:22 2002 +0000 add mappings for GDK_Page_Up and GDK_Page_Down, missed in the conversion. * src/keymap.c: add mappings for GDK_Page_Up and GDK_Page_Down, missed in the conversion. * src/vte.c: steal GDK_KP_{Add,Subtract,Multiply,Divide} from the input methods (Red Hat #75207). ChangeLog | 6 ++++++ po/cs.po | 42 +++++++++++++++++++++--------------------- po/da.po | 42 +++++++++++++++++++++--------------------- po/de.po | 42 +++++++++++++++++++++--------------------- po/fr.po | 42 +++++++++++++++++++++--------------------- po/nl.po | 42 +++++++++++++++++++++--------------------- po/no.po | 42 +++++++++++++++++++++--------------------- po/pt_BR.po | 42 +++++++++++++++++++++--------------------- po/sv.po | 42 +++++++++++++++++++++--------------------- po/vi.po | 42 +++++++++++++++++++++--------------------- src/keymap.c | 13 +++++++++++++ src/vte.c | 10 +++++----- 12 files changed, 213 insertions(+), 194 deletions(-) commit b648a00d75f17d490ed2e96bdd2ed449ce49a34e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Oct 14 21:22:40 2002 +0000 note that commit came about because of mail from ha shao. add a couple of * ChangeLog: note that commit came about because of mail from ha shao. * python/cat.py: add a couple of comments. ChangeLog | 14 +++++++------- python/cat.py | 2 ++ 2 files changed, 9 insertions(+), 7 deletions(-) commit cda7db5a18f9ea59673acf0ee5a7a34c3f59c662 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Oct 14 21:07:58 2002 +0000 more $pkglibdir -> $libexecdir fixing. add rules for generating ps and * configure.in: more $pkglibdir -> $libexecdir fixing. * doc/Makefile.am: add rules for generating ps and text versions of the ctlseqs docs. * doc/reference/tmpl/vte.sgml: add snippet for "commit". * python/python/vte.defs: update to add a binding for vte_terminal_fork_logged_command(). * src/buffer.h: add a warning comment that these are private interfaces. Wrap declarations in G_BEGIN_DECLS/G_END_DECLS. * src/caps.h: add macros for the SS2/SS3 sequences. * src/marshal.list: add a marshaller for the "commit" signal. * src/keymap.c, src/keymap.h: move the getting-more-convoluted keypress-handling code to a shell that parses tables of static info. * src/pty.c: reset signal handlers before exec() (Red Hat #75341) * src/vte.c: use the keymap for most non-printable keys. Add a "commit" signal to allow an app to just use the terminal for displaying data and grabbing input. Obey the application's desired meta-sends-escape setting. Recognize HP function key mode. Recognize and handle legacy XTerm function key mode. Force a redraw if the child application tries to switch to 80/132 columns, even though we don't usually let them try. Don't try to send keystrokes to the child pty when there is no child pty. Don't convert final whitespace to newlines when copying text (Red Hat #74611). Properly distinguish cursor key mode and keypad key mode, obey application mode for cursor keys, * python/cat.py: test program for running without a command. * termcaps/xterm: change the definitions for ku/kd/kl/kr to match XTerm in normal cursor mode instead of application cursor mode. ChangeLog | 31 ++ configure.in | 4 +- doc/Makefile.am | 6 + doc/reference/tmpl/vte.sgml | 11 + python/cat.py | 48 +++ python/vte.defs | 14 + src/Makefile.am | 2 + src/buffer.h | 10 +- src/caps.h | 2 + src/keymap.c | 798 ++++++++++++++++++++++++++++++++++++++++++++ src/keymap.h | 52 +++ src/marshal.list | 1 + src/pty.c | 84 +++++ src/vte.c | 602 +++++++++++++-------------------- src/vte.h | 2 +- src/vteapp.c | 4 +- termcaps/xterm | 6 +- 17 files changed, 1305 insertions(+), 372 deletions(-) commit fb8d32cd8e004edf334cd893e530de54e91f93b3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Oct 11 18:50:01 2002 +0000 change the typedef of wint_t here to match vte.c (now a gunichar instead * src/trie.c: change the typedef of wint_t here to match vte.c (now a gunichar instead of a long). Spotted by Brian Cameron. ChangeLog | 6 +++++- src/trie.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) commit ce817d3ae082a82c2ebad13f8be2fc145f556afa Author: Brian Cameron <bcameron@src.gnome.org> Date: Fri Oct 11 17:21:07 2002 +0000 Changed to that wchar.h is included when checking for wint_t on Solaris. * configure.in: Changed to that wchar.h is included when checking for wint_t on Solaris. This was needed because on Solaris wint_t is defined to be a long, and in vte.c its definition was recently changed to be a gunichar. This caused the compile to break on Solaris. ChangeLog | 6 ++++++ configure.in | 29 ++++++++++++++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) commit b0a4e8ffb13e71e393d973539267f3cbf711b2d0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Oct 10 18:45:46 2002 +0000 fix the bits I missed when fixing #95085. * configure.in, src/pty.c, gnome-pty-helper/Makefile.am: fix the bits I missed when fixing #95085. ChangeLog | 4 ++++ configure.in | 5 ++++- gnome-pty-helper/Makefile.am | 4 ++-- src/pty.c | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) commit 46821963e12a980b5d3864fbee542bcd66c45480 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Oct 10 17:57:14 2002 +0000 Add. src/buffer.c | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/buffer.h | 43 +++++++++++++++ 2 files changed, 213 insertions(+) commit 272bef21f4676bd586bbd9484890d6d2aa47fce7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Oct 10 16:57:30 2002 +0000 allow specifying the scrollback buffer size. if we don't have <wchar.h>, * src/vteapp.c, python/vte-demo.py: allow specifying the scrollback buffer size. * src/vte.c: if we don't have <wchar.h>, typedef wchar_t as a gunichar, not a long. * src/buffer.c, src/buffer.h: add. * src/interpret.c, src/vte.c: use _vte_buffer structures instead of char arrays with separate lengths. Use a scratch buffer for holding the results of conversions. * src/vte.c: separate the pango and pangox drawing paths so that they're easier to tweak and compare to each other. * src/vte.c: ditch the smooth scrolling change, which won't work right anyway (expose events don't get processed until after we finish processing a chunk of data unless we explicitly request it, so using a bbox is both simpler and faster). Use a mask when creating the cursor we use for hiding the cursor. * vte.spec, gnome-pty-helper/Makefile.am: install gnome-pty-helper into the libexecdir, not pkglibdir (#95085). * src/vte.c: obey smooth/jump scrolling options, default is jump scroll. * src/vte.c (vte_font_match): Fix over-aggressive Xft => Fc conversion - need to call XftDefaultSubstitute to pick up Xft X resources, not FcDefaultSubstitute. From otaylor. ChangeLog | 29 ++ gnome-pty-helper/Makefile.am | 3 +- gnome-pty-helper/README | 5 +- po/cs.po | 38 +-- po/da.po | 42 +-- po/de.po | 42 +-- po/fr.po | 42 +-- po/nl.po | 42 +-- po/no.po | 40 +-- po/pt_BR.po | 42 +-- po/sv.po | 42 +-- po/vi.po | 42 +-- python/vte-demo.py | 11 +- src/Makefile.am | 4 + src/vte.c | 615 ++++++++++++++++++++++--------------------- src/vteapp.c | 12 +- vte.spec | 2 +- 17 files changed, 553 insertions(+), 500 deletions(-) commit 9705656987dfb648692f14556143fa999a28e5bb Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Sat Oct 5 20:55:35 2002 +0000 Update slightly po/no.po | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) commit 70f468de3dff031b5e755560a4ae6b08babb111b Author: Stanislav Brabec <sbrabec@suse.cz> Date: Tue Oct 1 09:40:24 2002 +0000 Added Czech translation from Miloslav Trmac <mitr@volny.cz>. 2002-10-01 Stanislav Brabec <sbrabec@suse.cz> * cs.po: Added Czech translation from Miloslav Trmac <mitr@volny.cz>. ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 5 +++ po/cs.po | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 124 insertions(+), 1 deletion(-) commit 5a499ccb617f2b67c2e236c613f68c0af7dbf780 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Sep 24 20:24:17 2002 +0000 if the list of word characters is NULL or zero-length, try to guess using * src/vte.c(vte_terminal_set_word_chars,vte_terminal_is_word_char): if the list of word characters is NULL or zero-length, try to guess using g_unichar_isgraph and not g_unichar_ispunct, which seems to produce reasonable results (#77134). ChangeLog | 6 ++++++ src/vte.c | 14 +++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) commit 4ed2ed43616e28c9e623bfa3c4bdabb06c212545 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Sep 24 19:31:04 2002 +0000 Fix HAVE_UT_UT_TV for cases where the static initializer might not work * gnome-pty-helper/acinclude.m4: Fix HAVE_UT_UT_TV for cases where the static initializer might not work right (#93774, patch from Kalpesh Shah). ChangeLog | 5 +++++ gnome-pty-helper/acinclude.m4 | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) commit 5c90999a83b372436ab94d7b0d5f4cd1cc942360 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Sep 24 19:24:28 2002 +0000 Doc fixups (mention gnome-terminal instead of profterm, note the proper * README, gnome-pty-helper/README: Doc fixups (mention gnome-terminal instead of profterm, note the proper permissions for gnome-pty-helper, #84505). ChangeLog | 5 +++++ README | 2 +- gnome-pty-helper/README | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) commit 0da7298172a95ccdcafa8c84d4b53a28b03c2aae Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Sep 20 16:58:57 2002 +0000 Fix a ring-buffer manipulation bug (Red Hat #74290) which might cause a * src/ring.c: Fix a ring-buffer manipulation bug (Red Hat #74290) which might cause a new item to be inserted in the wrong location. ChangeLog | 4 +++ src/iso2022.txt | 5 ++++ src/ring.c | 79 ++++++++++++++++++++++++++++++++++++--------------------- 3 files changed, 59 insertions(+), 29 deletions(-) commit 104c07cab56604228172e7ea47e102312ff7b43e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 19 20:14:06 2002 +0000 Munge input data the way the terminal does so that conversion failures * src/interpret.c: Munge input data the way the terminal does so that conversion failures don't wedge us. ChangeLog | 4 ++++ src/interpret.c | 6 ++++++ 2 files changed, 10 insertions(+) commit 3aff8ec2220dc2e52bc925ddce87ac6c2e8badf3 Author: Brian Cameron <bcameron@src.gnome.org> Date: Thu Sep 19 14:20:30 2002 +0000 backing out change made by accident. src/vteapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 045db8182451129a6456f94721ef79537ba9e411 Author: Brian Cameron <Brian.Cameron@sun.com> Date: Thu Sep 19 14:18:55 2002 +0000 Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request. 2002-09-19 Brian Cameron <Brian.Cameron@sun.com> * src/vte.c: Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request. Left in the patch which allows programs which update the screen non-linearly like lynx to work properly. ChangeLog | 7 +++++- src/vte.c | 77 ++---------------------------------------------------------- src/vteapp.c | 2 +- 3 files changed, 9 insertions(+), 77 deletions(-) commit 64462ef05e3b0aa85c5f338f297d594b7b453d46 Author: Brian Cameron <bcameron@src.gnome.org> Date: Thu Sep 19 14:00:52 2002 +0000 backing out patch i accidently put in src/ring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2ee4138d1daf8202bf7842b8ff7a5706a3b61cd4 Author: Brian Cameron <Brian.Cameron@sun.com> Date: Thu Sep 19 13:57:14 2002 +0000 Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request. 2002-09-19 Brian Cameron <Brian.Cameron@sun.com> * src/vte.c: Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request. Left in the patch which allows programs which update the screen non-linearly like lynx to work properly. src/ring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 3d11978237aecf846e6afa8b1287e22b7bc1baa2 Author: Brian Cameron <Brian.Cameron@sun.com> Date: Wed Sep 18 14:20:34 2002 +0000 Corrected a problem with yesterday's patch. I am now properly calling 2002-09-18 Brian Cameron <Brian.Cameron@sun.com> * src/vte.c: Corrected a problem with yesterday's patch. I am now properly calling g_source_remove on the scroll_delay timeout function. This prevents VTE from core dumping if you start up more than one VTE gnome-terminal and exit from one of them. Also made the vte_scroll_timeout function a little cleaner by using the VTE_IS_TERMINAL macro. ChangeLog | 8 ++++++++ src/vte.c | 13 ++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) commit 90ec87c9a6f2bdcb8c2c532f9c4f3e1eae97e1ea Author: Brian Cameron <Brian.Cameron@sun.com> Date: Tue Sep 17 14:40:06 2002 +0000 Fixed bug with my 09/11 speedup fix which caused programs that update the 2002-09-17 Brian Cameron <Brian.Cameron@sun.com> * src/vte.c: Fixed bug with my 09/11 speedup fix which caused programs that update the screen non-linearly like lynx to not update properly. Also included a speed improvement which delays the scroll-down for 70ms. Too fast to be noticeable to the user, but it speeds up VTE greatly. ChangeLog | 7 ++++ src/vte.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 120 insertions(+), 9 deletions(-) commit d5962db9564344363ee538b922b1de2d0c55da84 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Sep 13 18:37:51 2002 +0000 Fix typo which broke builds on systems where MSG_NOSIGNAL is defined. Bad * src/pty.c: Fix typo which broke builds on systems where MSG_NOSIGNAL is defined. Bad boc! Bad! ChangeLog | 4 ++++ src/pty.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit a92f7efb47523e51b5db7a59095014a678af851d Author: Brian Cameron <Brian.Cameron@sun.com> Date: Fri Sep 13 17:35:49 2002 +0000 Added -lsocket to LIBS if socket is in libsocket, so VTE will compile on 2002-09-12 Brian Cameron <Brian.Cameron@sun.com> * configure.in : Added -lsocket to LIBS if socket is in libsocket, so VTE will compile on Solaris. ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 42492c722b812061542665d24230be6a2ce70cd2 Author: jacob berkman <jacob@ximian.com> Date: Thu Sep 12 18:34:09 2002 +0000 only use MSG_NOSIGNAL if it's defined 2002-09-12 jacob berkman <jacob@ximian.com> * src/pty.c: only use MSG_NOSIGNAL if it's defined * gnome-pty-helper/gnome-pty-helper.c (struct pty_info): remove master_fd and slave_fd fields (shutdown_pty): don't close master/slave fd's here... (pty_add): don't take master/slave fd args (open_ptys): ...close master/slave fd's right after passing them this fixes a hang after closing a window on os x, not sure why... * gnome-pty-helper/Makefile.am (install-exec-hook): remove trailing / after $DESTDIR ChangeLog | 13 +++++++++++++ gnome-pty-helper/Makefile.am | 4 ++-- gnome-pty-helper/gnome-pty-helper.c | 22 +++++++--------------- src/pty.c | 11 +++++++++-- 4 files changed, 31 insertions(+), 19 deletions(-) commit 358885726ad71c0232c253d07c4c784cbd8b4eed Author: jacob berkman <jacob@ximian.com> Date: Thu Sep 12 17:32:21 2002 +0000 AC_CHECK_FUNC() doesn't do AC_DEFINE(HAVE_FOO), so do that for socket() 2002-09-12 jacob berkman <jacob@ximian.com> * configure.in: AC_CHECK_FUNC() doesn't do AC_DEFINE(HAVE_FOO), so do that for socket() and socketpair() if they are found ChangeLog | 5 +++++ configure.in | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) commit 265464c734922fbe22d580ed1cb4c5567e55692e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 12 14:43:08 2002 +0000 Remove the invalidate_cells parameter, because the function is a big no-op * src/vte.c(vte_invalidate_cursor_once): Remove the invalidate_cells parameter, because the function is a big no-op if FALSE, in which case we should just not call it instead. (vte_terminal_process_incoming): refresh the right number of rows after processing a block of data. ChangeLog | 6 ++++++ src/vte.c | 45 ++++++++++++++++++++++++--------------------- 2 files changed, 30 insertions(+), 21 deletions(-) commit ebb9bd590800e991ca81facead05edf617018c2e Author: Brian Cameron <Brian.Cameron@sun.com> Date: Thu Sep 12 11:46:03 2002 +0000 src/vte.c Fixed minor error with my previous patch. This just makes a 2002-09-12 Brian Cameron <Brian.Cameron@sun.com> * src/vte.c Fixed minor error with my previous patch. This just makes a warning go away. ChangeLog | 4 ++++ src/vte.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit db8c13b616aeeaa96d660e9d57e7f93c348cf05e Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com> Date: Thu Sep 12 01:15:31 2002 +0000 added spanish translation file. 2002-09-11 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: added spanish translation file. po/ChangeLog | 4 ++ po/es.po | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) commit 5d1ac721e2096e926afb66b0f693cfdd6d0a8a37 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Sep 11 22:05:26 2002 +0000 Reorder definitions to avoid implicit declaration warnings. Check for * src/pty.c: Reorder definitions to avoid implicit declaration warnings. * configure.in: Check for socketpair(). Check for socket() in libc before poking around in libsocket. * gnome-pty-helper/configure.in: Check for openpty() in libutil as well, and do so before we check for other functions. ChangeLog | 7 ++ configure.in | 4 +- gnome-pty-helper/configure.in | 5 ++ src/pty.c | 172 +++++++++++++++++++++--------------------- 4 files changed, 100 insertions(+), 88 deletions(-) commit 0455940575c4f71862b3c5c9154f43e15e0b5d02 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Sep 11 21:03:03 2002 +0000 Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. Removed. * configure.in, gnome-pty-helper/configure.in: Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. * acconfig.h: Removed. * src/pty.c: Formatting. ChangeLog | 6 ++++++ acconfig.h | 2 -- configure.in | 16 +--------------- gnome-pty-helper/configure.in | 14 -------------- src/pty.c | 10 +++++----- 5 files changed, 12 insertions(+), 36 deletions(-) commit a1c644edb6b49b1eb3d7135e9a69181e2ad18ce7 Author: Brian Cameron <Brian.Cameron@sun.com> Date: Wed Sep 11 20:36:00 2002 +0000 Added check for socket library and SendMsg check. Added this file with a 2002-09-11 Brian Cameron <Brian.Cameron@sun.com> * configure.in: Added check for socket library and SendMsg check. * acconfig.h: Added this file with a HAVE_SENDMSG definition. * gnome-pty-helper/configure.in: Added checks needed for the source code, including the SendMsg check. * src/pty.c: Corrected _vte_pty_pipe_open so it works on Solaris. *src/vte.c: Made some speed improvements so vte_invalidate_cells is not called for every character in the while loop in vte_process_incoming, but only once when the while loop is done. ChangeLog | 12 ++++++++ acconfig.h | 2 ++ autogen.sh | 12 ++++---- configure.in | 16 ++++++++++ gnome-pty-helper/configure.in | 24 ++++++++++++++- src/pty.c | 70 +++++++++++++++++++++++++++++-------------- src/vte.c | 63 ++++++++++++++++++-------------------- 7 files changed, 136 insertions(+), 63 deletions(-) commit fb18be14fc9bd16b06a2d2963476d28678971fad Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Sep 11 20:00:51 2002 +0000 Update from libzvt CVS. Fix some automake breakage. * gnome-pty-helper: Update from libzvt CVS. * python/Makefile.am: Fix some automake breakage. ChangeLog | 4 ++++ gnome-pty-helper/Makefile.am | 3 +++ gnome-pty-helper/README | 8 +++---- gnome-pty-helper/configure.in | 1 + gnome-pty-helper/gnome-pty-helper.c | 44 ++++++++++++------------------------- gnome-pty-helper/gnome-utmp.c | 41 ++++++++++++++++++++-------------- python/Makefile.am | 2 +- vte.spec | 5 ++++- 8 files changed, 56 insertions(+), 52 deletions(-) commit fcd1b81f7c66e0712d089ce3c19377f29217c647 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Sep 11 19:12:18 2002 +0000 Fix my broken merge of Jacob's patch to make inability to build python * python/Makefile.am: Fix my broken merge of Jacob's patch to make inability to build python modules non-fatal. ChangeLog | 4 ++++ Makefile.am | 2 +- python/Makefile.am | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) commit 8668fb77303cf91fa2f2b87a49db2dc412079934 (tag: vte_0_9_0) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Sep 11 06:34:27 2002 +0000 build fixes Makefile.am | 2 +- autogen.sh | 7 +++++ gnome-pty-helper/ChangeLog | 0 gnome-pty-helper/autogen.sh | 71 --------------------------------------------- 4 files changed, 8 insertions(+), 72 deletions(-) commit 2149ce6c7878cb4161f882c15d29e6dc68e182a0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Sep 11 06:10:47 2002 +0000 Skip lookups for padding information if we're pretty sure we're using a * src/vte.c: Skip lookups for padding information if we're pretty sure we're using a monospaced font. * src/vte.c: Fix from Brian Cameron for uninitialized GError in vte_wc_from_unichar(). * src/interpret.c, src/iso2022.c, src/pty.c, src/ring.h, src/table.c, src/table.h, src/trie.c, src/vte.c, src/vteaccess.c: Signed/unsigned int/size_t/gsize and pointer typecast warning fixes from Brian Cameron. * src/vte.c: Avoid invalidating the cursor in the cursor blink timeout unless we have focus. * src/pty.c, src/pty.h: Add vte_pty_close() and vte_pty_open_with_logging(), breaking the ABI but not the existing API. * src/vte.c, src/vte.h: Add vte_terminal_fork_logged_command(), breaking the ABI but not the existing API. * gnome-pty-helper/*: Swallow the pty helper bits of gnome-libs, but install into $pkglibdir instead of $sbindir so that existing packages don't suddenly start breaking. * src/termcap.c(_vte_termcap_find_string_length): Fix signature to match the declaration in termcap.h. From patch by Jacob Berkman. * configure.in: Add $X_PRE_LIBS to the front of $X_LIBS, -lX11 and $X_EXTRA_LIBS to the end of $X_LIBS. Remove some cruftiness and set CPPFLAGS when checking for Xft. Check for the existence of wchar.h, because it might not exist. Use an automake conditional to make compilation of the Python bindings non-critical. From patch by Jacob Berkman. * src/pty.c: Silence compiler warning when exec() fails. From patch by Jacob Berkman. * src/interpret.c, src/vte.c: Stop including langinfo.h since we don't call nl_langinfo() any more. Adapted from patch by Jacob Berkman. * src/caps.c: Fill in a couple of missing initializers. * src/vte.c, src/vte.h: Add accessor functions for use in language bindings, breaking the ABI but not the API. * python/vte.defs: Add defs for the new accessor functions. * python/vte-demo.py: Add a scrollbar to the sample window, handle more of the options the C version handles. Stop expecting additional arguments with a signal that doesn't include any. * python/Makefile.am: We only have one target, so don't bother with target-specific primaries if we can avoid it (#92252). * vte.pc.in: Note build dependencies on ATK, Pango, and PangoX. ChangeLog | 47 +- HACKING | 5 +- Makefile.am | 2 +- NEWS | 8 + README | 2 +- configure.in | 88 ++-- doc/reference/Makefile.am | 13 +- doc/reference/tmpl/vte-unused.sgml | 576 ------------------------- doc/reference/tmpl/vte.sgml | 81 ++++ doc/reference/vte-sections.txt | 10 + gnome-pty-helper/AUTHORS | 4 + gnome-pty-helper/COPYING | 481 +++++++++++++++++++++ gnome-pty-helper/Makefile.am | 13 + gnome-pty-helper/NEWS | 0 gnome-pty-helper/README | 4 + gnome-pty-helper/acinclude.m4 | 243 +++++++++++ gnome-pty-helper/autogen.sh | 71 +++ gnome-pty-helper/configure.in | 17 + gnome-pty-helper/gnome-login-support.c | 329 ++++++++++++++ gnome-pty-helper/gnome-login-support.h | 38 ++ gnome-pty-helper/gnome-pty-helper.c | 760 +++++++++++++++++++++++++++++++++ gnome-pty-helper/gnome-pty.h | 21 + gnome-pty-helper/gnome-utmp.c | 348 +++++++++++++++ po/da.po | 42 +- po/de.po | 42 +- po/fr.po | 42 +- po/nl.po | 42 +- po/no.po | 42 +- po/pt_BR.po | 42 +- po/sv.po | 42 +- po/vi.po | 42 +- python/Makefile.am | 15 +- python/vte-demo.py | 48 ++- python/vte.defs | 73 +++- src/Makefile.am | 46 +- src/caps.c | 6 +- src/interpret.c | 9 +- src/iso2022.c | 12 +- src/pty.c | 509 +++++++++++++++++++--- src/pty.h | 9 + src/reaper.c | 3 + src/ring.h | 2 +- src/table.c | 40 +- src/table.h | 2 +- src/termcap.c | 16 +- src/trie.c | 8 +- src/vte.c | 408 +++++++++++++----- src/vte.h | 19 + src/vteaccess.c | 4 +- src/vteapp.c | 9 + vte.pc.in | 2 +- vte.spec | 15 +- 52 files changed, 3706 insertions(+), 1046 deletions(-) commit 8b212c6c4399fb2cf07cd6bb95eac17a6b790297 Author: Jacob Berkman <jacob@ximian.com> Date: Wed Sep 11 01:10:32 2002 +0000 remove es until the file really gets added. also it wasn't added 2002-09-10 Jacob Berkman <jacob@ximian.com> * configure.in (ALL_LINGUAS: remove es until the file really gets added. also it wasn't added alphabetically ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit 60eaadcd1b176228a08fec0764796f72582aaeda Author: Pablo Gonzalo del Campo <pablodc@bigfoot.com> Date: Wed Sep 11 00:48:05 2002 +0000 Added "es" to ALL_LINGUAS 2002-09-10 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * configure.in: Added "es" to ALL_LINGUAS ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit fade1f34b072b8444b75dd4ca7418f50a28e25ac (tag: vte_0_8_19) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 5 20:44:58 2002 +0000 fix for building when builddir != srcdir * doc/reference/Makefile.am, doc/reference/vte.types: fix for building when builddir != srcdir doc/reference/Makefile.am | 2 +- doc/reference/vte.types | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) commit 172f0bc4ce4c5bd5e0784c6422103cf4dba2bb43 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 5 20:34:46 2002 +0000 - 0.8.19 vte.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit a1aa6e995771aedd61bbbcc304d12fc5999a0ff0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 5 19:37:53 2002 +0000 2002-09-05 nalin prefix library-internal interfaces with underscores so 2002-09-05 nalin * src/caps.c, src/caps.h, src/debug.c, src/debug.h, src/interpret.c, src/iso2022.c, src/iso2022.h, src/pty.c, src/reaper.c, src/ring.c, src/ring.h, src/table.c, src/table.h, src/termcap.c, src/termcap.h, src/trie.c, src/trie.h, src/utf8echo.c, src/vte.c, src/vteaccess.c, src/vteapp.c: prefix library-internal interfaces with underscores so that gtk-doc doesn't guess they're public. * src/vte.c: return FALSE from focus-in/focus-out/expose handlers. ChangeLog | 9 + doc/reference/tmpl/caps.sgml | 66 ---- doc/reference/tmpl/debug.sgml | 50 --- doc/reference/tmpl/iso2022.sgml | 38 -- doc/reference/tmpl/marshal.sgml | 16 - doc/reference/tmpl/ring.sgml | 155 -------- doc/reference/tmpl/table.sgml | 77 ---- doc/reference/tmpl/termcap.sgml | 79 ---- doc/reference/tmpl/trie.sgml | 76 ---- doc/reference/tmpl/vte-unused.sgml | 340 +++++++++++++++++ doc/reference/vte-sections.txt | 47 --- src/caps.c | 30 +- src/caps.h | 22 +- src/debug.c | 32 +- src/debug.h | 4 +- src/interpret.c | 68 ++-- src/iso2022.c | 216 +++++------ src/iso2022.h | 13 +- src/pty.c | 26 +- src/reaper.c | 2 +- src/ring.c | 66 ++-- src/ring.h | 30 +- src/table.c | 324 ++++++++-------- src/table.h | 26 +- src/termcap.c | 146 ++++---- src/termcap.h | 26 +- src/trie.c | 247 ++++++------ src/trie.h | 30 +- src/utf8echo.c | 2 +- src/vte.c | 748 ++++++++++++++++++------------------- src/vteaccess.c | 16 +- src/vteapp.c | 2 +- vte.spec | 2 +- 33 files changed, 1389 insertions(+), 1642 deletions(-) commit e9c9661c32bef562f18ba5b0118d3a95d1bd9390 (tag: vte_0_8_18) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 5 05:59:15 2002 +0000 add giant warnings about how these headers define library-internal * src/caps.h, src/debug.h, src/iso2022.h, src/marshal.h, src/ring.h, src/table.h, src/termcap.h, src/trie.h: add giant warnings about how these headers define library-internal interfaces. * vte.spec: 0.8.18 ChangeLog | 6 +++++ doc/reference/tmpl/ring.sgml | 32 +++++++++++++++++-------- po/da.po | 57 ++++++++++++++++++++++---------------------- po/de.po | 57 ++++++++++++++++++++++---------------------- po/fr.po | 57 ++++++++++++++++++++++---------------------- po/nl.po | 57 ++++++++++++++++++++++---------------------- po/no.po | 48 +++++++++++++++++++------------------ po/pt_BR.po | 49 ++++++++++++++++++------------------- po/sv.po | 57 ++++++++++++++++++++++---------------------- po/vi.po | 45 +++++++++++++++++----------------- src/caps.h | 2 ++ src/debug.h | 2 ++ src/iso2022.h | 2 ++ src/ring.h | 2 ++ src/table.h | 2 ++ src/termcap.h | 2 ++ src/trie.h | 2 ++ vte.spec | 7 +++++- 18 files changed, 260 insertions(+), 226 deletions(-) commit a2ba14a218070385765aff572ff9b052e5f78e88 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 5 05:48:25 2002 +0000 - remove items from pkgincludedir that are subject to change src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c2828bb1eb0986275d27496af2ed52caf199cb51 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 5 05:48:06 2002 +0000 - remove items from ToC that are subject to change doc/reference/vte-docs.sgml | 5 ----- 1 file changed, 5 deletions(-) commit 5d694faf7d2c3fb490ffc135f3ffc4ab3130b19c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Sep 5 05:42:13 2002 +0000 2002-09-05 nalin first pass at writing documentation fix 2002-09-05 nalin * docs/reference: first pass at writing documentation * src/termcap.c: fix how'd-that-ever-work in vte_termcap_strip(), patch from Brian Cameron. Take \\e as an alias for \\E, which is already an alias for Escape. * src/vte.c(vte_terminal_get_cursor): Return an absolute cursor position instead of a relative position. ChangeLog | 8 + Makefile.am | 2 +- configure.in | 53 +++ doc/Makefile.am | 1 + doc/reference/Makefile.am | 187 ++++++++++ doc/reference/tmpl/caps.sgml | 66 ++++ doc/reference/tmpl/debug.sgml | 50 +++ doc/reference/tmpl/iso2022.sgml | 38 +++ doc/reference/tmpl/marshal.sgml | 16 + doc/reference/tmpl/pty.sgml | 54 +++ doc/reference/tmpl/reaper.sgml | 43 +++ doc/reference/tmpl/ring.sgml | 143 ++++++++ doc/reference/tmpl/table.sgml | 77 +++++ doc/reference/tmpl/termcap.sgml | 79 +++++ doc/reference/tmpl/trie.sgml | 76 +++++ doc/reference/tmpl/vte-unused.sgml | 236 +++++++++++++ doc/reference/tmpl/vte.sgml | 683 +++++++++++++++++++++++++++++++++++++ doc/reference/tmpl/vteaccess.sgml | 31 ++ doc/reference/vte-docs.sgml | 31 ++ doc/reference/vte-sections.txt | 153 +++++++++ doc/reference/vte.types | 10 + src/caps.c | 10 + src/caps.h | 12 +- src/debug.h | 2 +- src/iso2022.h | 1 - src/pty.c | 36 ++ src/reaper.c | 5 + src/ring.c | 58 +++- src/ring.h | 12 +- src/table.c | 2 +- src/termcap.c | 74 +++- src/trie.c | 2 +- src/vte.c | 674 ++++++++++++++++++++++++++++++++---- src/vte.h | 34 +- src/vteaccess.c | 12 +- src/vteaccess.h | 10 +- 36 files changed, 2866 insertions(+), 115 deletions(-) commit 590ba538b7fa77509035453bc8a0e4d6f276bfc1 Author: jacob berkman <jacob@ximian.com> Date: Wed Sep 4 18:36:46 2002 +0000 only compile the FC_HINT_STYLE part if FC_HINT_STYLE is defined 2002-09-04 jacob berkman <jacob@ximian.com> * src/vte.c (vte_default_substitute): only compile the FC_HINT_STYLE part if FC_HINT_STYLE is defined ChangeLog | 5 +++++ src/vte.c | 2 ++ 2 files changed, 7 insertions(+) commit 08be108d9922a60f01986fa57c593f90c63ebffb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Sep 4 16:43:11 2002 +0000 Add missing fontconfig.h include, spotted by Jacob Berkman. * src/vte.c: Add missing fontconfig.h include, spotted by Jacob Berkman. ChangeLog | 5 +++++ src/vte.c | 3 +++ 2 files changed, 8 insertions(+) commit 2a76bdc27031deba65d205199f4aad7d3babc1a3 Author: Brian Cameron <Brian.Cameron@sun.com> Date: Wed Sep 4 08:33:08 2002 +0000 Added stropts.h check for Solaris. Do not send data to the slave if the 2002-09-04 Brian Cameron <Brian.Cameron@sun.com> * configure.in: Added stropts.h check for Solaris. * src/vte.c: Do not send data to the slave if the length is zero. Some shells on Solaris do not handle this well. * src/pty.c: Added ptem/ldterm/ttcompat ioctls so VTE will work on Solaris. ChangeLog | 7 +++++++ configure.in | 1 + src/pty.c | 21 +++++++++++++++++++++ src/vte.c | 2 +- 4 files changed, 30 insertions(+), 1 deletion(-) commit f0953feec5ff4b6cb5e0a93f4049cac1cb78098d (tag: vte_0_8_17) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Sep 3 22:35:37 2002 +0000 Avoid double color deallocations with Xft. * src/vte.c: Avoid double color deallocations with Xft. ChangeLog | 3 +++ src/vte.c | 34 ++++++++++++++++++++++------------ vte.spec | 5 ++++- 3 files changed, 29 insertions(+), 13 deletions(-) commit 27721b50e75f6d75fabf685270ad519a91bbabf7 (tag: vte_0_8_16) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Sep 3 22:05:13 2002 +0000 Handle color allocation failures with Xft better. Clean up typedef * src/vte.c: Handle color allocation failures with Xft better. * src/vte.h: Clean up typedef declarations. ChangeLog | 8 +++++++- src/vte.c | 12 +++++++----- src/vte.h | 15 ++++++++++----- vte.spec | 5 ++++- 4 files changed, 28 insertions(+), 12 deletions(-) commit c217b1f52f2daeaace161ed69daaeec799f2ca0b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Sep 3 19:10:31 2002 +0000 Modify the child-exited signal to pass signed ints and an unmodified exit * src/marshal.list, src/reaper.c, src/reaper.h, src/vte.c: Modify the child-exited signal to pass signed ints and an unmodified exit status, allowing the callback to check for normal/abnormal exit status. ChangeLog | 5 +++++ src/marshal.list | 1 + src/reaper.c | 19 ++++++------------- src/vte.c | 2 +- 4 files changed, 13 insertions(+), 14 deletions(-) commit da6d49171075c60a7c81f94317651e9230eb58c3 (tag: vte_0_8_15, tag: vte_0_8_14) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Sep 2 23:25:28 2002 +0000 - cleanups - don't invalidate subwindows - cleanups - don't invalidate subwindows src/vte.c | 31 +++++++++++++++++++------------ vte.spec | 5 ++++- 2 files changed, 23 insertions(+), 13 deletions(-) commit 15258667b28664dd603e2a7fa2a8861eb14645e8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Sep 2 20:19:47 2002 +0000 Don't send zero-length strings to the child -- it may not be able to cope * src/vte.c: Don't send zero-length strings to the child -- it may not be able to cope properly. Spotted by Brian Cameron. * src/vte.c: Handle cursor exposes correctly for multicolumn characters, no matter which cell the cursor is in. Fix autoscrolling boundary checks for when allocation.y != 0. ChangeLog | 9 ++++ src/Makefile.am | 2 +- src/vte.c | 145 +++++++++++++++++++++++++++++++++++++------------------- 3 files changed, 107 insertions(+), 49 deletions(-) commit d1948e0c98eca4162204c20dba98af2032510d22 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Aug 30 22:35:58 2002 +0000 Wrap correctly to avoid screwing up multicolumn characters. * src/vte.c(vte_terminal_insert_char): Wrap correctly to avoid screwing up multicolumn characters. ChangeLog | 4 ++++ src/vte.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit fc877576767cde785d918dbf1e9025c76de3958d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Aug 30 21:57:43 2002 +0000 Get smarter about when it's necessary to start messing with our * src/vte.c: Get smarter about when it's necessary to start messing with our adjustments (Red Hat #73091). Change the way we clear the screen so that all of the contents of the current screen become scrollback data. ChangeLog | 6 ++++++ src/vte.c | 41 +++++++++++++++++++++-------------------- vte.spec | 5 ++++- 3 files changed, 31 insertions(+), 21 deletions(-) commit 90fefc0f6506e60d0484c541b202ab73c0d6eec0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Aug 30 21:04:16 2002 +0000 Register VteTerminalEraseBinding with GObject as an enum. Update. Ignore * src/vte.c: Register VteTerminalEraseBinding with GObject as an enum. * python/vte.defs: Update. * python/vte.overrides: Ignore vte_terminal_get_text_range(). ChangeLog | 6 +++++ python/vte.defs | 77 +++++++++++++++++++++++++++++++++++++++++++++++++---- python/vte.override | 1 + src/vte.c | 32 +++++++++++++++++++--- src/vte.h | 15 +++++++---- 5 files changed, 118 insertions(+), 13 deletions(-) commit 4d858f5dd22e8c6054026775712c4af3ff374716 (tag: vte_0_8_13) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Aug 30 18:48:38 2002 +0000 Restore the focus-in/focus-out handlers -- the defaults don't quite DTRT * src/vte.c: Restore the focus-in/focus-out handlers -- the defaults don't quite DTRT for us because they miss our im_context (#72946). When setting the cursor location for the input method, make the Y coordinate relative to the window, not the scrollback buffer. When resizing the scrollback buffer, clamp the cursor to the set of possible locations, not the visible locations. ChangeLog | 8 ++++++++ src/vte.c | 16 +++++++++------- vte.spec | 6 +++++- 3 files changed, 22 insertions(+), 8 deletions(-) commit d84edf906e33f9b7c3a9eeb626541deb98d95f68 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Aug 30 15:49:45 2002 +0000 Initialize the pty master fd to -1 to avoid spurious window resizes on fd * src/vte.c: Initialize the pty master fd to -1 to avoid spurious window resizes on fd 0. * src/debug.c, src/debug.h: Add a "pty" debug message class. ChangeLog | 5 +++++ src/debug.c | 3 +++ src/debug.h | 1 + src/pty.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- src/vte.c | 4 ++++ 5 files changed, 76 insertions(+), 5 deletions(-) commit 9be0193cd59881d9ab81fd22be710026d24c12d9 (tag: vte_0_8_12) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Aug 30 14:49:37 2002 +0000 Fix a how'd-that-ever-work bug (not returning anything from * src/iso2022.c: Fix a how'd-that-ever-work bug (not returning anything from vte_iso2022_new()), spotted by Brian Cameron. * configure.in: Use -Wall when building with gcc in maintainer mode. * src/interpret.c, src/ring.h, src/table.c, src/trie.c, src/vte.c, src/vteaccess.c: Warning cleanups. ChangeLog | 7 +++++++ configure.in | 1 + src/interpret.c | 2 +- src/iso2022.c | 1 + src/ring.h | 5 ++--- src/table.c | 5 +++-- src/trie.c | 4 ++-- src/vte.c | 18 +++++++++--------- src/vteaccess.c | 8 ++++---- vte.spec | 5 ++++- 10 files changed, 34 insertions(+), 22 deletions(-) commit 3993c17be8839f7adda132270e8d9238d9f49b95 (tag: vte_0_8_11) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 29 20:19:51 2002 +0000 Clean up bookkeeping for mouse autoscrolling and adjustment change * src/vte.c: Clean up bookkeeping for mouse autoscrolling and adjustment change notifications. Reset the scrolling and insertion deltas when clearing the history. * src/interpret.c: Don't dump data on incomplete conversion errors, which we're going to retry anyway. * src/iso2022.txt: Add iso-2022-kr examples (no workee -- uses GR). * src/vte.c, src/vte.h: Add vte_terminal_copy_primary and vte_terminal_paste_primary(), because I really want to let profterm decide default values for key bindings. ChangeLog | 17 +++++++++++++- src/interpret.c | 23 +++++++++++------- src/iso2022.txt | 9 +++---- src/vte.c | 73 ++++++++++++++++++++++++++++++++++++++++----------------- src/vte.h | 2 ++ vte.spec | 6 ++++- 6 files changed, 94 insertions(+), 36 deletions(-) commit b4069ef78a1cce43ad60dde14f7c298c85de2fb9 Author: Gustavo Noronha Silva <gns@src.gnome.org> Date: Wed Aug 28 21:18:09 2002 +0000 new translation, by "Alexandre Folle de Menezes" <afmenez@terra.com.br> ChangeLog | 4 +++ configure.in | 2 +- po/ChangeLog | 5 +++ po/pt_BR.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 1 deletion(-) commit 00b80b8a6ed76d1242eef490707a6f4f16aebdff (tag: vte_0_8_10) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 28 04:16:48 2002 +0000 Stop autoscrolling on button release. * src/vte.c: Stop autoscrolling on button release. ChangeLog | 2 ++ src/vte.c | 5 +++++ 2 files changed, 7 insertions(+) commit ac4cf6cdecbd7953b05c3daf2ab7f6614e5a83fe Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 28 04:03:31 2002 +0000 When autoscrolling, clamp the new boundaries to what the user can see. * src/vte.c: When autoscrolling, clamp the new boundaries to what the user can see. ChangeLog | 3 +++ src/vte.c | 3 +++ 2 files changed, 6 insertions(+) commit 882aa116b2b8536693c5dfb38df17be7d9eb65df Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 28 03:46:46 2002 +0000 Implement autoscroll (Red Hat #70481). * src/vte.c: Implement autoscroll (Red Hat #70481). ChangeLog | 2 ++ src/vte.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- vte.spec | 4 ++- 3 files changed, 113 insertions(+), 4 deletions(-) commit 461fa282a5a5d757ce840c68efb368e5fc7c1f2e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 28 02:54:37 2002 +0000 Only perform cr-lf substitutions when pasting text, not when inputting * src/vte.c: Only perform cr-lf substitutions when pasting text, not when inputting from a live user (Red Hat #72639). Bind GDK_ISO_Left_Tab to kB. Formatting changes. * termcaps/xterm: Bind kB to back-tab (Red Hat #70340). ChangeLog | 8 +- src/vte.c | 3057 ++++++++++++++++++++++++++++---------------------------- termcaps/xterm | 4 +- vte.spec | 5 +- 4 files changed, 1542 insertions(+), 1532 deletions(-) commit cd2aefd669762f35a2a0e1b19cc5cc6358d89237 (tag: vte_0_8_9) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 27 21:10:25 2002 +0000 Don't tamper with the scrolling offsets -- they're updated when we handle * src/vte.c: Don't tamper with the scrolling offsets -- they're updated when we handle adjustment_changed notifications. Scroll instead of just moving the cursor down when soft-wrapping to the next line. Avoid emitting adjustment_changed when only the value has changed, likewise for the value and the other fields of the adjustment. ChangeLog | 7 +++++++ src/vte.c | 49 +++++++++++++++++++++++-------------------------- vte.spec | 5 ++++- 3 files changed, 34 insertions(+), 27 deletions(-) commit f867bb1dc01cc507daf43081fa844f04871bce9b (tag: vte_0_8_8) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 27 07:11:58 2002 +0000 Keep cursor position and scrolling offsets from going wonky when you * src/vte.c: Keep cursor position and scrolling offsets from going wonky when you resize, especially on the alternate screen. Suppress duplicate adjustment_changed notifications. * src/vteapp.c: Set the MIN_SIZE geometry hints so that we can resize to unreasonably-small dimensions. * src/ring.c, src/ring.h: Add vte_ring_new_with_delta(). ChangeLog | 8 +++ src/ring.c | 14 ++++- src/ring.h | 10 +++- src/vte.c | 187 +++++++++++++++++++++++++++++++++++++++++++++-------------- src/vteapp.c | 6 +- vte.spec | 8 ++- 6 files changed, 182 insertions(+), 51 deletions(-) commit 7145a6fbf847d0b4d6329dfd4f2698167fd206d5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 26 19:49:21 2002 +0000 Add padding spaces after full lines as well -- spotted by both notting and * src/vte.c: Add padding spaces after full lines as well -- spotted by both notting and pjones. ChangeLog | 4 ++++ src/vte.c | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit ce3af3d0451b7ed576c6fabaa9e553b284441b02 (tag: vte_0_8_7) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 26 16:41:15 2002 +0000 Don't deadlock when substitution fails, spotted by msw. * src/vte.c: Don't deadlock when substitution fails, spotted by msw. ChangeLog | 3 +++ src/vte.c | 18 ++++++++++++------ vte.spec | 5 ++++- 3 files changed, 19 insertions(+), 7 deletions(-) commit 364df6aba1a1e982d9c9e7d8c6bc3bd93af668e4 (tag: vte_0_8_6) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 26 14:11:53 2002 +0000 If GDK_USE_XFT is set, check the value of GDK_USE_XFT, not VTE_USE_XFT. * src/vte.c: If GDK_USE_XFT is set, check the value of GDK_USE_XFT, not VTE_USE_XFT. Spotted by hp. ChangeLog | 4 ++++ src/vte.c | 2 +- vte.spec | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) commit 8aacadebd47cc66a019a8ed2fee59041a6e9c0d0 (tag: vte_0_8_5) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Aug 25 23:27:56 2002 +0000 Heed the reverse-video setting when painting character cells again. Make * src/vte.c: Heed the reverse-video setting when painting character cells again. Make selection and matching coordinates global, fixing the selecting- while-scrolling case. Prevent overdraws into the padding area on the right. ChangeLog | 8 ++- src/vte.c | 210 +++++++++++++++++++++++++++++++++++++++----------------------- src/vte.h | 9 ++- vte.spec | 5 +- 4 files changed, 151 insertions(+), 81 deletions(-) commit c3f69ddbfef582dd5b59573871c402d7b4ce6940 (tag: vte_0_8_4) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Aug 25 19:48:05 2002 +0000 2002-08-25 nalin Make nd() move right but not wrap -- according to Strang 2002-08-25 nalin * src/vte.c: Make nd() move right but not wrap -- according to Strang it's undefined, but xterm doesn't wrap it. Separate do/DO from sf/SF and up/UP from sr/SR, because the scrolling behavior is supposed to be different. Add support for decset/decreset 7 (wraparound mode) and 1051 (Sun keyboard). Add support for DECALN. Remove some type checks from run-time which the compiler can catch with certainty. ChangeLog | 10 +- src/caps.c | 2 + src/vte.c | 394 ++++++++++++++++++++++++++++++++++--------------------------- vte.spec | 6 +- 4 files changed, 233 insertions(+), 179 deletions(-) commit 3fe0da425a461c8110d95144c8382a495fe1344a Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sat Aug 24 23:18:40 2002 +0000 Added Norwegian (no) to ALL_LINGUAS. 2002-08-25 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added Norwegian (no) to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 731f5273482b5d58a0cefe4bc3b439ac66c4a4fa Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Sat Aug 24 23:17:39 2002 +0000 Forgot the ChangeLog po/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) commit 1aa5d2400a32ed572f580dfdb5e53216e78d06f1 Author: Kjartan Maraas <kmaraas@src.gnome.org> Date: Sat Aug 24 23:17:13 2002 +0000 New translation po/no.po | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) commit 1e7689b7d9f7e4156d4e9e4c866f640d92be0108 Author: Pablo Saratxaga <pablo@src.gnome.org> Date: Sat Aug 24 16:14:55 2002 +0000 Added Vietnamese file ChangeLog | 2 ++ configure.in | 2 +- po/ChangeLog | 4 +++ po/vi.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 1 deletion(-) commit 92f262a96d7793833150d7159801572e966d874a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 22 23:33:56 2002 +0000 Whoa, back that out. configure.in | 6 ------ 1 file changed, 6 deletions(-) commit 3c6d81bf06becda3f9ab005c7310b2343588115e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 22 23:27:31 2002 +0000 Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectly * src/caps.c: Bind ENQ to "return-terminal-status". * src/iso2022.c: Fix an off-by-one which incorrectly triggered an assertion. * src/vte.c: Implement send-primary/secondary-device-attributes. Bind shift+insert to "paste PRIMARY". Guard against NULL window/icon title when telling the child app what they are. ChangeLog | 7 ++++ configure.in | 6 ++++ src/caps.c | 3 ++ src/iso2022.c | 4 +-- src/vte.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++------- vte.spec | 2 +- 6 files changed, 111 insertions(+), 15 deletions(-) commit e0815136a8d8ec40b3d64cca372199f50d3d2bad Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 22 20:50:13 2002 +0000 Set geometry hints using the initial font setup. * src/vteapp.c: Set geometry hints using the initial font setup. ChangeLog | 2 ++ src/vteapp.c | 1 + 2 files changed, 3 insertions(+) commit 8d4157d627e109caf00009f7a7468c3d8fe97729 (tag: vte_0_8_3) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 22 20:19:59 2002 +0000 0.8.3 vte.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit d7144c30e3481e893677d2653b48c2168c6a0bc7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 22 20:19:47 2002 +0000 Make use of the visible bell a separate option from use of the audible * src/vte.c, src/vte.h: Make use of the visible bell a separate option from use of the audible bell, allowing both/neither to be used. Open fonts right away again -- profterm reads the metrics right after calling set_font(), so we have to open fonts ASAP. Rework the Xft/Pango/Xlib decision code to be more consistent. Watch for style changes and reset our font to the new style's font when we're already using the old style's font. ChangeLog | 8 ++ src/Makefile.am | 2 +- src/vte.c | 322 ++++++++++++++++++++++++++++++-------------------------- src/vte.h | 3 + 4 files changed, 184 insertions(+), 151 deletions(-) commit 72c9f7ef1fa08f27e9ab7fcbaef90b938d7ff4ca Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 22 02:31:31 2002 +0000 The unrealize/realize test, from msw. python/unrealize.py | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) commit 80cbf7e0367fe293c0b62a6412d5e068022e09af (tag: vte_0_8_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 22 02:02:40 2002 +0000 Take a vte_table as an additional argument, and don't mess with text * src/iso2022.c(vte_iso2022_substitute): Take a vte_table as an additional argument, and don't mess with text that's part of a control sequence, fixing weird behaviors when we got control sequences in the middle of shift-out text. * src/table.c(vte_table_match): Speed up for the no-arguments-requested case, which just became much more common. ChangeLog | 6 + src/Makefile.am | 4 +- src/interpret.c | 5 +- src/iso2022.c | 549 ++++++++++++++++++++++++++++++-------------------------- src/iso2022.h | 3 +- src/table.c | 14 +- src/vte.c | 3 +- vte.spec | 5 +- 8 files changed, 311 insertions(+), 278 deletions(-) commit 55bccdf14d96799d421659b1910213d3c1a2733b (tag: vte_0_8_1) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 21 21:53:27 2002 +0000 Cap the maximum number of characters we draw in a single call to * src/vte.c(vte_terminal_draw_rows): Cap the maximum number of characters we draw in a single call to vte_terminal_draw_cells at a reasonable number. ChangeLog | 4 ++++ src/table.c | 11 ++++++++++- src/vte.c | 51 ++++++++++++++++++++++++++++++++++++++------------- 3 files changed, 52 insertions(+), 14 deletions(-) commit 58245b99625244af4af22fd865193c7cf4419979 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 21 14:29:53 2002 +0000 Don't overwrite the original pattern pointers before freeing the old * src/table.c: Don't overwrite the original pattern pointers before freeing the old value. * src/vte.c: Use the same pango context whenever possible, to save on PangoX startup time. ChangeLog | 7 ++++- src/table.c | 3 +++ src/vte.c | 90 +++++++++++++++++++++++++++++++++++++++---------------------- 3 files changed, 67 insertions(+), 33 deletions(-) commit d9b83cc2d545ea08a28361066cf55c5bb49433d9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 20 22:32:48 2002 +0000 Unref the output channel one more time when we're done sending data to the * src/vte.c: Unref the output channel one more time when we're done sending data to the child. Free the background data GDK property when we're finished with it. Don't retrieve the pango context when drawing unless Xft has already been disabled. Don't try to use the pango layout to draw unless it's valid. Don't try to use the XftDraw item to draw unless it's valid. ChangeLog | 7 +++++++ src/vte.c | 48 +++++++++++++++++++++++++++--------------------- 2 files changed, 34 insertions(+), 21 deletions(-) commit b8b0d88316ee6643554ad057a28fa396370f0c92 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 20 21:50:59 2002 +0000 Dispose of the updated substitution context properly when processing * src/vte.c: Dispose of the updated substitution context properly when processing blocks of input text. Spotted by Arjan van de Ven. ChangeLog | 3 +++ src/vte.c | 2 ++ vte.spec | 7 ++++++- 3 files changed, 11 insertions(+), 1 deletion(-) commit 6fbc7fb151870b632b0d1221dbdea510b379fbc2 (tag: vte_0_8_0) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 20 21:25:53 2002 +0000 - run automake with -c autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b35ab602d24d1ea54b0adafc5009de95d7db1523 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 20 20:55:20 2002 +0000 Debug when rows get freed. Maybe-release pango contexts after unreffing * src/ring.c: Debug when rows get freed. * src/vte.c: Maybe-release pango contexts after unreffing layouts which refer to them. Decide on how we want to draw fonts before deciding which fonts to draw, to avoid spurious font loading. Remove output tags when the output tag's callback is about to return FALSE. ChangeLog | 6 ++++++ src/ring.c | 23 ++++++++++++++++++++--- src/vte.c | 41 ++++++++++++++++++++++++++++++++--------- 3 files changed, 58 insertions(+), 12 deletions(-) commit a5eda7347f6d4e4b6fab41682f88d8590644fb26 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 20 16:00:11 2002 +0000 Don't leak the hintstyle and rgba settings. Patch from Arjan van de Ven. * src/vte.c: Don't leak the hintstyle and rgba settings. Patch from Arjan van de Ven. Free PangoX contexts when we're done with them because we get a new one every time, spotted by Arjan van de Ven. ChangeLog | 4 +++ src/vte.c | 83 ++++++++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 62 insertions(+), 25 deletions(-) commit 6f7f5de82c2e11d8fbe1e496cd3cd5b2d04a0d2e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 20 04:47:32 2002 +0000 Load fonts just-in-time to avoid spurious reloads. Don't override the * src/vte.c: Load fonts just-in-time to avoid spurious reloads. Don't override the focus_in and focus_out event handlers -- the defaults DTRT. * src/debug.c, src/debug.h: Add a RING debug class. * src/iso2022.c: Handle override maps which don't affect the font palette correctly, resetting at newlines and escape marks. Process bogon data correctly. * src/iso2022.txt: Add some sample text. * src/vte.c: Fixup some fontconfig/Xft mixups. Set the hint style instead of hinting when reading the GTK hint style setting (spotted by katzj and otaylor). ChangeLog | 12 +- po/da.po | 42 ++-- po/de.po | 62 ++--- po/fr.po | 47 ++-- po/nl.po | 64 ++--- po/sv.po | 42 ++-- src/debug.c | 3 + src/debug.h | 1 + src/interpret.c | 9 + src/iso2022.c | 73 +++++- src/iso2022.txt | 6 + src/ring.c | 10 +- src/vte.c | 733 +++++++++++++++++++++++++++++++------------------------- vte.spec | 7 +- 14 files changed, 647 insertions(+), 464 deletions(-) commit 56a7bbf39468f9263a52fdda5e330a61bbdf5810 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 19 23:30:35 2002 +0000 Add sample iso-2002 escaped text. src/iso2022.txt | 5 +++++ 1 file changed, 5 insertions(+) commit 45ccd9df232a04ddb126a897179966c03a5381f7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 19 23:01:28 2002 +0000 Fixup some fontconfig/Xft mixups. Set the hint style instead of hinting * src/vte.c: Fixup some fontconfig/Xft mixups. Set the hint style instead of hinting when reading the GTK hint style setting. ChangeLog | 3 +++ src/vte.c | 31 ++++++++++++------------------- 2 files changed, 15 insertions(+), 19 deletions(-) commit 2e6daaef02f271e7f84deb7fd269c2642f16834a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 19 22:33:21 2002 +0000 Use gssize instead of ssize_t. Perform substitutions while processing. Use * src/vte.h, src/vte.c: Use gssize instead of ssize_t. Perform substitutions while processing. Use PangoX contexts when we're using the PangoX fontmap and when doing PangoX rendering. ChangeLog | 5 ++ src/vte.c | 201 ++++++++++++++++++++++++-------------------------------------- src/vte.h | 9 +-- 3 files changed, 86 insertions(+), 129 deletions(-) commit 5b5257d4e61579590a0523d37f965dc55d6ec8c1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 19 22:27:33 2002 +0000 Add. Use unitables. Remove sequences for designating character sets. * src/mkunitables.sh,src/unitable.*: Add. * src/iso2022.c, src/iso2022.h: Use unitables. * src/caps.c: Remove sequences for designating character sets. Switch to using a second passed-in buffer for storing results in case the caller doesn't want substitutions done in-place. * src/interpret.c: Perform substitution. * src/table.c, src/table.h: Use gssize instead of ssize_t. * src/termcap.c, src/termcap.h: Use gssize instead of ssize_t. * src/utf8echo.c: Use strtol, allowing users to specify code points in hex format. ChangeLog | 11 + src/Makefile.am | 26 +- src/caps.c | 19 +- src/debug.c | 3 + src/debug.h | 1 + src/interpret.c | 62 +- src/iso2022.c | 370 +- src/iso2022.h | 3 +- src/mkunitables.sh | 39 + src/table.c | 20 +- src/table.h | 4 +- src/termcap.c | 32 +- src/termcap.h | 4 +- src/unitable.CNS11643 | 17712 ++++++++++++++++++++++++++++++++++++++++++++++++ src/unitable.GB12345 | 7549 +++++++++++++++++++++ src/unitable.GB2312 | 7446 ++++++++++++++++++++ src/unitable.JIS0201 | 66 + src/unitable.JIS0208 | 6879 +++++++++++++++++++ src/unitable.JIS0212 | 6068 +++++++++++++++++ src/unitable.KSC5601 | 17047 ++++++++++++++++++++++++++++++++++++++++++++++ src/utf8echo.c | 4 +- 21 files changed, 63206 insertions(+), 159 deletions(-) commit 8deab9f56af18d549ac438fe839e9da058e96bd6 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 19 16:41:50 2002 +0000 Rename vte.py to vte-demo.py, so that having . in your PYTHONPATH doesn't do odd things if you run the script from the build directory (when it's also the source directory). python/{vte.py => vte-demo.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) commit ee05b8f8a7bbb426af0101c37489c7246243570e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 15 07:16:50 2002 +0000 Add. src/iso2022.c | 679 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/iso2022.h | 38 ++++ 2 files changed, 717 insertions(+) commit 46238f7fd50c4fc272f1ca5a8b5ae0aa3f7799b0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 14 19:39:36 2002 +0000 repaint the entire window to ensure that any overdraw area we're not * src/vte.c(vte_terminal_configure_toplevel): repaint the entire window to ensure that any overdraw area we're not paying attention to at least gets cleared to the background. * src/vte.c(vte_terminal_locale_encoding): don't try to second-guess the local encoding, just use the current charset as returned by g_get_charset(). ChangeLog | 7 +++++++ src/vte.c | 14 ++++++++------ src/vteapp.c | 24 ++++++++++++++++-------- 3 files changed, 31 insertions(+), 14 deletions(-) commit d50f85c7bacde3d3e8091b74c56ba2281cd1e522 (tag: vte_0_7_4) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 14 06:10:19 2002 +0000 drop pending incoming data on reset. give reprocessing of pending input * src/vte.c(vte_terminal_reset): drop pending incoming data on reset. * src/vte.c: give reprocessing of pending input data a higher priority than reading it from the child to prevent backlogs on corrupt or invalid multibyte data from building up and whacking us exponentially. * src/vte.c(vte_sequence_handler_delete_lines): initialize lines added to the current default colors. Spotted by jrb. * src/vte.c(vte_terminal_set_font): don't try to pick up GTK Xft settings unless we're using FontConfig. Patch from otaylor. ChangeLog | 18 ++++++++++--- src/vte.c | 89 ++++++++++++++++++++++++++++++++++++++++++++------------------- vte.spec | 7 ++++- 3 files changed, 82 insertions(+), 32 deletions(-) commit fa7e15acc03629c166d9bbde7c26a13e7f274274 Author: Ole Laursen <olau@hardworking.dk> Date: Tue Aug 13 20:12:42 2002 +0000 Updated Danish translation. 2002-08-13 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation. po/ChangeLog | 6 +++++- po/da.po | 63 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 38 insertions(+), 31 deletions(-) commit 1bf3640ee49d932e61c3cabf07a8939114eb4894 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 13 01:49:50 2002 +0000 reorder set/reset processing for decset so that 1049 properly represents * src/vte.c: reorder set/reset processing for decset so that 1049 properly represents the combination of 1047 and 1048 (#90027). ChangeLog | 3 +++ src/vte.c | 19 ++++++------------- 2 files changed, 9 insertions(+), 13 deletions(-) commit 8dcb63c6368e86bebcb473b05ea9f34bf7e82718 (tag: vte_0_7_3) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 12 19:49:03 2002 +0000 - don't include datadir files more than once vte.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 8be06f70f84252834036e36359f13d7929f537bc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 12 19:44:36 2002 +0000 properly escape a command sequence with an embedded '%'. * src/caps.c: properly escape a command sequence with an embedded '%'. ChangeLog | 2 ++ src/caps.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) commit deba2150f9794e8e3a46c468056d23ef377665d0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 12 19:10:41 2002 +0000 add de and nl translations to ALL_LINGUAS * configure.in: add de and nl translations to ALL_LINGUAS configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e783f93a81306b846a08da191d0eff880b04a0c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 12 19:01:03 2002 +0000 0.7.3 vte.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit a07607f8965d4d146d1397233d6eb64eca544dd4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 12 16:13:18 2002 +0000 change Xft-related defaults match whichever version of GTK we were built * src/vte.c: change Xft-related defaults match whichever version of GTK we were built with (hopefully). ChangeLog | 3 +++ src/vte.c | 6 ++++++ 2 files changed, 9 insertions(+) commit ff497e30907c63e0b1073d569e690478353eb876 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Aug 12 14:40:20 2002 +0000 don't bother with cursor blinking or freezing/thawing updates when the * src/vte.c: don't bother with cursor blinking or freezing/thawing updates when the widget isn't realized. Patch from Gustavo Giráldez. ChangeLog | 3 +++ src/vte.c | 47 ++++++++++++++++++++++++++++------------------- 2 files changed, 31 insertions(+), 19 deletions(-) commit ad25c2e2013a56a29db023da0906e1728c7d01db Author: Vincent van Adrighem <adrighem@src.gnome.org> Date: Fri Aug 9 08:15:08 2002 +0000 2002-08-09 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu) * nl.po: Dutch translation updated by Taco Witte. po/ChangeLog | 4 ++ po/nl.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 126 insertions(+) commit e4a0ce1ded5bb31a59fa6b5718d84b8be7432365 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 8 18:42:26 2002 +0000 take extra steps to make sure that the cursor doesn't go back into * src/vte.c: take extra steps to make sure that the cursor doesn't go back into negative scrollback space. ChangeLog | 3 +++ src/vte.c | 32 ++++++++++++++++++++------------ 2 files changed, 23 insertions(+), 12 deletions(-) commit d094196b7dc5fdc59328b546fd02f8be19cfe2a9 (tag: vte_0_7_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 8 05:38:35 2002 +0000 rewrite. * src/vte.c(vte_terminal_invalidate_all): rewrite. ChangeLog | 2 ++ src/vte.c | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit 71d5d3b968eb61c1b26765fe64bc7abac5915ced Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 8 05:04:12 2002 +0000 fill in the background color when drawing the cursor, even if it's going * src/vte.c(vte_terminal_paint,vte_terminal_draw_cells): fill in the background color when drawing the cursor, even if it's going to end up as the default background color, spotted by Peter Jones. Draw the cursor correctly if it's over a graphic character. ChangeLog | 5 ++ src/Makefile.am | 2 +- src/vte.c | 156 ++++++++++++++++++++++++++++++-------------------------- vte.spec | 8 ++- 4 files changed, 96 insertions(+), 75 deletions(-) commit 0429b16180b0a2b79ce627cf146f8ce5c47d0a07 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 8 04:25:58 2002 +0000 once again, avoid drawing NULs. add a small pad to each edge (#89048). * src/vte.c(vte_terminal_draw_cells): once again, avoid drawing NULs. * src/vte.c: add a small pad to each edge (#89048). * src/vteapp.c: handle widget padding. ChangeLog | 4 + src/vte.c | 235 +++++++++++++++++++++++++++++++++++++---------------------- src/vte.h | 3 + src/vteapp.c | 6 +- 4 files changed, 160 insertions(+), 88 deletions(-) commit 50bedfd42a309eb61165d190ef954df994eeeb6b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 8 02:32:46 2002 +0000 Whoops, remove that debug g_print(). * src/vte.c: Whoops, remove that debug g_print(). src/vte.c | 2 -- 1 file changed, 2 deletions(-) commit 2b6cff9bfeb5ab13cc519abc45a15d9ad58948c0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 8 02:26:11 2002 +0000 look for $pkgdatadir/termcap/$TERM first, as the widget does, before * src/interpret.c: look for $pkgdatadir/termcap/$TERM first, as the widget does, before consulting /etc/termcap. * src/ring.c(vte_ring_free): check for a non-NULL removal function before calling it. * src/vte.c(vte_terminal_key_press): add an option for doing VT220-style or Sun/PC-style modified function keys. Default to VT220 for now, though. * src/vte.c(vte_terminal_reset): scroll to the bottom when resetting. ChangeLog | 9 +++ src/interpret.c | 6 +- src/ring.c | 6 +- src/vte.c | 231 ++++++++++++++++++++++++++------------------------------ 4 files changed, 125 insertions(+), 127 deletions(-) commit 28daed11380ea2fd7bfea19daefd4a7486bf480f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 7 23:42:04 2002 +0000 don't trust XftDrawString32() to advance linearly for monospaced fonts * src/vte.c(vte_terminal_draw_cells): don't trust XftDrawString32() to advance linearly for monospaced fonts (#90164). ChangeLog | 5 +++++ src/vte.c | 50 +++++++++++++++++++++----------------------------- 2 files changed, 26 insertions(+), 29 deletions(-) commit 4babeea772593a77fd3da3195fd49aab6c4a2717 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 7 23:15:26 2002 +0000 reset the default setting as well (#89506). * src/vte.c(vte_terminal_reset): reset the default setting as well (#89506). ChangeLog | 3 ++ autogen.sh | 1 + src/vte.c | 138 ++++++++++++++++++++++++++++++------------------------------- 3 files changed, 72 insertions(+), 70 deletions(-) commit e52fea3e78a2edcf702d7655c8b5dfaaa463ae62 Author: Christian Rose <menthos@menthos.com> Date: Wed Aug 7 18:44:27 2002 +0000 Updated Swedish translation. 2002-08-07 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 50 ++++++++++++++++++++++++-------------------------- 2 files changed, 28 insertions(+), 26 deletions(-) commit 274232721384b737aef142dfe9ff944c1eed3a21 Author: Christian Neumair <cneumair@src.gnome.org> Date: Wed Aug 7 17:56:07 2002 +0000 Updated German translation. po/ChangeLog | 4 ++ po/de.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+) commit 47c61f40fe4a943a0d6ed9f907046969179a2d28 (tag: vte_0_7_1) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Aug 7 16:49:37 2002 +0000 perform Xft remapping for Xft1, switch back to PangoX. * src/vte.c(vte_terminal_draw_cells): perform Xft remapping for Xft1, switch back to PangoX. ChangeLog | 3 +++ src/vte.c | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 33 insertions(+), 3 deletions(-) commit 0501b07d2d288846a0e2d3c77304187cda3680e0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Aug 6 23:24:35 2002 +0000 use g_get_charset() instead of nl_langinfo() to determine the default * src/vte.c(vte_terminal_set_encoding, vte_sequence_handler_local_charset): use g_get_charset() instead of nl_langinfo() to determine the default codeset, and to check if it's UTF-8. Patch from Hidetoshi Tajima. * src/vte.c(vte_terminal_set_encoding): don't leak conversion descriptors when changing the encoding fails. Patch from Hidetoshi Tajima. * src/vte.c(vte_terminal_send): don't read past the converted string when performing paste substitutions. * src/vte.c: rework the straight-Pango rendering routines to call normal Pango instead of PangoX. * src/vte.c(vte_terminal_ensure_cursor): speed up the "add many cells" case a bit. * src/vte.c(vte_cell_is_between): sort the two endpoints correctly and provide a boolean to control whether or not the endpoint is "in". * src/vte.c(vte_cell_draw_rows): check if a cell is selected using the right indicator. * src/vte.c(vte_terminal_get_text): when adding a newline to the end of a returned line, don't show it as being in the rightmost column. * src/vte.c(xlfd_from_pango_font_description): turn the DPI, pixel size, and dded info into wildcards. * src/vte.c(vte_terminal_draw_cells): go back to drawing individual cells when using Xlib. * src/vte.c: Compute right-side padding as well as left. * src/vte.c(vte_terminal_init): disable use of PangoX by default. * src/vteapp.c: add -D to add the same patterns profterm does to test dingus hiliting. ChangeLog | 30 ++++ src/vte.c | 560 ++++++++++++++++++++++++++++++++++++++++------------------- src/vteapp.c | 15 +- vte.spec | 7 +- 4 files changed, 430 insertions(+), 182 deletions(-) commit 88d01cc079642750cb2d915e1c8b38b122641c2d Author: Havoc Pennington <hp@redhat.com> Date: Sat Aug 3 18:00:32 2002 +0000 add a gdk_flush() before the error trap pop, just for paranoia, may help 2002-08-03 Havoc Pennington <hp@redhat.com> * src/vte.c (vte_terminal_setup_background): add a gdk_flush() before the error trap pop, just for paranoia, may help with #89049 ChangeLog | 6 ++++++ src/vte.c | 1 + 2 files changed, 7 insertions(+) commit a062c6306732e1cfc034c0c49f416b09b93d63d0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Aug 2 15:17:03 2002 +0000 Substitute carriage returns for newlines when pasting text to the child, * src/vte.c(vte_terminal_send): Substitute carriage returns for newlines when pasting text to the child, fixing weird paste behavior in pico and friends. ChangeLog | 5 +++++ src/vte.c | 14 ++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) commit 3c26a0db3b52f5b9075eb9fb9c2a8c953164e0fd Author: Christian Rose <menthos@menthos.com> Date: Fri Aug 2 13:53:12 2002 +0000 Updated Swedish translation. 2002-08-02 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 58 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 35 insertions(+), 27 deletions(-) commit 8997158626f6e835d63be7c9cb901031f31f9b7b Author: Christophe Merlet <redfox@src.gnome.org> Date: Fri Aug 2 10:31:18 2002 +0000 Added French translation. ChangeLog | 4 ++ configure.in | 2 +- po/ChangeLog | 5 +++ po/fr.po | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 138 insertions(+), 1 deletion(-) commit fa5cb989de684be220fe2363f6be7ab45675d3ae (tag: vte_0_7_0) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 1 22:05:01 2002 +0000 Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage. * src/pty.c, src/pty.h: Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage. * src/ring.c(vte_ring_validate): Don't repeatedly compute the same value when we know it won't change. * src/vte.c(vte_wc_from_unichar): Implement for the non-STDC_ISO_10646 case, heavily based on patch from Hidetoshi Tajima. * src/vte.c(vte_terminal_ensure_cursor): Don't initialize the local data unless we have to. * src/vte.c(vte_terminal_process_incoming): Don't insert NUL characters into the display, matching behavior of xterm. * src/vte.c: Clean up use of various G_PRIORITY values throughout to allow for simpler tuning. Rewrite rendering code to use per-paint PangoLayouts when they're needed, use Xft2's DrawCharSpec function when available, and to cut down on X requests. Don't paint on expose events if the window isn't realized, drawable, and at least partially visible. Don't deselect previous selection when the user clicks unless there's also a drag first. ChangeLog | 18 + src/pty.c | 25 +- src/pty.h | 5 + src/ring.c | 5 +- src/vte.c | 2565 ++++++++++++++++++++++++++++++++---------------------------- vte.spec | 5 +- 6 files changed, 1403 insertions(+), 1220 deletions(-) commit 8515801d31a4279150f085ab2f22a7b177fa474e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Aug 1 00:03:17 2002 +0000 Include <termios.h> if available, per patch from Hidetoshi Tajima. Include * src/pty.c: Include <termios.h> if available, per patch from Hidetoshi Tajima. * src/trie.c: Include missing <wchar.h>, spotted by Hidetoshi Tajima. ChangeLog | 3 +++ configure.in | 1 + src/pty.c | 3 +++ src/trie.c | 1 + 4 files changed, 8 insertions(+) commit 94d562a1102ac1ecf9a6b23f16eeac725e1c3f63 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jul 31 16:22:57 2002 +0000 Initialize new lines created in insert_lines() to the current default * src/vte.c: Initialize new lines created in insert_lines() to the current default attributes like al() does. ChangeLog | 3 +++ src/vte.c | 7 +++++++ 2 files changed, 10 insertions(+) commit a6643f3a78377bb48391fea80ed287b6a75bc318 (tag: vte_0_6_0) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 30 23:02:49 2002 +0000 Fix autoconf quoting error. * configure.in: Fix autoconf quoting error. configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c098e1d6c0f0d3452e0a4c184fb0f6c5a10e2e0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 30 23:00:34 2002 +0000 Check for wint_t and attempt to allow compiles even when wint_t isn't * configure.in: Check for wint_t and attempt to allow compiles even when wint_t isn't defined (this type is used only debug code, so it shouldn't break anything). * src/caps.c: Remove "te" and "ti", which are logical, in the same way "so" is, from the known capabilities lists. Add a "is a key" field to the termcap list so that we don't match against keystrokes in case they're also control sequences. * src/interpret.c: Use tables instead of tries. Don't add key sequences to the table. * src/pty.c: Fix incorrect invocation in sample. * src/reaper.c: Include stdlib.h to quiet compiler warning. * src/trie.c, src/trie.h: Remove the unused precomputing routines. * src/utf8echo.c: Switch to link with tables instead of tries. * src/vte.c: Switch to using tables instead of tries. Don't add key sequences to the table. Map cursor-backward to LE instead of le, which handles parameters right. Tune updates so that they occur less often when we're processing large amounts of data from the child. Add a 'status-line-changed' signal. Implement fs() and fix ts(). Add ::get_status_line() to get the contents of the status line. Obey it() when setting default tabstops. Implement cursor_next_line(), cursor_lower_left(), cursor_preceding_line(), cursor_horizontal_and_vertical_position(), erase_characters(), and insert_blank_characters(). Implement nw(). ChangeLog | 25 +++ README | 10 +- configure.in | 1 + po/da.po | 44 ++-- po/sv.po | 44 ++-- src/Makefile.am | 26 ++- src/caps.c | 608 ++++++++++++++++++++++++++++---------------------------- src/caps.h | 1 + src/interpret.c | 27 +-- src/pty.c | 2 +- src/reaper.c | 1 + src/table.c | 77 +++---- src/termcap.c | 2 + src/trie.c | 209 +------------------ src/trie.h | 3 - src/utf8echo.c | 6 +- src/vte.c | 446 ++++++++++++++++++++++++----------------- src/vte.h | 5 +- src/vteapp.c | 11 + vte.spec | 6 +- 20 files changed, 750 insertions(+), 804 deletions(-) commit 9ed6314b69c822030886b9fd004dd1f88a1fec2c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 30 21:57:24 2002 +0000 Comment out "ti" and "te" which are always going to be logical. * src/caps.c: Comment out "ti" and "te" which are always going to be logical. src/caps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a88625362c7f887bfd0026d96fef316050663c91 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 30 20:34:08 2002 +0000 Add files. src/table.c | 880 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/table.h | 51 ++++ 2 files changed, 931 insertions(+) commit c9d46969abaca4451316d0f6b7b9661d454ebe79 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jul 26 18:23:02 2002 +0000 Initialize new lines added for al(). Spotted by jrb. * src/vte.c: Initialize new lines added for al(). Spotted by jrb. ChangeLog | 3 +++ src/vte.c | 7 +++++++ 2 files changed, 10 insertions(+) commit 4c9c1d1db8bcc68a4afc4f90473a8c2bd86a3fcb (tag: vte_0_5_4) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jul 25 21:57:16 2002 +0000 0.5.4 po/da.po | 14 ++++++++++---- po/sv.po | 38 +++++++++++++++++++------------------- vte.spec | 5 ++++- 3 files changed, 33 insertions(+), 24 deletions(-) commit ac8c5b077106d89d4923e1ccabccafe695ede2da Author: Ole Laursen <olau@hardworking.dk> Date: Thu Jul 25 21:36:40 2002 +0000 Added Danish translation. 2002-07-25 Ole Laursen <olau@hardworking.dk> * da.po: Added Danish translation. po/ChangeLog | 4 +++ po/da.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) commit 9f2e73d1c66faac5ba4cbbc3cc944c15333572a5 Author: Ole Laursen <olau@hardworking.dk> Date: Thu Jul 25 21:34:48 2002 +0000 Added Danish translation. 2002-07-25 Ole Laursen <olau@hardworking.dk> * configure.in: Added Danish translation. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit dc51766bfb6b87a516e01f0bd6e62c5156ee376a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jul 25 20:00:29 2002 +0000 Note that bold isn't broken any more. Note that k; was added. Set the * README: Note that bold isn't broken any more. * termcaps/xterm: Note that k; was added. * src/pty.c: Set the proper number of columns in the initial window size. * src/ring.h: Change macro argument names to hopefully not step on application code. * src/vte.c: Set the terminal size to the default size as specified in termcap at init-time. ChangeLog | 8 ++++++++ README | 2 -- src/pty.c | 2 +- src/ring.h | 27 ++++++++++++++------------- src/vte.c | 3 +++ termcaps/xterm | 2 +- 6 files changed, 27 insertions(+), 17 deletions(-) commit 9ef0f51ac6364aed4176f3d5f3843ab76c3e113f (tag: vte_0_5_3) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jul 24 15:27:00 2002 +0000 Add private vte_pty_set_size() function. vte_pty_open() takes size * src/pty.c: Add private vte_pty_set_size() function. * src/pty.c, src/pty.h: vte_pty_open() takes size arguments now. * src/vte.c: Open the PTY with the proper initial size. ChangeLog | 4 ++++ po/sv.po | 40 ++++++++++++++++++++-------------------- src/Makefile.am | 2 +- src/pty.c | 31 ++++++++++++++++++++++++++----- src/pty.h | 3 ++- src/vte.c | 8 +++++--- src/vteapp.c | 4 ++-- vte.spec | 5 ++++- 8 files changed, 64 insertions(+), 33 deletions(-) commit b8d3e0c105c1b8031e4d1606f2d9cac34b97ec3d (tag: vte_0_5_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 23 18:30:52 2002 +0000 0.5.2 vte.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 8989077a33ada41fc2ee1fa65933abd2846993e0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 23 17:57:09 2002 +0000 Expose the ring implementation and convert several simple functions into * src/ring.c, ring.h: Expose the ring implementation and convert several simple functions into macros. * src/vteapp.c: Pass all long options on to gtk_init(). ChangeLog | 4 ++++ src/ring.c | 50 -------------------------------------------------- src/ring.h | 27 +++++++++++++++++++++------ src/vte.c | 45 ++++++++++++++++++++++++++------------------- src/vteapp.c | 21 +++++++++++++++++++++ 5 files changed, 72 insertions(+), 75 deletions(-) commit e05ee559ce99030e3543eafe17bb86c81827adfb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 23 13:24:46 2002 +0000 Fix realize/unrealize to be properly reversible. Use the font from the * src/vte.c: Fix realize/unrealize to be properly reversible. Use the font from the default style unless we're explicitly given one. * src/vteapp.c: Don't set base size or minimum size geometry hints when sizing the terminal widget. ChangeLog | 5 + src/vte.c | 912 +++++++++++++++++++++++++++++++++++------------------------ src/vte.h | 2 + src/vteapp.c | 25 +- 4 files changed, 550 insertions(+), 394 deletions(-) commit e77a62018d612944fe85711ca0bdb9f19d4d3c60 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jul 22 13:27:09 2002 +0000 Fix an incorrect logic check. * src/pty.c(vte_pty_ptsname): Fix an incorrect logic check. ChangeLog | 2 ++ src/pty.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) commit 78db653b1de723f72c79de964dd259a0e4023910 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jul 19 15:58:21 2002 +0000 If we're changing the background color, apply it to the widget's window as * src/vte.c(vte_terminal_set_color_internal): If we're changing the background color, apply it to the widget's window as well, spotted by msw. ChangeLog | 3 +++ src/vte.c | 19 ++++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) commit 527d415541a35302cd74d458564915a4eb0b1542 (tag: vte_0_5_1) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jul 19 05:48:29 2002 +0000 Undo the scrolling changes -- there too many combinations of circumstances * src/vte.c: Undo the scrolling changes -- there too many combinations of circumstances that cause them to not work right. ChangeLog | 3 ++ src/interpret.c | 13 ++++++ src/vte.c | 124 ++++++++++++++++++++++++++------------------------------ src/vteapp.c | 10 ++++- 4 files changed, 82 insertions(+), 68 deletions(-) commit 4107683a49d46a88752c889b24148387554a50b8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jul 19 03:00:29 2002 +0000 Fudge the repaint line count by one when scrolling regions to ensure that * src/vte.c: Fudge the repaint line count by one when scrolling regions to ensure that the old cursor gets repainted. Calculate the area which needs to be repainted when reverse-scrolling correctly. ChangeLog | 4 ++++ src/vte.c | 13 ++++++++++--- vte.spec | 11 ++++++++++- 3 files changed, 24 insertions(+), 4 deletions(-) commit c7b0c2bbdb11ea8364829a6a7e0e1c4b0749c4cc (tag: vte_0_5_0) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jul 18 23:47:35 2002 +0000 Implement enough of set-mode and reset-mode to allow toggling of insert * src/vte.c: Implement enough of set-mode and reset-mode to allow toggling of insert mode using this sequence. Move all scrolling into vte_terminal_scroll_region and use gdk_draw_drawable to avoid repainting from scratch whenever possible. ChangeLog | 5 + src/vte.c | 333 ++++++++++++++++++++++++++++++++++++++++---------------------- vte.spec | 6 ++ 3 files changed, 224 insertions(+), 120 deletions(-) commit dfad7e70fef9221c09360fab72998d16f3d23670 Author: Christian Rose <menthos@menthos.com> Date: Thu Jul 18 17:02:42 2002 +0000 Updated Swedish translation. 2002-07-18 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 36 ++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 18 deletions(-) commit cf55403688da83b34f8eb5a7f5b326fd0a7e28ee Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jul 18 03:43:18 2002 +0000 Actually set ALL_LINGUAS so translations get installed. Document the * configure.in: Actually set ALL_LINGUAS so translations get installed. * README: Document the weirdness that is cursor movement around wide characters. * src/vte.defs: Bind set_color_bold(). * src/debug.c: Suppress warnings when $VTE_DEBUG_FLAGS isn't set. * src/pty.c, src/reaper.c, src/termcap.c, src/trie.c: Provide for debug messages in the test program. * src/interpret.c, src/trie.c: Use libc stdio instead of g_print for printing what might be part of a multibyte sequence because g_print checks for validity. * src/interpret.c, src/trie.c, src/utf8echo.c, src/vte.c: Use gunichar instead of wchar_t in places where a gunichar is expected. Provide a means for converting from wchar_t to gunichar for the sake of X11 calls which want a wchar_t. * src/trie.c: Provide vte_trie_wide_encoding() for finding a giconv target which is hopefully compatible with gunichar. Likewise provide vte_trie_narrow_encoding() to find one compatible with iso-8859-1. * src/vte.c: Fall back to ISO-8859-1 if we can't set things up for the current locale encoding at startup time. Fall back to the current encoding if we can't perform a given dynamic switch. ChangeLog | 21 ++++ README | 21 +++- configure.in | 1 + po/sv.po | 48 ++++---- python/vte.defs | 9 ++ src/Makefile.am | 7 +- src/debug.c | 2 +- src/interpret.c | 36 +++--- src/pty.c | 1 + src/reaper.c | 2 + src/termcap.c | 4 +- src/trie.c | 349 +++++++++++++++++++++++++++++++++++++++----------------- src/trie.h | 12 +- src/utf8echo.c | 5 +- src/vte.c | 210 ++++++++++++++++++++++------------ src/vte.h | 1 - vte.spec | 7 +- 17 files changed, 509 insertions(+), 227 deletions(-) commit 623ee6d073c540bd02b2b4f4a9abb2ddf7b7637f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jul 17 03:34:54 2002 +0000 Set GETTEXT_PACKAGE correctly, noted by menthos. * configure.in: Set GETTEXT_PACKAGE correctly, noted by menthos. ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit 89cd4a38836d9b53d40a2bc7f9e7d118b5244c04 Author: Christian Rose <menthos@menthos.com> Date: Tue Jul 16 23:37:18 2002 +0000 Updated Swedish translation. 2002-07-17 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 54 ++++++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 26 deletions(-) commit 38d95c7257845a9eb875692a1f2caaf5e628630b (tag: vte_0_4_9) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 16 19:31:16 2002 +0000 Guess at an appropriate bold version of the foreground color instead of * src/vte.c (vte_terminal_set_colors): Guess at an appropriate bold version of the foreground color instead of hard-coding in a default. * src/vte.c, src/vte.h (vte_terminal_set_color_bold): Add. ChangeLog | 5 +++++ src/Makefile.am | 2 +- src/vte.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- src/vte.h | 4 +++- src/vteapp.c | 4 ++++ vte.spec | 1 + 6 files changed, 74 insertions(+), 5 deletions(-) commit a84fc373e7868673715a4ef9ebec2165300cda16 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 16 15:33:15 2002 +0000 Correctly check for g_iconv_open() failure. Try to give a meaningful error * src/trie.c: Correctly check for g_iconv_open() failure. * src/vte.c (vte_terminal_set_encoding): Try to give a meaningful error when g_iconv_open() fails, even though we're screwed. ChangeLog | 7 ++++++- src/trie.c | 35 +++++++++++++++---------------- src/utf8echo.c | 2 +- src/vte.c | 65 ++++++++++++++++++++++++++++++++++++++++++---------------- vte.spec | 8 +++++++- 5 files changed, 78 insertions(+), 39 deletions(-) commit 4542e59d27fd956648894e5b4165a1a0112f8ecc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jul 15 18:16:32 2002 +0000 wrap the new Xft/fontconfig-specific code in HAVE_XFT Revert some changes * src/vte.c: wrap the new Xft/fontconfig-specific code in HAVE_XFT * src/vte.c: Revert some changes in how new cells were initialized, removing various cosmetic problems. * src/vte.c (vte_terminal_process_incoming): Discard the proper number of characters when we don't recognize a sequence, previously we left one byte that should have been removed. ChangeLog | 9 +++++++- src/Makefile.am | 2 +- src/vte.c | 65 +++++++++++++++++++++++++++++++++------------------------ vte.spec | 7 ++++++- 4 files changed, 53 insertions(+), 30 deletions(-) commit e4cfa8d65673f808fcef56150a05e04f1cfd2fdf Author: Havoc Pennington <hp@pobox.com> Date: Sun Jul 14 19:52:17 2002 +0000 decrement spaces as we go through the loop, it was nice and infinite. 2002-07-14 Havoc Pennington <hp@pobox.com> * src/vte.c (vte_terminal_get_cursor_position): decrement spaces as we go through the loop, it was nice and infinite. ChangeLog | 5 +++++ src/vte.c | 1 + 2 files changed, 6 insertions(+) commit 8320edb7631fd570b69503def7ab2ce58b19df6c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jul 13 04:40:58 2002 +0000 Add the proper number of attribute structs to the attribute array to fix * src/vte.c (vte_terminal_get_text): Add the proper number of attribute structs to the attribute array to fix crashes which occurred when the buffer contains non-ASCII text (#67930). ChangeLog | 4 ++++ src/vte.c | 18 +++++------------- 2 files changed, 9 insertions(+), 13 deletions(-) commit f16781d565d6da399141797e0377e65abef04f51 (tag: vte_0_4_8) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jul 13 04:14:57 2002 +0000 Handle cases where FC_HINTING is enabled but FC_HINT_STYLE isn't. Not that * src/vte.c: Handle cases where FC_HINTING is enabled but FC_HINT_STYLE isn't. Not that that makes any sense, but there you go. src/vte.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 23ec5d4ce4b38d19e9271463563fc94b587e5f93 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jul 13 03:59:23 2002 +0000 Small optimization in the al() and dl() handlers. al() doesn't move the * src/vte.c: Small optimization in the al() and dl() handlers. al() doesn't move the cursor, per GNU termcap docs. Check for a pixbuf in the bgfx check instead of pixmap, which was the wrong type. ChangeLog | 4 ++++ src/slowcat.c | 3 ++- src/vte.c | 20 ++++++++++---------- 3 files changed, 16 insertions(+), 11 deletions(-) commit a7b29e6c2d897a8ccf8feb4523a63c6690221228 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jul 13 02:59:05 2002 +0000 Add. src/slowcat.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) commit 82c830263ff1212de3a22501eb65a036a352af83 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jul 13 02:44:09 2002 +0000 Bail if GTK doesn't know about Xft-specific settings. * src/vte.c (vte_default_substitute): Bail if GTK doesn't know about Xft-specific settings. src/vte.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) commit 842e9ac6cfbfcb3462b9a720e6c4a5a9e5d6eda9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jul 13 02:07:58 2002 +0000 Add patch to heed Xft/fontconfig settings as kept by GTK. Based on patch * src/vte.c: Add patch to heed Xft/fontconfig settings as kept by GTK. Based on patch from otaylor. ChangeLog | 3 + src/vte.c | 199 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 188 insertions(+), 14 deletions(-) commit 65970d91a841eb7c895d1efaa36a734ffd811658 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Jul 13 00:21:25 2002 +0000 Added. Add -a/-b flags to control audible bell and blinking cursors. Only * src/slowcat.c: Added. * src/vteapp.c: Add -a/-b flags to control audible bell and blinking cursors. Only send "pwd" as an initial command if there wasn't a command specified on the command line. Add a simple help message. * src/vte.c: Bind F13-F35 per termcap. Treat GDK_KP_Delete as GDK_Delete. Map Ctrl+F1-F12 to F13-F24. Fix dc() to ensure that the rows stays full and that newly-added cells get the default attributes. Fix cl() to clear all rows on the screen with the default attributes (bce). Default to using Xft if available for consistency with GTK. * src/vte.c: Treat super, hyper, meta, and alt as modifiers when deciding to scroll-on-keypress. Noted by jrb. * src/vte.c: Always map \r and \n to cr and so, even when they're defined by the termcap. * src/vte.c, src/vte.h: Rework how default colors are set up, and add vte_terminal_set_color_foreground and vte_terminal_set_color_background. * src/vte.h: Remove includes for local headers which apps are not likely to never use, cleaning up the namespace a little. * python/vte.defs: Bind vte_terminal_set_color_{fore,back}ground. * src/debug.h, src/ring.h: Use G_BEGIN_DECLS/G_END_DECLS. * src/reaper.h: Use G_BEGIN_DECLS/G_END_DECLS in the right place. * src/vteapp.c: Add -B/-T flags to set background images and transparency. ChangeLog | 24 ++ python/vte.defs | 18 ++ src/Makefile.am | 8 +- src/caps.h | 4 +- src/debug.h | 4 + src/reaper.h | 5 +- src/ring.h | 4 + src/vte.c | 706 ++++++++++++++++++++++++++++++++++++++------------------ src/vte.h | 7 +- src/vteapp.c | 45 +++- vte.spec | 11 +- 11 files changed, 585 insertions(+), 251 deletions(-) commit 2f766cdf80215a137c0ef0389b187e708dcbb822 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jul 2 20:09:26 2002 +0000 Make shift+button1 extend selection. * src/vte.c: Make shift+button1 extend selection. ChangeLog | 2 + README | 3 + src/vte.c | 238 +++++++++++++++++++++++++++++++++++++++++++------------------- vte.spec | 9 ++- 4 files changed, 179 insertions(+), 73 deletions(-) commit 361aa5b13aea9c0e8b742ce8bacc038c6765aec6 (tag: vte_0_4_7) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jul 1 23:19:53 2002 +0000 Fix memory leak when we get conversion errors. * src/vte.c: Fix memory leak when we get conversion errors. src/vte.c | 6 ++++++ vte.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) commit a27006e993e3fb530809bf37bb1eeebc1ba891f8 (tag: vte_0_4_6) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jul 1 22:53:27 2002 +0000 Rework recovery from illegal sequence errors in the input stream to be * src/vte.c: Rework recovery from illegal sequence errors in the input stream to be much more aggressive. ChangeLog | 2 ++ src/vte.c | 49 +++++++++++++------------------------------------ 2 files changed, 15 insertions(+), 36 deletions(-) commit e96906ab055262d9289a0f136bb240756bd42d37 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jul 1 22:35:47 2002 +0000 Get rid of more debug spew. * src/vte.c: Get rid of more debug spew. src/vte.c | 8 -------- 1 file changed, 8 deletions(-) commit d957ab5de61c616dc6d45be9f2a697261e7243ae Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jul 1 22:26:51 2002 +0000 Remove some unnecessary debug spew. * src/vte.c: Remove some unnecessary debug spew. src/vte.c | 7 ------- 1 file changed, 7 deletions(-) commit 82e863454f131b26949e57aeafee770a4c6e604e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jul 1 22:06:00 2002 +0000 Draw unicode line-drawing code points natively as we do for the GR1 * src/vte.c (vte_terminal_draw_char): Draw unicode line-drawing code points natively as we do for the GR1 support, in case the current font doesn't include glyphs for them. * src/vte.c: Test for g_iconv_open() failure properly (compare result to ((GIConv)-1), not NULL). ChangeLog | 6 +++ src/vte.c | 178 +++++++++++++++++++++++++++++++++++++++++++++++++------------- vte.spec | 5 +- 3 files changed, 151 insertions(+), 38 deletions(-) commit 3282b6de97263d10e11a7b2d38bdbeabb6fd1446 (tag: vte_0_4_5) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 26 01:58:22 2002 +0000 Bind F10 to "k;", not "k0". Add "k;" defined as F10. * src/vte.c: Bind F10 to "k;", not "k0". * termcaps/xterm: Add "k;" defined as F10. ChangeLog | 3 +++ src/vte.c | 2 +- termcaps/xterm | 2 +- vte.spec | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) commit 97e3e62df4f7891244beb85295d419ef689e9e2c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 26 01:42:02 2002 +0000 Check for redundant resizes. Keep the alternate screen buffer size the * src/vte.c (vte_terminal_reset_rowdata): Check for redundant resizes. * src/vte.c (vte_terminal_set_scrollback_lines): Keep the alternate screen buffer size the same as the window height, because xterm's alternate screen doesn't backscroll. * src/vte.c (vte_terminal_get_text): Don't append spaces to multicolumn characters when reading the screen's contents. * src/vte.c: Don't overexpose neighboring cells any more. Cleanups. ChangeLog | 10 +++ src/Makefile.am | 2 +- src/debug.c | 3 + src/debug.h | 13 ++-- src/ring.c | 6 ++ src/ring.h | 1 + src/vte.c | 208 +++++++++++++++++++++++--------------------------------- vte.spec | 10 ++- 8 files changed, 121 insertions(+), 132 deletions(-) commit 2e30f1a92aa303cb744452a3d75ca43b30722215 (tag: vte_0_4_4) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 25 19:39:28 2002 +0000 Treat option 1049 as a combination of 1047 and 1048. When finalizing while * src/vte.c (vte_sequence_handler_decset_internal): Treat option 1049 as a combination of 1047 and 1048. * src/vte.c (vte_terminal_finalize): When finalizing while holding the selection, try to throw the selection onto the clipboard without an owner so that it doesn't just disappear. ChangeLog | 6 ++++++ src/vte.c | 22 +++++++++++++++++++++- vte.spec | 6 +++++- 3 files changed, 32 insertions(+), 2 deletions(-) commit 7bea68154a9b6e847437573414c88db36fc1dde5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 19 15:24:49 2002 +0000 Fix a logic bug that got rid of the title always, not just when conversion * src/vte.c (vte_sequence_handler_set_title_int): Fix a logic bug that got rid of the title always, not just when conversion failed. ChangeLog | 3 +++ src/interpret.c | 4 ++++ src/trie.c | 6 +++--- src/vte.c | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) commit 4c681083ba867cb430c5faa8f97c92117121c6de (tag: vte_0_4_3) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 19 06:42:43 2002 +0000 Clear the alternate screen when switching to it. * src/vte.c: Clear the alternate screen when switching to it. ChangeLog | 2 ++ src/vte.c | 8 ++++++++ 2 files changed, 10 insertions(+) commit 63d4477daaaecdd71b26ffd4e7199c1c680e553d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 19 05:55:39 2002 +0000 Fix package description. * vte.spec: Fix package description. vte.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit 087cd10148e680924b9ddbd704a6648f489fc335 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 19 05:07:26 2002 +0000 Fix refs/derefs with IOChannels and sources. Clean up I/O GIConv * src/vte.c: Fix refs/derefs with IOChannels and sources. Clean up I/O GIConv descriptors at finalize-time. ChangeLog | 3 +++ src/vte.c | 78 ++++++++++++++++++++++++++++++++++++++++++++------------------- vte.spec | 5 +++- 3 files changed, 62 insertions(+), 24 deletions(-) commit 9ba8b45bb91df01b8e1bc20c50e7290f3069014e (tag: vte_0_4_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 18 16:44:24 2002 +0000 0.4.2 vte.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 9a9dd6e6e3bedb5150163047f80c61ea3db3f897 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 18 16:24:17 2002 +0000 Make cursor_visible a widget-wide (not per-screen) setting. * src/vte.c: Make cursor_visible a widget-wide (not per-screen) setting. ChangeLog | 2 ++ src/vte.c | 20 +++++++++----------- 2 files changed, 11 insertions(+), 11 deletions(-) commit 47074ac2f4da626fe6175afe211671de0199776c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 18 16:17:49 2002 +0000 Correct automake version check to require 1.5, heads-up from Glynn Foster. * autogen.sh: Correct automake version check to require 1.5, heads-up from Glynn Foster. ChangeLog | 5 ++++- autogen.sh | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) commit 5aba0af966e7eea386f95f944cad25b76d07e11b (tag: vte_0_4_1) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 18 04:20:38 2002 +0000 Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47 * src/trie.c (vte_trie_match, vte_trie_match_x): Sort out greedy vs. non-greedy pattern matching. * src/vte.c (vte_sequence_handler_decset_internal): Make 1047 an alias for 47 (use alternate buffer), and handle cursor save/restore properly. ChangeLog | 5 +++++ README | 1 - src/trie.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- src/vte.c | 50 +++++++++++++++++++++++++++++++++++-------- vte.spec | 5 ++++- 5 files changed, 113 insertions(+), 20 deletions(-) commit 2fa3b394c54ac2cf3d72d54b74553c2fae16bc48 (tag: vte_0_4_0) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 14 20:52:04 2002 +0000 move the python module to the non-devel package * vte.spec: move the python module to the non-devel package vte.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e2a8889005ad4c2deb37babb78a54d9e263a0c99 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 14 19:50:33 2002 +0000 Fix arg list mismatch. * python/vte.override: Fix arg list mismatch. python/vte.override | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d8dfa0f809acb46e46e5f203e398a42f50df0856 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 14 19:34:07 2002 +0000 Oops, shell typo. * vte.spec: Oops, shell typo. vte.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 72df40d75cf96445a573fd20973b1fd81f83b2fd Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 14 19:26:41 2002 +0000 Add a parameter for passing in environment variables to add. Preprocess * src/vte.c, src/vte.h (vte_terminal_fork_command): Add a parameter for passing in environment variables to add. * src/termcap.c: Preprocess out unused comment() and generate() funcs. * src/Makefile.am: Bump library version number. * vte.spec: 0.4.0 ChangeLog | 6 ++++ python/vte.defs | 3 +- python/vte.override | 84 +++++++++++++++++++++++++++++++++-------------------- src/Makefile.am | 1 + src/pty.c | 16 +++++----- src/pty.h | 4 +-- src/termcap.c | 2 ++ src/vte.c | 33 +++++++++++---------- src/vte.h | 3 +- src/vteapp.c | 3 +- vte.spec | 8 ++--- 11 files changed, 98 insertions(+), 65 deletions(-) commit 7c97366c65ce0378b601addbbe8bb9cb246f5300 (tag: vte_0_3_30) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 14 18:54:13 2002 +0000 subst PYGTK_DATADIR * configure.in: subst PYGTK_DATADIR configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bc8d25d01e146da93a2bba748c7eae818b9c64e4 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 14 18:51:10 2002 +0000 Build python bindings with -fPIC. * python/Makefile.am: Build python bindings with -fPIC. python/Makefile.am | 2 +- vte.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) commit ac7de676d72e7c1fe73a094ed5c65855a2567bb9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 14 16:47:43 2002 +0000 Handle cases where pygtk isn't installed in the prefix we're configuring * configure.in, python/Makefile.am: Handle cases where pygtk isn't installed in the prefix we're configuring for. * src/Makefile.am: Link libvte to its library dependencies. ChangeLog | 4 ++++ configure.in | 2 ++ python/Makefile.am | 2 +- src/Makefile.am | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) commit 82b2469479942e963fdae942d14dbff20ea08cf1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 14 16:26:53 2002 +0000 0.3.30 vte.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 87fe587164fd553aa6ca0e85be21f32c3e46a1ad Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jun 13 20:36:42 2002 +0000 Stop watching for hierarchy-changed signals -- the accessible container * src/vteaccess.c: Stop watching for hierarchy-changed signals -- the accessible container which is our parent handles it already (from msw). ChangeLog | 3 +++ src/vteaccess.c | 53 ----------------------------------------------------- 2 files changed, 3 insertions(+), 53 deletions(-) commit 0cf2559612f43caa23a16f71c1ab557247fa509d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Jun 13 19:25:37 2002 +0000 Re-read cursor position immediately on "cursor-moved" events, and emit the * src/vteaccess.c: Re-read cursor position immediately on "cursor-moved" events, and emit the "text-caret-moved" signal then as well. Don't override the signal handlers for signals we emit, bad things can happen (from msw). ChangeLog | 5 ++ src/vteaccess.c | 244 ++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 152 insertions(+), 97 deletions(-) commit c20d8f4f75848fed0da6404b847bdb050e71543d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 12 23:30:44 2002 +0000 Also tell the parent the child died when the child dies due to an uncaught * src/reaper.c: Also tell the parent the child died when the child dies due to an uncaught signal. ChangeLog | 2 ++ src/reaper.c | 7 +++++++ src/vte.h | 5 +++++ 3 files changed, 14 insertions(+) commit eaacb5d11a027c920575381de5abbfd4b245b0ee Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 12 23:00:33 2002 +0000 Re-read the termcap when we change emulation, because the location of the * src/vte.c: Re-read the termcap when we change emulation, because the location of the file may have changed. * python/vte.override (_wrap_vte_terminal_fork_command): Handle default value for the command parameter. ChangeLog | 5 +++++ python/vte.override | 4 ++-- python/vte.py | 43 +++++++++++++++++++++++++++++++++++++++++++ src/vte.c | 13 ++++++++++--- 4 files changed, 60 insertions(+), 5 deletions(-) commit 4ae8a2578e950a75c4f3760d96d7bbd67d83a30c Author: Matt Wilson <msw@src.gnome.org> Date: Wed Jun 12 22:08:41 2002 +0000 2002-06-12 msw implement 2002-06-12 msw * python/vte.override (_wrap_vte_terminal_fork_command): implement ChangeLog | 2 ++ python/vte.override | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) commit 973481e77693aeb7c093425b53a7389781c61908 Author: Matt Wilson <msw@src.gnome.org> Date: Wed Jun 12 21:44:04 2002 +0000 2002-06-12 msw added AM_CHECK_PYTHON_HEADERS from pygtk rewrote python 2002-06-12 msw * acinclude.m4: added AM_CHECK_PYTHON_HEADERS from pygtk * configure.in: rewrote python checks to be more robust * python/Makefile.am (CFLAGS): include @PYTHON_INCLUDES@ ChangeLog | 4 ++++ acinclude.m4 | 24 ++++++++++++++++++++++++ configure.in | 20 ++++++++++++++++---- python/Makefile.am | 4 ++-- 4 files changed, 46 insertions(+), 6 deletions(-) commit 5aa864cd26b40b845e6aa699421bffd360a33690 Author: Matt Wilson <msw@src.gnome.org> Date: Wed Jun 12 21:10:47 2002 +0000 2002-06-12 msw turn the logic around to be the right way 2002-06-12 msw * src/vte.c (vte_terminal_get_accessible): turn the logic around to be the right way ChangeLog | 3 +++ src/vte.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit 4fc0ad8297b2ba8d05dcf295e912f7815d0f8b0a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 12 21:08:42 2002 +0000 Move python stuffs to a different subdirectory. * Makefile.am, src/Makefile.am: Move python stuffs to a different subdirectory. Makefile.am | 2 +- configure.in | 11 +- python/Makefile.am | 16 +++ python/vte.defs | 369 ++++++++++++++++++++++++++++++++++++++++++++++++++++ python/vte.override | 12 ++ python/vtemodule.c | 49 +++++++ src/Makefile.am | 15 +-- src/vte.defs | 42 ------ src/vte.override | 6 - 9 files changed, 458 insertions(+), 64 deletions(-) commit 502568a81e082c70a0931099a4753b17a7653b3a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 12 20:24:40 2002 +0000 Implement vte_terminal_get_encoding and vte_terminal_get_emulation, and * src/vte.c, src/vte.h: Implement vte_terminal_get_encoding and vte_terminal_get_emulation, and emit signals when these change. * src/vteaccess.c: Emit a "text_caret_moved" signal when the cursor moves. ChangeLog | 6 ++- src/vte.c | 118 ++++++++++++++++++++++++++++++++++++++++++-------------- src/vte.h | 4 ++ src/vteaccess.c | 12 +++++- 4 files changed, 107 insertions(+), 33 deletions(-) commit b3c3ca51c7b786a9b4fae50c65aa8096132a7b63 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 12 19:03:26 2002 +0000 Fix declaration errors that broke stuff. * src/vte.defs, src/vte.override: Fix declaration errors that broke stuff. src/vte.defs | 4 ++++ src/vte.override | 1 + 2 files changed, 5 insertions(+) commit 754299b09c5a90cb5874636584a1bc92ff3ff530 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 12 18:55:18 2002 +0000 Add rules for building python modules. * configure.in, src/Makefile.am: Add rules for building python modules. ChangeLog | 2 ++ configure.in | 14 ++++++++++++++ src/Makefile.am | 13 ++++++++++++- src/vte.override | 5 +++++ 4 files changed, 33 insertions(+), 1 deletion(-) commit 28d9d6be94b45a365dd84a8f7792669b5329b70a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 12 18:16:04 2002 +0000 Fix hilite clearing when scrolling delta != 0. Actually add the signals * src/vte.c: Fix hilite clearing when scrolling delta != 0. * src/debug.c, src/debug.h: Actually add the signals debugging flag. README | 3 --- src/debug.c | 3 +++ src/debug.h | 1 + src/vte.c | 2 +- src/vteaccess.c | 5 +++-- 5 files changed, 8 insertions(+), 6 deletions(-) commit f0e9d6bd04827da7afd83445930a3f4fa071c830 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 12 16:23:05 2002 +0000 Cache the result of vte_terminal_get_accessible() and unref it at * src/vte.c: Cache the result of vte_terminal_get_accessible() and unref it at finalize-time. Add debug messages to log signals emitted by the widget. ChangeLog | 4 +++ src/vte.c | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 109 insertions(+), 1 deletion(-) commit c57529767dc89bfec1ceab7a38e91191865f94cf Author: Matt Wilson <msw@src.gnome.org> Date: Wed Jun 12 16:02:30 2002 +0000 2002-06-12 msw accept end_offset of -1, which means "until the end". never 2002-06-12 msw * src/vteaccess.c (vte_terminal_accessible_get_text): accept end_offset of -1, which means "until the end". * src/vteaccess.c (vte_terminal_accessible_new): never set the description to a NULL pointer ChangeLog | 5 +++++ src/vteaccess.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit 450bdefcadd2d5379abb4e27dbb1f68ba9ec2f1f Author: Christian Rose <menthos@menthos.com> Date: Tue Jun 11 09:08:24 2002 +0000 Removed. This is a generated file and should not be stored in cvs. Added. 2002-06-11 Christian Rose <menthos@menthos.com> * vte.pot: Removed. This is a generated file and should not be stored in cvs. * .cvsignore: Added. * sv.po: Added Swedish translation. po/.cvsignore | 11 +++++++++ po/ChangeLog | 7 ++++++ po/{vte.pot => sv.po} | 64 +++++++++++++++++++++++++++++---------------------- 3 files changed, 54 insertions(+), 28 deletions(-) commit 6690915804fd0b597beb63e7b28fa6120299c7d9 (tag: vte_0_3_29) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 10 23:06:29 2002 +0000 Add a changelog for translations. * po/ChangeLog: Add a changelog for translations. po/ChangeLog | 0 po/vte.pot | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) commit 47595c278977b294fcb55665c142096c67e2e05e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 10 22:56:13 2002 +0000 Finish merging otaylor's Xft2 patch (oops). Compute padding correctly. * src/vte.c: Finish merging otaylor's Xft2 patch (oops). Compute padding correctly. ChangeLog | 8 +++++--- src/vte.c | 9 +++++---- vte.spec | 5 ++++- 3 files changed, 14 insertions(+), 8 deletions(-) commit 2173db2433b6405a0b76479f1846094173b231d6 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 10 19:35:31 2002 +0000 Include gettext support. Mark warnings for possible translation. Add. * Makefile.am, configure.in: Include gettext support. * src/pty.c, src/reaper.c, src/trie.c, src/vte.c: Mark warnings for possible translation. * po/POTFILES.in, po/vte.pot: Add. ChangeLog | 3 ++ Makefile.am | 2 +- autogen.sh | 1 + configure.in | 8 +++- po/POTFILES.in | 4 ++ po/vte.pot | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/caps.h | 4 +- src/debug.h | 4 +- src/pty.c | 11 +++++- src/pty.h | 4 +- src/reaper.c | 16 +++++++- src/ring.h | 4 +- src/termcap.h | 4 +- src/trie.c | 9 ++++- src/trie.h | 4 +- src/vte.c | 66 ++++++++++++++++++++------------ src/vte.h | 4 +- src/vteaccess.c | 8 ++++ src/vteaccess.h | 4 +- 19 files changed, 230 insertions(+), 47 deletions(-) commit cb97abc8c28ea66334532da0f713c803d2675bbb (tag: vte_0_3_28) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 10 18:42:05 2002 +0000 0.3.28 Makefile.am | 2 +- vte.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) commit e3d439e51d5a63b113ec0719ea9a1bfdcfab802b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 10 18:38:49 2002 +0000 Center characters in their cells, caching their extents. Finish merging * src/vte.c: Center characters in their cells, caching their extents. Finish merging otaylor's Xft2 patch (oops). * src/vte.c, src/vte.h: Expose vte_terminal_set_encoding(). ChangeLog | 2 ++ src/vte.c | 10 +++++++--- src/vte.h | 3 +++ vte.spec | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) commit 0fa0b817b350b7cc1ab59eccbeacc1346209402c (tag: vte_0_3_27) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 10 14:31:35 2002 +0000 0.3.27 vte.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit e2ca5bd706a6f88520be29d9fe4bba0886e93541 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Jun 9 05:54:39 2002 +0000 Make reaper an EXTRA prog, not a NOINST prog. * src/Makefile.am: Make reaper an EXTRA prog, not a NOINST prog. src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 6fe781c76ed8f8bc69d292a705d5011a837babfb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Jun 9 04:42:57 2002 +0000 Adjust font padding to account for characters with wcwidth() != 1. * src/vte.c: Adjust font padding to account for characters with wcwidth() != 1. src/vte.c | 63 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 33 insertions(+), 30 deletions(-) commit beb4529109c5737ed32b319bcf45abfaec3019ec Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 7 21:55:03 2002 +0000 Center characters in their cells, caching their extents. * src/vte.c: Center characters in their cells, caching their extents. ChangeLog | 2 ++ src/vte.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 58 insertions(+), 12 deletions(-) commit 869a5edc9ea17d09544cd89a8c096f44e4741a55 (tag: vte_0_3_26) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Jun 7 16:58:50 2002 +0000 Check for pangoxft with Xft1 or Xft2, hopefully getting things right for * configure.in: Check for pangoxft with Xft1 or Xft2, hopefully getting things right for either case. Patches by andersca and otaylor. * src/reaper.c, src/reaper.h: Add a singleton object to watch for SIGCHLD when child processes quit. * src/vte.c, src/vte.h: Add get_cursor_position(). Remove get_snapshot() and free_shapshot(). Emit a "child-exited" signal when a child started with fork_command() exits. Fix a logic bug that caused us to scroll to the bottom even if the user just pressed and released a modifier key. Fix saving of the font in set_font() in most cases, where we weren't saving the new font before. Scroll-to-bottom on input method commits, which are also the result of keystrokes, when scroll-on-keystroke is enabled. * src/vte.c: Use FcNameUnparse() instead of XftNameUnparse in Xft2. Patch from otaylor. * src/vte.defs: Add. Not very useful yet. * src/vteaccess.c: Rework to use get_text() and get_cursor_position() instead of get_snapshot(), so that selection and accessibility both agree on what's visible (or "visible"). ChangeLog | 21 ++ README | 7 +- configure.in | 22 ++- src/Makefile.am | 28 ++- src/reaper.c | 232 ++++++++++++++++++++++ src/reaper.h | 64 ++++++ src/termcap.c | 5 + src/vte.c | 601 +++++++++++++++++++++++++------------------------------- src/vte.defs | 38 ++++ src/vte.h | 23 +-- src/vteaccess.c | 453 +++++++++++++++++++++++------------------- src/vteapp.c | 16 +- vte.spec | 8 +- 13 files changed, 945 insertions(+), 573 deletions(-) commit b392abcb72e5f7a2a67d65b2dcb3beb6626c8c9c (tag: vte_0_3_25) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 5 18:50:36 2002 +0000 1.3.25 * vte.spec: 1.3.25 vte.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit fdcf82b18420916520003cd39f4ab00f74e47557 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Jun 5 18:41:22 2002 +0000 Don't attempt to handle the ac capability. Try to compute a more sensible * src/vte.c: Don't attempt to handle the ac capability. Try to compute a more sensible character width when using Xft. src/vte.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) commit 16906be59cf18a2acaa15f1ad3638eeb8904f65d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Jun 4 23:15:51 2002 +0000 Remove the ac and ma capabilities, which aren't strings. src/caps.c | 2 -- 1 file changed, 2 deletions(-) commit e965a0406d36cfc1d3a3fdfc5f84cd2e56202f59 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 3 19:42:00 2002 +0000 include <unistd.h> instead of <getopt.h>, patch from HideToshi Tajima. * src/vteapp.c: include <unistd.h> instead of <getopt.h>, patch from HideToshi Tajima. src/vteapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7c00ac1ce443babebb1102d1793967bce9a7b5de (tag: vte_0_3_24) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Jun 3 16:08:24 2002 +0000 Tweak handling of invalid multibyte characters, preventing some hangs. * src/vte.c: Tweak handling of invalid multibyte characters, preventing some hangs. src/vte.c | 6 ++---- vte.spec | 5 ++++- 2 files changed, 6 insertions(+), 5 deletions(-) commit a66cbc23aaf3ef58dd156fd04286a6d965d70e9a (tag: vte_0_3_23) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 31 23:41:02 2002 +0000 Finish switching iconv to g_iconv. I think this was a part of Hidetoshi * src/trie.c, src,vte.c: Finish switching iconv to g_iconv. I think this was a part of Hidetoshi Tajima's patch that I lost. Free regexes when we're done with them. * src/vte.c: Implement font setting using PangoX to convert Pango font descriptions to core font xlfds for use when drawing with Xlib. ChangeLog | 10 ++++- src/trie.c | 17 ++++---- src/vte.c | 145 +++++++++++++++++++++++++++++++++++-------------------------- vte.spec | 6 ++- 4 files changed, 106 insertions(+), 72 deletions(-) commit c3285ec2305e3c524bb06fa1a31267c20aafa16b (tag: vte_0_3_22) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 29 00:27:24 2002 +0000 Always free the segment when freeing arrays and strings. * src/vte.c, src/vteaccess.c: Always free the segment when freeing arrays and strings. ChangeLog | 2 ++ src/vte.c | 11 ++++++----- src/vteaccess.c | 8 ++++---- vte.spec | 5 ++++- 4 files changed, 16 insertions(+), 10 deletions(-) commit c8cd575e5ccd8a246562cc1d14d94aaf3fdeb4f0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 28 23:11:38 2002 +0000 Fix make distcheck. * Makefile.am, autogen.sh, configure.in: Fix make distcheck. autogen.sh | 2 +- configure.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) commit df2bf4b5e43d5e5dd6b46ea7a7cc8589338c95c2 (tag: vte_0_3_21) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 28 22:52:34 2002 +0000 Fix cb() and ce() when the cursor is on a line without data (needed to * src/vte.c: Fix cb() and ce() when the cursor is on a line without data (needed to create it) and when cells being cleared don't exist (needed to create them). ChangeLog | 4 ++- src/vte.c | 115 +++++++++++++++++++++++++++++++++++++------------------------- vte.spec | 5 ++- 3 files changed, 76 insertions(+), 48 deletions(-) commit 194a0bf169eac4290a1a05f18fb3f1229720138d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 28 18:13:03 2002 +0000 Fix matching when scrolling delta isn't zero, really this time. Fix async * src/vte.c: Fix matching when scrolling delta isn't zero, really this time. Fix async background updating (report from Richard Neal Plana). ChangeLog | 3 ++- src/vte.c | 77 ++++++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 48 insertions(+), 32 deletions(-) commit 4d4f1bdf75ab2d85cb41760e3ebaae4532227860 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 28 15:30:49 2002 +0000 Fix matching when scrolling delta isn't zero. * src/vte.c: Fix matching when scrolling delta isn't zero. ChangeLog | 3 +++ src/vte.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit f688e2b43a0f994da117a486692772944d5e0d88 (tag: vte_0_3_20) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 24 18:46:28 2002 +0000 Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines. * autogen.sh: Call libtoolize. (#82836) * src/vte.c: Fix stupid segfault in set_scrollback_lines. (Patch from notting.) Make another attempt to convert Pango font descriptions to xlfds. * src/vte.c, src/vte.h: Expose set_emulation(). * src/vteapp.c: Add -c, -f, -t command-line flags for easier testing. ChangeLog | 7 +++ README | 1 + src/vte.c | 177 +++++++++++++++++++++++++++++++++++------------------------ src/vte.h | 3 + src/vteapp.c | 27 ++++++++- vte.spec | 5 +- 6 files changed, 145 insertions(+), 75 deletions(-) commit 817d66802765605c413beb01185629bbd085f17c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 24 14:41:10 2002 +0000 Invoke libtoolize. autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit faae3bfc6462009405b5e97a8e21e7803386cc9f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 22 04:19:22 2002 +0000 Fix hiliting of matched strings to better match the returned matched * src/vte.c: Fix hiliting of matched strings to better match the returned matched string in match_check(). ChangeLog | 4 ++++ README | 2 -- src/vte.c | 71 +++++++++++++++++++++++++++++++++++++++++---------------------- 3 files changed, 50 insertions(+), 27 deletions(-) commit 17b539566a092f110f6aecc8e68c135247dbc581 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 21 21:50:23 2002 +0000 Filter key release events through input methods. (Patch from otaylor.) * src/vte.c: Filter key release events through input methods. (Patch from otaylor.) When building with gcc, use -std=c99. ChangeLog | 3 +++ configure.in | 1 + src/vte.c | 11 +++++++++++ 3 files changed, 15 insertions(+) commit 1858046b2a9e3bf4ac6951171c55c85d09197a1d (tag: vte_0_3_19) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 21 16:54:40 2002 +0000 0.3.19 vte.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 13a2a609868858fb30ee68ba9baddcb31ad91480 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 21 15:36:52 2002 +0000 Patch from Hidetoshi Tajima to fix building on Solaris systems, remove use * autogen.sh, src/termcap.c, src/utf8echo.c, src/vte.c: Patch from Hidetoshi Tajima to fix building on Solaris systems, remove use of syntax that might be specific to gcc, and fix an overrun in vte_termcap_generate(). (#82433) ChangeLog | 9 ++++++ README | 8 +++++ autogen.sh | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++------- configure.in | 2 +- src/Makefile.am | 1 + src/termcap.c | 6 ++-- src/utf8echo.c | 12 +++---- src/vte.c | 45 +++++++++++++++----------- 8 files changed, 142 insertions(+), 40 deletions(-) commit 0b343b1d7b1aae735b86ef5eb0760c91d5b867ed Author: Anders Carlsson <andersca@src.gnome.org> Date: Mon May 20 14:06:30 2002 +0000 2002-05-18 andersca Don't queue a background update if the background 2002-05-18 andersca * src/vte.c: Don't queue a background update if the background isn't transparent. ChangeLog | 3 +++ src/vte.c | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) commit a19cc1f83fb4ad89b68bcf46b6a738a9176148fe (tag: vte_0_3_18) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 17 02:25:25 2002 +0000 Try multiple versions of autoconf, too. * autogen.sh: Try multiple versions of autoconf, too. autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e4758d1b38f2a348a8c9928a2cd730a087e9e652 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 17 02:17:41 2002 +0000 Try multiple versions of automake, just in case. Fix displaying of * autogen.sh: Try multiple versions of automake, just in case. * src/vte.c: Fix displaying of underlined text. Finish implementing matching. * src/vteapp.c: Set "abcdefg" as a match string. ChangeLog | 3 +- autogen.sh | 4 +- src/vte.c | 263 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---- src/vteapp.c | 3 + vte.spec | 5 +- 5 files changed, 259 insertions(+), 19 deletions(-) commit 775bdd468bd6d7d2dbf26e7e10c34667a1100e54 (tag: vte_0_3_17) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 16 23:04:32 2002 +0000 rework a couple of rules to make automake happy again. * src/Makefile.am: rework a couple of rules to make automake happy again. src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit 909c505d3a03de567c77da604d353b71f72df6a1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 16 23:01:29 2002 +0000 Snip trailing whitespace off of copied lines, insert an end-of-line only * src/vte.c: Snip trailing whitespace off of copied lines, insert an end-of-line only when the copied line doesn't go to the right edge, don't overrun right edge, even in insert mode. ChangeLog | 4 ++++ src/vte.c | 40 ++++++++++++++++++++++++++++------------ vte.spec | 5 ++++- 3 files changed, 36 insertions(+), 13 deletions(-) commit b72c6a398dab93bee5151859e7912ae575caa093 (tag: vte_0_3_16) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 15 23:30:01 2002 +0000 Send kI on insert key. Don't send drag events when the child has only * src/vte.c: Send kI on insert key. Don't send drag events when the child has only asked for click events. Fix crashbugs in selection. When getting scroll events, send mouse 4/5 events to the child instead of performing a history scroll if the child wants mouse events. Start adding match support, merging how selection views the buffer with how matching views the buffer, though matching doesn't work yet. ChangeLog | 7 + src/vte.c | 513 +++++++++++++++++++++++++++++++++++++++++++++----------------- src/vte.h | 75 +++++++-- vte.spec | 10 +- 4 files changed, 457 insertions(+), 148 deletions(-) commit 9820fa1c0b0e3dfaed6a460f9c88610aad4e1b3e (tag: vte_0_3_15) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 14 22:02:40 2002 +0000 Don't send motion-tracking events to the child unless we're dragging. Fix * src/vte.c: Don't send motion-tracking events to the child unless we're dragging. Fix ce so that it works even right after startup. Make sure that repainting the entire window actually exposes the visible parts of the window. Fix tab clearing to also allow removal of the current tabstop. Implement save-mode and restore-mode. Start on reverse-video mode. Don't scroll on modifier keypress events. Rework part of clipboard copy. * termcaps/xterm: Add missing F11/F12/End keysyms to bundled xterm termcap. ChangeLog | 10 +- src/caps.c | 4 +- src/trie.c | 96 ++++++++- src/trie.h | 3 + src/vte.c | 647 ++++++++++++++++++++++++++++++++++++--------------------- termcaps/xterm | 7 +- vte.spec | 5 +- 7 files changed, 533 insertions(+), 239 deletions(-) commit b961d28996f665464d679c54373d1256169ac331 (tag: vte_0_3_14) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 14 14:38:35 2002 +0000 Don't try to draw nul characters. * src/vte.c: Don't try to draw nul characters. ChangeLog | 2 ++ src/vte.c | 2 +- vte.spec | 7 +++++-- 3 files changed, 8 insertions(+), 3 deletions(-) commit eb142a6689c140d8f598453bceae4f0ac390272a (tag: vte_0_3_13) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue May 14 00:42:35 2002 +0000 Add "ALL" as a debug flag, aliased to everything. Print debug info after * src/debug.c: Add "ALL" as a debug flag, aliased to everything. * src/pty.c: Print debug info after redirecting stdio. * src/trie.c: When debugging, count only decision nodes. * src/vte.c: Fix se, for real this time. Add a mostly-ignored protected attribute. Handle am, bw, ul flags properly. Make cd clear the current line, too. Make ce fill the current default attributes through the end of the line. Handle cS. Fix cv to work when we have a scrollback buffer. Handle ll, mp. Line wrap on nd. Reset tab stops on hard reset only. Handle soft-reset and full-reset. Handle uc. Initialize scrollback line count properly. Tweak drawing of alternate 'a' to get rid of artifacts. Reset insert mode, cursor visibility, and scrolling regions when resetting. ChangeLog | 13 ++ README | 6 +- autogen.sh | 2 +- src/debug.c | 3 + src/pty.c | 27 ++-- src/trie.c | 2 +- src/vte.c | 470 +++++++++++++++++++++++++++++++++++++++++++++--------------- src/vte.h | 3 +- vte.spec | 5 +- 9 files changed, 393 insertions(+), 138 deletions(-) commit c4f86f25e8c851fdb7fd433e7114bb8cf21de8f5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 10 23:45:21 2002 +0000 Make delete mode a no-op, fix ic/IC (#81417). * src/vte.c: Make delete mode a no-op, fix ic/IC (#81417). ChangeLog | 3 +++ src/vte.c | 21 ++++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) commit bed9c035d7c4e226d9087f87b4c01d660fd7e4dc (tag: vte_0_3_12) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 10 00:29:42 2002 +0000 Implement bt, ct, st. Reimplement ta. * src/vte.c: Implement bt, ct, st. Reimplement ta. ChangeLog | 1 + README | 4 +- src/vte.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 144 insertions(+), 11 deletions(-) commit 265b32f280c4417ea6c0a1af70bd7859b80f6efb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 9 23:54:35 2002 +0000 Fixes to usage of iconv, from otaylor. Remap characters which are missing * src/vte.c: Fixes to usage of iconv, from otaylor. Remap characters which are missing in the current font to others in the current font, if possible, from otaylor. Change default emulation to "xterm", cleaning up confusion over what standout really means. Reorganize some internals. Complain when an application sends us a key-press sequence, as if we knew what to do with one of those. * src/vte.c, src/vte.h: Implement vte_terminal_reset(). * src/debug.c, src/debug.h: Added to centralize some debugging settings. * everywhere: Punt the question of whether or not to print debug spew to run-time, suggested by otaylor. * termcaps/xterm: Added. ChangeLog | 8 + README | 4 +- src/Makefile.am | 12 + src/debug.c | 59 ++ src/debug.h | 35 ++ src/pty.c | 5 +- src/ring.c | 36 +- src/trie.c | 26 +- src/vte.c | 1633 +++++++++++++++++++++++++++++++++----------------- src/vte.h | 1 + src/vteaccess.c | 45 +- src/vteapp.c | 6 +- termcaps/Makefile.am | 4 +- termcaps/xterm | 28 + vte.spec | 6 +- 15 files changed, 1305 insertions(+), 603 deletions(-) commit 0f6befd404efad9584311f0bea326034170b83c8 (tag: vte_0_3_11) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 8 22:20:57 2002 +0000 Warning fixes and cleanups. * src/vte.c: Warning fixes and cleanups. src/vte.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit fce004c8c6ed9b6e6dd6f2803bf4d86edb397562 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 8 22:12:10 2002 +0000 Implement mouse button events and motion-event and any-event tracking. * src/vte.c: Implement mouse button events and motion-event and any-event tracking. Implement the rest of the special graphics characters. Rename signals to be more consistent. Add thin wrappers for emitting signals, and use them everywhere. Support pangox even when XFT isn't available. Try to provide bold text again. Add signals for most of the window manipulation control sequences. Hide the mouse cursor when we get keyboard events. Use a different mouse cursor if the child is mouse-aware. Handle eA() by treating it as as(). * src/caps.c, src/caps.h: Export definitions of VTE_CAP_CSI and friends. * src/ring.c: Remove a check in vte_ring_at() which is already made before the function is called. ChangeLog | 6 +- README | 16 +- src/ring.c | 15 +- src/vte.c | 756 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------- vte.spec | 5 +- 5 files changed, 668 insertions(+), 130 deletions(-) commit 08b8caa553cf20f9fd7e40b1a1bd8c85294f438b (tag: vte_0_3_10) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 6 23:14:27 2002 +0000 Hide the mouse cursor when we get keyboard events. Use a different mouse * src/vte.c: Hide the mouse cursor when we get keyboard events. Use a different mouse cursor if the child is mouse-aware. Handle eA() by treating it as as(). * src/vte.c, src/vte.h: Allow enabling/disabling of mouse autohide. ChangeLog | 3 + README | 2 +- src/vte.c | 240 ++++++++++++++++++++++++++++++++++++++++++++--------------- src/vte.h | 3 + src/vteapp.c | 1 + vte.spec | 5 +- 6 files changed, 194 insertions(+), 60 deletions(-) commit 14b0aa82214da4bfc5243be3ab8c097924d69528 (tag: vte_0_3_9) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 6 21:53:07 2002 +0000 Start handling mouse button down / button up events. * src/vte.c: Start handling mouse button down / button up events. ChangeLog | 2 +- src/vte.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- vte.spec | 5 ++- 3 files changed, 105 insertions(+), 7 deletions(-) commit 9d8fe49fb582d45b30c417e4139581053122d6bf (tag: vte_0_3_8) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 6 20:55:15 2002 +0000 Fix an inadvertent mixing of preprocessor logic with code. * src/vte.c: Fix an inadvertent mixing of preprocessor logic with code. src/vte.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 45ce677ee3aaf79d5859b5922ea95cfca25f17f8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon May 6 20:51:06 2002 +0000 Finish implementing window-manipulation sequences. Rename signals to be * src/vte.c: Finish implementing window-manipulation sequences. Rename signals to be more consistent. Add thin wrappers for emitting signals, and use them everywhere. Support pangox even when XFT isn't available. Try to provide bold text again. Add signals for most of the window manipulation control sequences. Implement device-status-report and dec-device-status-report. Clamp location values in sequence_handler_cm to the dimensions of the terminal window so that resize(1) will work right. * src/caps.c, src/caps.h: Export definitions of VTE_CAP_CSI and friends. ChangeLog | 12 ++ src/caps.c | 31 +-- src/caps.h | 7 + src/vte.c | 704 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- src/vte.h | 14 +- vte.spec | 5 +- 6 files changed, 694 insertions(+), 79 deletions(-) commit 4b3f54222ae0eaafc64e1a9326042c5a012a1c2f (tag: vte_0_3_7) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri May 3 21:21:25 2002 +0000 Export a vte_termcap_strip() function for preprocessing escape sequences * src/termcap.c: Export a vte_termcap_strip() function for preprocessing escape sequences and whatnot from capability values. * src/typescrypt: Removed. * src/vte.c: Pass the hard-coded xterm-specific capabilities through vte_termcap_strip(), which fixes a few weird bugs. Discard invalid might-be-control-sequence sequences, like other emulators do. Don't consider modifier keys, by themselves, to be enough to scroll-on-key. When snapshotting, actually snapshot all of a row instead of just the last character. Don't run past the end of snapshot contents when reading them. * src/vteaccess.c: Clamp offsets so that they always sort right. ChangeLog | 12 +++++++ src/termcap.c | 14 +++++++-- src/termcap.h | 3 ++ src/trie.c | 15 ++++++--- src/typescript | 76 -------------------------------------------- src/vte.c | 62 ++++++++++++++++++++++++++---------- src/vteaccess.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++------- vte.spec | 6 +++- 8 files changed, 174 insertions(+), 112 deletions(-) commit cf348c8da67cc21b8f0f1bc04cb112becfaf91c2 (tag: vte_0_3_6) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 2 23:31:55 2002 +0000 0.3.6 vte.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 823bf5b6426b9805b7e183abfd92630e0f556d7f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 2 23:31:19 2002 +0000 Hook up ts/te, ks/ke sequence handlers. Fix initialization crash bugs. * src/vte.c: Hook up ts/te, ks/ke sequence handlers. * src/vteaccess.c: Fix initialization crash bugs. ChangeLog | 4 ++- src/vte.c | 52 +++++++++++++++++++++++++++--- src/vteaccess.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 136 insertions(+), 18 deletions(-) commit ab1b7b660db6f9ea5b1d142e97749e232e708be5 (tag: vte_0_3_5) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 2 20:48:18 2002 +0000 fix parsing of octal codes which start with "1" instead of "0" munge as * src/termcap.c: fix parsing of octal codes which start with "1" instead of "0" * src/vte.c: munge as many invalid multibyte characters as necessary to get past decoding errors. ChangeLog | 6 +++++- src/termcap.c | 1 + src/trie.c | 6 ++++++ src/vte.c | 9 +++++---- vte.spec | 5 ++++- 5 files changed, 21 insertions(+), 6 deletions(-) commit 7df826f2358df847542716ad585d9982ff141cef (tag: vte_0_3_4) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 2 19:55:29 2002 +0000 Fix a crashbug due to mismatch between parent field in the object's * src/vteaccess.h: Fix a crashbug due to mismatch between parent field in the object's structure and its inherited object's type. More to go. * src/trie.c: Fix a logic bug which caused intermittent escape sequence recognition errors in the trie partial-match code. * src/vte.c: Don't use $SHELL, which might have been set by a libtool wrapper, as a default shell when we get NULL as a command. Use 80x24 as the default window size -- I'm pretty sure the termcap parsing is correct now, so no need to use 60x18 to detect when it's broken. ChangeLog | 22 +++++++++++++++------- src/trie.c | 29 ++++++++++++++--------------- src/vte.c | 50 ++++++++++++++++++++++++++------------------------ src/vteaccess.c | 10 +++++----- src/vteaccess.h | 4 ++-- vte.spec | 6 +++++- 6 files changed, 67 insertions(+), 54 deletions(-) commit 386e1b45a5e205f28a29f1c3da82c7fcd6342c91 (tag: vte_0_3_3) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu May 2 08:33:23 2002 +0000 Rework trie matching to return the address of the character which ended * src/trie.c: Rework trie matching to return the address of the character which ended the match attempt, which should cut down on useless initial-substring checks. Remove several gdk_window_scroll() calls which apparently aren't buffered. Convert invalid multibyte characters to '?' instead of just dropping them. Provide a means of setting the backspace/delete bindings. Add a poor xlfd_from_pango mapping function which would need serious work to be useful. Get rid of warnings when we're transparent and the root widnow pixmap isn't as big as the root window because it's tiled. ChangeLog | 10 ++ src/interpret.c | 2 +- src/ring.c | 2 + src/trie.c | 127 +++++++++++---- src/trie.h | 3 +- src/vte.c | 490 ++++++++++++++++++++++++++++++++++++++++++-------------- src/vte.h | 13 +- src/vteaccess.c | 5 +- src/vteapp.c | 2 +- vte.spec | 2 +- 10 files changed, 496 insertions(+), 160 deletions(-) commit 92d904d5dd39221b2ab942c2cc59056a50b357cc (tag: vte_0_3_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed May 1 15:40:13 2002 +0000 Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes the * src/vte.c: Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes the app on systems with no /etc/termcap, and also speeds up loads and reduces memory consumption for xterm-color at the expense of making on-the-fly emulation changes impossible. Don't xor reverse with itself when drawing characters (this broke when snapshotting was added). * termcaps/Makefile.am, termcaps/xterm-color: include a default termcap for xterm-color. * src/termcap.c src/termcap.h: make _find_boolean return a gboolean instead of an int. ChangeLog | 11 +++++++++++ Makefile.am | 2 +- configure.in | 10 +++++++++- src/termcap.c | 15 ++++++++++++--- src/termcap.h | 4 ++-- src/vte.c | 18 +++++++++++++++--- termcaps/Makefile.am | 3 +++ termcaps/xterm-color | 27 +++++++++++++++++++++++++++ vte.spec | 6 +++++- 9 files changed, 85 insertions(+), 11 deletions(-) commit 4461f119849629f1ecca1003e78113d8cc3aa8fc (tag: vte_0_3_1) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 30 23:15:58 2002 +0000 Disconnect from toplevel configure events at finalize-time. * src/vte.c: Disconnect from toplevel configure events at finalize-time. ChangeLog | 4 ++++ src/vte.c | 11 ++++++++++- vte.spec | 5 ++++- 3 files changed, 18 insertions(+), 2 deletions(-) commit cdf1940aa5107ae317b8f3696e6bb0808f8c422f (tag: vte_0_3) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 30 22:06:35 2002 +0000 Track and free idle task tags properly. Change F11 and F12 capabilities * src/vte.c: Track and free idle task tags properly. Change F11 and F12 capabilities from 'k;' and 'F1' to 'F1' and 'F2'. Send a NUL on control space. (#80350) Allow setting and checking of word characters, and change select-by-word behavior to use the word character list. Emit "contents_changed" signals whenever the visible contents change, and "cursor_moved" when the cursor moves. Add snapshotting method. Scroll when auto-margin handling moves the cursor to the next line. Assume that the locale charset is actually ISO-8859-1 when we're in a UTF-8 locale, so we don't toggle from UTF-8 to UTF-8. Treat GDK_KP_Page_Up as a GDK_Page_Up, ditto for GDK_KP_Page_Down and GDK_KP_Tab and GDK_KP_Space. Add vte_terminal_get_font(). Don't bother messing with ring buffers if we're resizing them to their current sizes. * src/pty.c, src/vte.c: Return a pid from vte_terminal_fork_command(). * src/vteaccess.c, src/vteaccess.h: Add VteTerminalAccessible object type. It might even work, mostly. ChangeLog | 18 +- README | 2 +- configure.in | 1 + src/Makefile.am | 6 +- src/pty.c | 1 + src/vte.c | 545 +++++++++++++++++++++++++++++++++++---------- src/vte.h | 47 +++- src/vteaccess.c | 675 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vteaccess.h | 63 ++++++ vte.spec | 9 +- 10 files changed, 1241 insertions(+), 126 deletions(-) commit 2c418085fcfbb5fbefcdc840b5b5ba516d4af849 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 29 18:55:55 2002 +0000 Track and free idle task tags properly. * src/vte.c: Track and free idle task tags properly. ChangeLog | 3 +++ src/vte.c | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 73 insertions(+), 13 deletions(-) commit 93bd9f1619ada35b3f7248adf432adb5b3003808 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 29 18:23:06 2002 +0000 Handle me() by resetting all attributes (including colors, which we * src/vte.c: Handle me() by resetting all attributes (including colors, which we weren't resetting before). ChangeLog | 6 +++++- src/vte.c | 8 +------- 2 files changed, 6 insertions(+), 8 deletions(-) commit d1f7309ea90e51362ae3627788ab6e66f675df31 (tag: vte_0_2_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 29 15:02:15 2002 +0000 Handle kb by treating it as a backspace. Make pangox rendering the * src/vte.c: Handle kb by treating it as a backspace. Make pangox rendering the default. Handle control-key sequences better, unless the input method is hiding the modifiers from us. Set the default TERM variable to "xterm-color". * src/vte.c src/vte.h: Get rid of vte_terminal_set_core_font(). ChangeLog | 7 +++++++ Makefile.am | 10 ++++++--- src/vte.c | 66 ++++++++++++++++++++++++++++++++++-------------------------- src/vte.h | 1 - src/vteapp.c | 2 +- vte.spec | 5 ++++- 6 files changed, 57 insertions(+), 34 deletions(-) commit 3031a899eaa0372f62ac8952f24b1217c846c520 (tag: vte_0_2_1, tag: vte_0_2) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 26 23:15:43 2002 +0000 0.2.1 vte.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fe80bf4b546886f7a7931a8abea3d722b6d54c2b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 26 23:15:17 2002 +0000 Punt all changes to background images and transparency to an idle task. * src/vte.c: Punt all changes to background images and transparency to an idle task. Only insert newlines into the copy buffer when the last column in a given line doesn't have a character in it. ChangeLog | 4 ++++ src/vte.c | 62 ++++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 38 insertions(+), 28 deletions(-) commit 1be8627c33c2a83f2aadd432c9565598c00c25fb Author: Bill Nottingham <notting@src.gnome.org> Date: Fri Apr 26 21:35:45 2002 +0000 use execlp/execvp ChangeLog | 3 +++ src/pty.c | 10 +++------- 2 files changed, 6 insertions(+), 7 deletions(-) commit d05e9f47035f0472ee8e4aabf1d9cb255c86e94e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 26 19:08:10 2002 +0000 *** empty log message *** ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 03af8398a4c4f77d730d3fae304e87e5da04ad99 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 26 19:07:54 2002 +0000 set a default scrollback line limit of 100. preserve the visible part of * src/vteapp.c: set a default scrollback line limit of 100. * src/vte.c: preserve the visible part of the screen across scrollback size changes. src/Makefile.am | 2 +- src/vte.c | 99 +++++++++++++++++++++++++-------------------------------- src/vteapp.c | 1 + 3 files changed, 45 insertions(+), 57 deletions(-) commit b1fd47d1a02451e17eca5408be6dee65f34d6055 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 26 16:22:13 2002 +0000 include config.h. fix adjustment calculations, which i didn't get quite * src/ring.c: include config.h. * src/vte.c: fix adjustment calculations, which i didn't get quite right. ChangeLog | 2 +- src/ring.c | 2 +- src/vte.c | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) commit 488314375b9bfa1133f1e87aef5e77c0abeff01c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 26 16:09:29 2002 +0000 add a ring buffer for storing scrollback data. use a ring buffer instead * src/Makefile.am, src/ring.c, ring.h: add a ring buffer for storing scrollback data. * src/vte.c: use a ring buffer instead of a GArray to hold scrollback rows. ChangeLog | 5 + src/Makefile.am | 10 +- src/ring.c | 292 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/ring.h | 41 ++++++++ src/vte.c | 183 ++++++++++++++++++++--------------- 5 files changed, 451 insertions(+), 80 deletions(-) commit 738726cf0382a15b9ae171d1c8c52d25ae2390fb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 26 04:49:30 2002 +0000 Run autogen before tagging so that the tag is always correct. Update docs. Add pangox to the list of GTK+ 2.0 modules we link with. Add vte_terminal_set_scrollback_lines(), add some code to use pangox for rendering before trying core rendering, which should make font selection actually work. ChangeLog | 10 ++ Makefile.am | 12 +-- README | 9 +- configure.in | 2 +- src/vte.c | 296 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----- src/vte.h | 2 + src/vteapp.c | 4 + vte.spec | 6 +- 8 files changed, 303 insertions(+), 38 deletions(-) commit 32db0e81389b0f4df635c08c37139ade996f5d66 (tag: vte_0_1) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 18:15:01 2002 +0000 Add the changelog. ChangeLog | 518 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ vte.spec | 6 +- 2 files changed, 523 insertions(+), 1 deletion(-) commit ee090d8d4753c9333ffb7571d1710fdca3033e41 Author: Anders Carlsson <andersca@src.gnome.org> Date: Thu Apr 25 17:22:25 2002 +0000 Add scroll wheel support. src/vte.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) commit 8d09ff93ed3b537e9d027fee64b26cf3a99c6538 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 16:23:46 2002 +0000 Uncomment the tag target. Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ff95c57897cfdac2193b1434231593ae8d862ac0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 16:22:36 2002 +0000 Add some targets for building tarballs in a hopefully-reproducible way. HACKING | 5 ++--- Makefile.am | 21 +++++++++++++++++++++ configure.in | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) commit cc4f7a860c0f4ee8deeabee24a14a81125d8556a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 16:12:01 2002 +0000 Let GDK_USE_XFT turn on Xft as well as VTE_USE_XFT. * src/vte.c: Let GDK_USE_XFT turn on Xft as well as VTE_USE_XFT. src/vte.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 4f60fdbf12f68d9f7857b915fbbc518b9b661965 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 05:45:30 2002 +0000 Handle decoding errors better. * src/vte.c: Handle decoding errors better. configure.in | 2 +- src/vte.c | 78 +++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 47 insertions(+), 33 deletions(-) commit 42c386e0c053bb8a46b9c156981b7619f56a98ec Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 04:49:26 2002 +0000 Include pkgconfig files in the package. * vte.spec: Include pkgconfig files in the package. vte.spec | 1 + 1 file changed, 1 insertion(+) commit c994ded78505c50389800a97a3dbe3009b4ff4c9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 04:43:36 2002 +0000 src/vte.c: Make multiple calls to set_background_transparent() and set_background_image() do the right thing. src/vte.c | 193 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 132 insertions(+), 61 deletions(-) commit f0efffbacfc8b5f8609656fbeff41d108b680f7e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 04:05:53 2002 +0000 Reverse the sanity check in vte_terminal_set_background_image_file() so * src/vte.c: Reverse the sanity check in vte_terminal_set_background_image_file() so that it rejects zero-length strings, not the other way around. src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f4e3bb67144b3c2c7a5987a6a091a3140ef55c85 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 03:54:03 2002 +0000 Demote some debug messages to being trie-specific debug messages. Declare * src/trie.c: Demote some debug messages to being trie-specific debug messages. * src/vte.h: Declare vte_terminal_set_core_font() for non-Xft use. * src/vte.c: Adjust idle priorities to make the terminal be more responsive; fix a double-free that corrupted the heap on core font loads; rework some pixbuf handling; revert a patch for profterm crackiness that's gone now. src/trie.c | 2 +- src/vte.c | 68 +++++++++++++++++++++++++++++++++----------------------------- src/vte.h | 5 +++-- 3 files changed, 40 insertions(+), 35 deletions(-) commit b8f6f28089d5e98516b041de3aeebf34982bcb1a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Apr 25 00:49:15 2002 +0000 update to-do list. remove --disable-shared. remove a memory leak. fix a * README: update to-do list. * autogen.sh: remove --disable-shared. * src/pty.c: remove a memory leak. * src/termcap.c: fix a possible read-before-start-of-buffer. * src/trie.c: use iconv instead of mbrstowcs, even if it's just ASCII->W_CHAR_T. * src/vte.c: fix a few memory leaks; only reset the IM context when we're realized, which is the only time we actually have an IM context; don't create a copy of a pixbuf if we don't need to desaturate it, just ref it and use it directly. README | 2 +- autogen.sh | 2 +- src/pty.c | 1 + src/termcap.c | 2 +- src/trie.c | 85 +++++++++++++++++++++++---------- src/vte.c | 151 ++++++++++++++++++++++++++++++++++++++++++---------------- 6 files changed, 173 insertions(+), 70 deletions(-) commit 75356484dfead6c210c1fe83e912a85169bd71af Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 23 23:40:10 2002 +0000 src/vte.c: Display UTF-8 preedit strings properly, fix copy (no, really this time), and reset IM contexts when pasting text in. src/vte.c | 146 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 94 insertions(+), 52 deletions(-) commit 1110318894ccf6a8f63b98a45741bd604f7840f5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 23 22:01:13 2002 +0000 src/pty.c: Print debug messages before redirecting stdio. src/vte.c: Fix displaying of highlighted multi-column text. Use the GTK global setting for cursor blinking to control das blinkencursor. src/vte.h: Remove function for setting blinking timeout. src/pty.c | 25 ++++--- src/vte.c | 230 ++++++++++++++++++++++++++++++++++++++++++-------------------- src/vte.h | 1 - 3 files changed, 171 insertions(+), 85 deletions(-) commit ef618352a20855f8657b66676aac2029f839b898 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 23 19:54:51 2002 +0000 src/pty.c: Fix a compile warning. src/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6484fcbc85aa95f11cee920e4434b062ff3b7c21 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 23 19:54:08 2002 +0000 autogen.sh: Default to include optimization, even for debugging. configure.in: Move AM_CONFIG_HEADER to the top. src/pty.c: Create non-login shells by default (when argv is NULL). src/vte.c: Add mostly-complete input method support. src/vte.h: Add vte_terminal_im_append_menuitems(). autogen.sh | 2 +- configure.in | 3 +- src/pty.c | 6 +- src/vte.c | 760 ++++++++++++++++++++++++++++++++++++++++++----------------- src/vte.h | 5 +- 5 files changed, 555 insertions(+), 221 deletions(-) commit bf831313bd700377003fef57a698fced01ef1241 Author: Havoc Pennington <hp@src.gnome.org> Date: Tue Apr 23 17:04:33 2002 +0000 add vte_terminal_set_font src/vte.c | 251 +++++++++++++++++++++++++++++++++++++++++++++++++++----------- src/vte.h | 3 + 2 files changed, 212 insertions(+), 42 deletions(-) commit 58c4e09569873a8ffc82f85c29581643487fad82 Author: Havoc Pennington <hp@src.gnome.org> Date: Mon Apr 22 21:00:44 2002 +0000 when setting background color, use allocated color, and don't overwrite with bg of None src/vte.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 6cc8c68d2e521dc1378145257f56a12a3ce30e86 Author: Havoc Pennington <hp@src.gnome.org> Date: Mon Apr 22 20:50:01 2002 +0000 use gdk_rgb_find_color to allocate X colors src/vte.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) commit 88ee13eaba3955ff8aa25bf2e4b5a8d52c80c2bb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 22 20:35:47 2002 +0000 Add vte_terminal_feed_child() to send UTF-8 strings to the child process, and actually apply Havoc's fix right this time. src/vte.c | 17 ++++++++++++++--- src/vte.h | 3 +++ src/vteapp.c | 1 + 3 files changed, 18 insertions(+), 3 deletions(-) commit 8421ed85f076ed9e1b72adce56c75e22d1a04ba9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Apr 22 13:56:00 2002 +0000 src/vte.c: Prevent double-free of incoming buffer (patch from Havoc). src/vte.c | 2 ++ 1 file changed, 2 insertions(+) commit 6acf490a78630612a06a51c2cf828a4a08935296 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Apr 16 05:43:26 2002 +0000 Fix typo. Make blinking cursors stay on while the user is typing, * README: Fix typo. * src/vte.c: Make blinking cursors stay on while the user is typing, desaturate images using integer math. README | 2 +- src/vte.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 67 insertions(+), 16 deletions(-) commit dbcb45e80b601817dfdf31f26687c8570a811594 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Apr 5 05:58:37 2002 +0000 Add less useless descriptions. Fix an uninitialized variable and missing * vte.spec: Add less useless descriptions. * src/vte.c: Fix an uninitialized variable and missing declaration error. src/vte.c | 3 ++- vte.spec | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) commit aa147f19aada24e6b0f49e9ab86116f24af7e7bc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 25 02:52:02 2002 +0000 Ensure that there's a data row whenever we scroll forward, fixing * src/vte.c: Ensure that there's a data row whenever we scroll forward, fixing strangeness when I suspend and resume vim. src/vte.c | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) commit 2cae3586debcdc823932236cd8119b4441178304 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 25 00:08:36 2002 +0000 copy to clipboard synchronously, which fixes a number of problems * src/vte.c: copy to clipboard synchronously, which fixes a number of problems implement background transparency * src/vteapp.c: no changes(?) src/vte.c | 405 +++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 322 insertions(+), 83 deletions(-) commit 754c595a6cace97331f4ae5e94e4d5b3c3113f29 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 18 01:59:22 2002 +0000 Rework backgrounds to take advantage of gdk's automatic drawing. Try to * vte.c: Rework backgrounds to take advantage of gdk's automatic drawing. * vteapp.c: Try to enable transparency if no background image is present. src/vte.c | 182 +++++++++++++++++++++++++++++------------------------------ src/vte.h | 3 +- src/vteapp.c | 12 +++- 3 files changed, 100 insertions(+), 97 deletions(-) commit c395df9bf8463fd367af146c3ab317b1c3ca9b96 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 18 01:58:34 2002 +0000 Adjust warnings used when in maintainer mode. * autogen.sh configure.in: Adjust warnings used when in maintainer mode. autogen.sh | 4 +--- configure.in | 9 +++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) commit ddf32b9455806ea339040d4aae4d556eae05236f Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Mar 17 06:15:45 2002 +0000 Draw the cursor as an unfilled box when the widget does not have focus. * src/vte.c: Draw the cursor as an unfilled box when the widget does not have focus. src/vte.c | 46 +++++++++++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 15 deletions(-) commit 8b429a79a9eefcacc0f3edd07fe44d94e5242851 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Mar 17 06:04:02 2002 +0000 Fix handling of scroll-on-output to always scroll when we're at the bottom * src/vte.c: Fix handling of scroll-on-output to always scroll when we're at the bottom of the buffer. * src/vteapp.c: Disable scroll-on-output by default. src/vte.c | 11 +++++++---- src/vteapp.c | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) commit 0d351fd6824f1b081a6dc559573ced5e0d20c5f2 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Mar 17 05:46:00 2002 +0000 Rework tiling of background images, and implement a blinking cursor. Set * src/vte.c src/vte.h: Rework tiling of background images, and implement a blinking cursor. * src/vteapp.c: Set blinking cursor by default. src/vte.c | 214 +++++++++++++++++++++++++++++------------------------------ src/vte.h | 4 +- src/vteapp.c | 1 + 3 files changed, 109 insertions(+), 110 deletions(-) commit 2e09448fcfa06e92e8b7c272c8fde4fe277a58aa Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 14 07:58:34 2002 +0000 Corrections to some xterm control sequences. * caps.c: Corrections to some xterm control sequences. src/caps.c | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) commit 68b3c69e860cf423352f9cb14f53f0450ba8185e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 14 07:32:12 2002 +0000 Define PACKAGE correctly. Move most of the tear-down code into the widget * configure.in: Define PACKAGE correctly. * src/vte.c src/vteapp.c: Move most of the tear-down code into the widget finalize method; handle EOF and widget destruction correctly to prevent segfaults. configure.in | 2 +- src/vte.c | 95 +++++++++++++++++++++++++++++++++++------------------------- src/vteapp.c | 13 ++++++++- 3 files changed, 69 insertions(+), 41 deletions(-) commit b28d242a31672b3717b615ed178d8703280e2f75 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 14 05:48:43 2002 +0000 Define PACKAGE. * configure.in: Define PACKAGE. configure.in | 1 + 1 file changed, 1 insertion(+) commit 447b6cc57780fb500dbcda9bf87401a58fe9ca09 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 14 05:18:44 2002 +0000 Disable gdk-pixbuf's deprecated functions. Discard non-ascii bytes to * configure.in: Disable gdk-pixbuf's deprecated functions. * vte.c: Discard non-ascii bytes to clear logjams that happen when we pass invalid terminal data to iconv(). configure.in | 1 + src/vte.c | 31 +++++++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) commit aeee76e236204a2ba95aca6b026048f77fd61d21 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 14 04:07:14 2002 +0000 fix missing includes implement background color setting, provide a * iso8859mode.c utf8mode.c: fix missing includes * vte.c vte.h: implement background color setting, provide a function for setting the defaults, tile background images properly src/iso8859mode.c | 1 + src/utf8mode.c | 1 + src/vte.c | 213 +++++++++++++++++++++++++++++++++++++++++------------- src/vte.h | 7 ++ 4 files changed, 172 insertions(+), 50 deletions(-) commit 0b4037f448c393088c32b6e4e76aedf6319e035d Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Mar 14 02:12:38 2002 +0000 Remove gdk-pixbuf-xlib dependency by using just gdk-pixbuf. Perform * configure.in vte.pc.in vte.c: Remove gdk-pixbuf-xlib dependency by using just gdk-pixbuf. * vte.c: Perform background image desaturation locally. configure.in | 2 +- src/vte.c | 97 ++++++++++++++++++++++++++++++------------------------------ vte.pc.in | 2 +- 3 files changed, 50 insertions(+), 51 deletions(-) commit 2259b22d1aa442d5e8f6f4865de4634d1d317363 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 13 19:37:30 2002 +0000 Don't add the widget's allocation offsets when generating expose events. * vte.c: Don't add the widget's allocation offsets when generating expose events. src/vte.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit c8bf38ef87850d05fa7f0292128fbfc0e8d5d8f0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 13 19:22:58 2002 +0000 *vteapp.c: Don't try to use transparency for now. src/vteapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b752f2657c36eac80bcf5e07b28d7bd0f75e3951 Author: Anders Carlsson <andersca@src.gnome.org> Date: Wed Mar 13 18:29:20 2002 +0000 Add more functions that profterm can use. src/vte.c | 24 ++++++++++++++++++++++++ src/vte.h | 2 ++ 2 files changed, 26 insertions(+) commit 80d58364fb8f3021d006d1569416fb23ad91e8dd Author: Anders Carlsson <andersca@src.gnome.org> Date: Wed Mar 13 17:51:53 2002 +0000 Silent cvs and add gdk-pixbuf-xlib to depends in the .pc.in file .cvsignore | 12 ++++++++++++ vte.pc.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 0810dc20a20fba7efca5f5a454b16970d0a21518 Author: Anders Carlsson <andersca@src.gnome.org> Date: Wed Mar 13 17:37:48 2002 +0000 Sliff sloff src/.cvsignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit e7ffae48af31fa9bcff3aebcf1d4dba0c3ed2ae3 Author: Anders Carlsson <andersca@src.gnome.org> Date: Wed Mar 13 17:37:20 2002 +0000 sssh src/.cvsignore | 7 +++++++ 1 file changed, 7 insertions(+) commit 2ed604fd59343a95542bbee9854aa40aded48552 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 13 17:19:56 2002 +0000 Add gdk-pixbuf-xlib-2.0 as a module requirement. * configure.in: Add gdk-pixbuf-xlib-2.0 as a module requirement. configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5b68ef885663950b30e0732154da3154a9bf27f8 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 13 06:21:56 2002 +0000 Add set_size, set_audible_bell, set_scroll_on_output, * vte.c: Add set_size, set_audible_bell, set_scroll_on_output, set_scroll_on_keystroke, copy_clipboard, paste_clipboard, set_background_image, set_background_image_file, and set_background_saturation. Also added a broken set_background_transparent. * vte.h: Add prototypes for those new functions. src/vte.c | 446 ++++++++++++++++++++++++++++++++++++++++++++++++----------- src/vte.h | 14 +- src/vteapp.c | 8 ++ 3 files changed, 386 insertions(+), 82 deletions(-) commit b16f2340ca3072b8a172cdd2cdbf4cf0694c3925 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 13 03:35:47 2002 +0000 fix the name of a declared function (was _set_size, is _size_set) * vte.c: fix the name of a declared function (was _set_size, is _size_set) src/vte.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6733e2ed80ef9f104af4da5fd5e45260ce067803 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 13 03:11:07 2002 +0000 Get rid of a global copy of the parent class. Implement ec, ic, and IC * vte.c: Get rid of a global copy of the parent class. * vte.c: Implement ec, ic, and IC handlers. src/vte.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 99 insertions(+), 13 deletions(-) commit 6ef5042c4cf08a28ddefbaf430ff2fedd4e6435a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 13 03:10:01 2002 +0000 Fix a typo in a comment (we don't "omit" signals). * vte.h: Fix a typo in a comment (we don't "omit" signals). src/vte.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c7b1550d69b13d95700f12d054664abe476bd568 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 12 20:48:30 2002 +0000 caps.c: Recognize xterm cursor-character-absolute sequence. vte.c: Handle cursor-character-absolute. vte.c: Change the default font to "mono" 14 point when using Xft. src/caps.c | 2 ++ src/vte.c | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit d3994081b99ef854365a08665dd5bfd8541a02a7 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 12 20:22:57 2002 +0000 Handle the ve (cursor visible) control sequence. * vte.c: Handle the ve (cursor visible) control sequence. src/vte.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) commit 81af00a67fa68b3d8103a864537be5cfaa89dc13 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 12 20:19:09 2002 +0000 vte.c: Handle dec private mode set (cursor visibility). src/vte.c | 3 +++ 1 file changed, 3 insertions(+) commit 5f5600122d32114887a78a842164b836f59a706a Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 12 20:13:23 2002 +0000 fix signed/unsigned problems (fixes from alexl) fix signed/unsigned * vte.c: fix signed/unsigned problems (fixes from alexl) * vte.h: fix signed/unsigned problems (fixes from alexl) * vteapp.h: fix signed/unsigned problems (fixes from alexl) src/vte.c | 24 ++++++++++++------------ src/vte.h | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) commit 04839fb9aa22138d6aa2e13859bf6e4a5454bf82 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 12 01:29:09 2002 +0000 Make scroll-on-output scroll on control sequences, too. * src/vte.c: Make scroll-on-output scroll on control sequences, too. src/vte.c | 1 + 1 file changed, 1 insertion(+) commit 250cc8e6ea15f9cb6dfbcbd88888ae0086682e69 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 12 01:19:40 2002 +0000 utf8mode.c: Add simple programs for moving a terminal in and out of UTF-8 mode. iso8859mode.c: Add simple programs for moving a terminal in and out of UTF-8 mode. vte.c: Be more verbose about iconv() errors. vte.c: Implement dc and DC handlers. vte.c: Handle auto-wrapping (the "am" flag). vte.c: Remove scrolling cheats from the al handler, which made the window jump. src/Makefile.am | 2 +- src/iso8859mode.c | 28 +++++++++++ src/utf8mode.c | 28 +++++++++++ src/vte.c | 138 ++++++++++++++++++++++++++++++++++++++++++++++++------ 4 files changed, 180 insertions(+), 16 deletions(-) commit 2b86603f0b80d70ff6e56cf953d2a9c357e9e636 Author: Anders Carlsson <andersca@src.gnome.org> Date: Mon Mar 11 07:39:01 2002 +0000 Add a finalize handler and free our title strings there. src/vte.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit 7e61493272a33f3002236845f37d5c0d1e189138 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 11 07:05:47 2002 +0000 Emit "window_title_changed" and "icon_title_changed" when the titles change, and store the new values in a public field so that a handler can retrieve the values (patch from Anders Carlsson). Makefile.am | 5 ++++- configure.in | 2 +- src/vte.c | 46 +++++++++++++++++++++++++--------------------- src/vte.h | 7 +++++-- src/vteapp.c | 16 +++++++++------- 5 files changed, 44 insertions(+), 32 deletions(-) commit 2ce24ceee46f1cd0a76049ba93401fd81a175af1 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 11 06:54:51 2002 +0000 Add vte.pc, from Anders Carlsson. vte.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) commit af1e14f4df40467c9e58404df6eb5599099927ae Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 11 06:47:00 2002 +0000 Fix a duplicate-idle-handler bug. src/vte.c | 1 + 1 file changed, 1 insertion(+) commit e5635e58ef60f02e85d3beaf02e728abc7442f78 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 11 06:32:38 2002 +0000 Fix selection (except maybe the end-of-line stuff). README | 2 - src/vte.c | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 183 insertions(+), 34 deletions(-) commit fbde287badd3796f5f74fbee40da373028ae8aaf Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 11 04:44:31 2002 +0000 Whoops, I broke selection. Fix that. Implement selection by lines. src/vte.c | 99 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 58 insertions(+), 41 deletions(-) commit 4b4d66d149c9b09a675fdcaa66ce75b29a5f0131 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 11 04:08:40 2002 +0000 Move character rendering into a common function so that the cursor is always drawn the same as other characters (fixes previous glitches when using Xft and when the cursor was over an alternate charset character). src/vte.c | 814 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 404 insertions(+), 410 deletions(-) commit 2c16599aa7d02b05831c09611617b86deafbf8c3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Mar 10 08:31:21 2002 +0000 Differentiate between single, double, and triple-click for selection (still need to do something with that info). src/vte.c | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) commit 77f6cd58035ae91fb5bcb7b70b94c4594cb48ca3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Mar 10 08:16:27 2002 +0000 remove this file stamp-h.in | 1 - 1 file changed, 1 deletion(-) commit 712c4627c927b77b9395c3edee321602bcf3da63 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Mar 10 08:15:22 2002 +0000 Don't check for pango because we never call pango directly. configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2536962bd099729a6066581548d6144b9a28cfbb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Mar 10 08:13:06 2002 +0000 Deselect properly when something else is inserted into the clipboard. src/vte.c | 173 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 114 insertions(+), 59 deletions(-) commit 2c5ff4b02a7ae83f21e8654d1f0ad4463a18cb55 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sun Mar 10 07:26:22 2002 +0000 Fix wide-character handling (now handles mid-stream encoding changes correctly). Updates to the meager docs. AUTHORS | 1 + HACKING | 5 +- README | 16 +- src/utf8echo.c | 4 +- src/vte.c | 639 +++++++++++++++++++++++++++++++++++---------------------- 5 files changed, 411 insertions(+), 254 deletions(-) commit df735564cf119c3d27d4d3bcb5d92ce57d9853d9 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Mar 9 07:41:56 2002 +0000 Add a .spec file (make dist; rpm -ts vte*.tar.gz; rpm --rebuild) to make building a package easier. Makefile.am | 1 + src/Makefile.am | 1 + vte.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) commit 53c5da226b4959b8bd14fde37ebfd1de66c5fc81 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Mar 9 07:24:45 2002 +0000 skip over space columns when selecting src/vte.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 57b54bb8340aae966384db4e6e82295b7c0dfdec Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Mar 9 07:20:49 2002 +0000 Use a login shell by default. src/pty.c | 10 ++++++++-- src/vteapp.c | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) commit 7501f2526afcd6452523050809726d6fd010b50b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Sat Mar 9 07:10:50 2002 +0000 Rework input queueing to allow for feeding without a pty. Use gdk_window_scroll() in _al and _up handlers, and in the _do handler, because it's usually faster. src/vte.c | 643 ++++++++++++++++++++++++++++++++++++----------------------- src/vte.h | 46 ++--- src/vteapp.c | 9 + 3 files changed, 413 insertions(+), 285 deletions(-) commit c7a90a418e5f9917d47fbc5f51066a412ced388b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Mar 8 07:52:56 2002 +0000 Implement copy and almost-correct selection highlighting. src/vte.c | 292 +++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 243 insertions(+), 49 deletions(-) commit 2d110c873cb76c558bc1b210a0de630dfc46cf91 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Fri Mar 8 02:30:31 2002 +0000 Use a queue for pasting data. Try to get dragging detected right (doesn't work). src/vte.c | 312 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 208 insertions(+), 104 deletions(-) commit cc0a80eacdec88a5ed6689d98e7714e5abe91b30 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 6 00:21:56 2002 +0000 Mark the beginning of a selected area. src/vte.c | 5 +++++ 1 file changed, 5 insertions(+) commit c49c8873ac418e0cd290fb3566e062fb72089868 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 6 00:17:32 2002 +0000 Make pasting asynchronous. src/vte.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) commit 459e966538973c1d6f8afba469f35ec3a29de058 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 6 00:07:30 2002 +0000 actually free clipboard data when finished with it src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b345ca1e8d0f54ea99ac27ebce6a073df7cbad66 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Mar 6 00:02:33 2002 +0000 Implement middle-button paste. src/vte.c | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) commit 10a34b72206d08f31fdc33335e04228ac9ee432c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 5 23:55:03 2002 +0000 Properly convert from utf-8 or wchar_t strings when sending data to the pseudo-terminal. src/vte.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 79 insertions(+), 12 deletions(-) commit 62c68d4f4b406e284449dcbecc380bad32d406f5 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 5 00:53:46 2002 +0000 Implement shift/pgup/pgdown scrolling. Make scroll-on-keypress and -on-output easier to toggle. src/vte.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 56 insertions(+), 9 deletions(-) commit 6d48ff66daa142a878c86190a5c8db208fd3b510 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 5 00:26:31 2002 +0000 Spec out the rest of the alternate characters I haven't implemented yet. Remove a function that can't be easily written (scroll_rows). Correctly update the insertion delta when scrolling, to fix man(1) again. src/vte.c | 51 +++++++++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 22 deletions(-) commit a2f0f68089632451d81b19c7f84dcbef9fdf5686 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Tue Mar 5 00:16:04 2002 +0000 Discard redundant cursor-position exposes. src/vte.c | 50 ++++++++++---------------------------------------- 1 file changed, 10 insertions(+), 40 deletions(-) commit 41c8e20f65e616d2c01d3facb7be2a9fab637569 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 4 23:57:21 2002 +0000 Use ssize_t to measure string offsets in termcap, and don't assume that all capabilities have values. This fixes some nasty crashes. src/termcap.c | 48 ++++++++++++++++++++++++------------------------ src/termcap.h | 2 +- src/vte.c | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) commit 78f1d3381bf14b7bd2ecbd9269e20b00f5ec69d0 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 4 16:53:05 2002 +0000 add a missing bounds-check in the erase-in-row function src/vte.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 41bcc218b89103794be0cedbe9403ffa58e2b217 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 4 06:13:49 2002 +0000 Send the slave pty's erase character when the user hits backspace. README | 3 ++- src/vte.c | 11 ++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) commit bb07d83e90995a955a297e7b9c0c2d26ff2ca43c Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 4 05:59:45 2002 +0000 Draw cursors to fill the entire cell. Draw the blank alternate character (ooh, tough). Remove a redundant expose. src/vte.c | 56 ++++++++++++++++++++++++-------------------------------- 1 file changed, 24 insertions(+), 32 deletions(-) commit 8d6546f50f7de1d52abd4e7d0a75e73286c1492e Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 4 04:49:32 2002 +0000 stop using wcsnlen, which is a GNU extension src/trie.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit be85096e1b976a45e242e84665ac5f32e9b88a83 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 4 04:43:48 2002 +0000 Add support for the line-drawing characters in the special characters and line- drawing character set. (See [http://vt100.net/docs/vt102-ug/table5-13.html].) src/caps.h | 4 +- src/pty.h | 4 +- src/termcap.h | 4 +- src/trie.h | 4 +- src/vte.c | 269 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- src/vte.h | 5 +- 6 files changed, 274 insertions(+), 16 deletions(-) commit d28784479bb8600b64f13f902df2aff3eed22a67 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Mar 4 02:57:53 2002 +0000 Properly differentiate insertion delta (working screen) from scrolling delta. Add environment setting to the pty code. src/pty.c | 42 +++++++++--- src/pty.h | 3 +- src/vte.c | 219 ++++++++++++++++++++++++++++++++------------------------------ 3 files changed, 147 insertions(+), 117 deletions(-) commit fa1f908159070fbf22e2d2bdd550328e8fe9767b Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Thu Feb 28 02:54:56 2002 +0000 Make the Xft support use long-lived data items. Clean up a lot of other Xft-related code. src/trie.c | 6 +- src/vte.c | 805 ++++++++++++++++++++++++++++++++++--------------------------- src/vte.h | 64 +---- 3 files changed, 456 insertions(+), 419 deletions(-) commit 80e765769cde3af80508de06e3b1819e14b65ad3 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Feb 27 15:45:02 2002 +0000 actually hook up the nd handler to the "nd" sequence src/vte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7061e97b13f9e496a189a80f5bd57766ce322bcc Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Wed Feb 27 05:05:16 2002 +0000 - Add sub-optimal Xft rendering (set VTE_USE_XFT to "1" to try it); still needs quite a bit of work to be useful. - Implement character-position-absolute and line-position-absolute, which I think are the only sequences which emacs uses and which weren't implemented. autogen.sh | 3 ++ configure.in | 14 ++++- src/vte.c | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++-------- src/vte.h | 5 +- 4 files changed, 164 insertions(+), 24 deletions(-) commit 180a6eb79a3afdc4ca536ea0cd598352bb010011 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:43:15 2002 +0000 distcheck fixes src/Makefile.am | 1 + 1 file changed, 1 insertion(+) commit e60a3d6bd6beec15cd3bc23a6f55faac43f8c1bb Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:41:30 2002 +0000 add that line-drawing does not work to README README | 1 + 1 file changed, 1 insertion(+) commit 7739e1b896eb248fe6855e6f8dbf109b95879770 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:40:17 2002 +0000 tree fixups configure.in | 1 + src/Makefile.am | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) commit 04158af635b73d321489484276dec578b0afb5ee Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:38:27 2002 +0000 fix autoconf reference file problem configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bc8eb95c2f67e9aa7e4d2b52e5c8040242545177 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:38:06 2002 +0000 remove stuff which should never have been added src/Makefile.in | 513 -------------------------------------------------------- 1 file changed, 513 deletions(-) commit 4d9e5b9dd24b4d56f8e463abbfc365c747668be2 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:37:31 2002 +0000 rename configure.ac to configure.in, remove 2.5isms configure.ac => configure.in | 1 - src/Makefile.in | 614 +++++++++++++++++++------------------------ 2 files changed, 275 insertions(+), 340 deletions(-) commit 5d753e874d0c821df033b4e94e2a39cbb24d2616 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:35:22 2002 +0000 remove stuff that should never have been in there Makefile.in | 419 -- aclocal.m4 | 4130 ----------------- config.h.in | 49 - configure | 9124 ------------------------------------- doc/ctlseqs.ps | 8729 ----------------------------------- doc/vttest-20011130/BUGS | 19 - doc/vttest-20011130/CHANGES | 344 -- doc/vttest-20011130/COPYING | 23 - doc/vttest-20011130/MANIFEST | 43 - doc/vttest-20011130/README | 67 - doc/vttest-20011130/aclocal.m4 | 59 - doc/vttest-20011130/charsets.c | 478 -- doc/vttest-20011130/color.c | 600 --- doc/vttest-20011130/config.cache | 40 - doc/vttest-20011130/config.h | 53 - doc/vttest-20011130/config.hin | 52 - doc/vttest-20011130/config.log | 105 - doc/vttest-20011130/config.status | 279 -- doc/vttest-20011130/configure | 1625 ------- doc/vttest-20011130/configure.in | 48 - doc/vttest-20011130/descrip.mms | 94 - doc/vttest-20011130/esc.c | 968 ---- doc/vttest-20011130/esc.h | 190 - doc/vttest-20011130/install.sh | 238 - doc/vttest-20011130/keyboard.c | 1080 ----- doc/vttest-20011130/main.c | 1382 ------ doc/vttest-20011130/makefile | 171 - doc/vttest-20011130/makefile.in | 172 - doc/vttest-20011130/mkdirs.sh | 32 - doc/vttest-20011130/mouse.c | 441 -- doc/vttest-20011130/nonvt100.c | 437 -- doc/vttest-20011130/patchlev.h | 3 - doc/vttest-20011130/printer.c | 198 - doc/vttest-20011130/reports.c | 510 --- doc/vttest-20011130/reset.c | 84 - doc/vttest-20011130/setup.c | 298 -- doc/vttest-20011130/sixel.c | 303 -- doc/vttest-20011130/status.c | 102 - doc/vttest-20011130/tech.set | 96 - doc/vttest-20011130/ttymodes.c | 300 -- doc/vttest-20011130/ttymodes.h | 21 - doc/vttest-20011130/unix_io.c | 196 - doc/vttest-20011130/vms_io.c | 405 -- doc/vttest-20011130/vmsbuild.com | 163 - doc/vttest-20011130/vt220.c | 463 -- doc/vttest-20011130/vt420.c | 1615 ------- doc/vttest-20011130/vt52.c | 235 - doc/vttest-20011130/vttest | Bin 426799 -> 0 bytes doc/vttest-20011130/vttest.1 | 47 - doc/vttest-20011130/vttest.h | 270 -- doc/vttest-20011130/vttest.lsm | 15 - doc/vttest-20011130/xterm.c | 401 -- 52 files changed, 37216 deletions(-) commit c8bad5955bbe3d0a69165e5bf050678dd70d03ae (tag: start) Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:30:22 2002 +0000 imported from private cvs commit 38fb480261b192dd73a8edcd22599d0d2fe57f67 Author: Nalin Dahyabhai <nalin@src.gnome.org> Date: Mon Feb 25 17:30:22 2002 +0000 Initial revision AUTHORS | 0 COPYING | 482 ++ ChangeLog | 0 HACKING | 4 + Makefile.am | 1 + Makefile.in | 419 ++ NEWS | 0 README | 40 + aclocal.m4 | 4130 +++++++++++++++++ autogen.sh | 11 + config.h.in | 49 + configure | 9124 +++++++++++++++++++++++++++++++++++++ configure.ac | 32 + doc/ctlseqs.ms | 1647 +++++++ doc/ctlseqs.ps | 8729 +++++++++++++++++++++++++++++++++++ doc/readme.txt | 4 + doc/vttest-20011130/BUGS | 19 + doc/vttest-20011130/CHANGES | 344 ++ doc/vttest-20011130/COPYING | 23 + doc/vttest-20011130/MANIFEST | 43 + doc/vttest-20011130/README | 67 + doc/vttest-20011130/aclocal.m4 | 59 + doc/vttest-20011130/charsets.c | 478 ++ doc/vttest-20011130/color.c | 600 +++ doc/vttest-20011130/config.cache | 40 + doc/vttest-20011130/config.h | 53 + doc/vttest-20011130/config.hin | 52 + doc/vttest-20011130/config.log | 105 + doc/vttest-20011130/config.status | 279 ++ doc/vttest-20011130/configure | 1625 +++++++ doc/vttest-20011130/configure.in | 48 + doc/vttest-20011130/descrip.mms | 94 + doc/vttest-20011130/esc.c | 968 ++++ doc/vttest-20011130/esc.h | 190 + doc/vttest-20011130/install.sh | 238 + doc/vttest-20011130/keyboard.c | 1080 +++++ doc/vttest-20011130/main.c | 1382 ++++++ doc/vttest-20011130/makefile | 171 + doc/vttest-20011130/makefile.in | 172 + doc/vttest-20011130/mkdirs.sh | 32 + doc/vttest-20011130/mouse.c | 441 ++ doc/vttest-20011130/nonvt100.c | 437 ++ doc/vttest-20011130/patchlev.h | 3 + doc/vttest-20011130/printer.c | 198 + doc/vttest-20011130/reports.c | 510 +++ doc/vttest-20011130/reset.c | 84 + doc/vttest-20011130/setup.c | 298 ++ doc/vttest-20011130/sixel.c | 303 ++ doc/vttest-20011130/status.c | 102 + doc/vttest-20011130/tech.set | 96 + doc/vttest-20011130/ttymodes.c | 300 ++ doc/vttest-20011130/ttymodes.h | 21 + doc/vttest-20011130/unix_io.c | 196 + doc/vttest-20011130/vms_io.c | 405 ++ doc/vttest-20011130/vmsbuild.com | 163 + doc/vttest-20011130/vt220.c | 463 ++ doc/vttest-20011130/vt420.c | 1615 +++++++ doc/vttest-20011130/vt52.c | 235 + doc/vttest-20011130/vttest | Bin 0 -> 426799 bytes doc/vttest-20011130/vttest.1 | 47 + doc/vttest-20011130/vttest.h | 270 ++ doc/vttest-20011130/vttest.lsm | 15 + doc/vttest-20011130/xterm.c | 401 ++ doc/vttest.tar.gz | Bin 0 -> 96645 bytes src/Makefile.am | 62 + src/Makefile.in | 577 +++ src/caps.c | 551 +++ src/caps.h | 50 + src/interpret.c | 148 + src/marshal.list | 4 + src/pty.c | 209 + src/pty.h | 35 + src/termcap.c | 641 +++ src/termcap.h | 56 + src/trie.c | 868 ++++ src/trie.h | 61 + src/typescript | 76 + src/utf8echo.c | 65 + src/vte.c | 3494 ++++++++++++++ src/vte.h | 169 + src/vteapp.c | 104 + stamp-h.in | 1 + 82 files changed, 46608 insertions(+)