diff options
author | Tim Janik <timj@src.gnome.org> | 2001-04-01 04:20:08 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-04-01 04:20:08 +0000 |
commit | d2c132b3a31a0b82d12831108dbc9fcb760a391c (patch) | |
tree | 9d66b331880df52afccd60a8417d793585ce41d5 | |
parent | 1f7e5c06102ddb073620496fe2e8a7df74fd195d (diff) | |
download | gtk+-d2c132b3a31a0b82d12831108dbc9fcb760a391c.tar.gz |
fixups.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 |
7 files changed, 28 insertions, 0 deletions
@@ -10,6 +10,10 @@ Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> * gtk/gtkwindow.[hc]: partially reverted patch from havoc, applied by owen. + backed out gtk_window_get_location(), gtk_window_set_location(), + gtk_window_get_size() and gtk_window_set_size(), these + have to be sorted out wrg x/y/width/height/default_with/default_height + properties. kept a flag in GtkWindowGeometryInfo to handle user resetting default sizes. cleaned up ZVT comments. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index cf1ced0006..5b845ec060 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -10,6 +10,10 @@ Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> * gtk/gtkwindow.[hc]: partially reverted patch from havoc, applied by owen. + backed out gtk_window_get_location(), gtk_window_set_location(), + gtk_window_get_size() and gtk_window_set_size(), these + have to be sorted out wrg x/y/width/height/default_with/default_height + properties. kept a flag in GtkWindowGeometryInfo to handle user resetting default sizes. cleaned up ZVT comments. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cf1ced0006..5b845ec060 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -10,6 +10,10 @@ Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> * gtk/gtkwindow.[hc]: partially reverted patch from havoc, applied by owen. + backed out gtk_window_get_location(), gtk_window_set_location(), + gtk_window_get_size() and gtk_window_set_size(), these + have to be sorted out wrg x/y/width/height/default_with/default_height + properties. kept a flag in GtkWindowGeometryInfo to handle user resetting default sizes. cleaned up ZVT comments. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index cf1ced0006..5b845ec060 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -10,6 +10,10 @@ Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> * gtk/gtkwindow.[hc]: partially reverted patch from havoc, applied by owen. + backed out gtk_window_get_location(), gtk_window_set_location(), + gtk_window_get_size() and gtk_window_set_size(), these + have to be sorted out wrg x/y/width/height/default_with/default_height + properties. kept a flag in GtkWindowGeometryInfo to handle user resetting default sizes. cleaned up ZVT comments. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cf1ced0006..5b845ec060 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -10,6 +10,10 @@ Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> * gtk/gtkwindow.[hc]: partially reverted patch from havoc, applied by owen. + backed out gtk_window_get_location(), gtk_window_set_location(), + gtk_window_get_size() and gtk_window_set_size(), these + have to be sorted out wrg x/y/width/height/default_with/default_height + properties. kept a flag in GtkWindowGeometryInfo to handle user resetting default sizes. cleaned up ZVT comments. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cf1ced0006..5b845ec060 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -10,6 +10,10 @@ Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> * gtk/gtkwindow.[hc]: partially reverted patch from havoc, applied by owen. + backed out gtk_window_get_location(), gtk_window_set_location(), + gtk_window_get_size() and gtk_window_set_size(), these + have to be sorted out wrg x/y/width/height/default_with/default_height + properties. kept a flag in GtkWindowGeometryInfo to handle user resetting default sizes. cleaned up ZVT comments. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cf1ced0006..5b845ec060 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -10,6 +10,10 @@ Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> * gtk/gtkwindow.[hc]: partially reverted patch from havoc, applied by owen. + backed out gtk_window_get_location(), gtk_window_set_location(), + gtk_window_get_size() and gtk_window_set_size(), these + have to be sorted out wrg x/y/width/height/default_with/default_height + properties. kept a flag in GtkWindowGeometryInfo to handle user resetting default sizes. cleaned up ZVT comments. |