diff options
author | Tim Janik <timj@gtk.org> | 2001-04-01 04:05:42 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-04-01 04:05:42 +0000 |
commit | 1f7e5c06102ddb073620496fe2e8a7df74fd195d (patch) | |
tree | 33c3c326c7b9c81bbd7a2a7cc3e5d9d68c6e7d52 /ChangeLog | |
parent | 6ff97d2e0b1fc69390982c7b58b6649a00e420cd (diff) | |
download | gdk-pixbuf-1f7e5c06102ddb073620496fe2e8a7df74fd195d.tar.gz |
fixed a bunch of notifications, added reference counts around emissions
Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org>
* gtk/gtkwidget.c: fixed a bunch of notifications, added
reference counts around emissions where the widget is used afterwards.
added freeze/thaws around multiple properties being notified.
(_gtk_widget_get_aux_info): cleanups.
* gtk/gtksettings.c (gtk_settings_install_property): provide
default parsing functions for gdkcolor, enums and flags.
* gtk/gtkwindow.[hc]: partially reverted patch from havoc,
applied by owen.
kept a flag in GtkWindowGeometryInfo to handle user
resetting default sizes.
cleaned up ZVT comments.
bunch of assorted bug fixes, notification fixes.
(_gtk_window_reposition): make this a really internal function.
* gtk/testgtk.c: fixups.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> + + * gtk/gtkwidget.c: fixed a bunch of notifications, added + reference counts around emissions where the widget is used afterwards. + added freeze/thaws around multiple properties being notified. + (_gtk_widget_get_aux_info): cleanups. + + * gtk/gtksettings.c (gtk_settings_install_property): provide + default parsing functions for gdkcolor, enums and flags. + + * gtk/gtkwindow.[hc]: partially reverted patch from havoc, + applied by owen. + kept a flag in GtkWindowGeometryInfo to handle user + resetting default sizes. + cleaned up ZVT comments. + bunch of assorted bug fixes, notification fixes. + (_gtk_window_reposition): make this a really internal function. + + * gtk/testgtk.c: fixups. + 2001-03-31 Hans Breuer <hans@breuer.org> * config.h.win32.in : disable USE_MMX for msvc build cause |