diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-09-01 01:13:10 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-09-01 01:13:10 +0000 |
commit | 92671fe1f6bdf2ca8a26bf1e48698540448f0e50 (patch) | |
tree | 563d0411c7eaf0292f0af742a8384983f48c6edb /ChangeLog.pre-2-10 | |
parent | 5e049110f3e95ca1a4c62968efc0b48381aad7a5 (diff) | |
download | gdk-pixbuf-92671fe1f6bdf2ca8a26bf1e48698540448f0e50.tar.gz |
Move the hint setting code from gtk_widget_set_uposition to here; set the
Tue Aug 31 15:58:46 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_uposition):
* gtk/gtkwindow.[hc] (gtk_window_reposition):
Move the hint setting code from gtk_widget_set_uposition
to here; set the hints so that we respect any previously
set geometry hints.
* gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
change the window hints here or move the window here,
let that happen in gtk_window_move_resize().
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 19658f3b1..344cf8463 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,15 @@ +Tue Aug 31 15:58:46 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwidget.c (gtk_widget_set_uposition): + * gtk/gtkwindow.[hc] (gtk_window_reposition): + Move the hint setting code from gtk_widget_set_uposition + to here; set the hints so that we respect any previously + set geometry hints. + + * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't + change the window hints here or move the window here, + let that happen in gtk_window_move_resize(). + Tue Aug 31 06:58:52 1999 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due @@ -47,7 +59,7 @@ Tue Aug 31 11:55:20 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_constrain_size): Function from fvwm to constrain a size to the geometry hints. - * gtk/gtkwindow.c (gtk_window_compare_hints): New functio + * gtk/gtkwindow.c (gtk_window_compare_hints): New function to compare two sets of geometry hints. * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed |