summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* Fix compiler warningsBehdad Esfahbod2009-08-121-1/+1
* [xft,ft2] Fix empty-glyph logical extentsBehdad Esfahbod2009-04-061-5/+12
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-131-0/+1
* Fix more warnings.Behdad Esfahbod2008-12-261-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* indentation.Sven Neumann2008-02-131-8/+10
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-40/+27
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Patch from Chris WilsonBehdad Esfahbod2007-09-071-2/+1
* Bug 399738 – pango 1.15.5 won't compile on Mac OS X: 'FC_HINT_STYLE'Behdad Esfahbod2007-01-231-0/+5
* Respect FC_HINT_STYLE. Patch has been in Fedora for ages.Behdad Esfahbod2007-01-181-2/+16
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-9/+9
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-31/+31
* Fix typo in docs.Behdad Esfahbod2007-01-081-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-241-0/+2
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-311-3/+3
* Make const data static. Doesn't help as it's got strings to relocate.Behdad Esfahbod2006-03-311-1/+1
* 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