diff options
author | Havoc Pennington <hp@redhat.com> | 2001-02-09 00:40:48 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-02-09 00:40:48 +0000 |
commit | 45510aefc34ce131b5de0db7c4ebf3783d9854b4 (patch) | |
tree | 42b08773edbea6846d0d2e7e3123d85ec5fc6c1f /ChangeLog.pre-2-10 | |
parent | 589b4726093be0f1653648110d5e40150f2e375c (diff) | |
download | gdk-pixbuf-45510aefc34ce131b5de0db7c4ebf3783d9854b4.tar.gz |
better error message if you try to add a widget to a bin that already has
2001-02-08 Havoc Pennington <hp@redhat.com>
* gtk/gtkbin.c (gtk_bin_add): better error message if you try to
add a widget to a bin that already has a child.
* gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
* docs/Changes-2.0.txt: note that GdkColorContext is gone.
* gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
* gdk/gdk.h: remove gdkcc.h
* gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
* gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
GdkPixbuf, since the previous implementation was GdkColorContext
dependent.
* gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5edd51fae..311b270fc 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,24 @@ +2001-02-08 Havoc Pennington <hp@redhat.com> + + * gtk/gtkbin.c (gtk_bin_add): better error message if you try to + add a widget to a bin that already has a child. + + * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512 + + * docs/Changes-2.0.txt: note that GdkColorContext is gone. + + * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c + + * gdk/gdk.h: remove gdkcc.h + + * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h + + * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using + GdkPixbuf, since the previous implementation was GdkColorContext + dependent. + + * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap + Thu Feb 8 19:00:00 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to |