summaryrefslogtreecommitdiffstats
path: root/src/Configuration.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-01-02Format all code with clang-formatDavid Robillard1-255/+251
2020-12-14Clean up includesDavid Robillard1-0/+1
2020-11-29Fix unstable module positionsDavid Robillard1-1/+4
2020-11-29Put everything in a namespaceDavid Robillard1-0/+4
2020-11-28Use auto for iteratorsDavid Robillard1-2/+1
2020-11-28Reduce use of raw new and deleteDavid Robillard1-1/+1
2020-11-28Clean up includesDavid Robillard1-1/+0
2020-11-28Move PortType to its own headerDavid Robillard1-0/+1
2020-11-28Move SignalDirection to its own headerDavid Robillard1-0/+1
2020-11-28Rename ModuleType to SignalDirectionDavid Robillard1-14/+14
2020-11-27Add missing constDavid Robillard1-5/+5
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
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-29Clean up includesDavid Robillard1-6/+5
2016-07-08Add option to disable port sortingDavid Robillard1-2/+5
Fixes #1082
2015-02-24Add light theme for typesettable canvas export.David Robillard1-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-17Delete trailing whitespace.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5582 a436a847-0d15-0410-975c-d299462d15a1
2015-02-08Style messages pane to match canvas.David Robillard1-0/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5545 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5429 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5426 a436a847-0d15-0410-975c-d299462d15a1
2014-05-05Support Jack CV and OSC via metadata.David Robillard1-3/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5398 a436a847-0d15-0410-975c-d299462d15a1
2014-04-27Add support for sprung layout to Patchage.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5379 a436a847-0d15-0410-975c-d299462d15a1
2014-04-26More colorblind friendly default colors.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5369 a436a847-0d15-0410-975c-d299462d15a1
2014-04-06Resurrect toolbar with Jack info and dropout indicator.David Robillard1-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-31Save zoom and font size in configuration.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5351 a436a847-0d15-0410-975c-d299462d15a1
2014-03-31Make port colours configurable.David Robillard1-33/+42
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5350 a436a847-0d15-0410-975c-d299462d15a1
2014-03-30StateManager => Configuration.David Robillard1-0/+290
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5348 a436a847-0d15-0410-975c-d299462d15a1