Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-07 | Rename create/destroy events to realize/unrealize | David Robillard | 1 | -4/+4 | |
As evidence that this was confusing, the documentation for these was an outright lie, and I've burned quite a bit of time in the past few days trying to rework things based around that flawed understanding. These names make it clear what these events actually are. If we need actual create/destroy events with a broader scope, they'll have to be added, but I suspect those aren't actually useful anyway. | |||||
2022-06-07 | Make puglRealize() always gracefully fail with a bad configuration | David Robillard | 1 | -1/+5 | |
2022-05-21 | Add a uniform API for setting size hints | David Robillard | 1 | -1/+1 | |
This collapses many functions into one, which makes the API more easily extensible and reduces code size. | |||||
2022-05-20 | Use consistent class names and titles in tests and examples | David Robillard | 1 | -1/+1 | |
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
See https://reuse.software/ for details. | |||||
2021-05-06 | Set distinct window titles for tests | David Robillard | 1 | -0/+1 | |
This makes things a little more clear when something goes wrong, for example if a test hangs. | |||||
2021-01-02 | Simplify clang-format configuration and format all code | David Robillard | 1 | -50/+50 | |
2020-10-30 | Simplify header names | David Robillard | 1 | -1/+1 | |
2020-10-19 | Gracefully handle puglRealize() being called twice | David Robillard | 1 | -0/+100 | |