diff options
author | Havoc Pennington <hp@redhat.com> | 2001-11-13 23:36:18 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-11-13 23:36:18 +0000 |
commit | 10b3db083625acb6f6ae2904b9de39c8dc829a04 (patch) | |
tree | b024c11d39b0be16308cd1f8b706b4e8186b11c1 /ChangeLog | |
parent | a272e8333913685b4e277036002c9a5a7e54384d (diff) | |
download | gtk+-10b3db083625acb6f6ae2904b9de39c8dc829a04.tar.gz |
add border width to requisition, request non-anchored children
2001-11-13 Havoc Pennington <hp@redhat.com>
* gtk/gtktextview.c (gtk_text_view_size_request): add border width
to requisition, request non-anchored children
(gtk_text_view_size_allocate): handle border width, allocate
non-anchored children
(text_view_child_new_window): set the child as object data
(gtk_text_view_move_child): allow children at negative
coordinates, no reason why not
(gtk_text_view_forall): make it copy the list of children before
walking it, to avoid reentrancy issues
(gtk_text_view_move_child): short-circuit if position is unchanged
(changed_handler): only queue_resize if requisition has changed
(gtk_text_view_init): don't redraw_on_allocate, since we can do
a better job of invalidation ourselves
* tests/testtext.c: add tests for the fixed-position children
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2001-11-13 Havoc Pennington <hp@redhat.com> + + * gtk/gtktextview.c (gtk_text_view_size_request): add border width + to requisition, request non-anchored children + (gtk_text_view_size_allocate): handle border width, allocate + non-anchored children + (text_view_child_new_window): set the child as object data + (gtk_text_view_move_child): allow children at negative + coordinates, no reason why not + (gtk_text_view_forall): make it copy the list of children before + walking it, to avoid reentrancy issues + (gtk_text_view_move_child): short-circuit if position is unchanged + (changed_handler): only queue_resize if requisition has changed + (gtk_text_view_init): don't redraw_on_allocate, since we can do + a better job of invalidation ourselves + + * tests/testtext.c: add tests for the fixed-position children + Tue Nov 13 19:51:43 2001 Tim Janik <timj@gtk.org> * gtk/gtkwindow.c (handle_accels_changed): protect idle handle |