gtk2/gdk/wayland
Stephen Chandler Paul 7cc0850a5a Wayland: Add initial support for drawing tablets
Only the management of tablets and tools is added so far. No tablet events
are yet interpreted.

As it's been the tradition in GTK+, erasers are split into their own device,
whereas the rest of the tools are meant to be routed through the
GDK_SOURCE_PEN device. Both pen/eraser devices are slaves to a master
pointer device, separate to wl_pointer's. This is so each tablet can
maintain its own cursor/positioning accounting.

Signed-off-by: Stephen Chandler Paul <thatslyude@gmail.com>
2016-04-06 16:12:12 +02:00
..
protocol wayland: Add request focus support via gtk_shell 2016-03-10 12:31:15 +08:00
gdkapplaunchcontext-wayland.c wayland: Formatting fixes 2015-02-28 00:02:30 -05:00
gdkcursor-wayland.c gdkcursor-wayland.c: Minor indentation fix 2016-04-06 16:12:12 +02:00
gdkdevice-wayland.c Wayland: Add initial support for drawing tablets 2016-04-06 16:12:12 +02:00
gdkdisplay-wayland.c Wayland: Add initial support for drawing tablets 2016-04-06 16:12:12 +02:00
gdkdisplay-wayland.h Wayland: Add initial support for drawing tablets 2016-04-06 16:12:12 +02:00
gdkdnd-wayland.c dnd: Hide the drag window when we're done 2016-03-21 11:26:24 -04:00
gdkeventsource.c wayland: Formatting fixes 2015-02-28 00:02:30 -05:00
gdkglcontext-wayland.c wayland: Don't use g_print for debug output 2016-02-28 21:40:23 -05:00
gdkglcontext-wayland.h gl: Drop profile for gdk_window_create_gl_context() 2015-02-12 12:34:28 +00:00
gdkkeys-wayland.c wayland: Get min/max keycode from xkb keymap 2016-03-26 18:48:27 -04:00
gdkprivate-wayland.h wayland: Don't invent our own unstable protocol semantics 2016-03-10 12:31:15 +08:00
gdkscreen-wayland.c wayland: Remove an unused vfunc 2016-04-03 18:18:17 -04:00
gdkseat-wayland.h wayland: Remove GdkWaylandDataDevice typedef 2016-03-21 17:15:59 +01:00
gdkselection-wayland.c wayland: Make data_source_target() an empty stub 2016-03-09 18:39:16 +01:00
gdkwayland.h wayland: Formatting fixes 2015-02-28 00:02:30 -05:00
gdkwaylanddevice.h wayland: Add GdkSeat implementation 2015-12-15 00:40:21 +01:00
gdkwaylanddisplay.h
gdkwaylandglcontext.h GL: Follow naming conventions 2014-10-21 23:48:12 -04:00
gdkwaylandselection.h Drop gdk_wayland_drag_context_get_dnd_window 2015-12-02 00:47:53 -05:00
gdkwaylandwindow.h
gdkwindow-wayland.c wayland: Do not resize with the same size 2016-04-05 18:22:40 +02:00
Makefile.am Wayland: Add initial support for drawing tablets 2016-04-06 16:12:12 +02:00
wm-button-layout-translation.c
wm-button-layout-translation.h