aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
AgeCommit message (Collapse)AuthorFilesLines
2023-01-04Clean up licensing metadataDavid Robillard1-0/+3
2023-01-03Use globally unique names for documentation groupsDavid Robillard1-1/+1
This becomes important when the documentation is included in larger projects.
2022-05-21Use consistent integer types for view positions and sizesDavid Robillard1-0/+1
Actual window sizes and positions fit easily in a 16-bit integer. So, we use that in "representation contexts" like events. This makes structures smaller, and allows the values to be converted to float, double, or integer without casting (since any int16_t or uint16_t value can fit in them without loss). Setter APIs use native integers for convenience, to avoid casting hassles when doing arithmetic. Ranges are checked at runtime.
2022-05-21Add a uniform API for setting size hintsDavid Robillard1-0/+1
This collapses many functions into one, which makes the API more easily extensible and reduces code size.
2021-01-08Switch to MesonDavid Robillard1-3/+3
2021-01-06Simplify documentation structure and use LV2 themeDavid Robillard1-41/+38
2020-11-26Generate documentation with SphinxDavid Robillard1-0/+88