Files
gtk/tests
Matthias Clasen c44d18e8c2 testnotebookdnd: Defer deletion to an idle
The code here was always a bit buggy: We removed the tab from
the notebook in a ::drag-data-received handler. But with
GTK_DEST_DEFAULT_DROP, that signal is emitted before we inform
the source side that the drag is finished. With its improved drag
handling, GtkNotebook now interprets this as a 'spontaneous'
removal of the tab being dragged, and cancels the drag, leading
to an unwanted cancel animation.

The easiest fix is to just defer the tab removal to an idle.
2015-01-31 11:38:52 -05:00
..
2014-09-17 11:10:41 -04:00
2014-08-11 16:25:21 -04:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2014-07-03 12:58:41 -04:00
2014-09-17 12:42:32 -04:00
2014-05-23 21:32:51 -04:00
2012-11-06 21:29:58 +01:00
2014-05-23 21:32:51 -04:00
2013-04-23 05:58:07 +02:00
2014-01-17 17:52:07 -05:00
2014-02-16 23:24:13 -05:00
2012-02-27 17:06:11 +00:00
2014-05-23 21:32:51 -04:00
2012-02-27 17:06:11 +00:00
2014-04-02 12:41:24 -04:00
2014-07-17 12:17:32 -04:00
2012-02-27 17:06:11 +00:00
2014-05-23 21:32:51 -04:00
2014-05-22 11:17:32 -04:00
2012-02-27 17:06:11 +00:00
2014-05-23 21:32:51 -04:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2013-01-08 12:23:52 +01:00
2012-02-27 17:06:11 +00:00
2014-05-13 07:43:21 -04:00
2013-04-28 18:46:11 -04:00
2012-02-27 17:06:11 +00:00
2014-03-14 13:46:31 -04:00
2014-04-06 01:44:38 -04:00
2013-06-17 15:15:07 +02:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2012-11-04 13:01:38 -05:00
2014-05-22 11:17:32 -04:00
2012-02-27 17:06:11 +00:00
2014-05-23 21:32:51 -04:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2012-02-27 17:06:11 +00:00
2012-09-03 11:45:51 -04:00
2014-08-15 13:02:31 -04:00
2014-04-06 01:52:48 -04:00
2014-08-15 00:13:06 +02:00
2012-02-27 17:06:11 +00:00
2014-02-13 20:47:24 -05:00
2012-02-27 17:06:11 +00:00
2014-12-11 09:22:09 -05:00