| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 478914 – Use something invalid instead of '?' when validating input | Behdad Esfahbod | 2007-12-10 | 1 | -8/+4 |
* | Cosmetic | Behdad Esfahbod | 2007-10-26 | 1 | -1/+0 |
* | Call FcFontSetDestroy() instead of FcFontSetSortDestroy(). These days they | Behdad Esfahbod | 2007-10-26 | 1 | -1/+1 |
* | Bug 478865 – Drastically reduce number of PangoFont objects created for | Behdad Esfahbod | 2007-10-24 | 1 | -10/+8 |
* | Bug 478865 – Drastically reduce number of PangoFont objects created for | Behdad Esfahbod | 2007-10-24 | 1 | -29/+18 |
* | Bug 472924 – Mark some classes abstract | Behdad Esfahbod | 2007-10-24 | 1 | -1/+1 |
* | Bug 471601 – Pass pango version information to fontconfig | Behdad Esfahbod | 2007-10-24 | 1 | -0/+1 |
* | Fix typo in comments. | Behdad Esfahbod | 2007-09-21 | 1 | -1/+1 |
* | Part of Bug 474708 – pangocairo leaks memory | Behdad Esfahbod | 2007-09-08 | 1 | -1/+1 |
* | Add G_UNLIKELY() to type registration block in _get_type() functions. | Behdad Esfahbod | 2007-06-20 | 1 | -2/+2 |
* | Bug 440588 – Add pango_font_face_is_synthesized() | Behdad Esfahbod | 2007-06-11 | 1 | -7/+16 |
* | Don't set gravity in pango_fc_font_description_from_pattern() if it was | Behdad Esfahbod | 2007-05-10 | 1 | -8/+4 |
* | *.c, *.h: Removed spaces followed b tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -3/+3 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -68/+68 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -92/+92 |
* | New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. New | Behdad Esfahbod | 2007-01-16 | 1 | -12/+1 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -2/+2 |
* | Bug 384543 – FcFontMatch misuse | Behdad Esfahbod | 2006-12-24 | 1 | -1/+4 |
* | Bug 319808 – Patch to let pango support artifical italic, bold and bold | Behdad Esfahbod | 2006-12-13 | 1 | -19/+84 |
* | Make TypeInfo structs not static. Reduces relocations. | Behdad Esfahbod | 2006-10-13 | 1 | -2/+2 |
* | Unset gravity on the resulting font description. We want gravity to be set | Behdad Esfahbod | 2006-09-15 | 1 | -0/+4 |
* | Support per-item gravity. | Behdad Esfahbod | 2006-08-21 | 1 | -13/+34 |
* | Correct switched return value of EAST/WEST. | Behdad Esfahbod | 2006-08-20 | 1 | -1/+2 |
* | Part of Bug 348825 – pango should optimize away calls to FcFontSort as | Behdad Esfahbod | 2006-08-17 | 1 | -1/+1 |
* | Oops. Exchange west<->east and north<->south gravities. The gravity is the | Behdad Esfahbod | 2006-08-15 | 1 | -2/+2 |
* | Support --gravity. | Behdad Esfahbod | 2006-08-15 | 1 | -5/+25 |
* | Add FIXME note about handling item gravity. | Behdad Esfahbod | 2006-08-15 | 1 | -0/+6 |
* | Hook up pango-utils.h into the documentation, as we are installing it | 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 | -6/+3 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -8/+8 |
* | Revert last patch again :(. | Behdad Esfahbod | 2006-01-29 | 1 | -86/+19 |
* | Create fake Bold, Italic, and Bold Italic faces for fonts that do not have | Behdad Esfahbod | 2006-01-29 | 1 | -19/+84 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+1 |
* | pango/Makefile.am, pango/fonts.c, pango/glyphstring.c, | Behdad Esfahbod | 2006-01-05 | 1 | -2/+3 |
* | Fix bug #323540. | Behdad Esfahbod | 2005-12-12 | 1 | -39/+3 |
* | Free ->fontset_hash. (#323498, Morten Welinder) | Behdad Esfahbod | 2005-12-08 | 1 | -0/+3 |
* | Finish previous patch. Use GType private data, cache it into fcfont->priv. | Behdad Esfahbod | 2005-11-22 | 1 | -1/+1 |
* | Fixes #322174: | Federico Mena Quintero | 2005-11-22 | 1 | -3/+3 |
* | Return double instead of int. (#321891, Sebastian Bacher) | Behdad Esfahbod | 2005-11-21 | 1 | -2/+2 |
* | Compare language too. (#318168) | Behdad Esfahbod | 2005-11-17 | 1 | -0/+1 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -0/+2 |
* | Handle context == NULL. (Reported by Behdad Esfahbod) | Owen Taylor | 2005-07-22 | 1 | -1/+6 |
* | use GPOINTER_TO_UINT() instead of bare casts to guint. | Manish Singh | 2005-07-22 | 1 | -2/+2 |
* | Fix an excess copy. (pango_fc_font_map_get_patterns): Add back a call to | Owen Taylor | 2005-07-21 | 1 | -3/+3 |
* | Load a fontset and return the first font to take advantage of existing | Owen Taylor | 2005-07-21 | 1 | -7/+28 |
* | Rework handling of context-specific options: drop get_render_key() and add | Owen Taylor | 2005-07-21 | 1 | -219/+337 |
* | Add a new context_substitute() virtual function that replaces | Owen Taylor | 2005-06-14 | 1 | -7/+11 |
* | Include the effect of the CTM in the FC_PIXEL_SIZE we set in the | Owen Taylor | 2005-03-15 | 1 | -24/+58 |
* | Open the file with mode "wb", include cairo-png.h. | Owen Taylor | 2005-02-03 | 1 | -32/+45 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -11/+17 |