summaryrefslogtreecommitdiff
path: root/pango/pango-attributes-private.h
Commit message (Collapse)AuthorAgeFilesLines
* attrs: Remove unused iterator memberTimm Bäder2020-06-101-1/+0
|
* attrs: Save attribute list in a GPtrArrayTimm Bäder2020-06-101-1/+6
|
* attrlist: Remove attributes_tailTimm Bäder2020-06-101-1/+0
| | | | It's only very rarely used, and will become even less important later.
* attrs: Save iterator stack in a GPtrArrayTimm Bäder2020-06-101-1/+1
| | | | One less linked list.
* attributes: Add _pango_attr_list_has_attributesTimm Bäder2020-06-081-0/+2
| | | | A private function to find empty attribute lists
* Allocate internal PangoAttrLists on the stackTimm Bäder2020-06-081-0/+9
|
* Allocate internal PangoAttrListIterators on the stackTimm Bäder2020-06-081-0/+37