summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-11Add more icon sizes.David Robillard4-16/+5
2011-01-10Make check for dladdr non-mandatory.David Robillard1-4/+5
2011-01-09Code cleanups (cpplint).David Robillard26-68/+79
2011-01-08Support via waf for running from the build directory.David Robillard4-36/+63
2011-01-08Add version to about dialog (implement ticket #625).David Robillard2-8/+16
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard6-30/+30
2011-01-06Link against -ldl when necessary.David Robillard1-1/+3
2011-01-06Clean up port cache (fix crashes and wacky behaviour caused when clients/port...David Robillard3-21/+25
2010-12-19Improve man page.David Robillard1-5/+5
2010-12-18Update ChangeLog.David Robillard1-1/+2
2010-12-18Arrange interface input/output modules (and other split modules) beside each ...David Robillard3-6/+26
2010-12-18Fix compilation.David Robillard1-1/+1
2010-12-18Fix module removal.David Robillard2-0/+27
2010-12-18Remove previously committed warning, which isn't always a problem... :/David Robillard1-2/+1
2010-12-18Remove pointless empty module resize.David Robillard1-2/+2
2010-12-17Use autowaf.run_ldconfig.David Robillard1-4/+0
2010-12-16Tidy.David Robillard1-12/+14
2010-12-16Fix crash on unfound ALSA port.David Robillard1-14/+15
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-6/+1
2010-12-16Don't attempt to load "misc" tool (fix ticket #606).David Robillard1-2/+0
2010-12-16Updates for waf 1.6.David Robillard1-23/+22
2010-12-15Fix compilation with --jack-dbus (fix ticket #604).David Robillard3-22/+43
2010-12-15Update ChangeLog.David Robillard1-0/+1
2010-12-15Bump FlowCanvas version.David Robillard1-2/+2
2010-12-15Update ChangeLog.David Robillard1-1/+2
2010-12-15Improve performance for setups with many apps or ports.David Robillard13-86/+164
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-15Man page for patchage.David Robillard2-0/+43
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 Robillard2-71/+11
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 Robillard9-90/+84
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 check for libdbus-glibDavid Robillard1-1/+1
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