Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-04 | Clean up licensing metadata | David Robillard | 1 | -0/+3 | |
2023-01-03 | Use globally unique names for documentation groups | David Robillard | 1 | -1/+1 | |
This becomes important when the documentation is included in larger projects. | |||||
2022-05-21 | Use consistent integer types for view positions and sizes | David Robillard | 1 | -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-21 | Add a uniform API for setting size hints | David Robillard | 1 | -0/+1 | |
This collapses many functions into one, which makes the API more easily extensible and reduces code size. | |||||
2021-01-08 | Switch to Meson | David Robillard | 1 | -3/+3 | |
2021-01-06 | Simplify documentation structure and use LV2 theme | David Robillard | 1 | -41/+38 | |
2020-11-26 | Generate documentation with Sphinx | David Robillard | 1 | -0/+88 | |