summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-cursor.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20xwayland: Account for the scale factorOlivier Fourdan1-5/+17
2024-01-16ephyr,xwayland: Use the proper private key for cursorOlivier Fourdan1-1/+1
2022-02-11xwayland: Fix cursor colorOlivier Fourdan1-2/+4
2021-10-25xwayland: Add xwl_cursor_clear_frame_cb()Olivier Fourdan1-14/+16
2021-10-25xwayland: Move xwl_cursor_release() to xwayland-cursor.cOlivier Fourdan1-0/+8
2021-10-25xwayland: Rename xwl_seat_update_cursor()Olivier Fourdan1-3/+3
2021-05-11xwayland: Check buffer prior to attaching itOlivier Fourdan1-2/+9
2021-03-03xwayland: Delay cursor visibility updateOlivier Fourdan1-10/+89
2020-12-10xwayland: Hold cursor buffer until releasedOlivier Fourdan1-0/+14
2020-12-10xwayland: Factorize common cursor codeOlivier Fourdan1-32/+33
2019-12-20xwayland: Cleanup and remove `xwayland.h`Olivier Fourdan1-1/+0
2019-12-20xwayland: Separate Xwayland screen codeOlivier Fourdan1-0/+1
2019-12-20xwayland: Move Xwayland cursor declarationsOlivier Fourdan1-0/+1
2019-12-20xwayland: Move Xwayland input declarationsOlivier Fourdan1-0/+1
2019-12-20xwayland: Move SHM declarations to their own headerOlivier Fourdan1-1/+11
2019-10-12xwayland: Use buffer_damage instead of surface damage if availableRobert Mader1-6/+6
2019-09-23xwayland: Don't create wl_buffer backing pixmapOlivier Fourdan1-1/+2
2019-06-06xwayland: Reset scheduled frames after hiding tablet cursorCarlos Garnacho1-0/+2
2017-12-06xwayland: Fix non-argb cursor conversionOlivier Fourdan1-1/+1
2017-04-28xwayland: update cursor on tablet tools in proximityCarlos Garnacho1-0/+56
2017-04-28xwayland: Refactor cursor management into xwl_cursorCarlos Garnacho1-19/+20
2017-03-07xwayland: clear cursor frame callbackOlivier Fourdan1-2/+12
2016-10-05xwayland: Add pointer warp emulatorJonas Ådahl1-0/+7
2016-09-28xwayland: Clear up x_cursor on UnrealizeCursor()Olivier Fourdan1-3/+4
2016-08-15xwayland: Plug memleak in frame callbacksOlivier Fourdan1-0/+2
2016-06-13wayland: clear resource for pixmap on unrealizeOlivier Fourdan1-0/+15
2015-09-18xwayland: call through to miPointerWarpCursor on warp_cursorPeter Hutterer1-0/+1
2015-05-27xwayland: Throttle our cursor surface updates with a frame callbackRui Matos1-0/+26
2014-04-03Xwayland DDXKristian Høgsberg1-0/+193