summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-14Use Raul::log for console logging.David Robillard1-1/+0
2009-12-09Fix compilation with --jack-dbus.David Robillard1-6/+7
2009-05-13Strip trailing whitespace.David Robillard1-5/+5
2009-05-09Dramatically reduce resize overhead everywhere.David Robillard1-3/+3
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-09-27Fix compilation with Jack Dbus.David Robillard1-2/+2
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard1-2/+2
2008-06-09Cleanup/shrink code.David Robillard1-235/+175
2008-06-09Code formatting cleanups.David Robillard1-15/+16
2008-05-01Apply Jack D-Bus improvements from nedko.David Robillard1-24/+187
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard1-0/+1066