Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-22 | Replace boost with standard C++17 facilities | David Robillard | 1 | -5/+3 | |
2022-08-16 | Upgrade to fmt 9.0.0 | David Robillard | 1 | -17/+1 | |
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 | Use a uniform interface for changing settings in the UI | David Robillard | 1 | -0/+26 | |
2022-07-20 | Clean up includes | David Robillard | 1 | -1/+3 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-26 | Clean up includes | David Robillard | 1 | -0/+1 | |
2022-05-26 | Avoid potential null dereferences | David Robillard | 1 | -1/+3 | |
As judged by GCC anyway. | |||||
2022-05-26 | Fix implicit floating point conversion | David Robillard | 1 | -4/+4 | |
GCC 12 warns about this with Wdouble-promotion. | |||||
2022-05-18 | Fix build with fmt 8.1.1 | David Robillard | 1 | -4/+21 | |
2021-05-11 | Refactor most functionality around actions and settings | David Robillard | 1 | -22/+82 | |
This moves more code into general places, and completely eliminates dependencies on the Patchage "god object". | |||||
2021-05-11 | Move drivers to a separate object | David Robillard | 1 | -28/+16 | |
Towards eliminating dependencies on the Patchage "god object". | |||||
2021-05-11 | Move Coord to its own header | David Robillard | 1 | -1/+0 | |
2021-05-10 | Add Action representation to isolate behaviour from canvas objects | David Robillard | 1 | -0/+153 | |
A step towards isolating the canvas and ultimately the entire UI away so it can be replaced. |