Fri May 1 22:32:47 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkbutton.c (gtk_button_paint): Draw the areas between the default and the button always in GTK_STATE_NORMAL. Sun May 3 16:55:43 1998 Tim Janik <timj@gtk.org> * gtk/gtkcontainer.c (gtk_container_set_focus_child): new function to set the current focus_child of a container, does proper referencing and adjusts the vadjustment/hadjustment associated with the focus widget. * gtk/gtkwidget.c (gtk_widget_grab_focus): set the focused child on containers via gtk_container_set_focus_child. * gtk/gtknotebook.c: modifications to use gtk_container_set_focus_child where appropriate. * gtk/gtkcontainer.c (gtk_container_remove): removed unsetting of focus child since not every child removal goes through this function (this showed up after gtk_container_set_focus_child() started to reference the focus_child of a container). * gtk/gtkwidget.c (gtk_widget_unparent): moved unsetting the focus_child of a container from gtk_container_remove into this place.
26 lines
810 B
Plaintext
26 lines
810 B
Plaintext
Original Authors
|
|
----------------
|
|
Peter Mattis <petm@xcf.berkeley.edu>
|
|
Spencer Kimball <spencer@xcf.berkeley.edu>
|
|
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
|
|
|
|
|
The GTK+ Team (in alphabetical order)
|
|
-------------------------------------
|
|
Shawn T. Amundson <amundson@gtk.org>
|
|
Jerome Bolliet <bolliet@in2p3.fr>
|
|
Tony Gale <gale@gtk.org>
|
|
Lars Hamann <lars@gtk.org>
|
|
Tim Janik <timj@gtk.org>
|
|
Stefan Jeske <stefan@gtk.org>
|
|
Elliot Lee <sopwith@gtk.org>
|
|
Ian Main <imain@gtk.org>
|
|
Fedrerico Mena <quartic@gtk.org>
|
|
Paolo Molaro <lupus@lettere.unipd.it>
|
|
Jay Painter <jpaint@gtk.org>
|
|
Manish Singh <manish@gtk.org>
|
|
Owen Taylor <otaylor@gtk.org>
|
|
|
|
There are many others who have contributed patches; we thank them,
|
|
GTK+ is much better because of them.
|