Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-07 | Clean up meson definitions | David Robillard | 3 | -17/+26 | |
2022-07-07 | Fix documentation build as a subproject | David Robillard | 1 | -6/+4 | |
2022-06-08 | Use consistent terminology for native views | David Robillard | 1 | -2/+2 | |
On MacOS in particular, views and windows are entirely different concepts, so confusing them... confuses things. This was the last holdover in the API that used the old "native window". | |||||
2022-05-28 | Update documentation | David Robillard | 1 | -5/+6 | |
2022-05-28 | Remove redundant program checks | David Robillard | 1 | -2/+0 | |
2022-05-23 | Add rich clipboard support | David Robillard | 3 | -1/+121 | |
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. | |||||
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 3 | -0/+9 | |
See https://reuse.software/ for details. | |||||
2021-05-25 | Rename event structs in a more readable style | David Robillard | 3 | -10/+10 | |
Aside from reading more naturally, this avoids clashes with types that are not events, like PuglEventFlags. This is also more consistent with the C++ bindings, where "EventExpose" would be quite strange, for example. Apologies for the noise. Aliases to the old names will be preserved in the deprecated API like other things for a short while. | |||||
2021-05-24 | Fix documentation build as a subproject | David Robillard | 3 | -8/+16 | |
2021-01-08 | Switch to Meson | David Robillard | 5 | -51/+72 | |
2021-01-06 | Simplify documentation structure and use LV2 theme | David Robillard | 4 | -25/+17 | |
2021-01-06 | Split overview into multiple documents | David Robillard | 7 | -571/+606 | |
2021-01-06 | Make Doxygen warnings errors | David Robillard | 1 | -1/+1 | |
2021-01-02 | Add PUGL_CONST_API | David Robillard | 1 | -1/+1 | |
Just a convenience macro to make declarations a little more readable. | |||||
2020-11-26 | Generate documentation with Sphinx | David Robillard | 5 | -0/+676 | |