Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-27 | Add missing const | David Robillard | 1 | -5/+5 | |
2020-11-27 | Use std::vector::emplace_back() | David Robillard | 1 | -1/+1 | |
2020-11-27 | Initialize all members | David Robillard | 1 | -8/+0 | |
2020-11-27 | Use consistent naming convention for enum classes | David Robillard | 1 | -31/+31 | |
2020-11-27 | Use enum classes | David Robillard | 1 | -24/+50 | |
2020-11-27 | Use range-based for loop | David Robillard | 1 | -4/+3 | |
2020-11-27 | Always initialize variables | David Robillard | 1 | -4/+4 | |
2020-11-27 | Use auto where appropriate | David Robillard | 1 | -5/+3 | |
2020-02-09 | Use range-based for loops in more places | David Robillard | 1 | -10/+6 | |
2020-02-09 | Format all code with clang-format | David Robillard | 1 | -46/+63 | |
This configuration tries to get as close to the previous style as possible so the changes aren't too dramatic. It's still far from ideal and the code could use some adaptation, but this makes things much easier to work on. | |||||
2019-12-29 | Clean up includes | David Robillard | 1 | -6/+5 | |
2016-07-08 | Add option to disable port sorting | David Robillard | 1 | -2/+5 | |
Fixes #1082 | |||||
2015-02-24 | Add light theme for typesettable canvas export. | David Robillard | 1 | -0/+8 | |
Don't show edge handles on export. Fix port control drawing to be pixel perfect. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5605 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5582 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Style messages pane to match canvas. | David Robillard | 1 | -0/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5545 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5429 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5426 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-05 | Support Jack CV and OSC via metadata. | David Robillard | 1 | -3/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5398 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-27 | Add support for sprung layout to Patchage. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5379 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-26 | More colorblind friendly default colors. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5369 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-06 | Resurrect toolbar with Jack info and dropout indicator. | David Robillard | 1 | -1/+5 | |
Move legend to right hand side of toolbar. Store toolbar visible state in configuration. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5359 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-31 | Save zoom and font size in configuration. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5351 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-31 | Make port colours configurable. | David Robillard | 1 | -33/+42 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5350 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-30 | StateManager => Configuration. | David Robillard | 1 | -0/+290 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5348 a436a847-0d15-0410-975c-d299462d15a1 |