gtk/gdk/wayland
Carlos Garnacho c77b98d716 gdk/wayland: Drop surface checks on wl_pointer.leave handling
Even though the argument is non-nullable, GTK sometimes incurs in that
by itself by destroying the surface while the event is in flight. This
is the case of popping down a GtkDropdown. When this happens we simply
ignore the crossing event, but we should let it through instead, the
compositor did not send it in vain and we possibly still have pointer
state to undo.

Drop the surface checks, so that the event is propagated along GTK.
2022-08-05 19:25:13 +02:00
..
cursor wayland: scale cursors to the right size 2022-05-27 12:26:45 -04:00
protocol gdk/toplevel: Add gdk_toplevel_titlebar_gesture() 2021-07-29 21:39:32 +02:00
gdkapplaunchcontext-wayland.c gdk/wayland: Check the GdkSurface wl_surface before using it for activation 2022-06-02 23:08:40 +02:00
gdkcairocontext-wayland.c wayland/surface: Use wl_surface_offset() instead of x,y of attach() 2022-01-14 09:27:07 +01:00
gdkcairocontext-wayland.h
gdkclipboard-wayland.c
gdkclipboard-wayland.h
gdkcursor-wayland.c wayland: Sanity check cursor image size 2022-05-26 22:29:37 -04:00
gdkdevice-wayland-private.h
gdkdevice-wayland.c gdk/wayland: Drop surface checks on wl_pointer.leave handling 2022-08-05 19:25:13 +02:00
gdkdisplay-wayland.c gdk/wayland: Stop storing the last serial in GdkWaylandDisplay 2022-07-18 15:21:40 +02:00
gdkdisplay-wayland.h gdk/wayland: Stop storing the last serial in GdkWaylandDisplay 2022-07-18 15:21:40 +02:00
gdkdrag-wayland.c gdk/wayland: Use last implicit grab serial for DnD start requests 2022-07-18 13:00:32 +02:00
gdkdrop-wayland.c wayland: Don't include gdkinternals.h 2021-09-24 22:50:29 +02:00
gdkeventsource.c wayland: Don't include gdkinternals.h 2021-09-24 22:50:29 +02:00
gdkglcontext-wayland.c egl: Set the draw buffer to GL_BACK_LEFT 2021-11-03 22:53:59 +01:00
gdkglcontext-wayland.h egl: Unify contexts 2021-10-06 03:44:36 +02:00
gdkkeys-wayland.c gdk/wayland: add support for wl_seat version 7 2021-08-11 16:37:03 +02:00
gdkmonitor-wayland.c
gdkmonitor-wayland.h
gdkprimary-wayland.c gdk/wayland: Use last press serial for clipboard/primary selections 2022-07-18 13:01:27 +02:00
gdkprimary-wayland.h
gdkprivate-wayland.h gdk/wayland: Stop storing the last serial in GdkWaylandDisplay 2022-07-18 15:21:40 +02:00
gdkseat-wayland.h
gdksurface-wayland.c wayland: Add support for xdg_toplevel.bounds 2022-06-13 22:12:55 +02:00
gdksurface-wayland.h egl: Move EGLSurface handling to GdkSurface 2021-10-06 03:44:35 +02:00
gdkvulkancontext-wayland.c wayland: Don't include gdkinternals.h 2021-09-24 22:50:29 +02:00
gdkvulkancontext-wayland.h
gdkwayland.h
gdkwaylanddevice.h
gdkwaylanddisplay.h
gdkwaylandglcontext.h
gdkwaylandmonitor.h
gdkwaylandseat.h
gdkwaylandsurface.h
meson.build Fix build with wayland-protocols subproject 2022-02-10 13:21:28 -05:00
wm-button-layout-translation.c
wm-button-layout-translation.h