summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-28Move SignalDirection to its own headerDavid Robillard1-0/+1
2020-11-28Remove alternative USE_FULL_REFRESH Jack DBus codeDavid Robillard1-56/+2
2020-11-28Fix sample rate with Jack DBusDavid Robillard1-3/+3
2020-11-28Rename ModuleType to SignalDirectionDavid Robillard1-4/+4
2020-11-28Move handle_event() to separate filesDavid Robillard1-0/+1
2020-11-28Index clients and ports by IDDavid Robillard1-37/+43
2020-11-28Remove useless doc commentsDavid Robillard1-3/+0
2020-11-28Simplify driver connection interfaceDavid Robillard1-17/+16
2020-11-28Always index Jack ports and refer to them by nameDavid Robillard1-3/+13
2020-11-28Log attachment message for Jack DBusDavid Robillard1-0/+2
2020-11-28Fix connections with Jack DBusDavid Robillard1-2/+2
2020-11-28Clean up error messages in Jack DBus driverDavid Robillard1-3/+3
2020-11-27Ensure that modules always have an IDDavid Robillard1-1/+1
2020-11-27Remove use of PatchagePort from Driver connection interfaceDavid Robillard1-20/+28
2020-11-27Ensure that ports always have an IDDavid Robillard1-2/+5
2020-11-27Use a consistent style for log messagesDavid Robillard1-13/+13
2020-11-27Use prettier names for log methodsDavid Robillard1-2/+2
2020-11-27Factor out log from Patchage classDavid Robillard1-3/+4
2020-11-27Fix warnings in Jack DBus driverDavid Robillard1-78/+75
2020-11-27Replace boost::format with fmtDavid Robillard1-23/+27
2020-11-27Strengthen warning flagsDavid Robillard1-9/+9
2020-11-27Fix unused parameter warningsDavid Robillard1-29/+29
2020-11-27Use static_cast to convert from void pointersDavid Robillard1-1/+1
2020-11-27Use consistent naming convention for enum classesDavid Robillard1-7/+7
2020-11-27Use enum classesDavid Robillard1-6/+7
2020-11-27Use nullptrDavid Robillard1-9/+11
2020-11-27Fix warnings in Jack DBus driverDavid Robillard1-6/+6
2020-11-27Remove unused definesDavid Robillard1-5/+2
2020-02-09Format all code with clang-formatDavid Robillard1-205/+394
2020-02-09Remove dead codeDavid Robillard1-38/+0
2019-12-29Clean up includesDavid Robillard1-12/+12
2015-02-17Delete trailing whitespace.David Robillard1-1/+0
2014-11-19Fix compilation with Jack DBus.David Robillard1-2/+44
2013-06-09Fix compilation with --jack-dbus (#917).David Robillard1-74/+56
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-11-27Document public API.David Robillard1-1/+1
2011-11-25Remove Raul dependency.David Robillard1-3/+0
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard1-56/+2
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-08-20Fix compilation of Jack DBus driver (probably doesn't work correctly, though).David Robillard1-53/+33
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-7/+6
2011-06-06Use sane typedefs for collections.David Robillard1-4/+4
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-02-17Fix compilation with --jack-dbus (fix ticket #626).David Robillard1-60/+29
2011-01-09Code cleanups (cpplint).David Robillard1-6/+3
2010-12-15Fix compilation with --jack-dbus (fix ticket #604).David Robillard1-21/+21
2010-12-15Improve performance for setups with many apps or ports.David Robillard1-1/+1
2010-12-15Reduce polling frequency of Jack X-Run information.David Robillard1-77/+47
2010-12-15Remove modelines.David Robillard1-1/+0
2010-12-15Fix removal of ALSA duplex ports (remove both corresponding canvas ports).David Robillard1-2/+1