summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* fcfont: CosmeticsMatthias Clasen2021-08-281-1/+1
* fcfontmap: Silence compiler warningsMatthias Clasen2021-08-221-0/+2
* font-desc: Use local volatile double values to store sizesMarco Trevisan (Treviño)2021-07-211-1/+7
* Quiet a compiler warningMatthias Clasen2021-07-101-4/+6
* Remove an obsolete version checkMatthias Clasen2021-07-101-3/+0
* fontconfig: Ignore woff fontswoff-offMatthias Clasen2021-07-091-1/+9
* Use an enum instead of numeric values for fc_initializedFederico Mena Quintero2021-07-011-5/+16
* Use atomic reference counting for PangoFcPatternsFederico Mena Quintero2021-07-011-18/+3
* Extract function to free the contents of a PangoFcPatternsFederico Mena Quintero2021-07-011-7/+14
* fc: Drop a broken optimizationdrop-broken-optimizationMatthias Clasen2021-07-011-3/+0
* Clarify docs of pango_fc_fontmap_get_configget-config-docsMatthias Clasen2021-07-011-1/+2
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-1/+1
* fc: Don't use GTask for threadingfix-lilypond-leakMatthias Clasen2021-05-101-31/+24
* Add some NULL checksadd-null-checkdsMatthias Clasen2021-05-091-1/+2
* Fix hangs that people have observedfix-deadlocks2Matthias Clasen2021-03-311-2/+1
* Revert "Merge branch 'fix-deadlocks' into 'master'"revert-1fedc11aMatthias Clasen2021-03-311-1/+2
* Fix hangs that people have observedfix-deadlocksMatthias Clasen2021-03-311-2/+1
* Only initialize fontconfig oncefcinit-onceMatthias Clasen2021-03-271-13/+25
* Use g_memdup2()memdup2Matthias Clasen2021-03-181-2/+2
* Fix placement of marks in upright vertical text.Tavmjong Bah2021-03-171-3/+2
* pangofc: Tweak docsMatthias Clasen2021-03-111-34/+47
* docs: Port PangoFc apis to the new doc formatMatthias Clasen2021-03-111-78/+81
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-10/+2
* 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
* Use the right FcConfig for FcFontListfix-FcConfig-usesMatthias Clasen2021-02-221-1/+1
* Use the right FcConfig for FcRenderPrepareMatthias Clasen2021-02-221-1/+1
* Fix pango_font_describe for Emoji fontsMatthias Clasen2021-01-241-1/+18
* fontconfig: Try harder to find a default faceregular-faceMatthias Clasen2020-11-061-8/+23
* fontconfig: Try harder to return a default faceMatthias Clasen2020-11-051-3/+7
* fc: Sort faces of a familysort-facesMatthias Clasen2020-09-211-0/+28
* Merge branch 'ch/83' into 'master'Matthias Clasen2020-09-181-0/+25
|\
| * add pango_fc_font_map_set_default_substituteCaleb Hearon2020-06-131-0/+25
* | pangofc: Add pango_fc_font_get_languagespreferred-languagesMatthias Clasen2020-09-181-1/+55
* | Remove leftover debug codeMatthias Clasen2020-08-231-2/+0
* | Don't call FcFontSetSort twiceMatthias Clasen2020-08-151-7/+12
* | Speed up font format filteringMatthias Clasen2020-08-151-1/+4
* | Initialise out argumentsEmmanuele Bassi2020-07-031-0/+6
* | fcfontmap: Always reject unsupported font formatsKhaled Hosny2020-06-251-26/+26
|/
* pangofc-fontmap: Avoid a dead assignmentTimm Bäder2020-06-101-1/+1
* Skip introspection on low level APIEmmanuele Bassi2020-06-081-6/+19
* family: Clarify and improve pango_font_family_get_face()Benjamin Otte2019-12-081-0/+3
* fcfontmap: Emit GListModel::changedMatthias Clasen2019-12-041-0/+19
* pangofc: Add list model implementationsMatthias Clasen2019-12-041-5/+86
* Add pango_font_get_faceMatthias Clasen2019-10-311-0/+24
* Add pango_font_face_get_familyMatthias Clasen2019-10-311-0/+9