summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-6/+3
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-8/+8
* Revert last patch again :(.Behdad Esfahbod2006-01-291-86/+19
* Create fake Bold, Italic, and Bold Italic faces for fonts that do not haveBehdad Esfahbod2006-01-291-19/+84
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-2/+3
* Fix bug #323540.Behdad Esfahbod2005-12-121-39/+3
* Free ->fontset_hash. (#323498, Morten Welinder)Behdad Esfahbod2005-12-081-0/+3
* Finish previous patch. Use GType private data, cache it into fcfont->priv.Behdad Esfahbod2005-11-221-1/+1
* Fixes #322174:Federico Mena Quintero2005-11-221-3/+3
* Return double instead of int. (#321891, Sebastian Bacher)Behdad Esfahbod2005-11-211-2/+2
* Compare language too. (#318168)Behdad Esfahbod2005-11-171-0/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-0/+2
* Handle context == NULL. (Reported by Behdad Esfahbod)Owen Taylor2005-07-221-1/+6
* use GPOINTER_TO_UINT() instead of bare casts to guint.Manish Singh2005-07-221-2/+2
* Fix an excess copy. (pango_fc_font_map_get_patterns): Add back a call toOwen Taylor2005-07-211-3/+3
* Load a fontset and return the first font to take advantage of existingOwen Taylor2005-07-211-7/+28
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-219/+337
* Add a new context_substitute() virtual function that replacesOwen Taylor2005-06-141-7/+11
* Include the effect of the CTM in the FC_PIXEL_SIZE we set in theOwen Taylor2005-03-151-24/+58
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-031-32/+45
* Add checks for CairoOwen Taylor2005-01-091-11/+17
* Fix problem where MEDIUM was getting grouped with SEMIBOLD rather thanOwen Taylor2004-12-311-1/+1
* Use FC_WEIGHT_MEDIUM, not FC_WEIGHT_NORMAL in old-fontconfig case.Owen Taylor2004-12-171-1/+1
* Add short and long descriptions.pango-1-8-branchpointOwen Taylor2004-12-161-21/+132
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-1/+4
* Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen)Owen Taylor2004-12-141-6/+47
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-221-3/+3
* Const-ification fix.Owen Taylor2004-07-101-3/+3
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-39/+8
* Add new letter_spacing attribute.Owen Taylor2004-06-231-13/+12
* Add export of pangofc-decoder.h. Build pangofc-decoder.c.Christopher Blizzard2004-06-091-12/+108
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-20/+67
* Convert PangoStretch to and from FC_WIDTH, so we can actually getManish Singh2004-03-121-67/+157
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-011-1/+1
* Remove the INSTANCE_PRIVATE_DATA_WORKS #ifdefs, since it does work now.Owen Taylor2004-03-011-14/+1
* Use g_array_sort correctly.Noah Levitt2004-02-261-2/+5
* New API pango_font_family_is_monospace. (#108728)Noah Levitt2004-02-231-8/+40
* Handle NULL for sizes and n_sizes.Noah Levitt2004-02-231-8/+18
* Handle possibility of FcPatternGetDouble(FC_DPI) failing.Noah Levitt2004-02-231-1/+2
* New API for getting available sizes for a bitmap font face.Noah Levitt2004-02-231-0/+84
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-0/+1
* Fix a g_assert() with a side-effect. (Maybe #121742?)Owen Taylor2003-09-151-1/+3
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-4/+4
* Remove ABSTRACT from g_type_register_static() callSoeren Sandmann2003-08-201-2/+1
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-113/+273
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-74/+98
* When we get an isolated tone in isolation, do something reasonable ratherOwen Taylor2002-12-171-0/+12
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-071-1/+14
* === Released 1.1.3 ===PANGO_1_1_3Owen Taylor2002-11-021-0/+1