| Commit message (Expand) | Author | Age | Files | Lines |
* | Port pangofc-font.c to GWeakRef | Behdad Esfahbod | 2012-08-29 | 1 | -24/+26 |
* | More churn | Behdad Esfahbod | 2012-08-28 | 1 | -6/+5 |
* | Deprecate pango_fc_font_kern_glyphs() | Behdad Esfahbod | 2012-08-25 | 1 | -0/+1 |
* | Deprecate pango-ot.h | Behdad Esfahbod | 2012-08-23 | 1 | -2/+0 |
* | Annotations: add missing colons after symbol names | Pavel Holejsovsky | 2012-06-04 | 1 | -3/+3 |
* | Bug 625807 - approximate character width is 0 on pangoft2 | Behdad Esfahbod | 2010-08-06 | 1 | -3/+45 |
* | [cairo] Refactor common code in create_metrics_for_context() | Behdad Esfahbod | 2010-05-04 | 1 | -48/+3 |
* | Bug 341481 - pangocairo kerning problem with nonidentity scaling | Behdad Esfahbod | 2009-11-17 | 1 | -0/+19 |
* | Bug 589133 – Firefox 3.5 complains about invalid weak references | Behdad Esfahbod | 2009-07-20 | 1 | -2/+11 |
* | Bug 585806 – crash during pango_fc_font_map_shutdown | Behdad Esfahbod | 2009-07-20 | 1 | -3/+0 |
* | Bug 586814 – Crashes related to fontmap destruction after upgrade | Behdad Esfahbod | 2009-06-24 | 1 | -1/+5 |
* | [pangofc] Be more tolerant on the "fontmap" property setting | Behdad Esfahbod | 2009-04-08 | 1 | -1/+1 |
* | [pangofc] Share cmap cache between PangoFcFont's of the same face (#567160) | Behdad Esfahbod | 2009-03-13 | 1 | -28/+13 |
* | [pangofc] Add a "fontmap" property to PangoFcFont | Behdad Esfahbod | 2009-03-13 | 1 | -4/+38 |
* | Bug 566727 – PangoFontsetLazy | Behdad Esfahbod | 2009-01-28 | 1 | -0/+3 |
* | Change PangoFc font loading API such that PangoContext is not passed down. | Behdad Esfahbod | 2009-01-28 | 1 | -7/+7 |
* | Fix more warnings. | Behdad Esfahbod | 2008-12-26 | 1 | -2/+2 |
* | Bug 563356 – The input area of firefox and the blank width after text in | Behdad Esfahbod | 2008-12-06 | 1 | -1/+1 |
* | Bug 558254 – Internal reference handling messed up | Behdad Esfahbod | 2008-10-28 | 1 | -0/+3 |
* | Bug 143542 – PangoFT2Fontmap leak | Behdad Esfahbod | 2008-08-22 | 1 | -2/+7 |
* | Make the following API public: | Behdad Esfahbod | 2008-08-06 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 537186 – Make PangoFcFont pattern property readable | Behdad Esfahbod | 2008-06-09 | 1 | -1/+27 |
* | Bug 485536 – underline_position can be zero | Behdad Esfahbod | 2007-11-30 | 1 | -15/+27 |
* | Bug 472924 – Mark some classes abstract | Behdad Esfahbod | 2007-10-24 | 1 | -1/+1 |
* | Bug 481537 – compiler warning fixes Patch from Kjartan Maraas | Behdad Esfahbod | 2007-10-15 | 1 | -1/+1 |
* | Bug 466755 – pango hangul is crashing in gnome-about because it is | Behdad Esfahbod | 2007-08-14 | 1 | -6/+17 |
* | Quantize kerning adjustment, otherwise all the metrics hinting effort will | Behdad Esfahbod | 2007-04-12 | 1 | -2/+9 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -11/+11 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -44/+44 |
* | Use pango_layout(_iter)?_get_line_readonly() instead of | Behdad Esfahbod | 2007-01-16 | 1 | -1/+1 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -2/+2 |
* | Bug 369670 – Checked g_free calls | Behdad Esfahbod | 2006-11-02 | 1 | -2/+1 |
* | Bug 355435 – Invalid calls to pango_map_get_engine() Patch from | Behdad Esfahbod | 2006-09-11 | 1 | -1/+3 |
* | Bug 342525 – With PangoFc and PangoWin32, approximate digit width is not | Behdad Esfahbod | 2006-05-22 | 1 | -3/+28 |
* | New function pango_font_describe_with_absolute_size(). | Behdad Esfahbod | 2006-05-22 | 1 | -1/+18 |
* | Bug 342525 – With PangoFc and PangoWin32, approximate digit width is not | Behdad Esfahbod | 2006-05-22 | 1 | -28/+3 |
* | Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont to | Behdad Esfahbod | 2006-04-29 | 1 | -10/+49 |
* | Bug 307196 – Unhinted fonts are measured incorrectly and drawing | Behdad Esfahbod | 2006-04-29 | 1 | -8/+37 |
* | Don't use is_hinted. Metrics are always hinted now. | Behdad Esfahbod | 2006-04-28 | 1 | -37/+8 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Fix blurred underlines on Win32 (#332656): | Tor Lillqvist | 2006-03-31 | 1 | -24/+4 |
* | 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 |