gtk2/gdk/wayland
Benjamin Otte 8648d5409e dnd: Pass content to gdk_drag_begin()
Instead of just passing the GdkContentFormats, we are now passing the
GdkContentProvider to gdk_drag_begin().
This means that GDK itself can now query the data from the provider
directly instead of having to send selection events.

Use this to provide the private API gdk_drag_context_write() that allows
backends to pass an output stream that this data will be written to.
Implement this as the mechanism for providing drag data on Wayland.

And to make this all work, implement a content provider named
GtkDragContent that is implemented by reverting to the old DND
drag-data-get machinery inside GTK, so for widgets everything works just
like before.
2017-12-13 15:05:27 +01:00
..
protocol Wayland: Implement KDE's SSD protocol 2017-10-26 15:51:56 -04:00
gdkapplaunchcontext-wayland.c Drop gdk_app_launch_context_set_screen 2017-10-30 23:01:34 -04:00
gdkclipboard-wayland.c gdk: Fix wrong usage of g_task_propagate_pointer() 2017-12-10 01:09:14 +01:00
gdkclipboard-wayland.h wayland: Implement reading the clipboard 2017-12-03 05:46:49 +01:00
gdkcursor-wayland.c wayland: Fix embarassing bug 2017-11-05 00:07:18 +01:00
gdkdevice-wayland.c gdk: Add GDK_SEAT_CAPABILITY_TABLET_PAD 2017-12-07 21:27:33 -05:00
gdkdisplay-wayland.c wayland: Don't provide gsetting if dconf is not available 2017-11-26 19:40:28 -05:00
gdkdisplay-wayland.h wayland: Drop GdkWaylandDeviceManager 2017-11-25 11:04:15 -05:00
gdkdnd-wayland.c dnd: Pass content to gdk_drag_begin() 2017-12-13 15:05:27 +01:00
gdkeventsource.c wayland: Don't warn if the display is lost, skip exit handlers 2017-05-30 09:15:57 +02:00
gdkglcontext-wayland.c Work around a wayland crash 2017-03-30 09:15:29 -04:00
gdkglcontext-wayland.h Stop including gdkmain.h 2017-11-17 00:16:09 -05:00
gdkkeys-wayland.c build: Enable -Wswitch-enum and -Wswitch-default 2017-10-06 21:23:39 +02:00
gdkmonitor-wayland.c wayland: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkmonitor-wayland.h wayland: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkprimary-wayland.c wayland: Add primary clipboard subclass 2017-12-03 05:46:49 +01:00
gdkprimary-wayland.h wayland: Add primary clipboard subclass 2017-12-03 05:46:49 +01:00
gdkprivate-wayland.h dnd: Pass content to gdk_drag_begin() 2017-12-13 15:05:27 +01:00
gdkseat-wayland.h wayland: Remove GdkWaylandDataDevice typedef 2016-03-21 17:15:59 +01:00
gdkselection-wayland.c dnd: Pass content to gdk_drag_begin() 2017-12-13 15:05:27 +01:00
gdkvulkancontext-wayland.c vulkan: Use LGPL v2 2017-01-04 16:02:44 -02:00
gdkvulkancontext-wayland.h vulkan: Use LGPL v2 2017-01-04 16:02:44 -02:00
gdkwayland.h selection: Remove #ifdef WAYLAND 2017-11-15 19:07:16 +01:00
gdkwaylanddevice.h wayland: Drop GdkWaylandDeviceManager 2017-11-25 11:04:15 -05:00
gdkwaylanddisplay.h Wayland: Implement KDE's SSD protocol 2017-10-26 15:51:56 -04:00
gdkwaylandglcontext.h GL: Follow naming conventions 2014-10-21 23:48:12 -04:00
gdkwaylandmonitor.h wayland: Port to new monitor api 2016-04-27 23:18:16 -04:00
gdkwaylandwindow.h gdkwindow: Remove event_mask arguments from constructors 2017-11-13 23:41:38 +01:00
gdkwindow-wayland.c wayland: Destroy the xdg_imported after the wl_surface 2017-12-07 22:13:30 -05:00
genprotocolfiles.py build: Clean up Wayland protocol code generation 2017-05-03 15:10:57 +01:00
meson.build wayland: Add primary clipboard subclass 2017-12-03 05:46:49 +01:00
wm-button-layout-translation.c build: Don't turn off critical warnings 2017-10-06 16:03:08 +02:00
wm-button-layout-translation.h gdk: Relicense translate_wm_button_layout_to_gtk() 2017-04-27 21:05:12 +02:00