summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Run session load script from within session directory (for relative paths).David Robillard1-4/+7
2011-05-20Preliminary Jack session support in Patchage (as a session manager).David Robillard5-7/+150
2011-05-20Use a (smaller, simpler) statusbar instead of a toolbar.David Robillard5-276/+184
2011-05-20Fix compilation with LASH support enabled.David Robillard1-1/+1
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard8-294/+237
2011-04-16Update copyright headersDavid Robillard39-49/+49
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard20-132/+16
2011-03-16Font-based sizing (implement ticket #374).David Robillard3-0/+74
2011-02-17Fix compilation with --jack-dbus (fix ticket #626).David Robillard2-81/+50
2011-02-04Fix warnings when building with --strict (but without --debug).David Robillard1-0/+2
2011-01-12Tweak PATH in OSX bundle so libjack can find jackd.David Robillard1-0/+6
2011-01-11Build a proper .app on OSX.David Robillard1-1/+37
2011-01-09Code cleanups (cpplint).David Robillard26-68/+79
2011-01-08Support via waf for running from the build directory.David Robillard3-34/+46
2011-01-08Add version to about dialog (implement ticket #625).David Robillard1-6/+9
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard5-27/+27
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-18Arrange interface input/output modules (and other split modules) beside each ...David Robillard2-5/+25
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-16Fix crash on unfound ALSA port.David Robillard1-14/+15
2010-12-15Fix compilation with --jack-dbus (fix ticket #604).David Robillard3-22/+43
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