vte 0.43.0



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

vte terminal widget

ChangeLog
=========

commit aa7120c2e359bb5d6d0b0ec6c1e0eecf0583be03
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


Download
========
https://download.gnome.org/sources/vte/0.43/vte-0.43.0.tar.xz (917K)
  sha256sum: 2f10ae4148633e9ee458639f72cf2929703d413b95eee416fd6f03db8c4d4ab9



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