summaryrefslogtreecommitdiffstats
path: root/src/Configuration.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Use std::vector::emplace_back()David Robillard1-1/+1
2020-11-27Initialize all membersDavid Robillard1-8/+0
2020-11-27Use consistent naming convention for enum classesDavid Robillard1-31/+31
2020-11-27Use enum classesDavid Robillard1-24/+50
2020-11-27Use range-based for loopDavid Robillard1-4/+3
2020-11-27Always initialize variablesDavid Robillard1-4/+4
2020-11-27Use auto where appropriateDavid Robillard1-5/+3
2020-02-09Use range-based for loops in more placesDavid Robillard1-10/+6
2020-02-09Format all code with clang-formatDavid Robillard1-46/+63
2019-12-29Clean up includesDavid Robillard1-6/+5
2016-07-08Add option to disable port sortingDavid Robillard1-2/+5
2015-02-24Add light theme for typesettable canvas export.David Robillard1-0/+8
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-08Style messages pane to match canvas.David Robillard1-0/+8
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-05-05Support Jack CV and OSC via metadata.David Robillard1-3/+7
2014-04-27Add support for sprung layout to Patchage.David Robillard1-0/+3
2014-04-26More colorblind friendly default colors.David Robillard1-3/+3
2014-04-06Resurrect toolbar with Jack info and dropout indicator.David Robillard1-1/+5
2014-03-31Save zoom and font size in configuration.David Robillard1-0/+4
2014-03-31Make port colours configurable.David Robillard1-33/+42
2014-03-30StateManager => Configuration.David Robillard1-0/+290