summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
Commit message (Expand)AuthorAgeFilesLines
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
* Warn only once per font-description that cannot be loaded.Behdad Esfahbod2006-02-061-2/+2
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-1/+1
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-3/+5
* Move the FT_IS_SFNT(font) logic into pango_ft2_get_unknown glyph.Behdad Esfahbod2006-02-041-8/+13
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-27/+59
* Do unknown glyph extents here too.Behdad Esfahbod2006-02-021-2/+12
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-0/+11
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for theBehdad Esfahbod2005-11-091-1/+4
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+3
* Add checks for CairoOwen Taylor2005-01-091-34/+0
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-2/+2
* Up version to 1.7.0.Owen Taylor2004-09-241-562/+0
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-221-1/+1
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+6
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-191-4/+4
* Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friendsOwen Taylor2004-07-101-10/+10
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-58/+21
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-101-53/+7
* *** empty log message ***Owen Taylor2004-06-211-1/+3
* For cleanliness, unref the fontmap if we get an error from FreeType.Owen Taylor2004-06-211-3/+15
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-111/+248
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-291-1/+1
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-0/+23
* reverted the patch for bug #123602 since I only applied it accidentally. ISven Neumann2003-11-201-39/+8
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-011-2/+0
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-204/+17
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-33/+62
* removed redundant call to pango_layout_line_get_extents() (#116822).Sven Neumann2003-07-241-56/+74
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-281-70/+97
* Fix some stupid type registration/ class size problems from last commit.Owen Taylor2003-04-151-3/+3
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-23/+102
* disable antialiasing if requested. Fixes bug #109370.Sven Neumann2003-04-031-13/+30
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-021-66/+21
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-18/+0
* fix a typo in the @bitmap argument description. s/line/layoutChema Celorio2003-02-161-1/+1
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-071-5/+2
* Don't use face->generic.data to hold the size the face is currently setOwen Taylor2002-12-071-17/+11
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-061-2/+2
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-4/+4
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-161-59/+1
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-081-2/+2
* don't access the old (invalid) face pointer after loading a fallback faceSven Neumann2002-07-221-3/+3
* on Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-151-7/+10
* Fix some typos.Owen Taylor2002-07-031-4/+6
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-031-46/+105
* New function to allow tweaking of FcPattern default substitution (forOwen Taylor2002-07-031-44/+0
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-26/+35