Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-07 | Move test utilities to a separate subproject | David Robillard | 1 | -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-03 | Use consistent names for internal meson dependencies | David Robillard | 1 | -1/+1 | |
2023-01-04 | Clean up licensing metadata | David Robillard | 1 | -1/+1 | |
2022-11-24 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
2022-10-07 | Clean up meson definitions | David Robillard | 1 | -2/+3 | |
2022-08-31 | Add include_directories to pugl_dep | Michael Fisher | 1 | -1/+1 | |
2022-05-22 | Factor out pugl_clipboard_demo example program | David Robillard | 1 | -0/+9 | |
This is a simpler example than pugl_embed_demo that demonstrates clipboard functionality without the complexity of embedded views. |