aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_remote_copy_paste.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-14Add general string hint interfaceDavid Robillard1-4/+4
This replaces the window title and class name APIs with a more general one that can be easily extended to other things, like icon names, more detailed application hints, and so on.
2023-01-11Spread tests around the screenDavid Robillard1-2/+2
This makes it unlikely for tests to be completely obscured, which should hopefully make things a bit more consistent and reliable, especially when running all of the tests in parallel. It also makes things a bit less visually confusing.
2023-01-09Raise test windows initiallyDavid Robillard1-2/+2
This seems to make thing a bit more reliable, and matches what was happening before the addition of more precise show commands.
2023-01-08Add support for raising windowsDavid Robillard1-2/+2
2023-01-04Improve reliability of remote copy/paste testDavid Robillard1-0/+2
Things tend to stall when the two windows exactly overlap each other, which is itself probably a bug of some sort, but that's an unusual situation and not what this test is about.
2022-10-07Use uppercase integer literal suffixesDavid Robillard1-2/+2
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