summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Part of Bug 474708 – pangocairo leaks memoryBehdad Esfahbod2007-09-081-1/+1
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-2/+2
* Bug 440588 – Add pango_font_face_is_synthesized()Behdad Esfahbod2007-06-111-7/+16
* Don't set gravity in pango_fc_font_description_from_pattern() if it wasBehdad Esfahbod2007-05-101-8/+4
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-3/+3
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-68/+68
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-92/+92
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-12/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-241-1/+4
* Bug 319808 – Patch to let pango support artifical italic, bold and boldBehdad Esfahbod2006-12-131-19/+84
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-131-2/+2
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-151-0/+4
* Support per-item gravity.Behdad Esfahbod2006-08-211-13/+34
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-201-1/+2
* Part of Bug 348825 – pango should optimize away calls to FcFontSort asBehdad Esfahbod2006-08-171-1/+1
* Oops. Exchange west<->east and north<->south gravities. The gravity is theBehdad Esfahbod2006-08-151-2/+2
* Support --gravity.Behdad Esfahbod2006-08-151-5/+25
* Add FIXME note about handling item gravity.Behdad Esfahbod2006-08-151-0/+6
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* 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