summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-12-18 02:34:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-12-18 02:34:53 +0000
commiteb12e36e8f06cd04b9f7b7b1de0c110a1e3dcb96 (patch)
tree331f54d36b8e2b99e82aecf444fe71a034578273 /ChangeLog
parent5c3e7af5c1718a153288a97729fa4ccaccb93b26 (diff)
downloadpango-eb12e36e8f06cd04b9f7b7b1de0c110a1e3dcb96.tar.gz
Avoid some floating-point operations by caching the y value for the
2006-12-17 Behdad Esfahbod <behdad@gnome.org> * pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Avoid some floating-point operations by caching the y value for the baseline, using it for glyphs having y_offset of 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64eb083d..b7a60cc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-17 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs):
+ Avoid some floating-point operations by caching the y value for the
+ baseline, using it for glyphs having y_offset of 0.
+
2006-12-15 Frederic Crozat <fcrozat@mandriva.com>
Bug 385478 – Fix tests on OPD platform