Michael Natterer
16938bb667
Bug 676522 - Make DND work between images in *one* dockable...
...
...after in-DND image switching
This was actually two issues:
First, DND data is normally transferred on drop. In this situation the
contents of the source widget change in the middle of DND, so when the
drop happens there is nothing to transfer. Fixed this by attaching the
thing to transfer (image, item, color etc) to the GdkDragContext when
the DND operation starts, and trying to retrieve it on drop. Only when
nothing is attached we fall back to the traditional way of asking the
source widget. This is expected and an obvious fix.
Second, and not so obvious, the source part of the GTK+-internal state
of the DND operation (GtkDragSourceInfo) contains a *reference* (not a
copy) of the source widget's target list. When we change images in the
middle of DND, the source layer view's target list gets modified, and
because GtkDragSourceInfo only references it, the state of the ongoing
DND operation gets destroyed with it. Fixed this by changing
gimp_dnd_data_source_remove() to never change a source widget's target
list but instead create a new list without the removed target and
replace the source widget's list, keeping the ongoing drag's list
unaffected.
Also kept all the GIMP_LOG() stuff I added during debugging there, it
turned out to be quite useful.
2014-02-15 21:29:36 +01:00
..
2009-01-31 11:37:44 +00:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2010-10-30 15:44:46 +02:00
2013-11-01 22:28:18 +01:00
2009-07-18 17:51:04 +02:00
2012-11-12 21:51:22 +01:00
2011-04-02 15:38:55 +02:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2010-11-14 16:43:21 +01:00
2009-01-17 22:28:01 +00:00
2013-03-14 22:52:34 +01:00
2011-04-18 22:27:43 +02:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2011-10-09 21:45:02 +02:00
2009-01-17 22:28:01 +00:00
2013-09-28 18:00:31 +02:00
2013-09-28 18:00:31 +02:00
2009-10-17 20:20:39 +02:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:51:08 +02:00
2010-06-27 21:46:53 +02:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2012-07-30 16:43:37 +02:00
2010-02-16 19:58:51 +01:00
2012-05-02 17:50:43 +02:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2013-03-13 10:37:25 +01:00
2013-03-13 10:37:25 +01:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2013-06-23 16:51:24 +02:00
2012-05-02 17:50:39 +02:00
2012-11-12 21:51:22 +01:00
2010-10-28 03:09:53 +02:00
2012-05-02 17:50:49 +02:00
2011-04-28 14:23:33 +02:00
2012-05-02 17:50:41 +02:00
2011-04-28 14:23:33 +02:00
2012-11-12 21:51:22 +01:00
2011-03-22 23:11:46 +01:00
2012-05-07 21:57:33 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:41 +02:00
2010-05-17 22:05:08 +02:00
2012-11-12 21:51:22 +01:00
2011-10-09 21:45:02 +02:00
2013-04-29 08:45:41 +09:00
2010-05-17 22:35:12 +02:00
2013-07-14 13:27:57 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2010-06-03 22:19:09 +02:00
2012-05-08 21:32:09 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2010-06-03 22:09:02 +02:00
2013-10-02 21:18:10 +13:00
2013-10-02 21:18:10 +13:00
2009-01-17 22:28:01 +00:00
2013-11-07 11:32:23 +01:00
2013-11-07 11:32:23 +01:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2013-09-05 23:41:23 +12:00
2010-05-19 20:07:31 +02:00
2012-11-12 21:51:22 +01:00
2010-10-30 15:44:46 +02:00
2012-05-02 17:51:08 +02:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2013-09-15 04:59:20 +12:00
2010-10-30 15:44:46 +02:00
2013-11-01 22:28:18 +01:00
2011-04-06 23:35:14 +02:00
2013-09-15 04:59:20 +12:00
2011-04-06 23:35:14 +02:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2013-04-20 17:21:01 +02:00
2013-04-20 17:21:01 +02:00
2013-12-26 16:33:59 +01:00
2012-01-15 02:56:35 +02:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2013-09-15 04:59:20 +12:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2011-10-09 22:12:32 +02:00
2013-03-13 22:06:42 +01:00
2011-01-20 20:26:34 +01:00
2013-11-07 12:28:28 +01:00
2011-05-31 23:18:11 +02:00
2012-11-23 01:17:52 +01:00
2012-11-23 01:17:52 +01:00
2012-11-12 21:51:22 +01:00
2010-10-30 15:44:46 +02:00
2012-11-23 01:17:52 +01:00
2011-02-28 12:57:15 +01:00
2012-11-23 01:17:52 +01:00
2011-02-28 14:37:00 +01:00
2012-11-12 21:51:22 +01:00
2011-02-28 14:37:00 +01:00
2012-08-26 22:53:04 +02:00
2012-01-30 22:51:51 +01:00
2013-09-15 04:59:20 +12:00
2009-01-17 22:28:01 +00:00
2014-02-15 21:29:36 +01:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:41 +02:00
2011-04-21 19:57:14 +02:00
2012-05-02 17:50:41 +02:00
2011-05-31 23:15:14 +02:00
2013-06-16 20:21:32 +02:00
2011-07-03 21:20:20 +02:00
2012-05-02 17:50:41 +02:00
2011-07-03 21:20:34 +02:00
2011-05-19 20:57:40 +02:00
2011-05-19 20:57:40 +02:00
2013-02-17 16:46:40 +01:00
2010-06-12 01:23:42 +02:00
2013-10-11 06:32:04 +04:00
2011-05-31 23:15:14 +02:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2010-02-22 10:35:43 +01:00
2012-05-02 17:50:41 +02:00
2009-10-10 20:22:31 +03:00
2012-11-12 21:51:22 +01:00
2010-10-30 15:44:46 +02:00
2013-11-01 22:28:18 +01:00
2011-04-10 12:12:01 +02:00
2009-01-17 22:28:01 +00:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:41 +02:00
2010-07-29 14:20:37 +02:00
2012-05-02 17:50:41 +02:00
2010-07-29 14:05:51 +02:00
2014-02-08 10:18:29 +01:00
2012-11-27 23:57:24 +09:00
2011-03-07 17:11:28 +01:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2010-10-30 15:44:46 +02:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2011-05-15 17:00:41 +02:00
2013-03-21 01:50:32 +01:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2010-10-30 15:44:46 +02:00
2013-06-17 22:13:48 +02:00
2013-06-17 22:13:48 +02:00
2013-11-18 09:07:32 +13:00
2013-09-15 04:59:20 +12:00
2009-02-26 22:58:19 +00:00
2013-06-17 22:13:48 +02:00
2013-06-12 11:18:07 +02:00
2013-06-12 02:01:24 +02:00
2009-01-17 22:28:01 +00:00
2013-06-18 00:10:57 +02:00
2013-06-11 22:36:33 +02:00
2013-03-10 22:33:45 +01:00
2013-03-08 08:19:54 -08:00
2011-09-30 11:29:11 +02:00
2009-01-17 22:28:01 +00:00
2011-04-10 12:12:01 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2010-10-30 15:44:46 +02:00
2010-10-30 15:42:25 +02:00
2009-01-17 22:28:01 +00:00
2013-06-25 19:08:12 +02:00
2012-05-02 17:51:19 +02:00
2011-10-09 21:45:02 +02:00
2009-01-17 22:28:01 +00:00
2013-09-15 04:59:20 +12:00
2012-11-09 11:17:25 +01:00
2010-01-05 22:30:17 +01:00
2010-01-05 22:30:17 +01:00
2012-11-12 21:51:22 +01:00
2010-01-05 22:30:17 +01:00
2013-07-29 02:12:17 +12:00
2013-07-28 04:46:52 +12:00
2013-07-29 02:12:17 +12:00
2013-07-28 04:46:52 +12:00
2013-01-09 00:28:30 +01:00
2009-01-17 22:28:01 +00:00
2010-03-07 10:25:24 +01:00
2009-12-05 21:21:24 +01:00
2013-11-01 22:28:18 +01:00
2009-12-06 10:23:05 +01:00
2013-11-29 00:33:05 +01:00
2010-10-30 15:44:46 +02:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2011-10-07 00:00:42 +02:00
2009-01-17 22:28:01 +00:00
2010-06-18 13:45:03 +02:00
2010-02-20 15:15:53 +01:00
2014-01-05 14:25:46 +01:00
2014-01-05 14:25:46 +01:00
2013-08-03 02:32:02 +02:00
2013-08-03 02:32:02 +02:00
2011-03-18 22:57:13 +01:00
2010-06-12 19:02:51 +02:00
2013-12-01 18:04:51 +01:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2013-07-14 22:25:44 +02:00
2009-01-17 22:28:01 +00:00
2013-11-03 16:04:58 +01:00
2009-11-29 18:22:12 +01:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2013-09-15 04:59:20 +12:00
2012-05-04 00:51:50 +02:00
2013-09-15 20:03:31 +02:00
2013-09-15 00:30:14 +02:00
2009-01-22 00:47:18 +00:00
2012-05-22 02:17:11 +02:00
2009-07-01 21:45:33 +02:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2013-03-10 19:49:59 +01:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2010-10-30 15:44:46 +02:00
2013-11-01 22:28:18 +01:00
2011-04-28 14:23:33 +02:00
2013-06-08 22:01:24 +02:00
2013-05-30 23:31:17 +02:00
2014-02-03 22:57:51 +01:00
2014-02-03 22:57:51 +01:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:51:02 +02:00
2012-05-02 17:51:02 +02:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2012-09-10 12:22:12 -04:00
2009-03-22 18:12:36 +00:00
2012-05-02 17:51:13 +02:00
2010-02-16 19:58:51 +01:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2011-05-31 23:15:14 +02:00
2011-05-31 23:15:14 +02:00
2011-05-31 23:15:39 +02:00
2009-10-10 22:01:06 +02:00
2013-06-16 01:31:13 +02:00
2011-05-31 23:15:39 +02:00
2011-05-31 23:15:14 +02:00
2009-10-10 22:01:06 +02:00
2010-02-20 13:05:16 +01:00
2013-01-14 01:36:08 +01:00
2011-05-31 23:15:38 +02:00
2011-05-31 23:15:14 +02:00
2011-05-31 23:15:14 +02:00
2013-11-01 22:28:18 +01:00
2011-03-08 11:32:49 +01:00
2012-11-12 21:51:22 +01:00
2011-03-08 02:32:14 +01:00
2013-11-01 22:28:18 +01:00
2010-10-30 15:44:46 +02:00
2013-11-01 22:28:18 +01:00
2013-06-15 20:53:37 +02:00
2009-05-24 22:29:18 +02:00
2009-01-17 22:28:01 +00:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2014-01-26 21:03:28 +01:00
2011-03-24 09:55:32 +01:00
2013-04-16 11:16:41 +02:00
2009-09-14 21:39:19 +02:00
2013-03-08 08:19:54 -08:00
2011-03-01 11:50:16 +01:00
2011-10-09 21:45:02 +02:00
2009-01-17 22:28:01 +00:00
2013-04-21 18:00:12 +02:00
2010-03-01 22:12:57 +01:00
2012-11-12 21:51:22 +01:00
2012-11-09 23:06:45 +01:00
2013-11-01 22:28:18 +01:00
2011-03-18 21:16:53 +01:00
2011-03-29 22:39:34 +02:00
2010-03-20 23:18:14 +01:00
2013-05-17 20:59:46 +09:00
2011-03-20 12:37:01 +01:00
2012-05-02 17:50:43 +02:00
2010-09-02 00:20:04 +02:00
2013-11-23 18:05:55 +01:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2013-01-09 00:28:30 +01:00
2010-11-20 15:19:48 +01:00
2012-01-30 23:52:59 +01:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:45:56 +02:00
2009-01-17 22:28:01 +00:00
2013-01-17 19:37:03 +01:00
2011-08-07 20:00:28 +02:00
2012-05-02 17:50:41 +02:00
2009-08-20 22:11:33 +02:00
2013-01-27 18:59:02 +01:00
2009-12-24 17:50:39 +01:00
2013-05-17 14:42:43 +02:00
2011-08-07 20:00:28 +02:00
2013-03-08 08:19:54 -08:00
2012-01-23 00:56:21 +01:00
2012-05-02 17:50:41 +02:00
2010-04-03 21:06:15 +03:00
2013-07-29 02:12:17 +12:00
2010-01-05 22:30:16 +01:00
2013-11-01 22:28:18 +01:00
2011-08-07 17:04:36 +02:00
2012-11-12 21:51:22 +01:00
2009-01-17 22:28:01 +00:00
2013-09-15 04:59:20 +12:00
2009-01-17 22:28:01 +00:00
2012-05-10 19:43:48 +02:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:41 +02:00
2009-01-17 22:28:01 +00:00
2013-06-04 10:19:54 +02:00
2011-04-07 23:48:08 +02:00
2012-05-02 17:50:41 +02:00
2011-04-28 14:23:33 +02:00
2011-09-30 11:29:11 +02:00
2011-04-28 14:23:33 +02:00
2012-05-02 17:51:08 +02:00
2009-01-17 22:28:01 +00:00
2009-01-17 22:28:01 +00:00
2009-01-17 22:28:01 +00:00
2012-05-03 04:07:16 +02:00
2012-05-02 17:51:02 +02:00
2012-05-02 17:51:12 +02:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:51:01 +02:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:51:08 +02:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:43 +02:00
2011-01-07 15:09:17 +01:00
2012-05-02 17:51:02 +02:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:51:08 +02:00
2009-01-17 22:28:01 +00:00
2011-03-08 17:12:39 +01:00
2009-01-17 22:28:01 +00:00
2012-05-02 17:50:43 +02:00
2009-01-17 22:28:01 +00:00
2010-10-20 18:04:18 +02:00
2009-01-17 22:28:01 +00:00
2013-11-01 22:28:18 +01:00
2009-01-17 22:28:01 +00:00
2013-11-08 10:00:20 +01:00
2013-11-08 10:00:20 +01:00
2013-11-01 22:28:18 +01:00
2013-04-09 15:41:20 +02:00
2012-01-30 23:33:21 +01:00
2012-01-30 23:33:21 +01:00
2011-05-01 23:23:19 +02:00
2009-01-17 22:28:01 +00:00
2010-03-06 23:14:29 +01:00
2009-01-17 22:28:01 +00:00
2013-09-15 00:30:14 +02:00
2010-06-12 01:23:42 +02:00
2013-04-20 17:21:01 +02:00
2013-09-15 00:30:14 +02:00