aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cursor.c
AgeCommit message (Collapse)AuthorFilesLines
6 daysReplace frame with size and position hintsDavid Robillard1-1/+1
8 daysUse angle brackets for library includes and clean up include pathsDavid Robillard1-2/+2
8 daysMove test utilities to a separate subprojectDavid Robillard1-1/+1
Towards sorting out sloppy include directories, and avoiding upward-relative paths in includes. A subproject seems like overkill, but this is the only way I can think of that makes for a clean local dependency that doesn't rely on anything non-standard or trigger any linters.
2024-06-10Fix build and tests with optional X11 features disabledDavid Robillard1-1/+3
2023-01-14Add general string hint interfaceDavid Robillard1-2/+2
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-11Add smoke test for puglSetCursor()David Robillard1-0/+75