diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-25 15:22:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-25 15:22:43 +0000 |
commit | 844ab25ea4a64234358b8cf6724c65354b8256de (patch) | |
tree | d69636d42bc1d3bab89775ac4f45ecd32263e362 /ChangeLog | |
parent | 7b8e0b8bc82595191cb1e5c5312c1e0c2622944f (diff) | |
download | gtk+-844ab25ea4a64234358b8cf6724c65354b8256de.tar.gz |
Demonstrate image copy-and-paste and DND, and clipboard persistency.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
and DND, and clipboard persistency.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-05-25 Matthias Clasen <mclasen@redhat.com> + * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste + and DND, and clipboard persistency. + * gtk/gtkselection.c (gtk_target_list_add_image_targets): Make sure png comes first, otherwise dnd may use bmp by default, loosing transparency. |