| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 399738 – pango 1.15.5 won't compile on Mac OS X: 'FC_HINT_STYLE' | Behdad Esfahbod | 2007-01-23 | 1 | -0/+5 |
* | Respect FC_HINT_STYLE. Patch has been in Fedora for ages. | Behdad Esfahbod | 2007-01-18 | 1 | -2/+16 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -9/+9 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -31/+31 |
* | Fix typo in docs. | Behdad Esfahbod | 2007-01-08 | 1 | -1/+1 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -2/+2 |
* | Bug 384543 – FcFontMatch misuse | Behdad Esfahbod | 2006-12-24 | 1 | -0/+2 |
* | Change char* to char[] in the ft error table, to avoid relocations. | Behdad Esfahbod | 2006-03-31 | 1 | -3/+3 |
* | Make const data static. Doesn't help as it's got strings to relocate. | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Change g_critical to g_warning. We already handle them gracefully. | Behdad Esfahbod | 2006-02-21 | 1 | -1/+1 |
* | Warn only once per font-description that cannot be loaded. | Behdad Esfahbod | 2006-02-06 | 1 | -2/+2 |
* | AC_DEFINE various version components. | Behdad Esfahbod | 2006-02-05 | 1 | -1/+1 |
* | Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap with | Behdad Esfahbod | 2006-02-05 | 1 | -3/+5 |
* | Move the FT_IS_SFNT(font) logic into pango_ft2_get_unknown glyph. | Behdad Esfahbod | 2006-02-04 | 1 | -8/+13 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -27/+59 |
* | Do unknown glyph extents here too. | Behdad Esfahbod | 2006-02-02 | 1 | -2/+12 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -0/+11 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -2/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -1/+1 |
* | Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for the | Behdad Esfahbod | 2005-11-09 | 1 | -1/+4 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -1/+3 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -34/+0 |
* | Add pixel sizes for fonts (#119081, patch from Chris Lahey) | Owen Taylor | 2004-12-16 | 1 | -2/+2 |
* | Up version to 1.7.0. | Owen Taylor | 2004-09-24 | 1 | -562/+0 |
* | Cleanups from 'sparse', #149922, Kjartan Maraas | Owen Taylor | 2004-09-22 | 1 | -1/+1 |
* | === Released 1.6.0 ===PANGO_1_6_0 | Owen Taylor | 2004-09-14 | 1 | -0/+6 |
* | Need to export this function as a symbol if not in the header file since | Owen Taylor | 2004-07-19 | 1 | -4/+4 |
* | Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friends | Owen Taylor | 2004-07-10 | 1 | -10/+10 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -58/+21 |
* | Add hinted/transform flags to the font structure to allow efficient | Owen Taylor | 2004-07-10 | 1 | -53/+7 |
* | *** empty log message *** | Owen Taylor | 2004-06-21 | 1 | -1/+3 |
* | For cleanliness, unref the fontmap if we get an error from FreeType. | Owen Taylor | 2004-06-21 | 1 | -3/+15 |
* | Add PangoMatrix type for affine transforms. | Owen Taylor | 2004-05-28 | 1 | -111/+248 |
* | Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR. | Owen Taylor | 2004-02-29 | 1 | -1/+1 |
* | un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-29 | 1 | -0/+23 |
* | reverted the patch for bug #123602 since I only applied it accidentally. I | Sven Neumann | 2003-11-20 | 1 | -39/+8 |
* | Switch over to recommended Freetype system of include ft2build.h then | Owen Taylor | 2003-11-01 | 1 | -2/+0 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 1 | -204/+17 |
* | Add API to kern a complete glyph string. Remove API to kern individual | Soeren Sandmann | 2003-08-02 | 1 | -33/+62 |
* | removed redundant call to pango_layout_line_get_extents() (#116822). | Sven Neumann | 2003-07-24 | 1 | -56/+74 |
* | added support for rise, strikethru and shape attributes. (#109900). | Sven Neumann | 2003-05-28 | 1 | -70/+97 |
* | Fix some stupid type registration/ class size problems from last commit. | Owen Taylor | 2003-04-15 | 1 | -3/+3 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 1 | -23/+102 |
* | disable antialiasing if requested. Fixes bug #109370. | Sven Neumann | 2003-04-03 | 1 | -13/+30 |
* | pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.c | Sven Neumann | 2003-04-02 | 1 | -66/+21 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -18/+0 |
* | fix a typo in the @bitmap argument description. s/line/layout | Chema Celorio | 2003-02-16 | 1 | -1/+1 |
* | Print out an informative error message and exit(1) if no fonts are found. | Owen Taylor | 2002-12-07 | 1 | -5/+2 |
* | Don't use face->generic.data to hold the size the face is currently set | Owen Taylor | 2002-12-07 | 1 | -17/+11 |
* | Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr(). | Owen Taylor | 2002-12-06 | 1 | -2/+2 |