summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fcfontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ch/83' into 'master'Matthias Clasen2020-09-181-0/+2
|\
| * add pango_fc_font_map_set_default_substituteCaleb Hearon2020-06-131-0/+2
* | cairo: Use the proper FcConfigMatthias Clasen2020-08-181-1/+1
|/
* Drop an unused functionMatthias Clasen2019-07-121-29/+0
* Header cleanupMatthias Clasen2019-07-041-2/+2
* Ignore undefined macros when importing freetype / 2Emmanuele Bassi2017-05-311-0/+5
* Add pango_font_map_changed()Alexander Larsson2013-02-261-0/+11
* Track changes in FontMaps using a serialAlexander Larsson2012-12-061-2/+20
* Bug 567165 – Apply all pattern matricesBehdad Esfahbod2009-01-281-5/+5
* Change PangoFc font loading API such that PangoContext is not passed down.Behdad Esfahbod2009-01-281-11/+9
* Finalize FreeType library after finalizing the FC fontmap. Fixes segfaultBehdad Esfahbod2009-01-021-2/+2
* Fix warnings.Behdad Esfahbod2008-12-261-7/+7
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Part of Bug 474708 – pangocairo leaks memoryBehdad Esfahbod2007-09-081-3/+0
* Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – AddBehdad Esfahbod2007-06-111-0/+7
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-101-12/+0
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-10/+10
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-241-2/+3
* Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the objectBehdad Esfahbod2006-11-281-7/+7
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-20/+68
* Add a new context_substitute() virtual function that replacesOwen Taylor2005-06-141-2/+7
* Include the effect of the CTM in the FC_PIXEL_SIZE we set in theOwen Taylor2005-03-151-4/+6
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-031-4/+18
* Add checks for CairoOwen Taylor2005-01-091-0/+140