diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-08 21:25:08 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-08 21:25:08 +0000 |
commit | 057ab5a4dfb083878ee075a92ece949870aa7c56 (patch) | |
tree | b6cdd0dbf888a0096b90d6f24a8c1eda4ed49d83 /ChangeLog.pre-2-6 | |
parent | 456ebcea28c2598882069d97381ff7e223fc4a99 (diff) | |
download | gtk+-057ab5a4dfb083878ee075a92ece949870aa7c56.tar.gz |
Fix #111031, reported by Padraig O'Briain:
2004-12-08 Matthias Clasen <mclasen@redhat.com>
Fix #111031, reported by Padraig O'Briain:
* gtk/gtktextlayout.h:
* gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_position):
Add a variant of gtk_text_layout_get_iter_at_pixel() which
returns the character at the position, not the closest
cursor position.
* gtk/gtktextview.h:
* gtk/gtktextview.c (gtk_text_view_get_iter_at_position):
Add a variant of gtk_text_view_get_iter_at_location() which
returns the character at the position, not the closest
cursor position.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 2f3a5c5d53..9ec2954ba9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,21 @@ 2004-12-08 Matthias Clasen <mclasen@redhat.com> + Fix #111031, reported by Padraig O'Briain: + + * gtk/gtktextlayout.h: + * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_position): + Add a variant of gtk_text_layout_get_iter_at_pixel() which + returns the character at the position, not the closest + cursor position. + + * gtk/gtktextview.h: + * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): + Add a variant of gtk_text_view_get_iter_at_location() which + returns the character at the position, not the closest + cursor position. + +2004-12-08 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkaccelmap.c (internal_change_entry): Remove all entries for the same key, not just the first one. (#159498, Christian Persch) |