summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Improve performance for setups with many apps or ports.David Robillard11-85/+149
2010-12-15Improve JACK refresh performance significantly.David Robillard3-48/+22
2010-12-15Reduce polling frequency of Jack X-Run information.David Robillard4-111/+65
2010-12-15Fix compilation with Jack D-Bus (tested working w/ jack-1.9.6).David Robillard2-1/+3
2010-12-15Update Copyright date in About dialog.David Robillard1-1/+1
2010-12-15Don't show `split' menu item for modules with only inputs or outputs (ticket ...David Robillard2-0/+44
2010-12-15Add file missing from last commit.David Robillard1-0/+98
2010-12-15Remove mind-blowingly ancient comment markup.David Robillard1-2/+0
2010-12-15Split PatchageModule code into PatchageModule.cpp.David Robillard1-71/+10
2010-12-15Tolerate insane behaviour of latest SVN Jack (r4089).David Robillard2-9/+11
2010-12-15Remove modelines.David Robillard9-9/+2
2010-12-15Remove LashProxy dependency from Project.David Robillard7-137/+126
2010-12-15LashClient => Client.David Robillard8-89/+83
2010-12-15Simplify LashClient.David Robillard3-45/+18
2010-12-15Clean up code.David Robillard22-105/+149
2010-12-15Fix previous commit's failed attempt to ignore ports (sane ALSA driver).David Robillard2-45/+99
2010-12-15Fix removal of ALSA duplex ports (remove both corresponding canvas ports).David Robillard8-114/+93
2010-12-14Fix memory leaks.David Robillard2-3/+8
2010-12-14Fix crash when resetting dropouts after JACK dies (fix ticket #513).David Robillard1-1/+2
2010-12-14Better error messages.David Robillard2-10/+35
2010-12-14Use Raul::log for console logging.David Robillard11-47/+44
2010-12-14Add -J (or --no-jack) option to avoid auto-connecting to JACK at startup (fix...David Robillard2-3/+15
2010-12-13Fix connecting to ALSA duplex ports.David Robillard1-6/+3
2010-09-04My name is David. :)David Robillard29-30/+30
2010-09-02Call FlowCanvas::Item::store_location when dragging multiple items and arrang...David Robillard1-5/+0
2010-06-13Fix compilation without Jack even more :)David Robillard1-0/+2
2010-02-04Use std::string.clear().David Robillard1-2/+2
2009-12-09Patchage 0.4.3.David Robillard1-2/+2
2009-12-09Fix compilation with --jack-dbus.David Robillard2-50/+31
2009-08-11Scroll to center properly on initial display.David Robillard1-5/+1
2009-06-14Fix various build issues from ticket #382.David Robillard1-0/+2
2009-05-13Update copyright dates.David Robillard28-28/+28
2009-05-13Strip trailing whitespace.David Robillard30-275/+275
2009-05-12Fix threading issues on Jack exit.David Robillard6-19/+21
2009-05-12Gracefully handle JACK shutdown/zombification/etc.David Robillard1-9/+9
2009-05-12Update glade file.David Robillard1-110/+114
2009-05-09Dramatically reduce resize overhead everywhere.David Robillard8-194/+218
2009-05-09Fix crash on LASH client removal.David Robillard2-9/+16
2009-05-07Fix crash on tool bar update from Jack.David Robillard1-1/+4
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard12-12/+12
2008-12-21Change configuration header name to something less likely to conflict.David Robillard12-12/+12
2008-12-21Fix crash for very short lived Jack ports (fix ticket #188).David Robillard3-4/+13
2008-12-20Don't attempt to write nonexistant module location settings (fix ticket #252).David Robillard1-4/+9
2008-12-16Trim include dependency tree.David Robillard5-6/+2
2008-11-29Upgrade to waf 1.5.0.David Robillard2-4/+4
2008-10-20Add missing files.David Robillard1-0/+41
2008-10-20Make Ingen and Patchage relocatable binaries when built as a bundle.David Robillard1-14/+18
2008-10-19Use a non-conflicting name for app specific DATA_DIR.David Robillard1-2/+2
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard12-14/+14
2008-10-03Fix initialization order.David Robillard1-1/+1