| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix problem where MEDIUM was getting grouped with SEMIBOLD rather than | Owen Taylor | 2004-12-31 | 1 | -1/+1 |
* | Use FC_WEIGHT_MEDIUM, not FC_WEIGHT_NORMAL in old-fontconfig case. | Owen Taylor | 2004-12-17 | 1 | -1/+1 |
* | Add short and long descriptions.pango-1-8-branchpoint | Owen Taylor | 2004-12-16 | 1 | -21/+132 |
* | Add pixel sizes for fonts (#119081, patch from Chris Lahey) | Owen Taylor | 2004-12-16 | 1 | -1/+4 |
* | Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen) | Owen Taylor | 2004-12-14 | 1 | -6/+47 |
* | Cleanups from 'sparse', #149922, Kjartan Maraas | Owen Taylor | 2004-09-22 | 1 | -3/+3 |
* | Const-ification fix. | Owen Taylor | 2004-07-10 | 1 | -3/+3 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -39/+8 |
* | Add new letter_spacing attribute. | Owen Taylor | 2004-06-23 | 1 | -13/+12 |
* | Add export of pangofc-decoder.h. Build pangofc-decoder.c. | Christopher Blizzard | 2004-06-09 | 1 | -12/+108 |
* | Add PangoMatrix type for affine transforms. | Owen Taylor | 2004-05-28 | 1 | -20/+67 |
* | Convert PangoStretch to and from FC_WIDTH, so we can actually get | Manish Singh | 2004-03-12 | 1 | -67/+157 |
* | Patch from Dov Grobgeld to add auto-direction to PangoLayout (more of | Owen Taylor | 2004-03-01 | 1 | -1/+1 |
* | Remove the INSTANCE_PRIVATE_DATA_WORKS #ifdefs, since it does work now. | Owen Taylor | 2004-03-01 | 1 | -14/+1 |
* | Use g_array_sort correctly. | Noah Levitt | 2004-02-26 | 1 | -2/+5 |
* | New API pango_font_family_is_monospace. (#108728) | Noah Levitt | 2004-02-23 | 1 | -8/+40 |
* | Handle NULL for sizes and n_sizes. | Noah Levitt | 2004-02-23 | 1 | -8/+18 |