summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-08Use new Jack connection notifications instead of a full refresh (huge perform...David Robillard1-10/+20
2007-06-08Monitor/change ALSA connections without refreshing entire canvas (much faster).David Robillard1-5/+4
2007-06-06Nicer Flowcanvas naming.David Robillard1-42/+58
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard1-4/+4
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes for...David Robillard1-8/+12
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard1-2/+3
2007-02-07Abstracted out "Connectable" concept in FlowCanvas (towards connecting things...David Robillard1-5/+20
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-99/+99
2007-01-15Fix potential crash on module removal.David Robillard1-4/+14
2007-01-14Follow Jack port creation/destruction.David Robillard1-15/+13
2007-01-05Fix for redundant buffer size setting bug (courtesy nedko).David Robillard1-0/+3
2007-01-01Jack toolbar, modification of Jack buffer size on the fly.David Robillard1-11/+114
2006-10-17Preliminary Jack transport control.David Robillard1-0/+18
2006-10-14Fixed Patchage dynamic reconnection.David Robillard1-5/+5
2006-10-05Conditional compilation fixes.David Robillard1-6/+13
2006-10-03shared_ptr bugfixes.David Robillard1-8/+7
2006-10-02boost::shared_ptr-ification of FlowCanvas.David Robillard1-85/+181
2006-09-10GUI redesigning.David Robillard1-2/+6
2006-09-06Fixed -O flags for debug buildsDavid Robillard1-1/+3
2006-06-09Added patchageDavid Robillard1-0/+258