]> Pileus Git - ~andy/gtk/commit
Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_list
authorOwen Taylor <otaylor@redhat.com>
Wed, 3 Oct 2001 15:08:10 +0000 (15:08 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 3 Oct 2001 15:08:10 +0000 (15:08 +0000)
commita8d54496fb0a642ff3dd6c3bf4c5ee8340e33669
treebcd0258a235f312a1ddbbaca81ecc6f6cb2e50c0
parentb8a10f46a914b22811463394fab06a6ac62ee490
Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_list

Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
NUOL for @target_list to mean, use
gtk_drag_dest_get_target_list (widget).

* gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
drop could hang when calling gtk_drag_finish with
success == FALSE and del == TRUE.

* gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
drops without a matching target found would propagate
to the parent widget rather than being rejected.

* gtk/gtktextview.c (gtk_text_view_drag_data_received):
Use text_view->dnd_mark instead of mark name to be
consistent with the rest of the code.

* gtk/gtktextview.c (gtk_text_view_drag_motion): Make
pendantically correct for a drop-only-in-some-places
widget. (Check whether you can insert in drag_drop,
not just in drag_motion ... matters in theory, and
for Motif drag and drop in practice.)

* gtk/gtkentry.c (gtk_entry_drag_drop): Patch from
Damian Ivereigh to not allow drops on non-editable
entries. (#61124)

* gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
text to be moved from a non-editable entry.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkdnd.c
gtk/gtkentry.c
gtk/gtktextview.c