summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard1-2/+2
2008-07-10Fix patchage/raul building without jack.David Robillard1-3/+7
2008-03-16Yet more Patchage D-Bus fixes.David Robillard1-4/+3
2008-03-16Fix Jack D-Bus stuff.David Robillard1-1/+1
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard1-0/+5
2008-02-23Rearrange event port referencing stuff to make a bit more sense.David Robillard1-7/+22
2008-02-23Fix drawing issues on refresh.David Robillard1-1/+1
2008-02-20Support jack client de-registration event.David Robillard1-0/+17
2008-02-17Remove Jack API dependence from PatchageEvent.David Robillard1-76/+9
2008-01-09Insignificant patchage refresh performance improvement.David Robillard1-1/+0
2008-01-06Tone down port colours a touch.David Robillard1-2/+1
2007-12-19Fix compiltion.David Robillard1-0/+2
2007-12-19Follow ALSA changes, in a kludgey ridiculously slow way.David Robillard1-1/+3
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/+1
2007-07-24Possibly fix overlapping MIDI ports (fix ticket 10).David Robillard1-3/+6
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-6/+6
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-1/+1
2007-07-11Fix building w/o Alsa.David Robillard1-1/+5
2007-07-05More memory consumption reduction.David Robillard1-20/+20
2007-06-08Use new Jack connection notifications instead of a full refresh (huge perform...David Robillard1-7/+16
2007-06-08Monitor/change ALSA connections without refreshing entire canvas (much faster).David Robillard1-34/+78
2007-06-06Nicer Flowcanvas naming.David Robillard1-1/+1
2007-04-11Fix crash bug on Jack exit.David Robillard1-1/+7
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-1/+1
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes for...David Robillard1-3/+3
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard1-2/+3
2007-01-14Follow Jack port creation/destruction.David Robillard1-0/+83