summaryrefslogtreecommitdiff
path: root/pango/pangocairo-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 337502 – Win32 build fix Patch from Alexander Larsson.Behdad Esfahbod2006-04-061-2/+2
* 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
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-3/+9
* Add checks for CairoOwen Taylor2005-01-091-0/+285