summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'ebassi/gir-identifiers' into 'master'"revert-c73c2d5dMatthias Clasen2020-06-101-5/+5
* Merge branch 'ebassi/gir-identifiers' into 'master'Matthias Clasen2020-06-101-5/+5
|\
| * Use the correct identifier for Pango sub-librariesEmmanuele Bassi2020-06-101-5/+5
|/
* Merge branch 'test-layout-fix' into 'master'Matthias Clasen2020-06-102-2/+2
|\
| * Try to make the layout test less sensitiveMatthias Clasen2020-06-102-2/+2
|/
* Merge branch 'fix-gtk2-crash' into 'master'Matthias Clasen2020-06-103-5/+2
|\
| * Revert "tests: Update expected output"Matthias Clasen2020-06-102-0/+2
| * Fix a crash in gtk2Matthias Clasen2020-06-101-5/+0
|/
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-06-109-385/+391
|\
| * layout: Ignore setting the attributes to the same listTimm Bäder2020-06-101-0/+4
| * tests: Add some tests for pango_attr_list_equalTimm Bäder2020-06-101-0/+71
| * pango-tabs: Avoid passing NULL to memcpyTimm Bäder2020-06-101-1/+2
| * pango-layout: Help static analysis a bitTimm Bäder2020-06-101-0/+2
| * pangofc-fontmap: Avoid a dead assignmentTimm Bäder2020-06-101-1/+1
| * pango-context: avoid assignment to uninitialized valueTimm Bäder2020-06-101-1/+2
| * pango-ot-info: Fix an uninitialized valueTimm Bäder2020-06-101-3/+4
| * pangocairo-render: Make a local constTimm Bäder2020-06-101-1/+1
| * attrs: Remove unused iterator memberTimm Bäder2020-06-101-1/+0
| * attrs: Save attribute list in a GPtrArrayTimm Bäder2020-06-102-302/+231
| * attrlist: Remove attributes_tailTimm Bäder2020-06-102-25/+11
| * attrs: Save iterator stack in a GPtrArrayTimm Bäder2020-06-102-59/+71
|/
* tests: Add an explanationMatthias Clasen2020-06-091-0/+3
* Merge branch 'fix-shape-tab-crash' into 'master'Matthias Clasen2020-06-093-12/+66
|\
| * Add a test for a crash in shape_tabMatthias Clasen2020-06-092-0/+50
| * layout: Fix a crashMatthias Clasen2020-06-091-12/+16
|/
* 1.45.11.45.1Matthias Clasen2020-06-082-1/+10
* Merge branch 'wip/baedert/for-master2' into 'master'Matthias Clasen2020-06-0811-133/+277
|\
| * tests: Update expected outputTimm Bäder2020-06-082-2/+0
| * test-common: Ignore null attr listsTimm Bäder2020-06-081-0/+3
| * testattributes: Test iter on empty attr listTimm Bäder2020-06-081-0/+9
| * layout: Treat empty attr lists like NULL onesTimm Bäder2020-06-082-1/+7
| * layout: Unconditionally unref attr listsTimm Bäder2020-06-081-5/+2
| * pango-layout: Try to avoid allocating a new PangoAttrListTimm Bäder2020-06-081-5/+21
| * testattributes: Properly free GStringTimm Bäder2020-06-081-1/+1
| * glyph-item: Allocate attr iterator on the stackTimm Bäder2020-06-081-9/+11
| * break: Only call break_attrs if we really have attributesTimm Bäder2020-06-081-1/+1
| * break: Make a local constTimm Bäder2020-06-081-2/+1
| * break_attrs: Bail out if we have no ALLOW_BREAKS attributesTimm Bäder2020-06-081-0/+6
| * attributes: Add _pango_attr_list_has_attributesTimm Bäder2020-06-082-0/+8
| * layout: Avoid getting the text length if we know it alreadyTimm Bäder2020-06-081-7/+14
| * Allocate internal PangoAttrLists on the stackTimm Bäder2020-06-085-50/+67
| * layout: Add missing (nullable) annotationTimm Bäder2020-06-081-1/+2
| * layotu: Avoid invalidating when setting attrs from NULL to NULLTimm Bäder2020-06-081-1/+5
| * Allocate internal PangoAttrListIterators on the stackTimm Bäder2020-06-083-46/+91
| * layout: Try to avoid some work when creating itersTimm Bäder2020-06-081-6/+19
| * pangocairo-context: Don't invalidate if font options are equalTimm Bäder2020-06-081-1/+9
| * layout: Ignore setting the width if it won't have any effectTimm Bäder2020-06-081-0/+5
* | Merge branch 'for-master' into 'master'Matthias Clasen2020-06-0816-73/+176
|\ \
| * | tests: Update the locale useEmmanuele Bassi2020-06-083-9/+11
| * | tests: Ensure we respect the TAP output formatEmmanuele Bassi2020-06-083-9/+35