diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-09-08 18:33:03 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-09-08 18:33:03 +0000 |
commit | 2e2272aac14ab669060c107e607611f1f16b6d49 (patch) | |
tree | 1c1f57de2b074ab7d3fff8b74e18e7c73e380432 /ChangeLog.pre-2-4 | |
parent | 38a656ab1881f9013f3b0bdbb2172840d7685638 (diff) | |
download | gtk+-2e2272aac14ab669060c107e607611f1f16b6d49.tar.gz |
Fix up visibility so that focus, cursor_visible and blink interact
Fri Sep 8 14:28:00 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextview.c: Fix up visibility so that focus,
cursor_visible and blink interact properly. Reenable cursor blink
which had been roughly disabled. Make blink and focus
properly per-view.
* gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
Add a flag for whether to display insertion cursor and
a function to set the flag.
* gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
get_line_y() to get_line_yrange(), to be a bit more generally
useful.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1c1b843168..39af9097c4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,18 @@ +Fri Sep 8 14:28:00 2000 Owen Taylor <otaylor@redhat.com> + + * gtk/gtktextview.c: Fix up visibility so that focus, + cursor_visible and blink interact properly. Reenable cursor blink + which had been roughly disabled. Make blink and focus + properly per-view. + + * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible): + Add a flag for whether to display insertion cursor and + a function to set the flag. + + * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change + get_line_y() to get_line_yrange(), to be a bit more generally + useful. + Thu Sep 07 20:54:33 2000 George Lebl <jirka@5z.com> * gtk/gtkmenu.c: in gtk_menu_set_submenu_navigation_region |