diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-31 23:52:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-31 23:52:46 +0000 |
commit | 079b6761d43011d341dbe1aca4183a8250270d2c (patch) | |
tree | 55a1ab91d20a7b25f8e645f38a0b09c1634f6e11 /ChangeLog | |
parent | f27d6c31c1a933f9b27dc21e95314ecf05786416 (diff) | |
download | pango-079b6761d43011d341dbe1aca4183a8250270d2c.tar.gz |
Make the hack for avoiding the last index of the line more sophisticated
Thu May 31 19:35:27 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_line_x_to_index):
Make the hack for avoiding the last index of the line more
sophisticated in order to deal with newlines internal
to the layout and the case where the second half of the
last character is specifically selected. (Fixes #51190)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu May 31 19:35:27 2001 Owen Taylor <otaylor@redhat.com> + + * pango/pango-layout.c (pango_layout_line_x_to_index): + Make the hack for avoiding the last index of the line more + sophisticated in order to deal with newlines internal + to the layout and the case where the second half of the + last character is specifically selected. (Fixes #51190) + Thu May 31 12:31:20 2001 Owen Taylor <otaylor@redhat.com> * pango/pangox-fontmap.c (pango_x_font_map_for_display): |