Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Add missing const qualifiers | David Robillard | 1 | -1/+1 | |
2022-08-22 | Replace boost with standard C++17 facilities | David Robillard | 1 | -4/+2 | |
2022-08-16 | Upgrade to fmt 9.0.0 | David Robillard | 1 | -1/+0 | |
This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future. | |||||
2022-07-20 | Clean up includes | David Robillard | 1 | -3/+1 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-05-11 | Refactor most functionality around actions and settings | David Robillard | 1 | -28/+56 | |
This moves more code into general places, and completely eliminates dependencies on the Patchage "god object". | |||||
2021-05-11 | Add Cleared event for implementing refresh without a race | David Robillard | 1 | -0/+2 | |
2021-05-08 | Put events in a namespace and simplify their names | David Robillard | 1 | -8/+8 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -81/+81 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -1/+9 | |
2020-11-29 | Use more reasonable class names | David Robillard | 1 | -9/+9 | |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -0/+4 | |
2020-11-29 | Replace attached and detached signals with events | David Robillard | 1 | -0/+10 | |
2020-11-28 | Clean up includes | David Robillard | 1 | -7/+1 | |
2020-11-28 | Refresh by emitting events | David Robillard | 1 | -28/+8 | |
This decouples drivers from the rest of the application, in particular the horrible situation where they were working with the canvas directly, by having them always communicate changes by emitting events. | |||||
2020-11-28 | Add separate store for client and port metadata | David Robillard | 1 | -1/+5 | |
2020-11-28 | Remove NoopEvent | David Robillard | 1 | -2/+0 | |
2020-11-28 | Move handle_event() to separate files | David Robillard | 1 | -0/+139 | |