gtk/testsuite
Benjamin Otte f247d268d4 dnd: Add GdkDrop base class for GdkDragContext
The ultimate goal of this patch series is to split GdkDragContext into
GdkDrop + GdkDrag classes for the destination and source side of a dnd
operation.

The refactoring is meant to work something like this:
1. Introduce GdkDrop as a base class
2. Make all drop related code (like GdkEvent) use GdkDrop instead of
   GdkDragContext. Move/duplicate APIs to allow that.
3. Port all drop contexts in the backends from GdkDragContext to GdkDrop
4. Delete all APIs in GdkDragContext that aren't needed anymore.
5. Make GdkDragContext no longer a GdkDrop subclass
6. Rename GdkDragContext to GdkDrag
2018-06-18 23:49:19 +02:00
..
a11y tests: Update the expected a11y dump results 2018-04-14 16:14:36 +01:00
css notebook: Stop reversing tabs based on text direction 2018-06-18 17:35:02 +02:00
gdk gdk: Add GDK_MEMORY_DEFAULT 2018-03-18 05:57:07 +01:00
gsk gl renderer: Render everyhing according to MV scale 2018-04-11 15:31:22 +02:00
gtk dnd: Add GdkDrop base class for GdkDragContext 2018-06-18 23:49:19 +02:00
reftests reftests: Port from gtk_widget_draw() to snapshots 2018-04-05 14:56:39 +02:00
tools Fix tools test 2017-10-18 18:52:06 +02:00
meson.build Fix test environments 2017-10-18 17:30:20 +02:00