Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-08 | Add support for raising windows | David Robillard | 1 | -2/+2 | |
2023-01-04 | Improve reliability of remote copy/paste test | David Robillard | 1 | -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-07 | Use uppercase integer literal suffixes | David Robillard | 1 | -2/+2 | |
2022-05-23 | Add rich clipboard support | David Robillard | 1 | -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-21 | Add a uniform API for setting size hints | David Robillard | 1 | -2/+2 | |
This collapses many functions into one, which makes the API more easily extensible and reduces code size. | |||||
2022-05-21 | Set a title for all test windows | David Robillard | 1 | -0/+2 | |
2022-05-20 | Use consistent class names and titles in tests and examples | David Robillard | 1 | -2/+2 | |
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
See https://reuse.software/ for details. | |||||
2021-05-06 | Add test for copy/paste | David Robillard | 1 | -0/+170 | |