summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-03-16 22:24:22 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-03-16 22:24:22 +0000
commit23e3673e8ba7019acfea692b73a21edbac92d224 (patch)
tree53e60480aea771bb4bbc67d67b44add5b66cac8e
parent52658cd3dc2ec01fe9cfcb5f9253b00febc8e039 (diff)
downloadgtk+-23e3673e8ba7019acfea692b73a21edbac92d224.tar.gz
change to use gint instead of gint16, to avoid overflow issues, since
2001-03-16 Havoc Pennington <hp@redhat.com> * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint instead of gint16, to avoid overflow issues, since sizes > 16-bit are now allowed. 2001-03-16 Havoc Pennington <hp@redhat.com> * gtk/gtk-docs.sgml: remove GtkData entity usage
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-06
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-26
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/gtk-docs.sgml1
-rw-r--r--gtk/gtkwidget.h8
10 files changed, 50 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c672181074..d3fe552d39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-03-16 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
+ instead of gint16, to avoid overflow issues, since sizes > 16-bit
+ are now allowed.
+
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
* Applied patch from Nils Barth (bug # 51041) to
replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
in various places.
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index c672181074..d3fe552d39 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,5 +1,11 @@
2001-03-16 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
+ instead of gint16, to avoid overflow issues, since sizes > 16-bit
+ are now allowed.
+
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
* Applied patch from Nils Barth (bug # 51041) to
replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
in various places.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c672181074..d3fe552d39 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,11 @@
2001-03-16 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
+ instead of gint16, to avoid overflow issues, since sizes > 16-bit
+ are now allowed.
+
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
* Applied patch from Nils Barth (bug # 51041) to
replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
in various places.
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index c672181074..d3fe552d39 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,5 +1,11 @@
2001-03-16 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
+ instead of gint16, to avoid overflow issues, since sizes > 16-bit
+ are now allowed.
+
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
* Applied patch from Nils Barth (bug # 51041) to
replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
in various places.
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index c672181074..d3fe552d39 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,11 @@
2001-03-16 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
+ instead of gint16, to avoid overflow issues, since sizes > 16-bit
+ are now allowed.
+
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
* Applied patch from Nils Barth (bug # 51041) to
replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
in various places.
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index c672181074..d3fe552d39 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,11 @@
2001-03-16 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
+ instead of gint16, to avoid overflow issues, since sizes > 16-bit
+ are now allowed.
+
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
* Applied patch from Nils Barth (bug # 51041) to
replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
in various places.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index c672181074..d3fe552d39 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,11 @@
2001-03-16 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
+ instead of gint16, to avoid overflow issues, since sizes > 16-bit
+ are now allowed.
+
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
* Applied patch from Nils Barth (bug # 51041) to
replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
in various places.
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 397cb72d79..c80a0e7545 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-16 Havoc Pennington <hp@redhat.com>
+
+ * gtk/gtk-docs.sgml: remove GtkData entity usage
+
2001-03-14 Havoc Pennington <hp@redhat.com>
* gtk/gtk-docs.sgml: remove gtkdata, gtktreemodelsimple
diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml
index a6206885f1..b8ed6c4d41 100644
--- a/docs/reference/gtk/gtk-docs.sgml
+++ b/docs/reference/gtk/gtk-docs.sgml
@@ -394,7 +394,6 @@ An advanced widget set.
<title>Deprecated</title>
&GtkCList;
&GtkCTree;
- &GtkData;
&GtkList;
&GtkListItem;
&GtkPacker;
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 950c3bb5cc..9feeb52779 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -380,10 +380,10 @@ struct _GtkWidgetClass
struct _GtkWidgetAuxInfo
{
- gint16 x;
- gint16 y;
- gint16 width;
- gint16 height;
+ gint x;
+ gint y;
+ gint width;
+ gint height;
};
struct _GtkWidgetShapeInfo