summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Use Markdown in doc comments for better source readability.David Robillard9-19/+15
2014-08-08Use Markdown in doc comments for better source readability.David Robillard4-9/+9
2014-08-08Fix compilation with non-standard LV2 location.David Robillard1-2/+2
2014-08-08Don't pass dynamic string as format string to log printf.David Robillard1-3/+3
2014-07-13Only use old 2-argument version of Glib::build_filename (fix #971).David Robillard1-3/+5
2014-07-13Fix building against Lilv in a non-standard location (fix #972).David Robillard1-1/+1
2014-05-05Add support for Jack CV via metadata.David Robillard2-2/+71
2014-05-04Fix compilation error (missing serd flags) (fix #970).David Robillard1-1/+1
2014-04-27Add support for sprung layout to Patchage.David Robillard1-2/+2
2014-04-26Fix library dependencies.David Robillard2-3/+3
2014-04-26Clean up Ganv API.David Robillard1-1/+1
2014-04-06Support port pretty names via new Jack metadata API.David Robillard8-2/+65
2014-03-31Add zoom full and font size commands to Ingen.David Robillard3-4/+93
2014-03-31Yet another attempt at fixing event deadlock issues.David Robillard2-26/+32
2014-03-31Fix running GUI remotely and as an LV2 plugin.David Robillard1-9/+2
2014-03-30Hopefully fix dead lock issues with locked events.David Robillard2-17/+24
2014-03-29Eliminate long-term lock from Get event.David Robillard2-77/+124
2014-03-17Tidy up draw dialog code.David Robillard1-13/+9
2014-03-16Allow user to enable or disable sprung layout.David Robillard5-9/+64
2014-03-15Clean up public canvas interface.David Robillard1-1/+1
2014-03-15Hopefully fix potential deadlocks with mass deletes (fix #962).David Robillard1-3/+10
2014-02-02Don't cut feedback for put events, fixing initial placement of subgraph modules.David Robillard1-2/+5
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard5-17/+9
2014-02-02Remove client-side arcs in parent graph when ports are deleted (fix #960).David Robillard2-16/+31
2014-02-01Set correct size for sequence output buffers.David Robillard1-1/+1
2014-02-01Make SetPortValue event for ingen:activity.David Robillard1-1/+1
2014-02-01Always monitor sequence ports that are explicitly monitored.David Robillard1-1/+3
2014-02-01Check to make sure plugin matches for ui:notifications to avoid redundant mes...David Robillard1-0/+11
2014-01-31Subscribe to ports before instantiating plugin UIs (fix #954).David Robillard6-36/+81
2014-01-24Fix various whitespace and formatting issues.David Robillard69-208/+176
2014-01-24Show toggle ports with checkboxes initially.David Robillard1-1/+1
2014-01-24Order scale points by value (fix #951).David Robillard1-4/+3
2014-01-24Don't take poly lock when creating nodes.David Robillard1-1/+1
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard14-302/+96
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard10-71/+111
2014-01-18Fix some minor issues found by clang.David Robillard3-7/+6
2014-01-18Consolidate URIs.David Robillard16-78/+73
2014-01-18Consolidate URIs.David Robillard8-20/+20
2014-01-18Fix crashes when LV2 host changes polyphony rapidly.David Robillard2-0/+15
2014-01-18Call lv2_lib_descriptor separately for different bundle pathsDavid Robillard1-5/+11
2014-01-12Combine port buffers and set state into a single voice object.David Robillard12-159/+147
2014-01-12Log how many plugins are loaded when loading is finished.David Robillard1-0/+2
2014-01-07Factor out plugin menu code into a separate class.David Robillard5-176/+265
2014-01-07Remove unused plugin icon stuff.David Robillard4-105/+0
2014-01-07Reduce deadlock kludge delay on exit.David Robillard1-2/+2
2014-01-07Distinguish Ingen graphs in Plugin menu with a gear.David Robillard2-35/+41
2014-01-07Fix delta events (i.e. most communication) via atoms.David Robillard1-1/+1
2014-01-06Fix potential segfault on exit.David Robillard1-1/+3
2014-01-05Update type properties for morph ports so GUI displays correct type.David Robillard2-3/+15
2014-01-04Fix event throughput.David Robillard1-1/+1