Age | Commit message (Expand) | Author | Files | Lines |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 2 | -2/+2 |
2008-10-04 | Fix printing of properties with several values (remove spurious newlines and ... | David Robillard | 1 | -6/+6 |
2008-10-03 | Good riddance. | David Robillard | 1 | -16/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 2 | -2/+2 |
2008-10-02 | Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts.... | David Robillard | 2 | -2/+2 |
2008-07-06 | Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid... | David Robillard | 1 | -1/+1 |
2008-05-03 | Add slv2_plugin_get_port_ranges. | David Robillard | 1 | -7/+13 |
2008-04-29 | Don't print "Properties:" header for ports with no properties. | David Robillard | 1 | -2/+4 |
2008-03-12 | Sorta workingish chicken scheme bindings. | David Robillard | 1 | -2/+4 |
2008-01-28 | Add slv2_plugin_get_num_ports_of_class. | David Robillard | 1 | -1/+1 |
2008-01-27 | Packaging stuff. | David Robillard | 1 | -4/+19 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 2 | -30/+50 |
2008-01-24 | Make SLV2 UI class interface match ports. | David Robillard | 1 | -2/+2 |
2008-01-23 | Vicarious locale testing. | David Robillard | 1 | -0/+3 |
2008-01-23 | Fix range printing for control ports in lv2_inspect. | David Robillard | 1 | -0/+3 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 1 | -36/+8 |
2008-01-20 | Work on new generic events extension. | David Robillard | 1 | -0/+12 |
2008-01-20 | Fix syntax error in lv2_midi.ttl and lv2_event.ttl. | David Robillard | 1 | -0/+3 |
2008-01-10 | Fix lv2_inspect command line handling. | David Robillard | 1 | -1/+1 |
2008-01-09 | SLV2 0.4.2. | David Robillard | 1 | -1/+1 |
2007-11-15 | Add Debian packaging stuff. | David Robillard | 1 | -1/+2 |
2007-11-13 | Adhere to GNU standards (add necessary files, support --help and --version). | David Robillard | 2 | -2/+69 |
2007-11-13 | Release preparation: | David Robillard | 1 | -1/+1 |
2007-10-11 | Update ladspa2lv2 slightly... | David Robillard | 1 | -4/+4 |
2007-10-03 | Line things up better. | David Robillard | 1 | -9/+9 |
2007-10-03 | Updated LV2 spec. | David Robillard | 1 | -31/+20 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 1 | -8/+8 |
2007-09-23 | Support for plugin UIs in separate bundles. | David Robillard | 1 | -13/+17 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 1 | -10/+10 |
2007-08-21 | Link with -lm for ladspa2lv2. | David Robillard | 1 | -1/+1 |
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 | 1 | -1/+1 |
2007-07-30 | Fix bundled SLV2 client building. | David Robillard | 1 | -1/+1 |
2007-07-23 | Prettified output. | David Robillard | 1 | -64/+83 |
2007-07-23 | Updated LV2 spec. | David Robillard | 1 | -2/+2 |
2007-07-23 | Broke API to separate input/output from type (less code repetition and SLV2 i... | David Robillard | 1 | -22/+27 |
2007-07-01 | Fix a couple memory leaks/errors. | David Robillard | 1 | -0/+1 |
2007-06-30 | Reworked GUI access in a safer way, anticipating various GUI specs (w/o break... | David Robillard | 1 | -3/+6 |
2007-06-30 | Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep... | David Robillard | 1 | -12/+9 |
2007-05-30 | Fixed the other one. | David Robillard | 1 | -1/+1 |
2007-05-30 | Fixed lv2_inspect crash bug (exposed by AZR3). | David Robillard | 1 | -1/+1 |
2007-05-09 | Ontology install path fixes. | David Robillard | 1 | -0/+2 |
2007-05-08 | Exposed slv2_value_free. | David Robillard | 3 | -1/+607 |
2007-05-08 | Reworked simple query API to allow passing either QName or URI predicates. | David Robillard | 1 | -1/+20 |
2007-04-28 | Use index instead of variable name for selecting query variables (performance... | David Robillard | 1 | -26/+128 |
2007-04-28 | ladspa2lv2 fixes. | David Robillard | 1 | -19/+43 |
2007-04-28 | Compile fixes, rewrote ladspa2lv2 as plain C using Redland. | David Robillard | 4 | -215/+258 |
2007-04-28 | Reworked query/value system to expose data type. | David Robillard | 1 | -20/+22 |
2007-04-21 | Changed "categories" to "plugin classes" to better match RDF. | David Robillard | 1 | -1/+1 |
2007-04-20 | Preliminary categories support. | David Robillard | 1 | -0/+3 |