summaryrefslogtreecommitdiff
path: root/pango/pangocoretext-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* [fix] Refrain from walking / freeing `cffaces` if nullDominique Quatravaux2023-01-191-2/+2
* Fixes typo in MR GNOME/pango!502 (commit 050e321e) (ct_weight -> pango_weight).Hugo Herbelin2022-10-041-1/+1
* Coretext: fix clang build failure.John Ralls2022-03-221-3/+0
* Drop uses of pango_coverage_ref/unrefMatthias Clasen2022-01-101-1/+1
* Drop pango-fontset-private.hMatthias Clasen2021-12-241-0/+1
* coretext: correctly clamp the core text weights at min/max valuesJeremy Tan2021-11-121-4/+5
* coretext: Set size on font descriptionsMatthias Clasen2021-08-311-0/+7
* -Wincompatible-pointer-typescoretext-warningsKhaled Hosny2021-08-281-1/+1
* -Wincompatible-pointer-types-discards-qualifiersKhaled Hosny2021-08-281-1/+1
* Add some NULL checksadd-null-checkdsMatthias Clasen2021-05-091-1/+2
* Use g_memdup2()memdup2Matthias Clasen2021-03-181-1/+1
* macos: Implement pango_font_get_faceMatthias Clasen2021-01-041-0/+51
* Add pango_font_get_faceMatthias Clasen2019-10-311-0/+10
* Add pango_font_face_get_familyMatthias Clasen2019-10-311-0/+9
* [coretext] make setting font gravity workKhaled Hosny2019-10-231-0/+1
* coretext: Make “system-ui” alias workKhaled Hosny2019-08-011-16/+15
* Add system-ui generic family supportAkira TAGOH2019-07-241-0/+12
* coretext: Plug a memory leakMatthias Clasen2019-07-051-0/+3
* Core text: Fix indexing into cascade list when multiple fonts are selectedJeremy Tan2019-06-101-14/+14
* macOS: Use system `Apple Color Emoji` font for emoji characters.Suyuan Chang2019-01-251-2/+6
* Fix build failure in C89 modeRyan Schmidt2018-08-041-1/+2
* fix comma-separated font list on macOS fixes #252Pravdomil Toman2018-06-271-22/+36
* Restore scaling of CoreText fonts.John Ralls2018-05-081-3/+12
* CoreText: Remove absolute size and scaling to screen resolution.John Ralls2017-08-151-43/+26
* Fix build on OS XMatthias Clasen2016-09-121-2/+2
* Bug 766148 - CT font weights do not map correctly to PangoWeightBehdad Esfahbod2016-05-191-33/+43
* coretext: guard for unset languageKristian Rietveld2015-05-291-10/+18
* coretext: ensure weight is always initializedKristian Rietveld2015-05-061-1/+1
* coretext: use public function to obtain cascade list if availableKristian Rietveld2015-05-061-0/+23
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-051-1/+0
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-4/+0
* Check kCTFontCondensedTrait when creating from CTFontDescriptionRef.Cody Russell2014-10-311-0/+3
* [coretext] NULL check in ct_font_descriptor_get_weight()Cody Russell2014-09-281-1/+1
* [coretext] Support PANGO_WEIGHT_SEMILIGHTBehdad Esfahbod2014-07-261-6/+8
* Add pango_font_map_changed()Alexander Larsson2013-02-261-0/+11
* Track changes in FontMaps using a serialAlexander Larsson2012-12-061-0/+10
* Fix PangoCoreTextFontsetClass definition so that it buildsJohn Ralls2012-08-301-4/+9
* More churnBehdad Esfahbod2012-08-281-9/+5
* coretext: don't insert item in the hash if it originated from the hashKristian Rietveld2012-06-051-11/+14
* coretext: implement detection of fonts supporting small capsKristian Rietveld2012-06-041-4/+46
* Bug 673497 - corefont fallback not always workingKristian Rietveld2012-06-041-6/+42
* Use same font family name fallback in pango_core_text_font_map_initKristian Rietveld2012-05-131-6/+9
* Make CoreText backend more robust against broken fontsKristian Rietveld2012-01-281-11/+60
* CoreText backend: implement font fallbacksKristian Rietveld2012-01-281-347/+961
* CoreText: stricter handling of FontSymbolic traitsKristian Rietveld2011-11-141-5/+11
* Bug 650781 - Font Families are listed lowercaseMatej Knopp2011-05-311-7/+5
* Bug 648044; Change PangoCoreTextFace::weight to type PangoWeight and perform ...John Ralls2011-05-011-52/+44
* Finish conversion to using G_DEFINE_TYPE: Provide PangoCoreTextFamilyClass an...John Ralls2011-04-301-43/+50
* pango/pangocoretext-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-35/+2
* Properly propagate font size in pango_core_text_font_map_load_fontKristian Rietveld2011-04-141-1/+7