summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-06-11Remove dead code.David Robillard1-13/+0
2011-06-09Clean up show/hide (gnomecanvas items are visible by default).David Robillard1-1/+0
2011-06-09Automatically resize modules at update time as necessary.David Robillard1-3/+0
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard1-52/+18
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-46/+33
2011-06-06Use sane typedefs for collections.David Robillard1-4/+4
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-3/+3
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard1-4/+1
2011-06-03Better alignment of various class fields (save an insignificant amount of mem...David Robillard1-3/+3
2011-05-20Preliminary Jack session support in Patchage (as a session manager).David Robillard1-4/+0
2011-05-20Use a (smaller, simpler) statusbar instead of a toolbar.David Robillard1-14/+6
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-26/+0
2011-01-09Code cleanups (cpplint).David Robillard1-12/+11
2010-12-15Improve performance for setups with many apps or ports.David Robillard1-7/+14
2010-12-15Improve JACK refresh performance significantly.David Robillard1-12/+22
2010-12-15Tolerate insane behaviour of latest SVN Jack (r4089).David Robillard1-8/+10
2010-12-15Clean up code.David Robillard1-5/+8
2010-12-15Fix removal of ALSA duplex ports (remove both corresponding canvas ports).David Robillard1-2/+14
2010-12-14Fix crash when resetting dropouts after JACK dies (fix ticket #513).David Robillard1-1/+2
2010-12-14Use Raul::log for console logging.David Robillard1-5/+5
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-04Use std::string.clear().David Robillard1-2/+2
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-40/+40
2009-05-12Fix threading issues on Jack exit.David Robillard1-13/+4
2009-05-12Gracefully handle JACK shutdown/zombification/etc.David Robillard1-9/+9
2009-05-09Dramatically reduce resize overhead everywhere.David Robillard1-12/+14
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-12-21Fix crash for very short lived Jack ports (fix ticket #188).David Robillard1-2/+8
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-07Separate PortRef (now PortID) from PatchageEvent.David Robillard1-10/+10
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with improvements/cl...David Robillard1-9/+9
2008-06-09Fix creation of new ports on split modules (fixes ticket #144).David Robillard1-9/+23
2008-05-01GCC 4.3 fixes.David Robillard1-1/+1
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard1-1/+28
2008-02-23Rearrange event port referencing stuff to make a bit more sense.David Robillard1-44/+8
2008-02-22Minor refresh/initial display speedups.David Robillard1-29/+14
2008-02-20Support jack client de-registration event.David Robillard1-3/+22
2008-02-17Remove Jack API dependence from PatchageEvent.David Robillard1-21/+102
2008-01-09More patchage refresh performance improvements.David Robillard1-24/+18
2008-01-09Patchage refresh performance improvementsDavid Robillard1-8/+0
2007-08-05Improve startup time threefold.David Robillard1-0/+2
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-25Avoid some canvas text measuring overhead in Patchage (module resizing).David Robillard1-1/+8
2007-07-24Possibly fix overlapping MIDI ports (fix ticket 10).David Robillard1-13/+3
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-10/+8
2007-07-05More memory consumption reduction.David Robillard1-13/+10