Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-10 | Show installation paths in configuration summary | David Robillard | 1 | -5/+0 | |
2021-01-08 | Switch to Meson | David Robillard | 13 | -109/+167 | |
2021-01-06 | Simplify documentation structure and use LV2 theme | David Robillard | 14 | -300/+73 | |
2021-01-06 | Split overview into multiple documents | David Robillard | 14 | -968/+1062 | |
2021-01-06 | Make Doxygen warnings errors | David Robillard | 2 | -2/+2 | |
2021-01-06 | Remove old unused main page | David Robillard | 1 | -77/+0 | |
2021-01-02 | Add PUGL_CONST_API | David Robillard | 2 | -2/+2 | |
Just a convenience macro to make declarations a little more readable. | |||||
2020-11-26 | Generate documentation with Sphinx | David Robillard | 21 | -3542/+1517 | |
2020-11-25 | Rename puglShowWindow and puglHideWindow to puglShow an puglHide | David Robillard | 1 | -1/+1 | |
These names were confusing because a view is not necessarily a window. Since there's no room for ambiguity here, simply drop the superfluous word. | |||||
2020-10-30 | Clean up installed man pages | David Robillard | 2 | -3/+3 | |
2020-10-30 | Move C++ bindings to a separate directory | David Robillard | 1 | -0/+1 | |
This seemed messy and potentially misleading for what is fundamentally a C++ library. It also makes it possible to set separate clang-tidy and clang-format settings for each to avoid "tainting" the C settings, though currently the headers use the same checks. | |||||
2020-10-26 | Add Vulkan backends | David Robillard | 1 | -1/+1 | |
2020-10-24 | Remove unused Doxygen configuration keys | David Robillard | 1 | -40/+0 | |
These are relatively new and cause warnings on older systems. | |||||
2020-10-21 | Simplify documentation structure | David Robillard | 1 | -17/+21 | |
2020-10-21 | Simplify documentation style | David Robillard | 1 | -9/+2 | |
2020-10-21 | Move includes to a separate directory | David Robillard | 1 | -1/+1 | |
This is more conventional and directories named "include" are specially understood by some tooling like clang-tidy. | |||||
2020-05-16 | Fix file documentation | David Robillard | 1 | -1/+1 | |
2020-05-16 | Remove deprecated Doxygen configuration values | David Robillard | 1 | -7/+1 | |
2020-04-03 | Rewrite C++ bindings | David Robillard | 4 | -21/+77 | |
2020-04-01 | Increase space above field documentation slightly | David Robillard | 1 | -1/+1 | |
2020-04-01 | Replace puglShowWindow() with puglRealize() | David Robillard | 1 | -1/+1 | |
2020-03-16 | Italicise the brief description of structs as with functions | David Robillard | 1 | -1/+1 | |
2020-03-15 | Update event loop documentation | David Robillard | 1 | -4/+14 | |
2020-03-09 | Show data structures on group pages | David Robillard | 1 | -1/+1 | |
2020-03-09 | Improve documentation fonts on MacOS and Windows | David Robillard | 1 | -15/+11 | |
2020-03-07 | Improve documentation style and rewrite main page | David Robillard | 5 | -154/+238 | |
2020-03-06 | Use 2-space indentation for CSS | David Robillard | 1 | -332/+332 | |
This is what stylelint wants and it's easier to just change than mess with the configuration. | |||||
2020-03-01 | Fix documentation grouping | David Robillard | 1 | -1/+1 | |
2020-03-01 | Fix arrow style in API documentation | David Robillard | 1 | -2/+8 | |
Hiding this broke the indentation for nested lists. This reverts to something like the default Doxygen style. | |||||
2019-09-07 | Improve documentation and use LV2 documentation style | David Robillard | 6 | -0/+3515 | |