summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* docs: Tweak renderer docsMatthias Clasen2021-03-112-23/+26
* docs: Tweak layout docsMatthias Clasen2021-03-112-110/+141
* docs: Tweak fontset docsMatthias Clasen2021-03-112-26/+29
* docs: Tweak shaping docsMatthias Clasen2021-03-111-42/+36
* docs: Tweak fontmap docsMatthias Clasen2021-03-111-3/+5
* docs: Tweak engines docsMatthias Clasen2021-03-111-38/+0
* docs: Tweak direction docsMatthias Clasen2021-03-111-17/+16
* docs: Tweak context docsMatthias Clasen2021-03-111-28/+32
* docs: Tweak coverage docsMatthias Clasen2021-03-112-34/+29
* docs: Tweak color docsMatthias Clasen2021-03-111-14/+21
* docs: Tweak bidi docsMatthias Clasen2021-03-112-19/+22
* docs: Tweak attributes docsMatthias Clasen2021-03-112-45/+57
* docs: Tweak modules docsMatthias Clasen2021-03-111-13/+0
* docs: Tweak glyphstring docsMatthias Clasen2021-03-111-44/+52
* docs: Tweak font docsMatthias Clasen2021-03-112-71/+135
* docs: Tweak line breaking docsMatthias Clasen2021-03-111-24/+27
* Drop some useless things from the girMatthias Clasen2021-03-115-5/+21
* docs: Port PangoFc apis to the new doc formatMatthias Clasen2021-03-112-107/+118
* docs: Port PangoCairo apis to the new doc formatMatthias Clasen2021-03-114-133/+136
* docs: Port misc. types to the new doc formatMatthias Clasen2021-03-111-3/+3
* docs: Port PangoTabArray to the new doc formatMatthias Clasen2021-03-112-77/+68
* docs: Port PangoLanguage to the new doc formatMatthias Clasen2021-03-111-67/+65
* docs: Port PangoItem to the new doc formatMatthias Clasen2021-03-112-41/+48
* docs: Port PangoRenderer to the new doc formatMatthias Clasen2021-03-111-381/+384
* docs: Port PangoFontMap to the new doc formatMatthias Clasen2021-03-111-96/+97
* docs: Port PangoFont to the new doc formatMatthias Clasen2021-03-112-643/+587
* docs: Port PangoAttribute to the new doc formatMatthias Clasen2021-03-112-491/+494
* docs: Port PangoLayout to the new doc formatMatthias Clasen2021-03-112-1791/+1766
* docs: Port PangoContext to the new doc formatMatthias Clasen2021-03-111-314/+323
* docs: Convert the pangocairo section to pango_cairo.mdMatthias Clasen2021-03-111-132/+0
* docs: Convert bidi and vertical sections to pango_bidi.mdMatthias Clasen2021-03-112-74/+0
* docs: Convert fonts section to pango_fonts.mdMatthias Clasen2021-03-111-13/+0
* docs: Convert markup and attributes docs to pango_markup.mdMatthias Clasen2021-03-112-202/+0
* docs: Convert rendering section to pango_rendering.mdMatthias Clasen2021-03-111-12/+0
* docs: Move PangoRenderer docs to the right fileMatthias Clasen2021-03-112-11/+12
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-1132-263/+221
* docs: Make context section ids matchMatthias Clasen2021-03-114-4/+4
* docs: Clean up fontmap docsMatthias Clasen2021-03-111-9/+1
* docs: Move layout docs into the long descriptionMatthias Clasen2021-03-111-7/+6
* docs: Remove xml formatting from PangoLayoutMatthias Clasen2021-03-111-9/+8
* Merge branch 'markup-parse-fixes' into 'master'Matthias Clasen2021-03-031-30/+20
|\
| * markup: Fix two bugsMatthias Clasen2021-03-021-30/+20
* | Merge branch 'fix-attribute-splicing' into 'master'Matthias Clasen2021-03-031-2/+5
|\ \ | |/ |/|
| * Fix a corner-case of pango_attr_list_splicefix-attribute-splicingMatthias Clasen2021-02-171-2/+5
* | fc: Fix an ordering issuefontmap-thread-fixMatthias Clasen2021-02-241-0/+7
* | fontconfig: Add some trace marksspeed-up-format-filteringMatthias Clasen2021-02-221-3/+41
* | Move FcInit call to a threadMatthias Clasen2021-02-221-0/+50
* | Move FcFontMatch and FcFontSort calls to a threadMatthias Clasen2021-02-221-35/+152
* | Use FcFontSetList instead of FcFontListMatthias Clasen2021-02-221-5/+6
* | fc: Only do filtering by format onceMatthias Clasen2021-02-221-23/+58