summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Link syntax fixesdocs-link-fixesMatthias Clasen2021-05-251-3/+3
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-1/+1
* Fix various broken linksMatthias Clasen2021-03-111-5/+5
* pangocairo: Tweak docsMatthias Clasen2021-03-111-4/+8
* docs: Port PangoCairo apis to the new doc formatMatthias Clasen2021-03-111-48/+49
* use g_critical instead of g_errorNaveen M K2021-01-191-1/+1
* CosmeticMatthias Clasen2020-08-211-2/+2
* Drop g_type_init callsMatthias Clasen2019-07-041-8/+0
* Add many missing nullability annotations.Evan Nemerson2014-10-161-5/+5
* Bug 733898 - Fix build of pangocairo-fontmap.cBehdad Esfahbod2014-07-291-6/+9
* [pangocairo] Fix backend selection through $PANGOCAIRO_BACKENDBehdad Esfahbod2014-07-281-5/+16
* Accept PANGOCAIRO_BACKEND=fc as alias to fontconfigBehdad Esfahbod2014-07-241-2/+3
* [pangocairo] Allow backend selectionBehdad Esfahbod2014-07-231-6/+19
* Call g_type_init if necessaryBehdad Esfahbod2013-03-151-0/+8
* Fix warning in g_object_ref (NULL)Behdad Esfahbod2013-01-071-1/+4
* Update docs to reflect per-thread default fontmapBehdad Esfahbod2013-01-031-2/+12
* Make pango threadsafe!Behdad Esfahbod2013-01-031-23/+10
* More thread-safetyBehdad Esfahbod2012-08-271-6/+10
* Make static data thread safe in pangocairo-fontmap.cAlessandro Pignotti2012-08-271-2/+2
* Check for Cairo-Quartz as well as CoreTextJohn Ralls2012-08-221-3/+3
* Still more atsui removalJohn Ralls2012-08-221-15/+3
* introspection: Remove incorrect trailing colon from (skip)Colin Walters2011-06-151-1/+1
* Use G_DEFINE_INTERFACE in PangoCairoFontMapJavier Jardón2011-04-301-27/+5
* Removing introspection warnings from pangocairo-fontmapAlberto Ruiz2011-04-261-9/+9
* Start implementation of CoreText backendKristian Rietveld2011-04-141-1/+13
* Fix warnings.Behdad Esfahbod2008-12-261-2/+2
* Bug 547432: Deprecation of pango_(backend)_font_map_create_context() notSven Herzberg2008-08-121-3/+2
* Bug 546534 – pango_cairo_font_map_set_default(NULL) errsBehdad Esfahbod2008-08-061-3/+6
* Make the following API public:Behdad Esfahbod2008-08-061-6/+4
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Require cairo >= 1.6.4. Remove compat cruft that were added to supportBehdad Esfahbod2008-04-211-1/+1
* Bug 514617 – Add pango_cairo_font_map_set_default()Behdad Esfahbod2008-04-211-3/+37
* Improve pango_cairo_font_map_get_default() docs.Behdad Esfahbod2007-12-101-1/+6
* Minor doc improvement.Behdad Esfahbod2007-12-071-1/+1
* New engine public macros:Behdad Esfahbod2007-06-121-0/+1
* Make sure all enabled font backends included (reported by VincentBehdad Esfahbod2007-06-111-2/+4
* Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – AddBehdad Esfahbod2007-06-111-1/+64
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-101-16/+0
* Rip non-fontmap stuff from pangocairo-fontmap.c into pangocairo-context.c.Behdad Esfahbod2007-05-041-299/+0
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-38/+38
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the objectBehdad Esfahbod2006-11-281-1/+1
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-131-1/+1
* Minor.Behdad Esfahbod2006-05-221-2/+2
* Remove unused struct _cairo_font_options.Behdad Esfahbod2006-05-211-7/+0
* Bug 337502 – Win32 build fix Patch from Alexander Larsson.Behdad Esfahbod2006-04-061-2/+2
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-2/+2
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-2/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2