aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/lv2.h
AgeCommit message (Collapse)AuthorFilesLines
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-474/+0
2016-09-10Document all URI definesDavid Robillard1-87/+87
This makes headers somewhat redundant and too wide, but it's the only way I can get Doxygen to make links to the corresponding spec documentation, because it doesn't linkify URIs in strings.
2015-02-20Add LV2_SYMBOL_EXPORT to lv2_lib_descriptorfalkTX1-0/+1
2015-01-18Add extern/visibility to LV2_SYMBOL_EXPORT.David Robillard1-2/+11
2014-11-25Single-page API documentation with unified style.David Robillard1-3/+9
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-4/+4
2014-07-31Use Doxygen Markdown support for more human-readable doc comments.David Robillard1-4/+4
Minor improvements to UI documentation.
2014-04-26Improve documentation.David Robillard1-9/+12
2014-01-04LV2 1.8.0David Robillard1-1/+1
2013-12-27Add lv2:prototype.David Robillard1-1/+2
2013-01-13Add missing lv2:EnvelopePlugin define.David Robillard1-0/+1
2013-01-10Add lv2:control for designating primary event-based control ports.David Robillard1-0/+1
Set range of lv2:designation to lv2:Designation. Make lv2:Parameter rdfs:subClassOf rdf:Property.
2012-04-17Add URI define for lv2:project.David Robillard1-0/+1
2012-04-14Remove unused lv2:hasParameter that only makes sense given non-core technology.David Robillard1-1/+0
2012-04-14Move CVPort to core.David Robillard1-0/+1
2012-04-12Delete trailing whitespace.David Robillard1-15/+15
2012-04-12Update doxygen markup.David Robillard1-4/+4
2012-03-30Add missing ui:ui and ui:binary property definitions.David Robillard1-1/+0
Mark up properties more precisely for validation.
2012-03-26Add missing define for lv2:designation.David Robillard1-0/+1
2012-03-15Add new discovery API.David Robillard1-1/+69
2012-03-11Implement consistent URI defines in core, state, atom, urid.David Robillard1-1/+85
2012-02-08Rearrange tree so top level can be used as an include path for standard ↵David Robillard1-0/+299
style LV2 includes.