Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-18 | Update waf. | David Robillard | 2 | -0/+4 | |
2011-11-18 | Improve DOAP metadata. | David Robillard | 2 | -14/+69 | |
Add function to generate NEWS file from DOAP metadata. | |||||
2011-11-17 | Show changelog for current development version. | David Robillard | 2 | -12/+25 | |
2011-11-17 | Add DTDs for validation. | David Robillard | 41 | -0/+4847 | |
2011-11-17 | Use /usr/bin/env shebang. | David Robillard | 1 | -1/+1 | |
2011-11-17 | Skip all default namespaces added by rdflib. | David Robillard | 1 | -2/+3 | |
This is a bit of a kludge in that a prefix that matches default[0-9]* actually defined in the data file will not show up, but that's a pretty silly prefix name... | |||||
2011-11-17 | Add change log and release links to RDF. | David Robillard | 6 | -34/+163 | |
Add "Version History" section to generated documentation. Move doap metadata to separate file. | |||||
2011-11-16 | Add new widget types. | David Robillard | 2 | -4/+18 | |
2011-11-16 | Syntax highlight turtle code. | David Robillard | 1 | -2/+2 | |
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. |