diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-02 18:40:47 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-02 18:40:47 +0000 |
commit | 902de9d4131028e235b6dc52c479da588ab5110c (patch) | |
tree | a2110826944191263cfaa0d5bde8ac4e7c19ab25 /ChangeLog | |
parent | 7e68d71fd2039c85056b474469256d1eec09acef (diff) | |
download | gtk+-902de9d4131028e235b6dc52c479da588ab5110c.tar.gz |
Make sure we set the icon window position before it is shown to prevent
Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c: Make sure we set the icon window position
before it is shown to prevent annoying flicking to 0,0.
Make it consistent that info->cur_x/y do not include
info->hot_x/y displacement.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkdnd.c: Make sure we set the icon window position + before it is shown to prevent annoying flicking to 0,0. + 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 |