Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |