Age | Commit message (Expand) | Author | Files | Lines |
2010-12-15 | Improve JACK refresh performance significantly. | David Robillard | 1 | -12/+22 |
2010-12-15 | Tolerate insane behaviour of latest SVN Jack (r4089). | David Robillard | 1 | -8/+10 |
2010-12-15 | Clean up code. | David Robillard | 1 | -5/+8 |
2010-12-15 | Fix removal of ALSA duplex ports (remove both corresponding canvas ports). | David Robillard | 1 | -2/+14 |
2010-12-14 | Fix crash when resetting dropouts after JACK dies (fix ticket #513). | David Robillard | 1 | -1/+2 |
2010-12-14 | Use Raul::log for console logging. | David Robillard | 1 | -5/+5 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-02-04 | Use std::string.clear(). | David Robillard | 1 | -2/+2 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -40/+40 |
2009-05-12 | Fix threading issues on Jack exit. | David Robillard | 1 | -13/+4 |
2009-05-12 | Gracefully handle JACK shutdown/zombification/etc. | David Robillard | 1 | -9/+9 |
2009-05-09 | Dramatically reduce resize overhead everywhere. | David Robillard | 1 | -12/+14 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 1 | -1/+1 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 1 | -1/+1 |
2008-12-21 | Fix crash for very short lived Jack ports (fix ticket #188). | David Robillard | 1 | -2/+8 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -1/+1 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 1 | -1/+1 |
2008-09-07 | Separate PortRef (now PortID) from PatchageEvent. | David Robillard | 1 | -10/+10 |
2008-08-22 | Lash D-Bus support and projects list from LADI Patchage, with improvements/cl... | David Robillard | 1 | -9/+9 |
2008-06-09 | Fix creation of new ports on split modules (fixes ticket #144). | David Robillard | 1 | -9/+23 |
2008-05-01 | GCC 4.3 fixes. | David Robillard | 1 | -1/+1 |
2008-03-16 | Add Jack D-Bus driver (from Nedko). | David Robillard | 1 | -1/+28 |
2008-02-23 | Rearrange event port referencing stuff to make a bit more sense. | David Robillard | 1 | -44/+8 |
2008-02-22 | Minor refresh/initial display speedups. | David Robillard | 1 | -29/+14 |
2008-02-20 | Support jack client de-registration event. | David Robillard | 1 | -3/+22 |
2008-02-17 | Remove Jack API dependence from PatchageEvent. | David Robillard | 1 | -21/+102 |
2008-01-09 | More patchage refresh performance improvements. | David Robillard | 1 | -24/+18 |
2008-01-09 | Patchage refresh performance improvements | David Robillard | 1 | -8/+0 |
2007-08-05 | Improve startup time threefold. | David Robillard | 1 | -0/+2 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 1 | -1/+1 |
2007-07-25 | Avoid some canvas text measuring overhead in Patchage (module resizing). | David Robillard | 1 | -1/+8 |
2007-07-24 | Possibly fix overlapping MIDI ports (fix ticket 10). | David Robillard | 1 | -13/+3 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -10/+8 |
2007-07-05 | More memory consumption reduction. | David Robillard | 1 | -13/+10 |
2007-06-08 | Use new Jack connection notifications instead of a full refresh (huge perform... | David Robillard | 1 | -10/+20 |
2007-06-08 | Monitor/change ALSA connections without refreshing entire canvas (much faster). | David Robillard | 1 | -5/+4 |
2007-06-06 | Nicer Flowcanvas naming. | David Robillard | 1 | -42/+58 |
2007-04-06 | Email address and FSF copyright address updates. | David Robillard | 1 | -1/+1 |
2007-03-12 | Removed name-based interface for FlowCanvas (using the view as a model = evil... | David Robillard | 1 | -4/+4 |
2007-02-08 | Circular nodes in FlowCanvas, related necessary redesign work and changes for... | David Robillard | 1 | -8/+12 |
2007-02-07 | Updated FSF address, copyright dates where appropriate, etc. | David Robillard | 1 | -2/+3 |
2007-02-07 | Abstracted out "Connectable" concept in FlowCanvas (towards connecting things... | David Robillard | 1 | -5/+20 |
2007-02-07 | Mad sed-fu for consistent private member naming. | David Robillard | 1 | -99/+99 |
2007-01-15 | Fix potential crash on module removal. | David Robillard | 1 | -4/+14 |
2007-01-14 | Follow Jack port creation/destruction. | David Robillard | 1 | -15/+13 |
2007-01-05 | Fix for redundant buffer size setting bug (courtesy nedko). | David Robillard | 1 | -0/+3 |
2007-01-01 | Jack toolbar, modification of Jack buffer size on the fly. | David Robillard | 1 | -11/+114 |
2006-10-17 | Preliminary Jack transport control. | David Robillard | 1 | -0/+18 |
2006-10-14 | Fixed Patchage dynamic reconnection. | David Robillard | 1 | -5/+5 |