aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Support port pretty names via new Jack metadata API.David Robillard3-16/+34
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-0/+1
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard3-12/+12
2014-01-13Generate Qt moc nonsense at build time (fix #948).David Robillard3-95/+13
2014-01-12Show newly saved presets in the preset menu.David Robillard3-40/+62
2014-01-04Jalv 1.4.4David Robillard2-4/+4
2013-12-31Fix crash on plugins with MIDI ports.David Robillard1-1/+1
2013-12-30Preset menu support for Qt (patch from Timo Westkämper) (#930).David Robillard4-8/+147
2013-12-28Don't expose non-MIDI event ports to Jack (fix #907).David Robillard2-23/+28
2013-12-27Fix crash when no control command line options are given.David Robillard1-2/+4
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-1/+1
2013-12-25Add -c option for setting controls from the command line (#816).David Robillard5-2/+43
2013-12-25Fix more const-correctness violations.David Robillard4-16/+18
2013-12-25Update to r94/autowaf.David Robillard1-0/+0
2013-12-19Update to waf 1.7.14.David Robillard1-0/+0
2013-12-19Add --no-menu option to jalv.gtk.David Robillard3-19/+32
2013-12-17Fix more const issues.David Robillard1-4/+4
2013-11-01Support ui:portMap feature to allow UIs to avoid hard-coded port indicesDavid Robillard3-2/+16
2013-11-01Hide controls for ports with notOnGUI property in generic UI.David Robillard4-7/+25
2013-08-09Jalv 1.4.2.David Robillard2-3/+4
2013-08-09Upgrade to waf 1.7.11.David Robillard1-0/+0
2013-08-08Fix controls with Gtkmm UI.David Robillard1-0/+1
2013-08-08Fix parameter changes with Qt UI (fix #923).David Robillard2-1/+3
2013-06-08Resize ring according to rsz:minimumSize.David Robillard1-1/+10
2013-06-08Nicer printing of atom messages with -d.David Robillard2-7/+3
2013-06-08Fix potential ringbuffer race for UI events.David Robillard1-1/+3
2013-06-08Probably fix thread safety of debug printing (#911).David Robillard3-2/+6
2013-05-27Support rsz:minimumSize for atom and event ports.David Robillard3-3/+19
2013-05-26Work around Gtk bug for labels on sliders (patch from Robin Gareus).David Robillard3-8/+21
2013-05-26Fix default setting for non-sequential enumeration portsDavid Robillard2-3/+9
2013-05-09Add credit to Robin for update rate option.David Robillard1-0/+3
2013-05-09Communicate UI update rate to plugin and UI.David Robillard4-19/+24
2013-05-09Add command-line option to control UI update frequency.David Robillard4-2/+12
2013-03-24Fix crash when running "jalv" with bad command line arguments.David Robillard2-1/+7
2013-03-17Update to r93/autowaf.David Robillard1-0/+0
2013-02-23Jalv 1.4.0.David Robillard2-3/+3
2013-02-23Explictly link against sord.David Robillard1-3/+5
2013-02-22Fix key events for X11 in Gtk.David Robillard1-0/+1
2013-02-11Group controls under headings if port group information is available.David Robillard5-119/+239
2013-02-02Upgrade to waf 1.7.9David Robillard1-0/+0
2013-01-27Remove unused noe.David Robillard2-2/+0
2013-01-26Support state:loadDefaultState.David Robillard3-2/+14
2013-01-22Use a dynamically allocated buffer for reading from plugin=>UI ring to avoid ...David Robillard2-1/+10
2013-01-17Fix memory leak.David Robillard1-0/+1
2013-01-10Support event-based file parameters in built-in UI.David Robillard4-24/+117
2013-01-05Send LV2 time properties with correct types from specification.David Robillard1-2/+2
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard2-1/+2
2012-11-17Make URI map thread-safe, fixing occasional crashes for plugins with UIs.David Robillard3-6/+22