Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-16 | Improve table style. | David Robillard | 1 | -9/+7 | |
2011-11-14 | Prettify UI extension documentation. | David Robillard | 1 | -11/+11 | |
2011-11-14 | Deprecate ui:makeSONameResident. | David Robillard | 1 | -21/+8 | |
2011-11-14 | Less mysterious diagnostic message | David Robillard | 1 | -1/+2 | |
2011-11-14 | Always serve text/turtle files in UTF-8 encoding. | David Robillard | 1 | -2/+2 | |
2011-11-14 | Simplify footer (remove images). | David Robillard | 5 | -49/+30 | |
2011-11-14 | Use htaccess for conneg instead of PHP. | David Robillard | 3 | -62/+40 | |
2011-11-14 | Make all lv2:documentation valid XHTML Basic 1.1. | David Robillard | 17 | -128/+158 | |
Validate lv2:documentation in lv2specgen (if lxml is available). | |||||
2011-11-13 | Remove persist extension | David Robillard | 7 | -450/+0 | |
2011-11-13 | Fix invalid XML (lack of) escapes. | David Robillard | 3 | -4/+4 | |
2011-11-13 | Make LV2 a valid OWL 2 DL ontology. | David Robillard | 1 | -16/+14 | |
2011-11-11 | Fix incorrect parameter type. | David Robillard | 1 | -6/+6 | |
2011-11-11 | Remove Doxygen dependence on graphviz/dot which we don't use anyway. | David Robillard | 1 | -1/+1 | |
2011-11-09 | Update documentation. | David Robillard | 2 | -43/+45 | |
2011-11-09 | Link Atom classes to C type identifiers. | David Robillard | 3 | -91/+132 | |
Define C types for all Atom classes where a useful C type is possible. | |||||
2011-11-09 | Check for lv2core via pkg-config rather than header presence. | David Robillard | 1 | -2/+3 | |
2011-11-09 | Clean up URID extension. | David Robillard | 5 | -57/+59 | |
2011-11-09 | Remove reference to non-existent class. | David Robillard | 1 | -1/+1 | |
2011-11-09 | Make use of new auto-linking in lv2specgen.py. | David Robillard | 7 | -68/+55 | |
2011-11-09 | Automatically transform ext:Class in lv2:documentation to links. | David Robillard | 1 | -9/+23 | |
2011-11-09 | Fix references to old names. | David Robillard | 1 | -2/+2 | |
2011-11-09 | Follow class/individual naming convention. | David Robillard | 1 | -4/+4 | |
2011-11-09 | Fix incorrect rdfs:Class URI. | David Robillard | 1 | -1/+1 | |
2011-11-09 | Rename Object to Thing. | David Robillard | 6 | -78/+94 | |
Add definition of Message. | |||||
2011-11-09 | Implement file name changing from UI. | David Robillard | 4 | -62/+104 | |
2011-11-09 | Update waf to latest git. | David Robillard | 1 | -0/+0 | |
2011-11-09 | Define types as complete objects, not just atom bodies. | David Robillard | 4 | -136/+170 | |
Improve helper API. | |||||
2011-11-07 | Fix crash on instantiation. | David Robillard | 3 | -24/+32 | |
Switch to state extension from persist extension. Correctly mark up features and extension data. Check for extensions using pkgconfig. | |||||
2011-11-07 | Add missing file. | David Robillard | 1 | -0/+170 | |
2011-11-07 | Build and install experimental extensions when --experimental is passed. | David Robillard | 1 | -1/+3 | |
2011-11-07 | Apply patch from Adrian Knoth to fix pkgconfig file install paths. | David Robillard | 1 | -1/+1 | |
2011-11-07 | Fix distcheck. | David Robillard | 1 | -2/+12 | |
2011-11-07 | Cache version information in release tarballs. | David Robillard | 1 | -1/+20 | |
2011-11-07 | Fix errors from last commit (oops). | David Robillard | 1 | -4/+4 | |
2011-11-07 | Tidy. | David Robillard | 1 | -14/+13 | |
2011-11-07 | Remove generated junk from source directory in favour of a smarter extension ↵ | David Robillard | 95 | -151/+241 | |
wscript that figures out the necessary data from RDF (so the wscript itself can be identical for every extension). | |||||
2011-11-07 | Remove cruft | David Robillard | 0 | -0/+0 | |
2011-11-06 | Lint. | David Robillard | 6 | -87/+89 | |
2011-11-06 | Use new urid and atom extensions instead of uri-map and event. | David Robillard | 3 | -68/+50 | |
2011-11-06 | Load waf tools first | David Robillard | 1 | -4/+3 | |
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 | Add stable, experimental, or deprecated status to extension index. | David Robillard | 2 | -13/+29 | |
2011-11-05 | Mark event and uri-map as deprecated and point to their successors in ↵ | David Robillard | 6 | -35/+56 | |
documentation. | |||||
2011-11-05 | Separate features for mapping and unmapping. | David Robillard | 3 | -37/+58 | |
2011-11-05 | Fix copyright formatting. | David Robillard | 1 | -3/+3 | |
2011-11-05 | Abbreviate all URIs that are within a namespace defined in the spec. | David Robillard | 1 | -0/+2 | |
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 | Syntax highlight example Turtle code. | David Robillard | 1 | -7/+8 | |
2011-11-05 | Fix specification prefix. | David Robillard | 1 | -1/+1 | |