aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/x11-screen.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/devdraw: handle X11 selections betterScott Schwartz2025-11-041-1/+2
* devdraw: work around XWayland pointer warpingRuss Cox2025-10-091-0/+23
* cmd/devdraw: avoid use of X button state fieldRoger Peppe2025-03-291-51/+12
* devdraw: handle shift of real mouse buttons correctlyRuss Cox2024-06-171-5/+18
* devdraw/x11: fix modifier key handling for some XkbOptionsXiao-Yong Jin2022-07-261-12/+31
* devdraw: use indirect impl interface in x11Gabriel Diaz2020-05-181-0/+21
* devdraw: avoid deadlock in x11 resizeRuss Cox2020-01-151-0/+2
* devdraw: set windowrect correctly on x11 if window gets unexpected sizeRuss Cox2020-01-151-2/+2
* devdraw: notify window resize promptly on x11Russ Cox2020-01-141-8/+8
* devdraw: x11 working againRuss Cox2020-01-131-0/+1759