summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in docs.Behdad Esfahbod2006-01-211-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-1/+2
* Add checks for ATSUI.Anders Carlsson2005-11-221-2/+6
* Call get_context_info after g_return_if_fail.Behdad Esfahbod2005-11-101-1/+3
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-0/+1
* Use quarks for GObject data to improve performance. (Patch from FedericoBehdad Esfahbod2005-11-041-4/+10
* Use g_free() to free g_new()-allocated data, otherwise the GLib memoryMatthias Clasen2005-09-111-1/+1
* Fix mixed code and declarations (#311626, Kazuki IWAMOTO)Owen Taylor2005-07-261-2/+6
* Set font options as well.Owen Taylor2005-07-251-1/+8
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-42/+167
* Add a new context_substitute() virtual function that replacesOwen Taylor2005-06-141-0/+65
* Update for Cairo API changes.Owen Taylor2005-05-071-5/+7
* Test for renamed cairo_win32_scaled_font_select_font().Owen Taylor2005-04-071-6/+3