Age | Commit message (Expand) | Author | Files | Lines |
2011-10-10 | Tidy. | David Robillard | 1 | -8/+9 |
2011-07-22 | Tidy and update license. | David Robillard | 1 | -71/+71 |
2011-03-14 | Fix invalid atom-helpers.h doxygen documentation. | David Robillard | 1 | -0/+1 |
2011-01-08 | Const correct object iterator (not really useful for writing). | David Robillard | 1 | -6/+6 |
2011-01-08 | Fix Blank/Resource property appending and iteration. | David Robillard | 1 | -2/+2 |
2010-12-23 | Compilation fixes. | David Robillard | 1 | -1/+2 |
2010-11-26 | Remove scheme from LV2 #include directives. | David Robillard | 1 | -1/+1 |
2010-10-27 | Add atom:BlankID atom type (for references to local anonymous objects). | David Robillard | 1 | -8/+5 |
2010-10-25 | Simplify and improve atom extension. | David Robillard | 1 | -9/+18 |
2010-10-21 | Use lv2_object prefix instead of lv2_atom_object to make API sanely terse. | David Robillard | 1 | -32/+30 |
2010-10-21 | Use "key" and "value" terminology over "predicate" and "object". | David Robillard | 1 | -5/+5 |
2010-10-21 | Add LV2_OBJECT_FOREACH macro and object "query" (deconstruct/project) API. | David Robillard | 1 | -0/+52 |
2010-10-20 | Remove excessive debugging stuff. | David Robillard | 1 | -7/+0 |
2010-10-20 | Add lv2_atom_is_null and lv2_atom_is_a helper functions. | David Robillard | 1 | -2/+51 |
2010-10-20 | Rename atom:Dict to atom:Object (more appropriate term since keys are restric... | David Robillard | 1 | -18/+18 |
2010-10-19 | Fix alignment restrictions. | David Robillard | 1 | -2/+2 |
2010-10-17 | Make lv2_atom_dict_iter_is_end const. | David Robillard | 1 | -1/+1 |
2010-10-17 | Add atom-helpers.h. | David Robillard | 1 | -0/+109 |