Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-07-01 | Fix tab/space mixing in lv2-gtk2gui.h | David Robillard | 1 | -4/+4 |
2007-06-30 | Aaaalright then, made it not static and put the code in the library. Stupid ... | David Robillard | 1 | -7/+2 |
2007-06-30 | Made slv2_gui_type_get_uri static. | David Robillard | 1 | -1/+1 |
2007-06-30 | Added missing file. | David Robillard | 1 | -0/+65 |
2007-06-30 | Reworked GUI access in a safer way, anticipating various GUI specs (w/o break... | David Robillard | 5 | -3/+39 |
2007-06-30 | Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep... | David Robillard | 5 | -0/+366 |
2007-06-27 | Added slv2_value_duplicate. | David Robillard | 1 | -0/+6 |
2007-05-09 | Bumped LV2 version number to 1.0beta3. | David Robillard | 1 | -1/+1 |
2007-05-09 | Ontology install path fixes. | David Robillard | 1 | -2/+2 |