summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* fc: Avoid extra copies of family namesMatthias Clasen2022-08-271-6/+19
* fc: Notify :n-items when neededlistmodel-propertiesMatthias Clasen2022-06-101-0/+2
* Drop uses of pango_coverage_ref/unrefMatthias Clasen2022-01-101-3/+3
* tracing: Fix the definesMatthias Clasen2021-12-251-6/+18
* fc: CleanupMatthias Clasen2021-12-181-1/+0
* fc: Drop unnecessary ifdefsMatthias Clasen2021-11-081-27/+11
* fc: Implement the other casing variantsMatthias Clasen2021-11-071-5/+66
* fc: Implement PANGO_VARIANT_SMALL_CAPSMatthias Clasen2021-11-051-0/+21
* Fix a typoMatthias Clasen2021-10-231-1/+1
* 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