diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-05 18:40:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-05 18:40:14 +0000 |
commit | eb437560d35e11836eea5bac750e6f64e98d8632 (patch) | |
tree | 1e88a46cbc949580ba4068b7c6d19ffc1e0b7075 /ChangeLog.pre-2-6 | |
parent | 915f2c5e5991888d8237c1ecee09bda825c20d39 (diff) | |
download | gtk+-eb437560d35e11836eea5bac750e6f64e98d8632.tar.gz |
Adjust saved positions of children when resizing a guffaw_gravity = TRUE
Fri Feb 5 13:23:50 1999 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_move_resize): Adjust
saved positions of children when resizing a
guffaw_gravity = TRUE window.
* gtk/gtkdnd.c (gtk_drag_highlight): Rework the
highlighting so that it is done in callbacks for
draw and expose. This should solve problems with
multiple highlights for the same GdkWindow.
* gtk/gtkdnd.c (gtk_drag_highlight): Fix bug where
the highlight was being drawn with an incorrect
width/height for !NO_WINDOW widgets.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c9b3147e7f..ff2bf351df 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,24 @@ +Fri Feb 5 13:23:50 1999 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkwindow.c (gdk_window_move_resize): Adjust + saved positions of children when resizing a + guffaw_gravity = TRUE window. + + * gtk/gtkdnd.c (gtk_drag_highlight): Rework the + highlighting so that it is done in callbacks for + draw and expose. This should solve problems with + multiple highlights for the same GdkWindow. + + * gtk/gtkdnd.c (gtk_drag_highlight): Fix bug where + the highlight was being drawn with an incorrect + width/height for !NO_WINDOW widgets. + +Tue Feb 2 11:06:02 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkrange.c (gtk_range_style_set): Fixes + to account for the changed structure of the windows + of range widgets. + 1999-02-05 Owen Taylor <otaylor@gtk.org> * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): @@ -35,12 +56,6 @@ Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> Make it consistent that info->cur_x/y do not include info->hot_x/y displacement. -Tue Feb 2 11:06:02 1999 Owen Taylor <otaylor@redhat.com> - - * gtk/gtkrange.c (gtk_range_style_set): Fixes - to account for the changed structure of the windows - of range widgets. - Tue Feb 2 08:59:16 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: new sections on Layout and |