summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-08Put events in a namespace and simplify their namesDavid Robillard5-67/+71
2021-05-08Remove redundant codeDavid Robillard4-32/+8
2021-05-08Use unique_ptr for module menusDavid Robillard2-9/+8
2021-04-08Fix ALSA sequencer port subscriptionsDavid Robillard1-20/+22
2021-04-08Fix crash on client disconnectionDavid Robillard1-1/+1
2021-04-08Show latency in toolbar with 2 decimal placesColin Fowler1-2/+2
2021-01-02Format all code with clang-formatDavid Robillard41-3629/+3550
2020-12-16Fix build on MacOSDavid Robillard2-6/+8
2020-12-16Avoid use of boost::optional::has_valueDavid Robillard2-2/+2
2020-12-15Refine include configuration for consistency with other projectsDavid Robillard1-0/+3
2020-12-15Use modern GDK keysymsDavid Robillard1-1/+3
2020-12-15Use correct include for GdkEventDavid Robillard4-4/+1
2020-12-14Clean up includesDavid Robillard29-68/+247
2020-12-01Fix include guardsDavid Robillard4-12/+12
2020-11-30Use raw string literalsDavid Robillard3-6/+6
2020-11-30Fix clang-tidy warningsDavid Robillard2-2/+1
2020-11-29Save myself from trying to "properly" handle Jack shutdown againDavid Robillard1-1/+9
2020-11-29Remove silly bitfieldDavid Robillard1-5/+4
2020-11-29Unconditionally remove ports on Jack driver detachmentDavid Robillard1-8/+6
2020-11-29Use shorter names for Jack callbacksDavid Robillard1-36/+30
2020-11-29Remove pointless methodDavid Robillard1-9/+1
2020-11-29Simplify canvas interfaceDavid Robillard2-22/+1
2020-11-29Use fmt to build toolbar textDavid Robillard1-6/+4
2020-11-29Remove more dead codeDavid Robillard6-55/+31
2020-11-29Fix unstable module positionsDavid Robillard2-2/+10
2020-11-29Use more reasonable class namesDavid Robillard15-199/+192
2020-11-29Put everything in a namespaceDavid Robillard43-7/+180
2020-11-29Clean up Patchage classDavid Robillard2-14/+16
2020-11-29Remove unnecessary use of shared_ptrDavid Robillard2-3/+4
2020-11-29Completely isolate drivers from the rest of the applicationDavid Robillard10-393/+387
2020-11-29Use Jack driver exclusively through AudioDriver interfaceDavid Robillard2-11/+6
2020-11-29Add AudioDriver interfaceDavid Robillard6-118/+176
2020-11-29Remove flaky DSP load meterDavid Robillard7-153/+47
2020-11-29Remove unnecessary includeDavid Robillard1-4/+0
2020-11-29Clean up member initialization in JackDriverDavid Robillard2-11/+7
2020-11-29Remove misleading tooltip textDavid Robillard1-1/+1
2020-11-29Clean up Driver interfaceDavid Robillard1-5/+11
2020-11-29Update ganv warning suppressionsDavid Robillard1-11/+7
2020-11-29Add command line option to print versionDavid Robillard1-0/+14
2020-11-29Move command line handling to mainDavid Robillard4-46/+80
2020-11-29Fix GCC return type warningsDavid Robillard3-0/+15
2020-11-29Fix build on MacOSDavid Robillard1-1/+2
2020-11-29Simplify refreshingDavid Robillard2-39/+31
2020-11-29Reduce preprocessor gunkDavid Robillard2-11/+6
2020-11-29Replace attached and detached signals with eventsDavid Robillard10-80/+105
2020-11-29Remove redundant loggingDavid Robillard2-4/+1
2020-11-28Remove unused fieldDavid Robillard2-6/+4
2020-11-28Use auto for iteratorsDavid Robillard2-3/+2
2020-11-28Clean up Jack driver codeDavid Robillard1-93/+81
2020-11-28Log all events to message paneDavid Robillard2-5/+3