summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12xwayland: Don't process cursor warping without an xwl_seatLyude Paul1-0/+7
2018-02-12xwayland: remove dirty window unconditionally on unrealizeOlivier Fourdan1-2/+1
2017-09-25xwayland: Update root window size when desktop size changesCarlos Garnacho1-1/+3
2017-09-25xwayland: "Accept" confineTo on InputOnly windowsCarlos Garnacho1-0/+9
2017-09-25xwayland: Allow pointer warp on root/None windowCarlos Garnacho1-0/+20
2017-09-25xwayland: Don't load extension list more than onceLyude1-2/+3
2016-10-05xwayland: Add pointer warp emulatorJonas Ådahl1-0/+27
2016-10-05xwayland: Translate a pointer grab with confineTo to pointer confinementJonas Ådahl1-0/+53
2016-10-05xwayland: Put getting a xwl_window from a Window in a helperJonas Ådahl1-2/+7
2016-09-28xwayland: handle EAGAIN on Wayland fdOlivier Fourdan1-3/+31
2016-08-19wayland: Emulate crossing for native windowOlivier Fourdan1-1/+2
2016-08-15xwayland: Avoid double free of RRCrtc and RROutputOlivier Fourdan1-1/+1
2016-08-15xwayland: Plug memleak in frame callbacksOlivier Fourdan1-0/+2
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-2/+2
2016-07-15xwayland: Only force monotonic clock onceAdam Jackson1-1/+2
2016-06-03xwayland: sync event queue to check compositor replyOlivier Fourdan1-0/+7
2016-06-03xwayland: refactor Wayland event handlingOlivier Fourdan1-12/+25
2016-05-31xwayland: Use the CLOCK_MONOTONIC clockJonas Ådahl1-0/+2
2016-02-29xwayland: add partial xvidmode extension supportOlivier Fourdan1-0/+8
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-0/+7
2015-12-01hw/xwayland: Use NotifyFd handler to monitor wayland socketKeith Packard1-9/+10
2015-11-30xwayland: check if creating xwl_output succeededMarek Chalupa1-2/+2
2015-11-30xwayland: fix memory leaks on error paths in xwl_realize_windowMarek Chalupa1-3/+28
2015-09-25xwayland: Destroy xwl_output when wl_output gets removedDima Ryazanov1-1/+10
2015-09-18xwayland: Remove related touchpoints when unrealizing windowsCarlos Garnacho1-3/+3
2015-05-26xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3]Ray Strode1-0/+2
2015-05-26xwayland: Enable access control on open sockets [CVE-2015-3164 1/3]Ray Strode1-1/+1
2015-01-23Avoid possible null pointer dereference.Carlos Olmedo Escobar1-1/+1
2014-11-12xwayland: declare fatal log handler as noreturnPeter Hutterer1-0/+1
2014-09-11xwayland: Snap damage reports to the bounding boxAdam Jackson1-9/+4
2014-09-11xwayland: Implement throttling for surfaces based on the frame eventJasper St. Pierre1-5/+30
2014-06-24xwayland: Add glamor and DRI3 supportKristian Høgsberg1-5/+33
2014-04-21xwayland: Remove left-over ErrorF loggingKristian Høgsberg1-1/+0
2014-04-21xwayland: Build without xshmfenceKristian Høgsberg1-0/+2
2014-04-21xwayland: Build without GLX extensionKristian Høgsberg1-2/+5
2014-04-03Xwayland DDXKristian Høgsberg1-0/+652