summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-03Good riddance.David Robillard1-63/+0
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard11-11/+11
2008-10-01Integrate patchage into build system.David Robillard5-35/+38
2008-09-27Fix compilation with Jack Dbus.David Robillard1-2/+2
2008-09-07Clean up glade widget names.David Robillard1-4/+4
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard13-70/+106
2008-09-07Hide projects list when LASH is not available.David Robillard1-1/+3
2008-08-22Fix initial state of (View->Projects) menu item.David Robillard1-0/+3
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with improvements/cl...David Robillard27-726/+2691
2008-08-02Format split/location code from Nedko for consistency.David Robillard2-48/+40
2008-08-02Apply module split restoration patch from Nedko.David Robillard3-56/+117
2008-07-10Fix patchage/raul building without jack.David Robillard4-11/+50
2008-07-10Fix compilation on (some installations of) gcc 4.3.David Robillard1-0/+1
2008-06-10Fix handling of clients with duplex alsa ports and jack ports (force split).David Robillard1-9/+25
2008-06-09Cleanup/shrink code.David Robillard1-235/+175
2008-06-09Fix creation of new ports on split modules (fixes ticket #144).David Robillard1-9/+23
2008-06-09Code formatting cleanups.David Robillard1-15/+16
2008-06-09Fix unresized modules when first connecting to Alsa Sequencer.David Robillard1-1/+13
2008-06-09Scroll canvas with arrow keys.David Robillard4-4/+22
2008-05-01Apply Jack D-Bus improvements from nedko.David Robillard2-24/+203
2008-05-01GCC 4.3 fixes.David Robillard2-5/+5
2008-03-19Fix building w/o Alsa.David Robillard1-1/+1
2008-03-16Yet more Patchage D-Bus fixes.David Robillard3-13/+10
2008-03-16Fix Jack D-Bus stuff.David Robillard3-3/+3
2008-03-16Fix inclusion guards.David Robillard14-43/+42
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard11-32/+1326
2008-02-24Rework event handling slightly for jack dbus driver.David Robillard3-12/+12
2008-02-23Plug several memory leaks.David Robillard4-9/+21
2008-02-23Trim some unnecessary widgets.David Robillard3-241/+81
2008-02-23Rearrange event port referencing stuff to make a bit more sense.David Robillard9-128/+99
2008-02-23Fix drawing issues on refresh.David Robillard2-14/+6
2008-02-22Fix window size/positioning.David Robillard1-2/+2
2008-02-22Fix zoom font sizes (kinda).David Robillard2-3/+3
2008-02-22FlowCanvas performance improvements.David Robillard2-5/+9
2008-02-22Minor refresh/initial display speedups.David Robillard5-57/+47
2008-02-20Support jack client de-registration event.David Robillard4-3/+52
2008-02-17Remove Jack API dependence from PatchageEvent.David Robillard8-116/+196
2008-02-17Add --help and -A/--no-alsa command line options (patch from nedko w/ modific...David Robillard2-1/+18
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-0/+2
2008-01-27Fix typo.David Robillard1-2/+2
2008-01-09Insignificant patchage refresh performance improvement.David Robillard2-2/+0