summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Fix g-i annotation of pango_parse_color_with_alpha and add since tagRico Tzschichholz2020-08-041-1/+3
* Merge branch 'issue-489' into 'master'Khaled Hosny2020-08-031-0/+6
|\
| * Initialise out argumentsEmmanuele Bassi2020-07-031-0/+6
* | Merge branch 'parse-color-with-alpha' into 'master'Matthias Clasen2020-08-034-42/+64
|\ \
| * | Export pango_parse_color_with_alphaMatthias Clasen2020-07-314-39/+60
| * | pango-color: Tweak semantics of _pango_parse_color_with_alphaMatthias Clasen2020-07-312-4/+5
* | | Merge branch 'master' into 'master'Matthias Clasen2020-08-033-5/+5
|\ \ \ | |/ / |/| |
| * | Remove hb-glib useEbrahim Byagowi2020-07-293-5/+5
| |/
* | layout: Avoid a crash with short stringsMatthias Clasen2020-07-301-0/+1
|/
* pangocoretext: Fix Cairo scalingKhaled Hosny2020-06-261-1/+5
* Merge branch 'fix-pre-c99' into 'master'Khaled Hosny2020-06-251-2/+4
|\
| * pango-attributes.c: Fix on older compilersChun-wei Fan2020-06-241-2/+4
* | fcfontmap: Always reject unsupported font formatsKhaled Hosny2020-06-251-26/+26
|/
* Fix crashes with empty attribute listsMatthias Clasen2020-06-221-52/+54
* Fix another problem with pango_attr_list_changeMatthias Clasen2020-06-171-7/+11
* Include HarfBuzz when generating introspection dataEmmanuele Bassi2020-06-111-1/+1
* Merge branch 'fix-gtk2-crash' into 'master'Matthias Clasen2020-06-111-15/+15
|\
| * Revert "PangoLanguage: Fix clang -Wcast-align warnings"Matthias Clasen2020-06-111-15/+15
* | Fix a crash in pango_attr_list_equalMatthias Clasen2020-06-101-0/+3
* | Merge branch 'fix-attr-lists' into 'master'Matthias Clasen2020-06-101-3/+9
|\ \
| * | Fix pango_attr_list_changeMatthias Clasen2020-06-101-3/+9
* | | Annotate the type for PangoXftFont methodsEmmanuele Bassi2020-06-101-6/+6
* | | Use the appropriate namespace for Pango sub-librariesEmmanuele Bassi2020-06-1010-22/+127
|/ /
* | Merge branch 'fix-another-crash' into 'master'Matthias Clasen2020-06-101-1/+1
|\ \
| * | itemize: Work around gtk2 brokennessMatthias Clasen2020-06-101-1/+1
| |/
* | Use the correct identifier for Pango sub-librariesEmmanuele Bassi2020-06-101-5/+5
|/
* Fix a crash in gtk2Matthias Clasen2020-06-101-5/+0
* layout: Ignore setting the attributes to the same listTimm Bäder2020-06-101-0/+4
* 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
* layout: Fix a crashMatthias Clasen2020-06-091-12/+16
* Merge branch 'wip/baedert/for-master2' into 'master'Matthias Clasen2020-06-087-130/+264
|\
| * 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
| * 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