Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-17 | Remove cruft. | David Robillard | 1 | -1/+0 | |
2012-04-17 | Remove cruft. | David Robillard | 1 | -30/+5 | |
2012-04-17 | Refer to correct predicate for doap:Project names. | David Robillard | 1 | -1/+1 | |
2012-04-16 | Add lv2:project property. | David Robillard | 1 | -0/+20 | |
2012-04-16 | Remove misplaced definition of doap:name. | David Robillard | 1 | -3/+0 | |
2012-04-16 | Improve documentation. | David Robillard | 8 | -123/+88 | |
2012-04-16 | Make feature URI distinct from extension URI. | David Robillard | 2 | -44/+60 | |
Add return status enumeration. Improve documentation. | |||||
2012-04-14 | Improve documentation. | David Robillard | 2 | -9/+9 | |
2012-04-14 | Remove unused lv2:hasParameter that only makes sense given non-core technology. | David Robillard | 2 | -15/+0 | |
2012-04-14 | Fix version in manifest. | David Robillard | 1 | -1/+1 | |
2012-04-14 | Remove host-info extension. | David Robillard | 3 | -108/+0 | |
2012-04-14 | Move CVPort to core. | David Robillard | 7 | -71/+23 | |
2012-04-14 | Fix broken links. | David Robillard | 1 | -6/+6 | |
2012-04-14 | Remove redundant time unit definitions and use those from units extension. | David Robillard | 2 | -40/+18 | |
2012-04-14 | Add units:frame and units.h with unit URI defines. | David Robillard | 3 | -0/+79 | |
2012-04-13 | Document standard serialisation format for all Atom types. | David Robillard | 1 | -43/+150 | |
2012-04-13 | Remove spurious blank line. | David Robillard | 1 | -1/+0 | |
2012-04-13 | Document how to serialise a MidiEvent to a string. | David Robillard | 1 | -2/+12 | |
2012-04-13 | Add missing file-release for 1.0. Improve documentation. | David Robillard | 2 | -3/+14 | |
2012-04-13 | Add port-props.h | David Robillard | 1 | -0/+42 | |
2012-04-13 | Fix incorrect ranges of some properties. | David Robillard | 1 | -3/+5 | |
2012-04-13 | Add some parameters from the old draft mixing_control extension. | David Robillard | 1 | -0/+36 | |
2012-04-13 | Add lv2:Feature as type to validate, though this overload was a mistake... | David Robillard | 2 | -1/+3 | |
2012-04-13 | Fix incorrect URI. | David Robillard | 1 | -1/+1 | |
2012-04-13 | Fix typo. | David Robillard | 1 | -1/+1 | |
2012-04-12 | Normalise syntax via serdi. | David Robillard | 15 | -445/+612 | |
2012-04-12 | Remove pset:appliesTo. | David Robillard | 2 | -36/+21 | |
Normalise syntax via serdi. | |||||
2012-04-12 | Add missing URI defines. | David Robillard | 3 | -44/+46 | |
2012-04-12 | Add port-groups.h (just URI defines). | David Robillard | 1 | -0/+64 | |
2012-04-12 | Tidy. | David Robillard | 1 | -5/+2 | |
2012-04-12 | Remove comment header from dynmanifest.ttl. | David Robillard | 1 | -15/+0 | |
2012-04-12 | Remove comment headers from Turtle files and ensure the same information is ↵ | David Robillard | 25 | -375/+44 | |
available in machine readable form. | |||||
2012-04-12 | Tidy manifests. | David Robillard | 5 | -6/+6 | |
2012-04-12 | Rename 'people' to 'meta' in anticipation of putting other stuff there. | David Robillard | 27 | -50/+54 | |
2012-04-12 | Lint. | David Robillard | 7 | -36/+16 | |
2012-04-12 | Delete trailing whitespace. | David Robillard | 6 | -63/+63 | |
2012-04-12 | Add struct names for LV2_URID_Map and LV2_URID_Unmap to allow forward ↵ | David Robillard | 1 | -6/+6 | |
declarations. | |||||
2012-04-12 | Update doxygen markup. | David Robillard | 4 | -17/+17 | |
2012-04-12 | Make all atom/util.h functions start with lv2_atom. | David Robillard | 2 | -172/+108 | |
2012-04-12 | Add Chunk to Forge's set of URIDs for convenience. | David Robillard | 1 | -0/+2 | |
2012-04-11 | Add atom:atomTransfer for (non-event) Atom ports. | David Robillard | 2 | -5/+16 | |
2012-04-11 | Update documentation and fix indentation. | David Robillard | 1 | -108/+88 | |
2012-04-11 | Make subscribe and unsubscribe extension parameters features again (better ↵ | David Robillard | 1 | -10/+12 | |
safe than sorry). | |||||
2012-04-09 | Add missing URI defines. | David Robillard | 2 | -1/+49 | |
2012-04-06 | Add missing definition of ui:portSubscribe feature. | David Robillard | 2 | -1/+13 | |
2012-04-06 | Fix mismatched version. | David Robillard | 1 | -1/+1 | |
2012-04-06 | Fix broken link. | David Robillard | 1 | -1/+1 | |
2012-04-06 | Fix bug in lv2_event_reserve(). | David Robillard | 2 | -5/+13 | |
2012-04-05 | Twiddle log extension class hierarchy a bit, and all log:Trace level. | David Robillard | 2 | -16/+33 | |
Use log extension in eg-sample if available. | |||||
2012-03-30 | Fix screwy invalid ExtensionData definitions as classes (now matches how ↵ | David Robillard | 5 | -89/+111 | |
Feature is used). Add status return codes to state methods for error handling. |