Age | Commit message (Expand) | Author | Files | Lines |
2014-01-18 | Consolidate URIs. | David Robillard | 16 | -78/+73 |
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 | 1 | -0/+2 |
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 | 4 | -105/+0 |
2014-01-07 | Reduce deadlock kludge delay on exit. | David Robillard | 1 | -2/+2 |
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 | 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 | 3 | -40/+63 |
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 |
2013-12-31 | Fix crash on bulk deletion and AtomWriter forge errors. | David Robillard | 2 | -1/+8 |
2013-12-30 | Fix occasional crashes and deadlocks on exit. | David Robillard | 3 | -4/+12 |
2013-12-30 | Fix deadlocks on exit. | David Robillard | 2 | -8/+9 |
2013-12-30 | Don't falsely report listening on sockets that failed to bind. | David Robillard | 1 | -2/+8 |
2013-12-27 | Implement lv2:prototype. | David Robillard | 2 | -9/+4 |
2013-12-27 | Log where graph bundles are saved. | David Robillard | 1 | -0/+2 |
2013-12-26 | Remove unused Driver::is_realtime() method. | David Robillard | 4 | -10/+2 |
2013-12-26 | Add test cases. | David Robillard | 2 | -3/+1 |
2013-12-26 | Implement port methods for DirectDriver. | David Robillard | 1 | -9/+23 |
2013-12-25 | Fix handling setting of several special properties per request. | David Robillard | 1 | -5/+9 |
2013-12-25 | Fix unportable use of NULL va_list (#921). | David Robillard | 1 | -4/+4 |
2013-12-25 | Implement lv2:connectionOptional (#847). | David Robillard | 2 | -3/+18 |
2013-12-19 | FDGL: Improve flow-directed layout. | David Robillard | 1 | -0/+3 |
2013-12-17 | Fix atom vector communication (patch from Robin Gareus, #941). | David Robillard | 3 | -3/+6 |
2013-12-17 | Fix more const issues. | David Robillard | 2 | -2/+2 |
2013-12-15 | Fix const-violating casts. | David Robillard | 1 | -2/+2 |
2013-11-01 | Implement static UI port notifications (fix #935). | David Robillard | 1 | -7/+32 |
2013-11-01 | Tidy. | David Robillard | 1 | -4/+4 |
2013-11-01 | Implement LV2 UI port_index, subscribe, and unsubscribe features. | David Robillard | 1 | -12/+72 |
2013-11-01 | Don't notify UIs about null atom port values (partially address #935). | David Robillard | 1 | -1/+1 |
2013-11-01 | Remove unused typedefs. | David Robillard | 4 | -6/+0 |
2013-10-29 | Remove engine dependency from LV2Options. | David Robillard | 2 | -40/+26 |
2013-10-28 | Pass sample rate to nodes (fix #931). | David Robillard | 2 | -4/+5 |
2013-08-20 | Remove unused class members. | David Robillard | 5 | -6/+0 |
2013-08-20 | Remove vestigial Builder class. | David Robillard | 3 | -58/+6 |