aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_clipboard_demo.app
AgeCommit message (Collapse)AuthorFilesLines
2025-02-07Move test utilities to a separate subprojectDavid Robillard1-2/+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.
2023-05-03Use consistent names for internal meson dependenciesDavid Robillard1-1/+1
2023-05-03Use consistent meson formatting everywhereDavid Robillard1-3/+5
2023-01-04Clean up licensing metadataDavid Robillard2-2/+2
2022-11-24Use 0BSD for trivial "public domain intent" thingsDavid Robillard2-2/+2
2022-10-07Clean up meson definitionsDavid Robillard1-2/+3
2022-08-31Add include_directories to pugl_depMichael Fisher1-1/+1
2022-05-22Factor out pugl_clipboard_demo example programDavid Robillard2-0/+20
This is a simpler example than pugl_embed_demo that demonstrates clipboard functionality without the complexity of embedded views.