[pango: 5/5] Merge branch 'serialize-attrs-and-tabs' into 'main'




commit 1d800b3f743d493b3568ca07cfd43c0399edb783
Merge: 9278c4f0 b8923302
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Nov 17 05:39:08 2021 +0000

    Merge branch 'serialize-attrs-and-tabs' into 'main'
    
    Add pango_attr_list_to/from_string
    
    See merge request GNOME/pango!512

 pango/pango-attributes.c        | 543 +++++++++++++++++++++++++++++++++
 pango/pango-attributes.h        |   5 +
 pango/pango-tabs.c              | 102 +++++++
 pango/pango-tabs.h              |   4 +
 tests/itemize/one.expected      |  14 +-
 tests/itemize/two.expected      |  14 +-
 tests/layouts/valid-1.expected  |  14 +-
 tests/layouts/valid-10.expected |   2 +-
 tests/layouts/valid-11.expected |  24 +-
 tests/layouts/valid-13.expected |   6 +-
 tests/layouts/valid-14.expected |   2 +-
 tests/layouts/valid-15.expected |   2 +-
 tests/layouts/valid-16.expected |   2 +-
 tests/layouts/valid-18.expected |   8 +-
 tests/layouts/valid-2.expected  |   6 +-
 tests/layouts/valid-20.expected |  12 +-
 tests/layouts/valid-22.expected | 130 ++++----
 tests/layouts/valid-5.expected  |  10 +-
 tests/layouts/valid-7.expected  |  10 +-
 tests/layouts/valid-9.expected  |  12 +-
 tests/markups/valid-1.expected  |   6 +-
 tests/markups/valid-10.expected |  22 +-
 tests/markups/valid-11.expected |  68 ++---
 tests/markups/valid-12.expected |  10 +-
 tests/markups/valid-13.expected |   2 +-
 tests/markups/valid-14.expected |   4 +-
 tests/markups/valid-16.expected |  12 +-
 tests/markups/valid-17.expected |   2 +-
 tests/markups/valid-18.expected |  22 +-
 tests/markups/valid-19.expected |  10 +-
 tests/markups/valid-2.expected  |   6 +-
 tests/markups/valid-20.expected |   2 +-
 tests/markups/valid-21.expected |   2 +-
 tests/markups/valid-22.expected |   2 +-
 tests/markups/valid-23.expected |   6 +-
 tests/markups/valid-24.expected |   4 +-
 tests/markups/valid-3.expected  |  24 +-
 tests/markups/valid-4.expected  |  38 +--
 tests/markups/valid-5.expected  |   8 +-
 tests/markups/valid-6.expected  |  14 +-
 tests/markups/valid-7.expected  |   4 +-
 tests/markups/valid-8.expected  |  64 ++--
 tests/markups/valid-9.expected  |   2 +-
 tests/meson.build               |   1 +
 tests/test-common.c             | 296 +-----------------
 tests/test-common.h             |   6 -
 tests/testattributes.c          | 647 +++++++++++++++++++++-------------------
 tests/testserialize.c           | 134 +++++++++
 48 files changed, 1435 insertions(+), 905 deletions(-)
---


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