Age | Commit message (Expand) | Author | Files | Lines |
2014-03-31 | Fix running GUI remotely and as an LV2 plugin. | David Robillard | 2 | -11/+3 |
2014-03-30 | Hopefully fix dead lock issues with locked events. | David Robillard | 2 | -17/+24 |
2014-03-29 | Eliminate long-term lock from Get event. | David Robillard | 2 | -77/+124 |
2014-03-17 | Tidy up draw dialog code. | David Robillard | 1 | -13/+9 |
2014-03-16 | Allow user to enable or disable sprung layout. | David Robillard | 9 | -10/+76 |
2014-03-15 | Clean up public canvas interface. | David Robillard | 1 | -1/+1 |
2014-03-15 | Hopefully fix potential deadlocks with mass deletes (fix #962). | David Robillard | 1 | -3/+10 |
2014-02-02 | Don't cut feedback for put events, fixing initial placement of subgraph modules. | David Robillard | 1 | -2/+5 |
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 6 | -17/+10 |
2014-02-02 | Remove client-side arcs in parent graph when ports are deleted (fix #960). | David Robillard | 2 | -16/+31 |
2014-02-01 | Set correct size for sequence output buffers. | David Robillard | 1 | -1/+1 |
2014-02-01 | Make SetPortValue event for ingen:activity. | David Robillard | 1 | -1/+1 |
2014-02-01 | Always monitor sequence ports that are explicitly monitored. | David Robillard | 1 | -1/+3 |
2014-02-01 | Check to make sure plugin matches for ui:notifications to avoid redundant mes... | David Robillard | 1 | -0/+11 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 6 | -36/+81 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 84 | -266/+214 |
2014-01-24 | Show toggle ports with checkboxes initially. | David Robillard | 1 | -1/+1 |
2014-01-24 | Order scale points by value (fix #951). | David Robillard | 2 | -6/+4 |
2014-01-24 | Don't take poly lock when creating nodes. | David Robillard | 1 | -1/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 14 | -302/+96 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 13 | -74/+115 |
2014-01-18 | Fix some minor issues found by clang. | David Robillard | 3 | -7/+6 |
2014-01-18 | Consolidate URIs. | David Robillard | 21 | -101/+178 |
2014-01-18 | Consolidate URIs. | David Robillard | 8 | -20/+20 |
2014-01-18 | Fix crashes when LV2 host changes polyphony rapidly. | David Robillard | 2 | -0/+15 |
2014-01-18 | Call lv2_lib_descriptor separately for different bundle paths | David Robillard | 1 | -5/+11 |
2014-01-12 | Combine port buffers and set state into a single voice object. | David Robillard | 12 | -159/+147 |
2014-01-12 | Log how many plugins are loaded when loading is finished. | David Robillard | 2 | -1/+3 |
2014-01-11 | Update ingenams for latest ams.lv2. | David Robillard | 1 | -3/+3 |
2014-01-07 | Factor out plugin menu code into a separate class. | David Robillard | 5 | -176/+265 |
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 5 | -114/+3 |
2014-01-07 | Reduce deadlock kludge delay on exit. | David Robillard | 1 | -2/+2 |
2014-01-07 | Fix whitespace. | David Robillard | 1 | -3/+3 |
2014-01-07 | Distinguish Ingen graphs in Plugin menu with a gear. | David Robillard | 2 | -35/+41 |
2014-01-07 | Fix delta events (i.e. most communication) via atoms. | David Robillard | 1 | -1/+1 |
2014-01-06 | Fix potential segfault on exit. | David Robillard | 1 | -1/+3 |
2014-01-05 | Update type properties for morph ports so GUI displays correct type. | David Robillard | 2 | -3/+15 |
2014-01-04 | Bump dependencies to released version numbers. | David Robillard | 1 | -3/+3 |
2014-01-04 | Fix event throughput. | David Robillard | 1 | -1/+1 |
2014-01-04 | More attempts at fixing deadlocks on exit. | David Robillard | 4 | -17/+18 |
2014-01-04 | Don't complain to log when state has no ingen:file property. | David Robillard | 1 | -1/+0 |
2014-01-04 | Set documentation pane position to maximum to hide in LV2 GUI. | David Robillard | 1 | -0/+7 |
2014-01-04 | Fix documentation pane. | David Robillard | 5 | -44/+72 |
2014-01-04 | Fix control updating with animated canvas. | David Robillard | 2 | -9/+3 |
2014-01-04 | Fast path for Port::on_value_changed when value is non-float or unchanged. | David Robillard | 1 | -6/+13 |
2014-01-04 | Fix port monitor period logic. | David Robillard | 2 | -9/+14 |
2014-01-04 | Make only control inputs controllable by user. | David Robillard | 1 | -0/+2 |
2014-01-03 | Make graph input ports controllable outputs and remove double port kludge. | David Robillard | 1 | -7/+5 |
2013-12-31 | Hopefully fix deadlock on exit for real this time. | David Robillard | 2 | -4/+11 |
2013-12-31 | Disallow connecting to control inputs. | David Robillard | 1 | -1/+2 |