| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 307196 – Unhinted fonts are measured incorrectly and drawing | Behdad Esfahbod | 2006-04-29 | 1 | -5/+36 |
* | Don't use is_hinted. Metrics are always hinted now. | Behdad Esfahbod | 2006-04-28 | 1 | -36/+5 |
* | Bug 314239 – pangocairo crashes when font cannot be read | Behdad Esfahbod | 2006-02-21 | 1 | -0/+11 |
* | Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap with | Behdad Esfahbod | 2006-02-05 | 1 | -4/+4 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -5/+5 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -3/+7 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -2/+2 |
* | Make matrix parameter const. | Behdad Esfahbod | 2006-01-21 | 1 | -2/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+2 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+2 |
* | Finish previous patch. Use GType private data, cache it into fcfont->priv. | Behdad Esfahbod | 2005-11-22 | 1 | -18/+13 |
* | Fixes #322174: | Federico Mena Quintero | 2005-11-22 | 1 | -6/+25 |
* | More documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -4/+4 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -1/+1 |
* | Use macros for locking and unlocking fonts we know are valid to avoid | Behdad Esfahbod | 2005-11-04 | 1 | -14/+26 |
* | Cut out the meat of pango_fc_font_get_metrics_for_context() and export it | Owen Taylor | 2005-08-15 | 1 | -33/+44 |
* | map get_font_map to the right function. | Manish Singh | 2005-02-25 | 1 | -1/+1 |
* | PangoCairoFontMap for win32 fonts. | Owen Taylor | 2005-02-24 | 1 | -0/+10 |
* | Fix unpaired lock/unlock_face(). | Owen Taylor | 2005-02-03 | 1 | -3/+3 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -7/+41 |
* | Use get_glyph_extents_raw() when hinting is disabled as well as when we | Owen Taylor | 2004-09-22 | 1 | -1/+2 |
* | Don't use face->ascender/descender for non-scalable fonts, since they | Owen Taylor | 2004-09-20 | 1 | -1/+2 |
* | Need to export this function as a symbol if not in the header file since | Owen Taylor | 2004-07-19 | 1 | -6/+6 |
* | Replace non-breaking-space with a normal space before looking it up. | Owen Taylor | 2004-07-15 | 1 | -0/+6 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -39/+12 |
* | Add hinted/transform flags to the font structure to allow efficient | Owen Taylor | 2004-07-10 | 1 | -7/+144 |
* | For cleanliness, unref the fontmap if we get an error from FreeType. | Owen Taylor | 2004-06-21 | 1 | -1/+11 |
* | Add export of pangofc-decoder.h. Build pangofc-decoder.c. | Christopher Blizzard | 2004-06-09 | 1 | -1/+83 |
* | Add underline and strikethrough position and thickness metrics. | Owen Taylor | 2004-05-27 | 1 | -0/+75 |
* | Make approximate_digit_width the width of the widest digit, rather than | Noah Levitt | 2004-02-19 | 1 | -5/+26 |
* | Fix sign of metrics->descent. | Owen Taylor | 2003-08-03 | 1 | -2/+2 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 1 | -3/+317 |
* | Add API to kern a complete glyph string. Remove API to kern individual | Soeren Sandmann | 2003-08-02 | 1 | -15/+9 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 1 | -0/+175 |