aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2
AgeCommit message (Expand)AuthorFilesLines
2011-11-14Make all lv2:documentation valid XHTML Basic 1.1.David Robillard1-31/+31
2011-11-09Link Atom classes to C type identifiers.David Robillard2-82/+116
2011-11-09Clean up URID extension.David Robillard1-4/+4
2011-11-09Make use of new auto-linking in lv2specgen.py.David Robillard2-46/+36
2011-11-09Rename Object to Thing.David Robillard4-68/+84
2011-11-09Define types as complete objects, not just atom bodies.David Robillard4-136/+170
2011-11-07Add missing file.David Robillard1-0/+170
2011-11-07Remove generated junk from source directory in favour of a smarter extension ...David Robillard3-0/+3
2011-11-06Lint.David Robillard2-5/+3
2011-11-06Typedef void* callback_data parameter.David Robillard3-12/+14
2011-11-05Update wording of MIDI extension to be more correct and generic (Event, Atom,...David Robillard1-22/+0
2011-11-04Prettier and more informative extension index.David Robillard1-0/+1
2011-11-03Syntax highlight C and Turtle code in documentation.David Robillard1-4/+4
2011-10-27Remove old urn:struct code linking stuff.David Robillard1-4/+3
2011-10-10Add atom:MidiMessage.David Robillard1-0/+22
2011-10-10Remove useless struct names.David Robillard1-5/+5
2011-10-10Remove use of old urn:struct explicit links since we have larsl's fancy autom...David Robillard1-37/+32
2011-10-10Add event type to atom extension (towards replacing event extension).David Robillard2-4/+123
2011-10-10Tidy.David Robillard2-10/+11
2011-10-10Tidy.David Robillard1-67/+74
2011-07-23Move reference and blob stuff from atom extension to a separate "reference" e...David Robillard2-200/+22
2011-07-22Tidy.David Robillard1-1/+1
2011-07-22Tidy and update license.David Robillard2-86/+84
2011-04-05Make atom:String a simple C string (in UTF-8), and atom:Literal a full RDF li...David Robillard3-27/+55
2011-03-29Fix rampant broken xsd prefixes.David Robillard1-1/+1
2011-03-26Use standard style (no functional changes).David Robillard1-143/+168
2011-03-14Fix invalid atom-helpers.h doxygen documentation.David Robillard1-0/+1
2011-01-08Const correct object iterator (not really useful for writing).David Robillard1-6/+6
2011-01-08Fix Blank/Resource property appending and iteration.David Robillard1-2/+2
2010-12-23Compilation fixes.David Robillard1-1/+2
2010-11-26Remove scheme from LV2 #include directives.David Robillard1-1/+1
2010-11-26Mark up documentation with lv2:documentation as per discussion on lv2-dev.David Robillard1-78/+79
2010-10-27Add atom:BlankID atom type (for references to local anonymous objects).David Robillard2-9/+17
2010-10-25LV2_Atom_Object => LV2_Object (consistently).David Robillard2-5/+5
2010-10-25Simplify and improve atom extension.David Robillard3-270/+401
2010-10-21Use lv2_object prefix instead of lv2_atom_object to make API sanely terse.David Robillard1-32/+30
2010-10-21Use "key" and "value" terminology over "predicate" and "object".David Robillard3-11/+11
2010-10-21Add LV2_OBJECT_FOREACH macro and object "query" (deconstruct/project) API.David Robillard1-0/+52
2010-10-20Remove excessive debugging stuff.David Robillard1-7/+0
2010-10-20Add lv2_atom_is_null and lv2_atom_is_a helper functions.David Robillard1-2/+51
2010-10-20Rename atom:Dict to atom:Object (more appropriate term since keys are restric...David Robillard2-24/+29
2010-10-19Fix alignment restrictions.David Robillard2-2/+4
2010-10-17Make lv2_atom_dict_iter_is_end const.David Robillard1-1/+1
2010-10-17Add atom-helpers.h.David Robillard1-0/+109
2010-10-17Add atom:Array type (a heterogeneous POD sequence).David Robillard1-0/+10
2010-10-17Create new Message extension, and remove message type definition from Atom ex...David Robillard2-89/+87
2010-10-05Clean up atom extension documentation.David Robillard2-12/+8
2010-10-04Initial import of lv2plug.in universe.David Robillard3-0/+511