aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-2/+10
2014-12-18Fix semaphore on OSX.David Robillard1-2/+2
2014-09-28Update Zix stuff.David Robillard2-12/+49
2014-09-28Fix semaphore try_wait on windows (Patch from Robin Gareus) (fix #984).David Robillard1-1/+1
2014-09-27Exit on Jack shutdown (close #978).David Robillard1-0/+11
2014-08-08Use Markdown in doc comments for better source readability.David Robillard4-13/+13
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-13/+13
2014-08-08Update copyright dates.David Robillard8-8/+8
2014-08-08Fix various warnings.David Robillard1-2/+2
2014-07-15Support saving the same preset several times.David Robillard3-1/+26
2014-07-13Add option to print control output changes to stdout.David Robillard4-14/+30
2014-05-04'Support' lv2:isLive.David Robillard1-0/+3
2014-04-27Support new UI show/hide interface in console version.David Robillard3-12/+39
2014-04-26Add support for data-access extension (close #967).David Robillard1-1/+10
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-14/+22
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard2-11/+11
2014-01-13Generate Qt moc nonsense at build time (fix #948).David Robillard1-92/+0
2014-01-12Show newly saved presets in the preset menu.David Robillard1-39/+55
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 Robillard2-7/+142
2013-12-28Don't expose non-MIDI event ports to Jack (fix #907).David Robillard1-21/+25
2013-12-27Fix crash when no control command line options are given.David Robillard1-2/+4
2013-12-25Add -c option for setting controls from the command line (#816).David Robillard4-1/+41
2013-12-25Fix more const-correctness violations.David Robillard4-16/+18
2013-12-19Add --no-menu option to jalv.gtk.David Robillard2-18/+30
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 Robillard2-1/+13
2013-11-01Hide controls for ports with notOnGUI property in generic UI.David Robillard2-6/+17
2013-08-08Fix controls with Gtkmm UI.David Robillard1-0/+1
2013-08-08Fix parameter changes with Qt UI (fix #923).David Robillard1-0/+1
2013-06-08Resize ring according to rsz:minimumSize.David Robillard1-1/+10
2013-06-08Nicer printing of atom messages with -d.David Robillard1-7/+2
2013-06-08Fix potential ringbuffer race for UI events.David Robillard1-1/+3
2013-06-08Probably fix thread safety of debug printing (#911).David Robillard2-2/+5
2013-05-27Support rsz:minimumSize for atom and event ports.David Robillard2-2/+17
2013-05-26Work around Gtk bug for labels on sliders (patch from Robin Gareus).David Robillard1-5/+17
2013-05-26Fix default setting for non-sequential enumeration portsDavid Robillard1-2/+6
2013-05-09Communicate UI update rate to plugin and UI.David Robillard3-18/+23
2013-05-09Add command-line option to control UI update frequency.David Robillard3-2/+11
2013-03-24Fix crash when running "jalv" with bad command line arguments.David Robillard1-1/+1
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 Robillard3-117/+234
2013-01-27Remove unused noe.David Robillard2-2/+0
2013-01-26Support state:loadDefaultState.David Robillard2-1/+12
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 Robillard3-23/+116
2013-01-05Send LV2 time properties with correct types from specification.David Robillard1-2/+2
2012-11-17Make URI map thread-safe, fixing occasional crashes for plugins with UIs.David Robillard2-5/+20
2012-11-16Send new time information to plugin when Jack tempo changes.David Robillard2-1/+5