diff options
author | Havoc Pennington <hp@redhat.com> | 2000-09-28 21:10:40 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-09-28 21:10:40 +0000 |
commit | 85735ec7f5eeb22b3e32f6d74e5d53fae7e7fa4e (patch) | |
tree | 028c667c63d9968d8ef29c985dc9b9da6c731d95 /ChangeLog.pre-2-4 | |
parent | 3e6e7b94f620438fce28ac995dddbb8ca749f4a9 (diff) | |
download | gtk+-85735ec7f5eeb22b3e32f6d74e5d53fae7e7fa4e.tar.gz |
Set up infrastructure to deal with lots of scrolling child windows, and
2000-09-28 Havoc Pennington <hp@redhat.com>
* gtk/gtktextview.c: Set up infrastructure to deal with lots of
scrolling child windows, and draw focus rectangle properly.
(gtk_text_view_buffer_to_window_coords):
Coordinate transformation to deal with all these freaking windows
and offsets
(gtk_text_view_window_to_buffer_coords): transform the other way
* gtk/testtext.c (create_buffer): Update to match Pango API change
* gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
anonymous tags
(foreach_unref): don't emit remove signal from finalize, just
set tag's parent to NULL
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 69bd445b52..98f56c3b4c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,20 @@ +2000-09-28 Havoc Pennington <hp@redhat.com> + + * gtk/gtktextview.c: Set up infrastructure to deal with lots of + scrolling child windows, and draw focus rectangle properly. + + (gtk_text_view_buffer_to_window_coords): + Coordinate transformation to deal with all these freaking windows + and offsets + (gtk_text_view_window_to_buffer_coords): transform the other way + + * gtk/testtext.c (create_buffer): Update to match Pango API change + + * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the + anonymous tags + (foreach_unref): don't emit remove signal from finalize, just + set tag's parent to NULL + 2000-09-26 Havoc Pennington <hp@redhat.com> * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove @@ -68,10 +85,8 @@ * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic image-display widget. - -2000-09-25 Havoc Pennington <hp@redhat.com> - * gtk/gtktextview.c: Draw the focus, and leave space to do so. +2000-09-25 Havoc Pennington <hp@redhat.com> * gtk/gtktexttypes.c: Remove Latin1 conversion stuff |