aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-06Typedef void* callback_data parameter.David Robillard1-1/+1
2011-10-27Remove old urn:struct code linking stuff.David Robillard1-4/+3
This ugly way of linking to code has been deprecated by the automagic Doxygen code links stuff.
2011-10-10Remove useless struct names.David Robillard1-5/+5
2011-10-10Add event type to atom extension (towards replacing event extension).David Robillard1-4/+101
2011-10-10Tidy.David Robillard1-2/+2
2011-07-23Move reference and blob stuff from atom extension to a separate "reference" ↵David Robillard1-136/+1
extension.
2011-07-22Tidy.David Robillard1-1/+1
2011-07-22Tidy and update license.David Robillard1-15/+13
2011-04-05Make atom:String a simple C string (in UTF-8), and atom:Literal a full RDF ↵David Robillard1-5/+6
literal. Bump version number.
2011-03-26Use standard style (no functional changes).David Robillard1-143/+168
2010-10-25LV2_Atom_Object => LV2_Object (consistently).David Robillard1-4/+4
Fix string body of LV2_Atom_String.
2010-10-25Simplify and improve atom extension.David Robillard1-81/+78
Merge atom-port extension into atom extension. Link to code documentation from atom HTML documentation.
2010-10-21Use "key" and "value" terminology over "predicate" and "object".David Robillard1-2/+2
2010-10-17Create new Message extension, and remove message type definition from Atom ↵David Robillard1-69/+68
extension. Clean up Atom extension and define more struct types in header.
2010-10-05Clean up atom extension documentation.David Robillard1-1/+1
2010-10-04Initial import of lv2plug.in universe.David Robillard1-0/+232