aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_local_copy_paste.c
AgeCommit message (Collapse)AuthorFilesLines
2022-10-07Use uppercase integer literal suffixesDavid Robillard1-1/+1
2022-05-23Add rich clipboard supportDavid Robillard1-5/+43
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-1/+1
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/+1
2022-05-20Use consistent class names and titles in tests and examplesDavid Robillard1-1/+1
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/+124