summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Save coverage to a filewip-bitmatrixMatthias Clasen2021-02-221-1/+26
* Get the coverage order early onMatthias Clasen2021-02-221-1/+15
* Compute the coverage order ahead of timeMatthias Clasen2021-02-221-9/+80
* Do coverage trimming incrementallyMatthias Clasen2021-02-221-3/+42
* 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
* Add pango_font_family_get_faceMatthias Clasen2019-10-311-12/+39
* Add pango_font_map_get_familyMatthias Clasen2019-10-311-14/+48
* fc: remove another assertion that might triggerMatthias Clasen2019-10-251-2/+1
* fc: Be robust against missing format informationMatthias Clasen2019-10-241-2/+1
* Add a runtime version check for harfbuzzMatthias Clasen2019-08-191-1/+4
* Revert no-longer-needed changesMatthias Clasen2019-08-061-46/+14
* Better filtering by font formatMatthias Clasen2019-08-061-15/+47
* fc: Ignore more unsupported font formatsKhaled Hosny2019-08-041-4/+17
* fc: Don't return fonts with unsupported formatsMatthias Clasen2019-08-031-15/+49
* fc: Don't list fonts with unsupported formatsMatthias Clasen2019-08-031-0/+5
* Add missing transfer annotationsEmmanuele Bassi2019-08-021-2/+2
* Add system-ui generic family supportAkira TAGOH2019-07-241-2/+10
* fc: Drop the cmap cacheMatthias Clasen2019-07-181-51/+0
* fc: Move font setup code from the shaperMatthias Clasen2019-07-181-1/+3
* fc: Implement create_hb_fontMatthias Clasen2019-07-181-0/+25
* fc: Return a coverage levelMatthias Clasen2019-07-171-1/+3
* Turn PangoCoverage into an objectMatthias Clasen2019-07-111-42/+81
* Reimplement PangoCoverage on top of hb_set_tMatthias Clasen2019-07-111-4/+1
* Header cleanupMatthias Clasen2019-07-041-1/+2
* Skip variable when enumerating facesMatthias Clasen2018-11-191-0/+10