summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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