vte 0.55.90



About Terminal widget
=====================

Terminal emulation library

ChangeLog
=========

commit 6bbff58a518ead0850b4c1e3ef942f2827f92f11
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(-)



Download
========
https://download.gnome.org/sources/vte/0.55/vte-0.55.90.tar.xz (1.05M)
  sha256sum: 1e62ad7c32af168f25b6f4a08b846b99b2e043c8dc3433ecb3310181e4203528



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]