summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix link syntax in a few placesdoc-fixesMatthias Clasen2021-05-231-1/+1
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-178/+240
* introspection: Stop using allow-noneMatthias Clasen2021-05-191-4/+4
* Fix various broken linksMatthias Clasen2021-03-111-2/+2
* docs: Tweak attributes docsMatthias Clasen2021-03-111-20/+32
* docs: Port PangoAttribute to the new doc formatMatthias Clasen2021-03-111-400/+396
* docs: Convert markup and attributes docs to pango_markup.mdMatthias Clasen2021-03-111-11/+0
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-1/+1
* Fix a corner-case of pango_attr_list_splicefix-attribute-splicingMatthias Clasen2021-02-171-2/+5
* Avoid overflow when updating attr listsattr-list-overflowMatthias Clasen2021-01-231-1/+4
* Add some preconditionsMatthias Clasen2021-01-231-0/+4
* Fix attr iterators with overlapping attributesfix-nested-attributesMatthias Clasen2020-09-171-11/+6
* Adjust "Since" tags to refer to 1.46Rico Tzschichholz2020-08-061-2/+2
* pango-attributes.c: Fix on older compilersChun-wei Fan2020-06-241-2/+4
* Fix crashes with empty attribute listsMatthias Clasen2020-06-221-52/+54
* Fix another problem with pango_attr_list_changeMatthias Clasen2020-06-171-7/+11
* Fix a crash in pango_attr_list_equalMatthias Clasen2020-06-101-0/+3
* Fix pango_attr_list_changeMatthias Clasen2020-06-101-3/+9
* attrs: Save attribute list in a GPtrArrayTimm Bäder2020-06-101-301/+225
* attrlist: Remove attributes_tailTimm Bäder2020-06-101-24/+11
* attrs: Save iterator stack in a GPtrArrayTimm Bäder2020-06-101-58/+70
* layout: Treat empty attr lists like NULL onesTimm Bäder2020-06-081-1/+1
* attributes: Add _pango_attr_list_has_attributesTimm Bäder2020-06-081-0/+6
* Allocate internal PangoAttrLists on the stackTimm Bäder2020-06-081-23/+27
* Allocate internal PangoAttrListIterators on the stackTimm Bäder2020-06-081-17/+23
* Add API to compare PangoAttrListsJonas Dreßler2020-06-071-0/+76
* Add missing "transfer none" annotation to pango_attr_iterator_get()Rico Tzschichholz2019-11-211-1/+1
* Add an overline attributeMatthias Clasen2019-10-311-0/+54
* Add an insert-hyphens attributeMatthias Clasen2019-08-041-0/+27
* Add a boxed type for PangoAttrIteratorEmmanuele Bassi2019-08-021-0/+5
* Ensure arguments name match the documentationEmmanuele Bassi2019-08-021-1/+1
* Add an attribute for showing invisible charsMatthias Clasen2019-07-251-0/+25
* doc cleanupsMatthias Clasen2019-07-231-2/+2
* Merge branch 'better-hyphens' into 'master'Matthias Clasen2019-07-221-0/+27
|\
| * Add an allow-breaks attributeMatthias Clasen2019-07-201-0/+27
* | pango/pango-attributes.c: Trivial fix for pre-C99Chun-wei Fan2019-07-201-1/+1
* | Add a function to update attribute listsMatthias Clasen2019-07-191-0/+81
* | Add pango_attr_list_get_attributesMatthias Clasen2019-07-191-0/+21
|/
* Some more doc tweaksMatthias Clasen2019-07-141-1/+1
* Make PangoAttribute a boxed typeMatthias Clasen2019-07-111-0/+4
* pango: Remove some unnecessary NULL checksPhilip Withnall2017-02-161-3/+0
* Add attribute types for fg and bg alphaMatthias Clasen2015-08-111-0/+48
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-181-11/+40
* Minor doc fixBehdad Esfahbod2015-05-051-1/+1
* Add many missing nullability annotations.Evan Nemerson2014-10-161-11/+11
* Revert "Fix leftover markup in docs"Matthias Clasen2014-08-301-1/+1
* Fix leftover markup in docsMatthias Clasen2014-08-301-1/+1
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+12
* pango_attr_iterator_get_font(): handle scaling absolute font sizesOwen W. Taylor2013-09-251-2/+6
* Fix warningBehdad Esfahbod2012-08-291-1/+2