summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make pango-attributes thread-safeBehdad Esfahbod2012-08-271-2/+12
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-59/+60
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* Fixed (transfer full) introspection annotation for the return value in pango_...Alberto Ruiz2011-04-251-3/+3
* Fixed (scope) and (closure) introspection annotation for the return value in ...Alberto Ruiz2011-04-251-2/+2
* Fixing array introspection annotation for pango_attr_iterator_get_fontAlberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_attr_shape_new_with_dataAlberto Ruiz2011-04-251-5/+5
* adding allow-none to pango_attr_iterator_get_font parametersAlberto Ruiz2011-04-251-2/+2
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-12/+3
* introspection: Fix some annotation syntax usageColin Walters2010-09-291-2/+2
* Bug 567934 – Add introspection support inside pangoJohan Dahlin2009-01-201-2/+4