summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-27xwayland/window: Queue damage after commits are allowedxwayland-22.1Jonas Ådahl1-0/+12
2023-04-27xwayland/window: Move set-allow functions lower downJonas Ådahl1-35/+35
2023-04-27build: set _GNU_SOURCE when checking for SO_PEERCREDSimon Ser1-1/+1
2023-04-27xwayland: Fix build without GBMOlivier Fourdan2-4/+7
2023-04-27glamor: Fix build without GBMOlivier Fourdan1-0/+2
2023-04-27xwayland: Make Wayland logs non-fatalOlivier Fourdan1-2/+1
2023-04-27xwayland: Prevent nested xwl_present_for_each_frame_callback callsMichel Dänzer3-2/+30
2023-04-27xwayland: Refactor xwl_present_for_each_frame_callback helperMichel Dänzer3-27/+20
2023-03-29Bump version to 22.1.9xwayland-22.1.9Olivier Fourdan1-2/+2
2023-03-29composite: Fix use-after-free of the COWOlivier Fourdan1-0/+5
2023-03-29xkbUtils: use existing symbol names instead of deleted deprecated onesBenno Schulenberg1-2/+2
2023-03-27test: Use either wayland-info or weston-infoOlivier Fourdan1-1/+6
2023-03-27glamor: Don't glFlush/ctx switch unless any work has been performedJoshua Ashton4-7/+15
2023-02-23present: Send a PresentConfigureNotify event for destroyed windowsAdam Jackson3-4/+19
2023-02-23xwayland/window: Do not double add window to damage listMinh Phan1-1/+2
2023-02-23dix: Clear device sprite after free in AttachDevice()Olivier Fourdan1-0/+1
2023-02-23glamor: Don't initialize on softpipeIvan A. Melnikov2-0/+9
2023-02-23xwayland: Don't expose XRandR emulated modes for leaseable displaysJoshua Ashton1-0/+4
2023-02-23xwayland/output: properly return the current emulated mode when queriedMinh Phan2-0/+17
2023-02-23randr: introduce rrCrtcGetInfo DDX functionMinh Phan2-0/+11
2023-02-23GLX: Free the tag of the old context laterDoğukan Korkmaztürk1-4/+3
2023-02-23xwayland/glx: Mirror all EGLConfigsDoğukan Korkmaztürk1-1/+1
2023-02-23glamor: Only check for llvmpipe rendererCorentin Noël2-2/+2
2023-02-23xwayland: properly get FDs from multiplanar GBM BOsLucas Stach1-9/+57
2023-02-23xwayland: handle fd export failure in glamor_egl_fds_from_pixmapLucas Stach1-0/+7
2023-02-07Bump version to 22.1.8xwayland-22.1.8Olivier Fourdan1-2/+2
2023-02-07Xi: fix potential use-after-free in DeepCopyPointerClassesPeter Hutterer1-1/+3
2023-01-25dix: Use CopyPartialInternalEvent in EnqueueEventMike Gorse1-1/+1
2023-01-25dix: Correctly save replayed event into GrabInfoRecPovilas Kanapickas3-3/+18
2022-12-19Bump version to 22.1.7xwayland-22.1.7Olivier Fourdan1-2/+2
2022-12-19Xext: fix invalid event type mask in XTestSwapFakeInputPeter Hutterer1-1/+1
2022-12-14Bump to version 22.1.6xwayland-22.1.6Peter Hutterer1-2/+2
2022-12-14xkb: reset the radio_groups pointer to NULL after freeing itPeter Hutterer1-0/+1
2022-12-14Xi: avoid integer truncation in length check of ProcXIChangePropertyPeter Hutterer2-3/+4
2022-12-14Xi: return an error from XI property changes if verification failedPeter Hutterer1-0/+5
2022-12-14Xext: free the screen saver resource when replacing itPeter Hutterer1-1/+1
2022-12-14Xext: free the XvRTVideoNotify when turning off from the same clientPeter Hutterer1-1/+3
2022-12-14Xi: disallow passive grabs with a detail > 255Peter Hutterer1-8/+14
2022-12-14Xtest: disallow GenericEvents in XTestSwapFakeInputPeter Hutterer1-2/+3
2022-11-02Bump version to 22.1.5xwayland-22.1.5Olivier Fourdan1-1/+1
2022-11-02xwayland/input: Do not ignore leave eventsOlivier Fourdan1-3/+0
2022-10-28Revert "xwayland: Aggregate scroll axis events to fix kinetic scrolling"Olivier Fourdan2-75/+51
2022-10-20Bump version to 22.1.4xwayland-22.1.4Olivier Fourdan1-1/+1
2022-10-19xwayland: Clear the "xwl-window" tag on unrealizeOlivier Fourdan1-3/+13
2022-10-19xwayland: set tag on our surfacesOlivier Fourdan3-0/+37
2022-10-19build: Bump wayland requirement to 1.18Olivier Fourdan1-1/+1
2022-10-19Forbid server grabs by non-WM on *rootless* XWaylandDemi Marie Obenour1-1/+1
2022-10-03xwayland: Delay wl_surface destructionOlivier Fourdan4-1/+70
2022-09-14xwayland: Prevent Xserver grabs with rootlessOlivier Fourdan2-0/+52
2022-09-14dix: Skip more code in SetRootClip for ROOT_CLIP_INPUT_ONLYMichel Dänzer1-2/+2