Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |