Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-11-05 | Fix invalid markup. | David Robillard | 4 | -19/+21 | |
2011-11-04 | Add missing versions. | David Robillard | 11 | -2/+20 | |
2011-11-04 | Show classes that are subclasses of classes defined in other specs at top ↵ | David Robillard | 1 | -1/+9 | |
level of index. | |||||
2011-11-04 | Add subtitle using doap:shortdesc. | David Robillard | 4 | -14/+11 | |
2011-11-04 | Add missing descriptions. | David Robillard | 3 | -0/+3 | |
2011-11-04 | Prettier and more informative extension index. | David Robillard | 25 | -85/+111 | |
Add short descriptions to extensions. Prettier table style. | |||||
2011-11-04 | Remove terrible roqet kludges and use rdflib to find URI and version. | David Robillard | 1 | -35/+21 | |
2011-11-04 | Add small margin below header. | David Robillard | 1 | -1/+1 | |
2011-11-04 | Clean up example code. | David Robillard | 2 | -13/+11 | |
2011-11-04 | Remove unused release tarball generation stuff. | David Robillard | 1 | -12/+0 | |
2011-11-04 | Call lv2specgen as a module rather than spawning a new process. | David Robillard | 2 | -50/+47 | |
This significantly speeds up overall runtime of gendoc.py. | |||||
2011-11-04 | Move everything but basic command line argument handling to specgen(). | David Robillard | 2 | -35/+37 | |
2011-11-04 | Add state extension (a minor improvement to persist). | David Robillard | 4 | -1/+489 | |
2011-11-04 | Fix seeAlso link to ttl file. | David Robillard | 1 | -2/+7 | |
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 highlighting for C and Turtle code in documentation | David Robillard | 2 | -11/+135 | |
2011-11-03 | Syntax highlight C and Turtle code in documentation. | David Robillard | 8 | -34/+37 | |
2011-11-03 | Add support for syntax highlighting C code with pygments. | David Robillard | 1 | -2/+27 | |
Code must be included in lv2:documentation properties in <pre class="c-code"> tags to be highlighted. | |||||
2011-11-03 | Add lv2:extensionData and lv2:ExtensionData for plugins to indicate that they | David Robillard | 2 | -0/+24 | |
support some URI for LV2_Descriptor::extension_data. | |||||
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 | |