summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-29Remove more dead codeDavid Robillard1-2/+0
2020-11-29Use more reasonable class namesDavid Robillard1-7/+7
2020-11-29Put everything in a namespaceDavid Robillard1-0/+4
2020-11-29Clean up Patchage classDavid Robillard1-14/+10
2020-11-29Remove unnecessary use of shared_ptrDavid Robillard1-2/+2
2020-11-29Completely isolate drivers from the rest of the applicationDavid Robillard1-3/+0
2020-11-29Use Jack driver exclusively through AudioDriver interfaceDavid Robillard1-3/+3
2020-11-29Remove flaky DSP load meterDavid Robillard1-2/+1
2020-11-29Move command line handling to mainDavid Robillard1-7/+5
2020-11-29Simplify refreshingDavid Robillard1-3/+0
2020-11-29Reduce preprocessor gunkDavid Robillard1-2/+0
2020-11-29Replace attached and detached signals with eventsDavid Robillard1-5/+6
2020-11-28Reduce use of raw new and deleteDavid Robillard1-6/+7
2020-11-28Use AlsaDriver only through base class interfaceDavid Robillard1-4/+4
2020-11-28Remove more dead codeDavid Robillard1-10/+3
2020-11-28Remove Jack session supportDavid Robillard1-12/+0
2020-11-28Abstract out sending of eventsDavid Robillard1-0/+9
2020-11-28Add separate store for client and port metadataDavid Robillard1-0/+3
2020-11-28Factor out Connector from PatchageCanvasDavid Robillard1-0/+2
2020-11-27Factor out log from Patchage classDavid Robillard1-4/+4
2020-11-27Explicitly delete or define all special member functionsDavid Robillard1-0/+6
2020-11-27Use enum classesDavid Robillard1-3/+6
2020-11-27Add trailing namespace commentDavid Robillard1-1/+1
2020-11-27Fix indentationDavid Robillard1-1/+1
2020-02-09Format all code with clang-formatDavid Robillard1-11/+19
2019-12-29Clean up includesDavid Robillard1-6/+6
2019-12-29Use std::shared_ptrDavid Robillard1-4/+3
2016-07-08Add option to disable port sortingDavid Robillard1-0/+3
2015-12-04Bring back Jack buffer size selectorDavid Robillard1-0/+11
2015-02-08Style messages pane to match canvas.David Robillard1-0/+2
2015-02-08Add support for exporting canvas as PDF or PS.David Robillard1-2/+2
2015-01-10OSX quit integration.David Robillard1-0/+1
2014-04-27Add support for sprung layout to Patchage.David Robillard1-0/+2
2014-04-26Update copyright date.David Robillard1-1/+1
2014-04-06Eliminate messages window in favour of an optional pane (single-window interf...David Robillard1-7/+5
2014-04-06Resurrect toolbar with Jack info and dropout indicator.David Robillard1-2/+12
2014-04-06Rename "Draw" to "Export DOT".David Robillard1-2/+2
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-0/+4
2014-03-31Add zoom to fit menuitem.David Robillard1-0/+2
2014-03-31Make port colours configurable.David Robillard1-4/+10
2014-03-30StateManager => Configuration.David Robillard1-6/+6
2014-03-30Rewrite configuration system.David Robillard1-3/+0
2014-03-30Reimplement canvas zoom.David Robillard1-0/+6
2014-03-16Support for DOT export for rendering with GraphViz (implement #949).David Robillard1-0/+2
2013-03-17Update copyright date.David Robillard1-1/+1
2013-02-02Fix compilation error with certain boost/C++11 versio combination. Maybe.David Robillard1-1/+1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-1/+1
2011-11-26Mac integration.David Robillard1-0/+2
2011-11-25Move more logging into the messages window.David Robillard1-2/+1