summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Fix mismatched parameter namesDavid Robillard1-7/+13
2020-11-27Avoid unnecessary copiesDavid Robillard1-1/+1
2020-11-27Use std::mutexDavid Robillard1-2/+3
2020-11-27Use nullptrDavid Robillard1-1/+1
2020-11-27Fix indentationDavid Robillard1-1/+1
2020-02-09Format all code with clang-formatDavid Robillard1-14/+14
2019-12-29Clean up includesDavid Robillard1-5/+4
2014-04-26Update copyright date.David Robillard1-1/+1
2014-04-06Resurrect toolbar with Jack info and dropout indicator.David Robillard1-0/+2
2013-06-09Fix compilation with --jack-dbus (#917).David Robillard1-3/+2
2013-03-17Update copyright date.David Robillard1-1/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-1/+1
2011-11-25Remove Raul dependency.David Robillard1-5/+2
2011-11-25Remove cruft.David Robillard1-3/+4
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard1-3/+0
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard1-1/+1
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-9/+9
2011-06-03Better alignment of various class fields (save an insignificant amount of mem...David Robillard1-4/+4
2011-05-20Use a (smaller, simpler) statusbar instead of a toolbar.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-2/+0
2011-01-09Code cleanups (cpplint).David Robillard1-1/+3
2010-12-15Improve performance for setups with many apps or ports.David Robillard1-2/+3
2010-12-15Reduce polling frequency of Jack X-Run information.David Robillard1-17/+5
2010-12-15Fix compilation with Jack D-Bus (tested working w/ jack-1.9.6).David Robillard1-1/+1
2010-12-15Fix removal of ALSA duplex ports (remove both corresponding canvas ports).David Robillard1-1/+4
2010-12-14Use Raul::log for console logging.David Robillard1-1/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-10/+10
2009-05-12Fix threading issues on Jack exit.David Robillard1-1/+1
2008-12-16Trim include dependency tree.David Robillard1-1/+0
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard1-5/+5
2008-03-16Fix inclusion guards.David Robillard1-3/+3
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard1-2/+2
2008-02-23Rearrange event port referencing stuff to make a bit more sense.David Robillard1-4/+0
2008-02-22Minor refresh/initial display speedups.David Robillard1-1/+1
2008-02-20Support jack client de-registration event.David Robillard1-0/+1
2008-02-17Remove Jack API dependence from PatchageEvent.David Robillard1-5/+16
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-0/+116