summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Add api to get language coverage for faceswip/matthiasc/face-langMatthias Clasen2017-12-231-10/+71
* [fc] Only set variations if non-emptyBehdad Esfahbod2017-12-231-1/+3
* [fc] Request variable fonts from fontconfigBehdad Esfahbod2017-12-231-0/+3
* Add initial support for OpenType font variationsMatthias Clasen2017-12-231-3/+40
* docs: Fix some introspection annotation syntaxPhilip Withnall2017-04-081-1/+1
* pango: Remove some unnecessary NULL checksPhilip Withnall2017-02-161-1/+1
* Fix an error in font weight conversionMatthias Clasen2015-05-241-2/+2
* Fix a copy-paste errorMatthias Clasen2015-05-041-1/+1
* Bug 748767 - Add pango_fc_font_map_config_changed()Behdad Esfahbod2015-05-011-1/+21
* Bug 748768 - pango_fc_font_map_set_config() should clear cachesBehdad Esfahbod2015-05-011-1/+4
* Rename pango_fc_font_map_[sg]et_fc_config to pango_fc_font_map_[sg]et_configBehdad Esfahbod2015-05-011-16/+16
* Bug 547671 - Add pango_fc_font_map_[gs]et_fc_config()Behdad Esfahbod2015-04-301-5/+68
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-051-1/+0
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-11/+0
* Add many missing nullability annotations.Evan Nemerson2014-10-161-2/+2
* [fc] Use FcWeightTo/FromOpenType() if availableBehdad Esfahbod2014-07-261-0/+8
* More PANGO_WEIGHT_SEMILIGHTBehdad Esfahbod2014-07-261-1/+3
* Add PANGO_WEIGHT_SEMILIGHTBehdad Esfahbod2014-07-251-1/+3
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+21
* Bug 703995 - Compiler warnings about strict aliasingBehdad Esfahbod2013-08-301-2/+2
* PangoFc: change FontMap in pango_fc_font_map_clear_cache()Alexander Larsson2013-02-261-0/+2
* Revert "Bug 689342 - Lifetime of patterns in pattern_hash may use too much me...Behdad Esfahbod2013-01-031-168/+61
* WhitespaceBehdad Esfahbod2012-12-301-4/+3
* Don't RenderPrepare the FcFontMatch resultBehdad Esfahbod2012-12-301-7/+18
* Bug 689342 - Lifetime of patterns in pattern_hash may use too much memoryBehdad Esfahbod2012-12-201-46/+161
* Bug 690081 - pangofc-fontmap: Remove bad use of the comma operatorBehdad Esfahbod2012-12-121-1/+1
* Make pangofc-fontmap.c thread-safeBehdad Esfahbod2012-08-271-5/+5
* More thread-safetyBehdad Esfahbod2012-08-271-3/+3
* docs: pangofc-fontmap: Fix typo in "Since" tagJavier Jardon2011-06-231-2/+2
* docs: Fix references to PangoFcFontmap -> PangoFcFontMapJavier Jardón2011-06-231-4/+4
* Bug 652841 - Various pieces of dead code found by gcc/clang static analyzerBehdad Esfahbod2011-06-171-4/+1
* Fix compiler warningsBehdad Esfahbod2011-05-011-1/+0
* pango/pangofc-fontmap.c: Use G_DEFINE_TYPE instead custom macroJavier Jardón2011-04-301-24/+13
* Fix warningsBehdad Esfahbod2009-08-041-4/+1
* Bug 585806 – crash during pango_fc_font_map_shutdownBehdad Esfahbod2009-07-201-5/+0
* Bug 586814 – Crashes related to fontmap destruction after upgradeBehdad Esfahbod2009-06-241-5/+9
* [pangofc] Be more tolerant on the "fontmap" property settingBehdad Esfahbod2009-04-081-0/+5
* Red Hat Bug 490331 - Crash of galeon in libpangoBehdad Esfahbod2009-03-151-1/+1
* [pangofc-fontmap] Document the caching structureBehdad Esfahbod2009-03-131-0/+54
* [pangofc] Share cmap cache between PangoFcFont's of the same face (#567160)Behdad Esfahbod2009-03-131-53/+119
* [pangofc] Reuse filename from pattern in coverage keyBehdad Esfahbod2009-03-131-8/+20
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-131-30/+49
* Increase FONTSET_CACHE_SIZE from 64 to 256Behdad Esfahbod2009-03-101-1/+1
* [pangofc-fontmap] Don't unref NULL object (RH bug# 487593)Behdad Esfahbod2009-03-101-1/+5
* It's not a programming error if face->family is NULL or family->fontmap isBehdad Esfahbod2009-01-311-4/+6
* Bug 569763 – pango doesn't like font descriptions without family!Behdad Esfahbod2009-01-301-5/+7
* Remove default font family and size. This means default is "serif 12" now,Behdad Esfahbod2009-01-301-0/+1
* Don't disassociate family from fontmap during cache_clear().Behdad Esfahbod2009-01-291-6/+6
* Bug 566727 – PangoFontsetLazyBehdad Esfahbod2009-01-281-453/+644
* Bug 567165 – Apply all pattern matricesBehdad Esfahbod2009-01-281-61/+177