summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-25Move more logging into the messages window.David Robillard1-3/+6
2011-11-25Log (almost) everything to the messages window instead of the console.David Robillard1-9/+3
2011-11-25Make it possible to remove connections by middle-clicking on their handle, orDavid Robillard1-0/+49
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-06-20Fix crashes on jack client exit.David Robillard1-0/+11
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard1-11/+5
2011-06-08Fix double-add of items to canvas (fixing rect select, among other things)David Robillard1-2/+1
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-29/+66
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-2/+2
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-9/+1
2011-01-09Code cleanups (cpplint).David Robillard1-3/+5
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-5/+5
2011-01-06Clean up port cache (fix crashes and wacky behaviour caused when clients/port...David Robillard1-4/+22
2010-12-18Arrange interface input/output modules (and other split modules) beside each ...David Robillard1-0/+24
2010-12-18Fix module removal.David Robillard1-0/+25
2010-12-16Fix crash on unfound ALSA port.David Robillard1-14/+15
2010-12-15Fix compilation with --jack-dbus (fix ticket #604).David Robillard1-0/+18
2010-12-15Improve performance for setups with many apps or ports.David Robillard1-58/+42
2010-12-15Improve JACK refresh performance significantly.David Robillard1-32/+0
2010-12-15Clean up code.David Robillard1-8/+11
2010-12-15Fix removal of ALSA duplex ports (remove both corresponding canvas ports).David Robillard1-6/+4
2010-12-13Fix connecting to ALSA duplex ports.David Robillard1-6/+3
2010-09-04My name is David. :)David Robillard1-1/+1
2009-12-09Patchage 0.4.3.David Robillard1-2/+2
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-14/+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-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-10-01Integrate patchage into build system.David Robillard1-5/+5
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard1-9/+9
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with improvements/cl...David Robillard1-1/+1
2008-07-10Fix patchage/raul building without jack.David Robillard1-7/+16
2008-06-09Scroll canvas with arrow keys.David Robillard1-2/+2
2008-05-01GCC 4.3 fixes.David Robillard1-4/+4
2008-03-19Fix building w/o Alsa.David Robillard1-1/+1
2008-03-16Yet more Patchage D-Bus fixes.David Robillard1-5/+4
2008-03-16Fix Jack D-Bus stuff.David Robillard1-1/+1
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard1-0/+7
2008-02-23Rearrange event port referencing stuff to make a bit more sense.David Robillard1-22/+52
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-6/+20
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-8/+8
2007-06-08Use new Jack connection notifications instead of a full refresh (huge perform...David Robillard1-1/+1
2007-06-06Nicer Flowcanvas naming.David Robillard1-0/+163