summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-11-21 05:00:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-11-21 05:00:22 +0000
commit49f1502b5ccc88f8592dd217b28a04af52a2d691 (patch)
treec0130c0469f4914f0524e106c6e82996932d65e5 /ChangeLog
parentf6d966476dfe3a3fcd44941cd698b8153460a9ca (diff)
downloadpango-49f1502b5ccc88f8592dd217b28a04af52a2d691.tar.gz
Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen)
Sat Nov 20 23:50:40 2004 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-font.c (get_glyph_extents_missing): Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen) * pango/pangoxft-render.c (box_in_bounds): Fix sign typo. * pango/pangoxft-render.c (pango_xft_renderer_draw_glyphs): * pango/pangoxft-font.c (get_glyph_extents_missing): Adjust vertical positioning so that we get integral positioning of the box without a transform.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4975edd4..651d3868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Sat Nov 20 23:50:40 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pangoxft-font.c (get_glyph_extents_missing): Fix double
+ multiplication by PANGO_SCALE. (#157419, Matthias Clasen)
+
+ * pango/pangoxft-render.c (box_in_bounds): Fix sign typo.
+
+ * pango/pangoxft-render.c (pango_xft_renderer_draw_glyphs):
+ * pango/pangoxft-font.c (get_glyph_extents_missing):
+ Adjust vertical positioning so that we get integral positioning of
+ the box without a transform.
+
Fri Nov 19 18:45:24 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-renderer.c (pango_renderer_default_draw_error_underline):