weston/libweston
Leandro Ribeiro 04cc477afa libweston/input: update view transforms when handling confined pointer motion
When the pointer is confined and we are handling motion, we need
up-to-date view transforms in order to respect the confinement. So
update view transforms in such case.

This fixes an issue in which we'd try to transform views with dirty
transforms in weston_pointer_clamp_event_to_region(), hitting an assert.

This is a leftover of d611ab24 "libweston: Update view transforms more
often".

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
2022-12-19 17:05:37 -03:00
..
backend-drm build: simplify dep_egl a bit 2022-12-14 11:57:24 +00:00
backend-headless libweston: move gl-borders code into helper lib 2022-12-14 11:57:24 +00:00
backend-rdp libweston, backends: store backend pointer in struct weston_head 2022-12-12 15:21:16 +01:00
backend-vnc backend-vnc: move accumulated damage with output 2022-12-16 15:51:27 +02:00
backend-wayland backend-wayland: use gl-borders 2022-12-14 11:57:24 +00:00
backend-x11 build: simplify dep_egl a bit 2022-12-14 11:57:24 +00:00
color-lcms color-lcms: add support for matrices 2022-09-28 10:28:28 +00:00
desktop libweston-desktop: Prevent spurious focus change signals 2022-12-02 16:07:25 +00:00
renderer-gl libweston: move gl-borders code into helper lib 2022-12-14 11:57:24 +00:00
animation.c Fix indentation all through the project 2021-07-31 15:28:20 +00:00
auth.c libweston: Add user authentication support via PAM 2022-11-23 16:58:48 +01:00
backend.h libweston: Split notify_pointer focus into notify/clear 2022-10-25 15:58:24 -05:00
bindings.c Don't send compositor's global key bindings to the input method 2022-02-23 15:40:33 +02:00
clipboard.c libweston: correct argument name in the handler of wl_data_source.accept 2022-04-14 12:05:57 +00:00
color-noop.c libweston: add HDR metadata to weston_output 2022-05-27 10:30:35 +00:00
color.c backend-drm: check for HDR_OUTPUT_METADATA 2022-05-02 12:19:24 +00:00
color.h gl-renderer: add matrix 2022-09-28 10:28:28 +00:00
compositor.c compositor: commit subsurfaces before the main surface 2022-12-16 08:32:29 +00:00
content-protection.c content-protection: Don't leak update timer on shutdown 2021-12-08 13:38:18 +00:00
data-device.c data-device: Fix coordinate conversion 2022-11-10 09:01:20 -06:00
dbus.c
dbus.h
drm-formats.c drm-formats: add weston_drm_format_array_count_pairs() 2021-11-25 10:47:45 -03:00
git-version.h.meson
gl-borders.c libweston: move gl-borders code into helper lib 2022-12-14 11:57:24 +00:00
gl-borders.h libweston: move gl-borders code into helper lib 2022-12-14 11:57:24 +00:00
input.c libweston/input: update view transforms when handling confined pointer motion 2022-12-19 17:05:37 -03:00
launcher-impl.h launchers: Remove --tty option 2022-03-03 17:00:15 -06:00
launcher-libseat.c libweston: Enable logging for libseat launcher 2022-03-10 17:13:16 +02:00
launcher-logind.c launcher-logind: Don't check wl->vtnr before returning it. 2022-03-16 13:12:20 +00:00
launcher-util.c launchers: Remove --tty option 2022-03-03 17:00:15 -06:00
launcher-util.h launchers: Remove --tty option 2022-03-03 17:00:15 -06:00
libinput-device.c compositor: Use paced logger for unknown scroll source 2022-11-08 08:32:26 -06:00
libinput-device.h compositor: Use paced logger for unknown scroll source 2022-11-08 08:32:26 -06:00
libinput-seat.c libinput-seat: Cascade errors and bail out in case of failure 2021-11-25 10:47:04 +02:00
libinput-seat.h
libweston-internal.h libweston: move headless_backend::renderer_type to weston_renderer::type 2022-12-08 09:44:20 +00:00
linux-dmabuf.c helpers: Add a u64 from 2 u32 helper 2022-10-27 08:13:30 +00:00
linux-dmabuf.h linux-dmabuf: add missing includes and declarations 2022-12-16 15:05:10 +02:00
linux-explicit-synchronization.c
linux-explicit-synchronization.h
linux-sync-file-uapi.h
linux-sync-file.c
linux-sync-file.h
log.c libweston: Add weston_log_paced() 2022-11-08 08:32:26 -06:00
meson.build libweston: move gl-borders code into helper lib 2022-12-14 11:57:24 +00:00
noop-renderer.c libweston: move headless_backend::renderer_type to weston_renderer::type 2022-12-08 09:44:20 +00:00
output-capture.c libweston: implement new screenshooting protocol base 2022-11-29 11:00:52 +02:00
output-capture.h libweston: implement new screenshooting protocol base 2022-11-29 11:00:52 +02:00
pixel-formats.c libweston: add pixel_format_get_shm_format() 2022-11-29 11:00:52 +02:00
pixel-formats.h libweston: add pixel_format_get_shm_format() 2022-11-29 11:00:52 +02:00
pixman-renderer.c libweston: move headless_backend::renderer_type to weston_renderer::type 2022-12-08 09:44:20 +00:00
pixman-renderer.h pixman-renderer: pass initial size explicitly 2022-09-23 12:42:05 +00:00
plugin-registry.c
screenshooter.c screenshooter: Add SHM buffer destroy listener to avoid invalid memcpy 2022-10-03 16:52:16 +02:00
spring-tool.c
timeline.c libweston: fix typos 2021-02-24 10:01:17 -05:00
timeline.h libweston: move TYPEVERIFY macro into shared 2021-02-17 12:52:33 +00:00
touch-calibration.c libweston: Add weston_surface_map() wrapper 2022-06-16 12:17:15 +03:00
vertex-clipping.c tests: make vertex-clip use WESTON_EXPORT_FOR_TESTS 2022-03-01 13:32:15 +00:00
vertex-clipping.h
weston-direct-display.c
weston-log-file.c
weston-log-flight-rec.c
weston-log-internal.h weston-log-wayland: make stream_destroy() use weston_log_subscriber_release() 2020-02-10 10:53:50 +00:00
weston-log-wayland.c Fix indentation all through the project 2021-07-31 15:28:20 +00:00
weston-log.c weston-log: Fix documentation for weston_log_subscription_create 2022-07-01 17:20:18 +03:00