summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-04More attempts at fixing deadlocks on exit.David Robillard4-17/+18
2014-01-04Don't complain to log when state has no ingen:file property.David Robillard1-1/+0
2014-01-04Set documentation pane position to maximum to hide in LV2 GUI.David Robillard1-0/+7
2014-01-04Fix documentation pane.David Robillard3-40/+63
2014-01-04Fix control updating with animated canvas.David Robillard2-9/+3
2014-01-04Fast path for Port::on_value_changed when value is non-float or unchanged.David Robillard1-6/+13
2014-01-04Fix port monitor period logic.David Robillard2-9/+14
2014-01-04Make only control inputs controllable by user.David Robillard1-0/+2
2014-01-03Make graph input ports controllable outputs and remove double port kludge.David Robillard1-7/+5
2013-12-31Hopefully fix deadlock on exit for real this time.David Robillard2-4/+11
2013-12-31Disallow connecting to control inputs.David Robillard1-1/+2
2013-12-31Fix crash on bulk deletion and AtomWriter forge errors.David Robillard2-1/+8
2013-12-30Fix occasional crashes and deadlocks on exit.David Robillard3-4/+12
2013-12-30Fix deadlocks on exit.David Robillard2-8/+9
2013-12-30Don't falsely report listening on sockets that failed to bind.David Robillard1-2/+8
2013-12-27Implement lv2:prototype.David Robillard2-9/+4
2013-12-27Log where graph bundles are saved.David Robillard1-0/+2
2013-12-26Remove unused Driver::is_realtime() method.David Robillard4-10/+2
2013-12-26Add test cases.David Robillard2-3/+1