summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-08 18:00:48 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-08 18:00:48 +0000
commit583a4c4e22f6e97a9cedfcd5bf17802582a39919 (patch)
tree3cabfe6c859b0c88f4d2188e711b659c4f6e459d /ChangeLog
parentb935a4bd82366ca770be6ce6f64f2aefce8e1a65 (diff)
downloadpango-583a4c4e22f6e97a9cedfcd5bf17802582a39919.tar.gz
Part of Bug 135683 – Cache glyphstring extents
2006-07-08 Behdad Esfahbod <behdad@gnome.org> Part of Bug 135683 – Cache glyphstring extents * pango/pango-layout.c (pango_layout_line_index_to_x), (pango_layout_line_x_to_index), (pango_layout_line_get_x_ranges): Use pango_glyph_string_get_width in most places in PangoLayout.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18ad502f..e10be5ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
Part of Bug 135683 – Cache glyphstring extents
+ * pango/pango-layout.c (pango_layout_line_index_to_x),
+ (pango_layout_line_x_to_index), (pango_layout_line_get_x_ranges):
+ Use pango_glyph_string_get_width in most places in PangoLayout.
+
+2006-07-08 Behdad Esfahbod <behdad@gnome.org>
+
+ Part of Bug 135683 – Cache glyphstring extents
+
* docs/pango-sections.txt:
* docs/tmpl/glyphs.sgml:
* pango/pango.def: