Age | Commit message (Expand) | Author | Files | Lines |
2007-04-21 | Improved plugin class heirarchy. | David Robillard | 1 | -8/+12 |
2007-04-21 | Plugin classes (categories) progress. | David Robillard | 8 | -30/+103 |
2007-04-21 | Changed "categories" to "plugin classes" to better match RDF. | David Robillard | 20 | -132/+177 |
2007-04-20 | Preliminary categories support. | David Robillard | 16 | -71/+458 |
2007-04-20 | Fix memory leaks. | David Robillard | 1 | -12/+2 |
2007-04-20 | Clean up API, hide more methods that should not be exposed to user. | David Robillard | 18 | -168/+421 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 15 | -119/+115 |
2007-04-19 | Added random autoconf macro the warning said to. | David Robillard | 3 | -0/+488 |
2007-04-19 | Added Redland dependency, using in-memory RDF models. | David Robillard | 23 | -725/+631 |
2007-04-18 | Documentation fixes. | David Robillard | 6 | -16/+21 |
2007-04-11 | lv2_jack_host MIDI fixes. | David Robillard | 1 | -16/+10 |
2007-04-08 | More Jack hacks. Dmitry owes me $20. | David Robillard | 2 | -0/+14 |
2007-04-08 | Jack MIDI API compatibility fixes. Yes, again. | David Robillard | 2 | -5/+1 |
2007-04-08 | You guessed it, more Jack MIDI API filthy broken constantly breaking API pain... | David Robillard | 2 | -0/+4 |
2007-04-08 | Yet. More. Jack. MIDI. API. Hacks. | David Robillard | 1 | -7/+15 |
2007-04-08 | More Jack MIDI API compatibility jacks. | David Robillard | 4 | -3/+8 |
2007-04-08 | Jack MIDI API compatibility hacks. | David Robillard | 4 | -0/+69 |
2007-04-07 | Fixed query bug when referring to ports by symbol. | David Robillard | 1 | -1/+2 |
2007-04-07 | Jack MIDI API fixes. | David Robillard | 1 | -4/+4 |
2007-04-06 | Email address and FSF copyright address updates. | David Robillard | 2 | -2/+0 |
2007-02-24 | Distribution build fixes (pass make distcheck). | David Robillard | 3 | -1/+4 |
2007-02-22 | Updated lv2.h | David Robillard | 1 | -2/+4 |
2007-02-21 | Updated README. | David Robillard | 2 | -7/+3 |
2007-02-20 | Updated Ingen for most recent SLV2 API. | David Robillard | 1 | -3/+12 |
2007-02-20 | Added simple accessor for values with subjects other than the plugin itself. | David Robillard | 2 | -9/+47 |
2007-02-19 | Removed outdated utils/README | David Robillard | 1 | -3/+0 |
2007-02-19 | More memory error/leak fixes. | David Robillard | 4 | -5/+4 |
2007-02-19 | Fixed doap:license typo in lv2.ttl. | David Robillard | 8 | -87/+169 |
2007-02-19 | Header/API cleanups. | David Robillard | 23 | -312/+161 |
2007-02-18 | Removed private_types.h (and all exposure of types that shouldn't have been e... | David Robillard | 9 | -56/+51 |
2007-02-18 | Fixed index types of Strings and Plugins for consistency. | David Robillard | 14 | -31/+45 |
2007-02-18 | API updates (removed SLV2Value (binary compatibility nightmare waiting to hap... | David Robillard | 22 | -251/+299 |
2007-02-18 | Implemented discovery of plugin extension bundles. | David Robillard | 14 | -172/+308 |
2007-02-09 | Removed data type stuff from SLV2. | David Robillard | 3 | -33/+1 |
2007-02-09 | LV2 spec updates. | David Robillard | 2 | -26/+37 |
2007-02-09 | Applied patch from Steve Harris, changes to work with new LV2 ontology port c... | David Robillard | 6 | -115/+136 |
2007-02-08 | Circular nodes in FlowCanvas, related necessary redesign work and changes for... | David Robillard | 2 | -94/+48 |
2007-02-07 | Updated FSF address, copyright dates where appropriate, etc. | David Robillard | 1 | -1/+1 |
2007-02-07 | Added lv2.ttl installation, lv2.ttl added as source by default to queries. | David Robillard | 21 | -221/+644 |
2007-02-05 | Documentation fix. | David Robillard | 1 | -1/+1 |
2007-02-05 | Documentation fixes. | David Robillard | 3 | -5/+3 |
2007-02-05 | Fix C99 CFLAGS for lv2_list. | David Robillard | 1 | -0/+1 |
2007-02-05 | Fix raptor/rasqal checks to be mandatory. | David Robillard | 1 | -2/+2 |
2007-02-05 | Copyright/Documentation/etc cleanups. | David Robillard | 19 | -44/+43 |
2007-02-05 | Reorganized tree in preparation for beta release. | David Robillard | 24 | -627/+99 |
2007-02-04 | Bug fixes, LV2 spec updates. | David Robillard | 2 | -10/+22 |
2007-01-22 | Created Raul namespace. | David Robillard | 1 | -0/+3 |
2007-01-12 | Bumped JACK version for MIDI API changes. | David Robillard | 1 | -2/+2 |
2007-01-12 | Fixed build errors | David Robillard | 2 | -36/+33 |
2007-01-12 | Split jack_host into slv2_simple_jack_host and slv2_host, added MIDI support ... | David Robillard | 6 | -10/+696 |