]> Pileus Git - ~andy/gtk/commit
Use a pixbuf to set the drag icon, combine code to create drag icons
authorOwen Taylor <otaylor@redhat.com>
Mon, 7 Oct 2002 21:53:59 +0000 (21:53 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 7 Oct 2002 21:53:59 +0000 (21:53 +0000)
commit123d1fb81cdd03b601ea162bdcf7e41eeff0a0e3
treefa719d68229def9cd34229f326c9ed20b09fcc06
parentf3f016d0456e8968240269e832f440d24716c8a7
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()
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcolorsel.c
tests/testgtk.c