diff options
author | Michael Natterer <mitch@imendio.com> | 2005-05-25 10:22:37 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2005-05-25 10:22:37 +0000 |
commit | e3f318b459beb75afa6ea20e0492e9a6d6da9c86 (patch) | |
tree | fcc081fa802ed0a323e6fafd3d51f9d16835aa44 /ChangeLog.pre-2-8 | |
parent | 39c5b780e72e5b3fa4f8163ec3f112a36bd0e11d (diff) | |
download | gtk+-e3f318b459beb75afa6ea20e0492e9a6d6da9c86.tar.gz |
block the text_layout's "changed" handler when changing cursor visibility
2005-05-25 Michael Natterer <mitch@imendio.com>
* gtk/gtktextview.c (blink_cb): block the text_layout's "changed"
handler when changing cursor visibility because it would expose
the whole paragraph where the cursor is. Instead, expose the
cursors' areas manually. (#173047).
(text_window_invalidate_cursors): new function which exposes the
cursors.
* gtk/gtkstyle.c (draw_insertion_cursor): added comment that the
same cursor size calculation is in text_window_invalidate_cursors().
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 09bfe955c2..3b16a5bbbe 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,16 @@ +2005-05-25 Michael Natterer <mitch@imendio.com> + + * gtk/gtktextview.c (blink_cb): block the text_layout's "changed" + handler when changing cursor visibility because it would expose + the whole paragraph where the cursor is. Instead, expose the + cursors' areas manually. (#173047). + + (text_window_invalidate_cursors): new function which exposes the + cursors. + + * gtk/gtkstyle.c (draw_insertion_cursor): added comment that the + same cursor size calculation is in text_window_invalidate_cursors(). + 2005-05-25 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/editable_cells.c (create_items_model): Also |