aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_remote_copy_paste.c
AgeCommit message (Collapse)AuthorFilesLines
2022-05-23Add rich clipboard supportDavid Robillard1-6/+22
This implements a more powerful protocol for working with clipboards, which supports datatype negotiation, and fixes various issues by mapping more directly to how things work on X11.
2022-05-21Add a uniform API for setting size hintsDavid Robillard1-2/+2
This collapses many functions into one, which makes the API more easily extensible and reduces code size.
2022-05-21Set a title for all test windowsDavid Robillard1-0/+2
2022-05-20Use consistent class names and titles in tests and examplesDavid Robillard1-2/+2
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
See https://reuse.software/ for details.
2021-05-06Add test for copy/pasteDavid Robillard1-0/+170