Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-07 | Remove generated junk from source directory in favour of a smarter extension ↵ | David Robillard | 84 | -0/+84 | |
wscript that figures out the necessary data from RDF (so the wscript itself can be identical for every extension). | |||||
2011-11-06 | Lint. | David Robillard | 6 | -87/+89 | |
2011-11-06 | Add features parameters to save() and restore(). | David Robillard | 1 | -11/+18 | |
Fix outdated references to callback_data in documentation. | |||||
2011-11-06 | Typedef void* callback_data parameter. | David Robillard | 4 | -27/+29 | |
2011-11-05 | Mark event and uri-map as deprecated and point to their successors in ↵ | David Robillard | 4 | -34/+47 | |
documentation. | |||||
2011-11-05 | Separate features for mapping and unmapping. | David Robillard | 3 | -37/+58 | |
2011-11-05 | Update wording of MIDI extension to be more correct and generic (Event, ↵ | David Robillard | 2 | -64/+44 | |
Atom, etc.) | |||||
2011-11-05 | Fix invalid markup. | David Robillard | 3 | -14/+15 | |
2011-11-04 | Add missing versions. | David Robillard | 11 | -2/+20 | |
2011-11-04 | Add missing descriptions. | David Robillard | 1 | -0/+1 | |
2011-11-04 | Prettier and more informative extension index. | David Robillard | 21 | -21/+22 | |
Add short descriptions to extensions. Prettier table style. | |||||
2011-11-04 | Clean up example code. | David Robillard | 2 | -13/+11 | |
2011-11-04 | Add state extension (a minor improvement to persist). | David Robillard | 3 | -0/+487 | |
2011-11-04 | Use correct ev:supportsEvent predicate. | David Robillard | 2 | -2/+2 | |
2011-11-03 | Add state field. | David Robillard | 1 | -0/+5 | |
2011-11-03 | Syntax highlight C and Turtle code in documentation. | David Robillard | 8 | -34/+37 | |
2011-11-02 | Rescue extended port info extension from old wiki mess as "port-props" extension | David Robillard | 2 | -0/+225 | |
2011-11-01 | Specify that presets must use rdfs:label for labels. | David Robillard | 1 | -1/+7 | |
2011-11-01 | Fix bad reference in doc comment | David Robillard | 1 | -1/+1 | |
2011-11-01 | Remove state flags not currently supported by extension. | David Robillard | 1 | -9/+7 | |
Use generic "flags" rather than a "valid" field, in case other properties of an LV2_Time_Position might be useful in the future (e.g. whether or not this is a change, whether or not this applies immediately (slow sync?), etc). | |||||
2011-10-27 | Port lv2specgen to rdflib. | David Robillard | 5 | -57/+57 | |
2011-10-27 | Remove old urn:struct code linking stuff. | David Robillard | 3 | -21/+16 | |
This ugly way of linking to code has been deprecated by the automagic Doxygen code links stuff. | |||||
2011-10-24 | Add missing files | David Robillard | 3 | -0/+107 | |
2011-10-14 | Switch persist extension to ISC license with permission of Leonard Ritter. | David Robillard | 2 | -29/+22 | |
2011-10-11 | Remove waf and wscript (which should be generated) | David Robillard | 2 | -34/+0 | |
2011-10-10 | Add atom:MidiMessage. | David Robillard | 1 | -0/+22 | |
2011-10-10 | Remove useless struct names. | David Robillard | 1 | -5/+5 | |
2011-10-10 | Remove use of old urn:struct explicit links since we have larsl's fancy ↵ | David Robillard | 1 | -37/+32 | |
automagic linking now. | |||||
2011-10-10 | Add event type to atom extension (towards replacing event extension). | David Robillard | 2 | -4/+123 | |
2011-10-10 | Tidy. | David Robillard | 4 | -22/+23 | |
2011-10-10 | Tidy. | David Robillard | 1 | -67/+74 | |
2011-10-05 | Add preliminary time extension | David Robillard | 3 | -0/+191 | |
2011-10-05 | Switch license to ISC license | David Robillard | 2 | -34/+23 | |
2011-09-25 | Add CV Port extension. | David Robillard | 4 | -0/+121 | |
2011-07-25 | Fix reference.h compilation | David Robillard | 1 | -12/+16 | |
2011-07-23 | Move reference and blob stuff from atom extension to a separate "reference" ↵ | David Robillard | 5 | -200/+272 | |
extension. | |||||
2011-07-22 | Add urid extension from Gabriel M. Beddingfield. | David Robillard | 3 | -0/+165 | |
2011-07-22 | Tidy. | David Robillard | 1 | -1/+1 | |
2011-07-22 | Remove message extension (subsumed by atom extension) | David Robillard | 3 | -154/+0 | |
2011-07-22 | Tidy and update license. | David Robillard | 2 | -86/+84 | |
2011-07-06 | Add missing includes | David Robillard | 1 | -0/+3 | |
2011-05-30 | LV2 Data Access 1.2 | David Robillard | 3 | -68/+62 | |
2011-05-30 | Remove pre1 from version (we no longer use this convention) | David Robillard | 1 | -1/+1 | |
2011-05-30 | LV2 Instance Access 1.2 | David Robillard | 3 | -43/+41 | |
2011-05-30 | Remove pre1 from version (we no longer use this convention) | David Robillard | 1 | -1/+1 | |
2011-05-30 | LV2 MIDI 1.2 | David Robillard | 2 | -32/+23 | |
2011-05-30 | LV2 Event 1.2 | David Robillard | 3 | -5/+6 | |
2011-05-30 | LV2 URI Map 1.2 | David Robillard | 1 | -1/+1 | |
2011-05-26 | Add automatic extension release generation script | David Robillard | 2 | -34/+0 | |
2011-05-26 | Actually update license (oops) | David Robillard | 1 | -18/+12 | |