summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-15 20:04:15 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-15 20:04:15 +0000
commit7817c2626c7b9c37ad84b18acbe2331c1a5456b4 (patch)
tree049f489b670b3946cf00d4e3e1535f4ee8817d4b /ChangeLog
parent12af073c1075f06996353f53e6343e509573d0f2 (diff)
downloadpango-7817c2626c7b9c37ad84b18acbe2331c1a5456b4.tar.gz
Bug 467077 – Remove special-case for shape attribute in
2007-08-15 Behdad Esfahbod <behdad@gnome.org> Bug 467077 – Remove special-case for shape attribute in pango_layout_line_index_to_x() * pango/pango-layout.c (pango_layout_line_index_to_x): Remove special-casing for shape-attribute runs. It all works because pango_glyph_string_index_to_x() is perfectly correct to run on glyphs returned by _pango_shape_shape(). svn path=/trunk/; revision=2403
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0a2269b..28df3077 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-08-15 Behdad Esfahbod <behdad@gnome.org>
+ Bug 467077 – Remove special-case for shape attribute in
+ pango_layout_line_index_to_x()
+
+ * pango/pango-layout.c (pango_layout_line_index_to_x): Remove
+ special-casing for shape-attribute runs. It all works because
+ pango_glyph_string_index_to_x() is perfectly correct to run on glyphs
+ returned by _pango_shape_shape().
+
+2007-08-15 Behdad Esfahbod <behdad@gnome.org>
+
Bug 462420 – Clicking on pixbuf should move the cursor to the position
nearest to the click point