summaryrefslogtreecommitdiff
path: root/pango/pangofc-font.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 625807 - approximate character width is 0 on pangoft2Behdad Esfahbod2010-08-061-3/+45
* [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-041-48/+3
* Bug 341481 - pangocairo kerning problem with nonidentity scalingBehdad Esfahbod2009-11-171-0/+19
* Bug 589133 – Firefox 3.5 complains about invalid weak referencesBehdad Esfahbod2009-07-201-2/+11
* Bug 585806 – crash during pango_fc_font_map_shutdownBehdad Esfahbod2009-07-201-3/+0
* Bug 586814 – Crashes related to fontmap destruction after upgradeBehdad Esfahbod2009-06-241-1/+5
* [pangofc] Be more tolerant on the "fontmap" property settingBehdad Esfahbod2009-04-081-1/+1
* [pangofc] Share cmap cache between PangoFcFont's of the same face (#567160)Behdad Esfahbod2009-03-131-28/+13
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-131-4/+38
* Bug 566727 – PangoFontsetLazyBehdad Esfahbod2009-01-281-0/+3
* Change PangoFc font loading API such that PangoContext is not passed down.Behdad Esfahbod2009-01-281-7/+7
* Fix more warnings.Behdad Esfahbod2008-12-261-2/+2
* Bug 563356 – The input area of firefox and the blank width after text inBehdad Esfahbod2008-12-061-1/+1
* Bug 558254 – Internal reference handling messed upBehdad Esfahbod2008-10-281-0/+3
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-2/+7
* Make the following API public:Behdad Esfahbod2008-08-061-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 537186 – Make PangoFcFont pattern property readableBehdad Esfahbod2008-06-091-1/+27
* Bug 485536 – underline_position can be zeroBehdad Esfahbod2007-11-301-15/+27
* Bug 472924 – Mark some classes abstractBehdad Esfahbod2007-10-241-1/+1
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Bug 466755 – pango hangul is crashing in gnome-about because it isBehdad Esfahbod2007-08-141-6/+17
* Quantize kerning adjustment, otherwise all the metrics hinting effort willBehdad Esfahbod2007-04-121-2/+9
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-11/+11
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-44/+44
* Use pango_layout(_iter)?_get_line_readonly() instead ofBehdad Esfahbod2007-01-161-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Bug 369670 – Checked g_free callsBehdad Esfahbod2006-11-021-2/+1
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-111-1/+3
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-221-3/+28
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-221-1/+18
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-221-28/+3
* Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont toBehdad Esfahbod2006-04-291-10/+49
* Bug 307196 – Unhinted fonts are measured incorrectly and drawingBehdad Esfahbod2006-04-291-8/+37
* Don't use is_hinted. Metrics are always hinted now.Behdad Esfahbod2006-04-281-37/+8
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Fix blurred underlines on Win32 (#332656):Tor Lillqvist2006-03-311-24/+4
* Bug 314239 – pangocairo crashes when font cannot be readBehdad Esfahbod2006-02-211-0/+11
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-4/+4
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-5/+5
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-3/+7
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+2
* Finish previous patch. Use GType private data, cache it into fcfont->priv.Behdad Esfahbod2005-11-221-18/+13
* Fixes #322174:Federico Mena Quintero2005-11-221-6/+25
* More documentation improvements.Behdad Esfahbod2005-11-171-4/+4
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Use macros for locking and unlocking fonts we know are valid to avoidBehdad Esfahbod2005-11-041-14/+26