gtk/gdk/wayland
Christian Hergert 4bf07aeef9 gdk/wayland: freeze popups when hidden
Previously, there was an issue with glitching after showing/hiding a
popover that was not also destroyed. This was due to the popover having
an update_freeze_count of zero after hiding the surface.

That resulted in it's toplevel continuously dropping frames such as during
high-frame-rate scrolling in textviews. This problem is much more visible
on high-frame-rate displays such as 120hz/144hz.

With this commit, we freeze the frame clock of the popup until it is
mapped again.
2022-05-10 07:28:25 +03:00
..
cursor gdk/wayland/cursor/os-compatibility: fix build when memfd_create is not available 2021-04-27 11:46:39 -05:00
protocol gdk/toplevel: Add gdk_toplevel_titlebar_gesture() 2021-07-29 21:39:32 +02:00
gdkapplaunchcontext-wayland.c wayland: xdg-activation: Don't assume there's a focus surface 2022-01-19 08:57:10 +01: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
gdkdevice-wayland-private.h wayland: Make gdk_wayland_device_pad_set_feedback private 2020-10-15 12:00:00 -04:00
gdkdevice-wayland.c gdk: Add enum to indicate the unit of scroll deltas 2022-03-19 00:41:26 +01:00
gdkdisplay-wayland.c wayland: Keep startup_notification_id around long enough 2022-02-28 16:55:54 +00:00
gdkdisplay-wayland.h wayland/pointer-gestures: Receive hold gesture 2022-01-26 22:49:53 +01:00
gdkdrag-wayland.c wayland: Don't include gdkinternals.h 2021-09-24 22:50:29 +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 docs: Brush up the Wayland backend docs 2021-03-11 16:37:31 +00:00
gdkmonitor-wayland.h
gdkprimary-wayland.c gdk: don't leak wayland primary selection offers 2022-02-10 20:44:32 +01:00
gdkprimary-wayland.h gdk/wayland: Replace gtk-primary-selection with primary-selection-unstable-v1 2020-09-27 16:23:42 +02:00
gdkprivate-wayland.h wayland: Don't include gdkinternals.h 2021-09-24 22:50:29 +02:00
gdkseat-wayland.h Add a public header for GdkWaylandSeat 2020-10-14 11:55:34 +01:00
gdksurface-wayland.c gdk/wayland: freeze popups when hidden 2022-05-10 07:28:25 +03: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 Add a public header for GdkWaylandSeat 2020-10-14 11:55:34 +01:00
gdkwaylanddevice.h Add gdk_wayland_device_get_xkb_keymap 2021-05-02 21:02:09 -04:00
gdkwaylanddisplay.h wayland: Add EGLDisplay getter 2021-05-11 12:46:03 +01:00
gdkwaylandglcontext.h
gdkwaylandmonitor.h
gdkwaylandseat.h Add a public header for GdkWaylandSeat 2020-10-14 11:55:34 +01:00
gdkwaylandsurface.h Revert "Merge branch 'gtk_egl_wayland' into 'master'" 2020-12-30 03:32:18 +00:00
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