Age | Commit message (Expand) | Author | Files | Lines |
2008-05-03 | Add slv2_plugin_get_port_ranges. | David Robillard | 1 | -0/+16 |
2008-04-12 | LV2 UI extension updates from larsl. | David Robillard | 2 | -58/+125 |
2008-02-01 | Generic LV2 event support in lv2_jack_host. | David Robillard | 1 | -2/+1 |
2008-01-28 | Documentation fixes. | David Robillard | 4 | -35/+35 |
2008-01-28 | Add slv2_plugin_get_num_ports_of_class. | David Robillard | 1 | -0/+12 |
2008-01-27 | Packaging stuff. | David Robillard | 6 | -1/+154 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 12 | -158/+86 |
2008-01-24 | Make SLV2 UI class interface match ports. | David Robillard | 1 | -2/+2 |
2008-01-23 | Remove port type enums. | David Robillard | 1 | -34/+0 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 8 | -152/+52 |
2008-01-20 | Work on new generic events extension. | David Robillard | 1 | -1/+11 |
2008-01-20 | Fix syntax error in lv2_midi.ttl and lv2_event.ttl. | David Robillard | 1 | -7/+7 |
2008-01-17 | Update LV2 UI header. | David Robillard | 3 | -92/+109 |
2008-01-16 | SLV2 0.4.5 + documentation fixes. | David Robillard | 2 | -0/+12 |
2008-01-15 | SLV2 0.4.4. | David Robillard | 1 | -0/+12 |
2008-01-12 | Add plugin template interface (fast discovery of plugins with certain I/O | David Robillard | 14 | -44/+233 |
2008-01-09 | SLV2 0.4.2. | David Robillard | 3 | -394/+1 |
2007-12-21 | State the blindingly obvious for people with no common sense. | David Robillard | 1 | -0/+4 |
2007-12-15 | Updated LV2 GUI extension. | David Robillard | 2 | -349/+288 |
2007-12-01 | Remove useless inmaintained ChangeLog/NEWS files. | David Robillard | 1 | -1/+1 |
2007-11-30 | Build/install man pages. | David Robillard | 13 | -36/+31 |
2007-11-29 | Fix instantiate parameters to match lv2.h | David Robillard | 1 | -3/+3 |
2007-11-14 | Updated lv2.h documentation. | David Robillard | 1 | -11/+11 |
2007-10-04 | Fix librdf warnings. | David Robillard | 1 | -0/+1 |
2007-10-03 | Update LV2 spec. | David Robillard | 1 | -4/+4 |
2007-10-03 | Updated LV2 spec. | David Robillard | 6 | -75/+56 |
2007-09-26 | Fixed return type of UI accessor. | David Robillard | 1 | -1/+1 |
2007-09-26 | Remove GtkWidget forward declaration. | David Robillard | 1 | -2/+0 |
2007-09-26 | Added clarification of memory management responsibilities for slv2_plugin_get... | David Robillard | 1 | -0/+2 |
2007-09-26 | Updated lv2.h | David Robillard | 1 | -1/+5 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 13 | -124/+40 |
2007-09-23 | Fix LV2 UI stuff. | David Robillard | 3 | -0/+182 |
2007-09-23 | Support for plugin UIs in separate bundles. | David Robillard | 6 | -42/+14 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 7 | -65/+65 |
2007-09-22 | Updates LV2 and LV2 UI specs. | David Robillard | 5 | -260/+395 |
2007-09-21 | Tolerate plugins with run method set to NULL. | David Robillard | 1 | -4/+4 |
2007-09-20 | Remove lock stuff I hereby deem not SLV2's problem. | David Robillard | 1 | -25/+0 |
2007-08-08 | Update ingen for SLV2 changes. | David Robillard | 1 | -5/+5 |
2007-08-07 | Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL... | David Robillard | 2 | -6/+6 |
2007-08-03 | Updated LV2 revision number. | David Robillard | 1 | -170/+170 |
2007-07-25 | Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that u... | David Robillard | 1 | -0/+25 |
2007-07-24 | Match LV2 specification instantiate prototype. | David Robillard | 1 | -1/+1 |
2007-07-23 | Updated LV2 spec. | David Robillard | 1 | -1/+1 |
2007-07-23 | Broke API to separate input/output from type (less code repetition and SLV2 i... | David Robillard | 2 | -18/+50 |
2007-07-04 | Removed documentation referring to a nonexistant function. | David Robillard | 1 | -3/+0 |
2007-07-03 | Fail gracefully if redland is deeply screwed. | David Robillard | 1 | -0/+2 |
2007-07-03 | Ignore illegal plugins w/o a doap:name property. | David Robillard | 1 | -0/+1 |
2007-07-01 | Removed redundant GUI loading stub (I'm an idiot). | David Robillard | 2 | -26/+13 |
2007-07-01 | Fix a couple memory leaks/errors. | David Robillard | 2 | -1/+39 |
2007-07-01 | Fix comment typo. | David Robillard | 1 | -1/+1 |