summaryrefslogtreecommitdiff
path: root/hw/xwayland
AgeCommit message (Expand)AuthorFilesLines
2021-02-17xwayland: use get_pointer_device() for enter/leave handling tooPeter Hutterer1-11/+11
2021-02-16xwayland: Add PtrFeedback to the touch deviceOlivier Fourdan1-0/+4
2021-02-15xwayland: Use relative device for buttons/axisOlivier Fourdan1-2/+13
2021-02-15xwayland: Add wheel axis to relative pointerOlivier Fourdan1-1/+10
2021-02-15xwayland: Split dispatch_pointer_motion_eventOlivier Fourdan1-62/+74
2021-02-15xwayland: Use relative values for raw eventsOlivier Fourdan1-18/+32
2021-02-15xwayland: Use a resolution of 0 for relative motionOlivier Fourdan1-2/+2
2021-02-02xwayland: Translate keyboard grabs on the root windowOlivier Fourdan1-2/+28
2021-01-29mi: List extensions in usage messageOlivier Fourdan2-1/+3
2021-01-29xwayland: Add -verbose option as in xfree86Misha Gusarov3-0/+27
2021-01-22xwayland: Add new pkg-config variable for listenfdOlivier Fourdan1-0/+1
2021-01-08xwayland: remove unused parameter of xwl_glamor_pixmap_get_wl_bufferErik Kurzinger6-23/+9
2020-12-15xwayland: Remove unneeded variableOlivier Fourdan1-3/+1
2020-12-15xwayland: Refactor glamor EGL initOlivier Fourdan1-60/+89
2020-12-14xwayland: fix GL version check for GLES only devicesTony Lindgren1-12/+14
2020-12-10xwayland: Hold window buffer until releasedOlivier Fourdan1-1/+24
2020-12-10xwayland: Hold cursor buffer until releasedOlivier Fourdan1-0/+14
2020-12-10xwayland: Factorize common cursor codeOlivier Fourdan1-32/+33
2020-12-08xwayland: Replace LogMessage with LogMessageVerbMariusz Ceier2-4/+4
2020-11-23xwayland: Clean up pending eglstream on pixmap destroyOlivier Fourdan1-0/+20
2020-11-19xwayland: Use the pixmap release callback with EGLStreamOlivier Fourdan1-2/+6
2020-11-17xwayland: Add and hook up test scriptMichel Dänzer1-1/+1
2020-11-10xwayland: Add a man pageOlivier Fourdan4-0/+106
2020-11-10xwayland: Do not list option "-eglstream" if not supportedOlivier Fourdan1-0/+2
2020-11-10xwayland: Add help entry for -shmOlivier Fourdan1-0/+1
2020-11-09xwayland: Make window_get_client_toplevel non-recursiveMichel Dänzer1-4/+4
2020-11-09xwayland: Create an xwl_window for toplevel onlyOlivier Fourdan1-1/+1
2020-11-09xwayland: non-rootless requires the XDG-WM-Base protocolOlivier Fourdan1-0/+5
2020-10-30xwayland: Drop the separate refcount for the xwl_pixmapAdam Jackson1-22/+4
2020-09-22xwayland: Remove pending stream reference when freeingOlivier Fourdan1-1/+1
2020-09-22xwayland: Add a flag for n-buffers in EGL backendOlivier Fourdan4-1/+20
2020-09-22xwayland: Add a flag to expose EGL backend featuresOlivier Fourdan6-7/+37
2020-09-21xwayland: use drmGetNodeTypeFromFd for checking if a node is a render oneGreg V1-17/+2
2020-09-07xwayland: Check window pixmap in xwl_present_check_flip2Michel Dänzer1-0/+8
2020-09-01xwayland: Replace need_rotate boolean with simple check on xdg-outputRoman Gilg1-6/+5
2020-09-01Revert "xserver: Fix a typo"Roman Gilg1-1/+1
2020-09-01xwayland: Switch width and height argument orderRoman Gilg1-4/+4
2020-09-01xwayland: simplify output_get_new_size functionRoman Gilg1-8/+12
2020-08-04xwayland: Disable the MIT-SCREEN-SAVER extension when rootlessOlivier Fourdan1-0/+13
2020-07-30xwayland: Simplify Present event handling codeRoman Gilg1-21/+7
2020-07-22present: Idle vblanks any time in window modeRoman Gilg1-4/+2
2020-07-22present: Notify via distinct API functions in window modeRoman Gilg1-16/+7
2020-07-22xwayland: Rename present event listsRoman Gilg2-15/+15
2020-07-22xwayland: Remove unused xwl_screen entryRoman Gilg1-1/+0
2020-07-21xwayland: Handle NULL xwl_seat in xwl_seat_can_emulate_pointer_warpMichel Dänzer1-1/+6
2020-07-20xwayland: Remove harmless duplicated #includeEmmanuel Gil Peyrot1-1/+0
2020-07-20xwayland: Use memfd_create() when availableEmmanuel Gil Peyrot1-14/+35
2020-07-16xwayland: Store xwl_tablet_pad in its own private keyLyude Paul1-2/+10
2020-07-14xwayland: Damage surface in surface-relative coordinatesRoman Gilg1-1/+2
2020-07-08xwayland: Add a pkg-config file for XwaylandOlivier Fourdan3-1/+27