diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-10-07 21:53:59 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-10-07 21:53:59 +0000 |
commit | 123d1fb81cdd03b601ea162bdcf7e41eeff0a0e3 (patch) | |
tree | fa719d68229def9cd34229f326c9ed20b09fcc06 /ChangeLog.pre-2-2 | |
parent | f3f016d0456e8968240269e832f440d24716c8a7 (diff) | |
download | gtk+-123d1fb81cdd03b601ea162bdcf7e41eeff0a0e3.tar.gz |
Use a pixbuf to set the drag icon, combine code to create drag icons
Mon Oct 7 16:28:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcolorsel.c (palette_drag_begin): Use
a pixbuf to set the drag icon, combine code
to create drag icons (Fixes #80092, #80093)
* gtk/gtkcolorsel.c (get_screen_color): Don't warn
on failure to grab keyboard/mouse. (#80085)
* gtk/gtkcolorsel.c (palette_press): Return FALSE,
so DND initiation is possible.
* gtk/gtkcolorsel.c (palette_release): Set the color
from the palette on release, not press.
* tests/testgtk.c (create_color_selection): Use
gtk_widget_show_all()
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index a5fd957451..46b7f4832b 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,21 @@ +Mon Oct 7 16:28:11 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkcolorsel.c (palette_drag_begin): Use + a pixbuf to set the drag icon, combine code + to create drag icons (Fixes #80092, #80093) + + * gtk/gtkcolorsel.c (get_screen_color): Don't warn + on failure to grab keyboard/mouse. (#80085) + + * gtk/gtkcolorsel.c (palette_press): Return FALSE, + so DND initiation is possible. + + * gtk/gtkcolorsel.c (palette_release): Set the color + from the palette on release, not press. + + * tests/testgtk.c (create_color_selection): Use + gtk_widget_show_all() + Mon Oct 7 15:48:44 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdnd.[ch] gdk/x11/gdkdnd-x11.c: Add |