From da9a8aee9e1fd1a387799fd61c4c20584141dfdd Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 13 Dec 1997 02:08:35 +0000 Subject: [PATCH] Removed warning when XGetWindowProperty fails - this can be the desired * Removed warning when XGetWindowProperty fails - this can be the desired behavior. -owt --- ChangeLog | 31 +++++++++++++++++++++++++++++++ ChangeLog.pre-2-0 | 31 +++++++++++++++++++++++++++++++ ChangeLog.pre-2-10 | 31 +++++++++++++++++++++++++++++++ ChangeLog.pre-2-2 | 31 +++++++++++++++++++++++++++++++ ChangeLog.pre-2-4 | 31 +++++++++++++++++++++++++++++++ ChangeLog.pre-2-6 | 31 +++++++++++++++++++++++++++++++ ChangeLog.pre-2-8 | 31 +++++++++++++++++++++++++++++++ gdk/gdkproperty.c | 1 - gdk/x11/gdkproperty-x11.c | 1 - 9 files changed, 217 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d19c9f843..ebde046c17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Fri Dec 12 Owen Taylor + * Removed warning when XGetWindowProperty fails - this can + be the desired behavior. + +Fri Dec 12 Owen Taylor + * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am + Removed old sed/awk code and replaced it with a + spiffier awk-only code from Art_Haas@dril-quip.com + +Fri Dec 12 Owen Taylor + * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with + rectangle = NULL, remove clip mask, instead of segfaulting. + * gtk/gtknotebook.c: Set clip mask before redrawing, so that + we don't overwrite things outside of exposed areas when + drawing the shadows. (Based on a patch from + Lars Hamann , and Stefan Jeske) + Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 @@ -34,6 +51,20 @@ Mon Dec 8 Owen Taylor * gtk/gtkimage.c: Fixes to expose() handler From Rob Browning +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + Sun Dec 7 Owen Taylor * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 2d19c9f843..ebde046c17 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,20 @@ +Fri Dec 12 Owen Taylor + * Removed warning when XGetWindowProperty fails - this can + be the desired behavior. + +Fri Dec 12 Owen Taylor + * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am + Removed old sed/awk code and replaced it with a + spiffier awk-only code from Art_Haas@dril-quip.com + +Fri Dec 12 Owen Taylor + * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with + rectangle = NULL, remove clip mask, instead of segfaulting. + * gtk/gtknotebook.c: Set clip mask before redrawing, so that + we don't overwrite things outside of exposed areas when + drawing the shadows. (Based on a patch from + Lars Hamann , and Stefan Jeske) + Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 @@ -34,6 +51,20 @@ Mon Dec 8 Owen Taylor * gtk/gtkimage.c: Fixes to expose() handler From Rob Browning +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + Sun Dec 7 Owen Taylor * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2d19c9f843..ebde046c17 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,20 @@ +Fri Dec 12 Owen Taylor + * Removed warning when XGetWindowProperty fails - this can + be the desired behavior. + +Fri Dec 12 Owen Taylor + * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am + Removed old sed/awk code and replaced it with a + spiffier awk-only code from Art_Haas@dril-quip.com + +Fri Dec 12 Owen Taylor + * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with + rectangle = NULL, remove clip mask, instead of segfaulting. + * gtk/gtknotebook.c: Set clip mask before redrawing, so that + we don't overwrite things outside of exposed areas when + drawing the shadows. (Based on a patch from + Lars Hamann , and Stefan Jeske) + Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 @@ -34,6 +51,20 @@ Mon Dec 8 Owen Taylor * gtk/gtkimage.c: Fixes to expose() handler From Rob Browning +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + Sun Dec 7 Owen Taylor * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 2d19c9f843..ebde046c17 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,20 @@ +Fri Dec 12 Owen Taylor + * Removed warning when XGetWindowProperty fails - this can + be the desired behavior. + +Fri Dec 12 Owen Taylor + * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am + Removed old sed/awk code and replaced it with a + spiffier awk-only code from Art_Haas@dril-quip.com + +Fri Dec 12 Owen Taylor + * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with + rectangle = NULL, remove clip mask, instead of segfaulting. + * gtk/gtknotebook.c: Set clip mask before redrawing, so that + we don't overwrite things outside of exposed areas when + drawing the shadows. (Based on a patch from + Lars Hamann , and Stefan Jeske) + Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 @@ -34,6 +51,20 @@ Mon Dec 8 Owen Taylor * gtk/gtkimage.c: Fixes to expose() handler From Rob Browning +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + Sun Dec 7 Owen Taylor * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 2d19c9f843..ebde046c17 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,20 @@ +Fri Dec 12 Owen Taylor + * Removed warning when XGetWindowProperty fails - this can + be the desired behavior. + +Fri Dec 12 Owen Taylor + * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am + Removed old sed/awk code and replaced it with a + spiffier awk-only code from Art_Haas@dril-quip.com + +Fri Dec 12 Owen Taylor + * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with + rectangle = NULL, remove clip mask, instead of segfaulting. + * gtk/gtknotebook.c: Set clip mask before redrawing, so that + we don't overwrite things outside of exposed areas when + drawing the shadows. (Based on a patch from + Lars Hamann , and Stefan Jeske) + Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 @@ -34,6 +51,20 @@ Mon Dec 8 Owen Taylor * gtk/gtkimage.c: Fixes to expose() handler From Rob Browning +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + Sun Dec 7 Owen Taylor * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 2d19c9f843..ebde046c17 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,20 @@ +Fri Dec 12 Owen Taylor + * Removed warning when XGetWindowProperty fails - this can + be the desired behavior. + +Fri Dec 12 Owen Taylor + * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am + Removed old sed/awk code and replaced it with a + spiffier awk-only code from Art_Haas@dril-quip.com + +Fri Dec 12 Owen Taylor + * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with + rectangle = NULL, remove clip mask, instead of segfaulting. + * gtk/gtknotebook.c: Set clip mask before redrawing, so that + we don't overwrite things outside of exposed areas when + drawing the shadows. (Based on a patch from + Lars Hamann , and Stefan Jeske) + Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 @@ -34,6 +51,20 @@ Mon Dec 8 Owen Taylor * gtk/gtkimage.c: Fixes to expose() handler From Rob Browning +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + Sun Dec 7 Owen Taylor * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2d19c9f843..ebde046c17 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,20 @@ +Fri Dec 12 Owen Taylor + * Removed warning when XGetWindowProperty fails - this can + be the desired behavior. + +Fri Dec 12 Owen Taylor + * gdk/makecursor* gdk/makekeysym* gdk/Makefile.am + Removed old sed/awk code and replaced it with a + spiffier awk-only code from Art_Haas@dril-quip.com + +Fri Dec 12 Owen Taylor + * gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with + rectangle = NULL, remove clip mask, instead of segfaulting. + * gtk/gtknotebook.c: Set clip mask before redrawing, so that + we don't overwrite things outside of exposed areas when + drawing the shadows. (Based on a patch from + Lars Hamann , and Stefan Jeske) + Thu Dec 11 10:57:29 CST 1997 Shawn T. Amundson * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 @@ -34,6 +51,20 @@ Mon Dec 8 Owen Taylor * gtk/gtkimage.c: Fixes to expose() handler From Rob Browning +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + +Mon Dec 8 21:09:43 PST 1997 Geoffrey T. Dairiki + * gtk/gtklabel.h: + * gtk/gtklabel.c: Add support for GTK_JUSTIFY_FILL. This support + is used by the new gtktooltips.c. + * gtk/testgtk.c (create_labels, create_main_window): A new test + window for labels (to test the new GTK_JUSTIFY_FILL'ed labels.) + Sun Dec 7 Owen Taylor * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM diff --git a/gdk/gdkproperty.c b/gdk/gdkproperty.c index 64cb513141..c18fd70379 100644 --- a/gdk/gdkproperty.c +++ b/gdk/gdkproperty.c @@ -96,7 +96,6 @@ gdk_property_get (GdkWindow *window, &ret_data); if ((ret_prop_type == None) && (ret_format == 0)) { - g_warning("XGetWindowProperty failed\n"); return FALSE; } diff --git a/gdk/x11/gdkproperty-x11.c b/gdk/x11/gdkproperty-x11.c index 64cb513141..c18fd70379 100644 --- a/gdk/x11/gdkproperty-x11.c +++ b/gdk/x11/gdkproperty-x11.c @@ -96,7 +96,6 @@ gdk_property_get (GdkWindow *window, &ret_data); if ((ret_prop_type == None) && (ret_format == 0)) { - g_warning("XGetWindowProperty failed\n"); return FALSE; }