From d255bd6711955192f98bed8bf0b98872dab7fca6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 7 Apr 2017 18:10:12 -0400 Subject: Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3. Scintilla 3.7.4 requires a C++11 compiler, which I do not have. --- src/scintilla_backports/6095_ae52e0c68190.patch | 43 ++++ src/scintilla_backports/6097_7f22895eaddb.patch | 34 +++ src/scintilla_backports/6099_809112c81196.patch | 45 ++++ src/scintilla_backports/6101_b82fe8d33961.patch | 94 +++++++ src/scintilla_backports/6102_e12538e52567.patch | 61 +++++ src/scintilla_backports/6108_b833c0659497.patch | 74 ++++++ src/scintilla_backports/6111_225f39cfd931.patch | 101 ++++++++ src/scintilla_backports/6116_6c62b379a52e.patch | 59 +++++ src/scintilla_backports/6117_23546875480b.patch | 313 ++++++++++++++++++++++++ src/scintilla_backports/6118_559dea66606f.patch | 20 ++ src/scintilla_backports/6119_71bee2f06619.patch | 24 ++ src/scintilla_backports/6120_8e0cb37c4972.patch | 71 ++++++ src/scintilla_backports/6124_4527b3c217a4.patch | 43 ++++ src/scintilla_backports/6131_a78e38849624.patch | 56 +++++ src/scintilla_backports/6132_6cf19f2bf214.patch | 19 ++ src/scintilla_backports/6133_30f1573f17ac.patch | 19 ++ src/scintilla_backports/6134_0253f113f223.patch | 36 +++ src/scintilla_backports/6135_34665edc7efd.patch | 20 ++ src/scintilla_backports/6136_2b25287311d0.patch | 43 ++++ src/scintilla_backports/6137_c3bba4a9193e.patch | 20 ++ src/scintilla_backports/6138_55368b05bb72.patch | 40 +++ 21 files changed, 1235 insertions(+) create mode 100644 src/scintilla_backports/6095_ae52e0c68190.patch create mode 100644 src/scintilla_backports/6097_7f22895eaddb.patch create mode 100644 src/scintilla_backports/6099_809112c81196.patch create mode 100644 src/scintilla_backports/6101_b82fe8d33961.patch create mode 100644 src/scintilla_backports/6102_e12538e52567.patch create mode 100644 src/scintilla_backports/6108_b833c0659497.patch create mode 100644 src/scintilla_backports/6111_225f39cfd931.patch create mode 100644 src/scintilla_backports/6116_6c62b379a52e.patch create mode 100644 src/scintilla_backports/6117_23546875480b.patch create mode 100644 src/scintilla_backports/6118_559dea66606f.patch create mode 100644 src/scintilla_backports/6119_71bee2f06619.patch create mode 100644 src/scintilla_backports/6120_8e0cb37c4972.patch create mode 100644 src/scintilla_backports/6124_4527b3c217a4.patch create mode 100644 src/scintilla_backports/6131_a78e38849624.patch create mode 100644 src/scintilla_backports/6132_6cf19f2bf214.patch create mode 100644 src/scintilla_backports/6133_30f1573f17ac.patch create mode 100644 src/scintilla_backports/6134_0253f113f223.patch create mode 100644 src/scintilla_backports/6135_34665edc7efd.patch create mode 100644 src/scintilla_backports/6136_2b25287311d0.patch create mode 100644 src/scintilla_backports/6137_c3bba4a9193e.patch create mode 100644 src/scintilla_backports/6138_55368b05bb72.patch (limited to 'src/scintilla_backports') diff --git a/src/scintilla_backports/6095_ae52e0c68190.patch b/src/scintilla_backports/6095_ae52e0c68190.patch new file mode 100644 index 00000000..f30f40dc --- /dev/null +++ b/src/scintilla_backports/6095_ae52e0c68190.patch @@ -0,0 +1,43 @@ +# HG changeset patch +# User Colomban Wendling +# Date 1487714930 -3600 +# Node ID ae52e0c68190d423505624ae1d26e442e015d48f +# Parent 966f25e2241058f45500025b0a8e8ed4cae10ee7 +Bug [#1901]. GTK: Fix double scrolling under X11 + +Really restrict smooth scrolling handling to Wayland. + +diff -r 966f25e22410 -r ae52e0c68190 doc/ScintillaHistory.html +--- a/doc/ScintillaHistory.html Sun Feb 19 14:13:46 2017 +1100 ++++ b/doc/ScintillaHistory.html Tue Feb 21 23:08:50 2017 +0100 +@@ -520,6 +520,18 @@ + + +

++ Release 3.7.4 ++

++ ++

+ Release 3.7.3 +

+