summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-xtest.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26treewide: replace strdup() calls to Xstrdup()Enrico Weigelt, metux IT consult1-1/+1
2024-07-25xwayland/ei: Log the type name of unhandled eventsOlivier Fourdan1-1/+1
2024-07-25xwayland/ei: Handle EI_EVENT_KEYBOARD_MODIFIERSOlivier Fourdan1-0/+4
2024-05-11xwayland: Send ei_device_frame on device_scroll_discreteJoshua Ashton1-0/+1
2024-04-15dix: unexport GetCurrentClient()Enrico Weigelt, metux IT consult1-5/+7
2024-03-21xwayland: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer1-1/+0
2024-03-18Fix missing includes of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-01-09xwayland: override the XTest sendEventsProc for all devicesPeter Hutterer1-6/+5
2023-12-18xwayland: Pass the correct oeffis device typesOlivier Fourdan1-1/+2
2023-10-11xwayland: Cancel the EI disconnect timer when freedOlivier Fourdan1-0/+1
2023-10-09xwayland: Give up on EI on setup failureOlivier Fourdan1-0/+2
2023-10-09xwayland: Add an option to enable EI portal supportOlivier Fourdan1-2/+5
2023-06-26xwayland: Fallback to plain XTEST if EI does not workOlivier Fourdan1-10/+95
2023-06-26xwayland: Add XTEST support using EISPeter Hutterer1-0/+842