aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-30Use neutral colours for header and footer.David Robillard1-2/+2
2012-09-16Replace LV2_Morph_Interface with more general LV2_Options_Interface.David Robillard5-128/+149
2012-09-09Clean up morph extension.David Robillard2-13/+15
2012-09-09Use stricter datatype definitions conformant with the XSD and OWL specificati...David Robillard3-68/+224
2012-09-09Add midi:HexByte datatype for status bytes and masks.David Robillard2-5/+15
2012-09-09Split DOAP data from ontology.David Robillard2-6/+23
2012-09-08Remove asserts from event-helper.h.David Robillard2-3/+8
2012-09-06Generate top-level NEWS file in distribution with changes from all specs.David Robillard2-5/+22
2012-09-06Add missing release dates.David Robillard2-0/+2
2012-09-06Fix incorrect file-release URI.David Robillard1-1/+1
2012-09-06Make documentation suitable for local installation.David Robillard7-27/+73
2012-09-06Add links to utility headers.David Robillard1-0/+2
2012-09-05Make documentation style more consistent with Doxygen style.David Robillard1-5/+5
2012-09-03Use relative links between extensions so local documentation links work.David Robillard10-56/+50
2012-09-02Fix link regexp.David Robillard1-1/+1
2012-08-31Fix crash on save when no sample is loaded.David Robillard1-3/+6
2012-08-31Fix typo in documentation.David Robillard1-2/+2
2012-08-29Remove atom dependency from options extension.David Robillard1-3/+4
2012-08-29Fix documentation reference to nonexistent function.David Robillard1-1/+1
2012-08-29Remove old buf-size API.David Robillard2-104/+14
2012-08-29Add bufsz:sequenceSize.David Robillard3-1/+14
2012-08-29Add bufsz:maxBlockLength and bufsz:minBlockLength properties.David Robillard2-0/+27
2012-08-29Add Option class.David Robillard2-0/+15
2012-08-29Add missing include.David Robillard1-0/+1
2012-08-21Add missing URI defines.David Robillard1-1/+3
2012-08-21Link against libm (fix ticket #5).David Robillard1-1/+3
2012-08-21Remove unnecessary check for C++ compiler (fix ticket #4).David Robillard1-3/+1
2012-08-21Add options extension.David Robillard5-0/+151
2012-08-21Add param:sampleRate and parameters.h of URI defines for convenience.David Robillard3-0/+58
2012-08-16Add missing LV2_SYMBOL_EXPORT declaration for lv2ui_descriptor prototype.David Robillard2-0/+3
2012-08-16Associate plugins with a project rather than put doap:Project metadata on plu...David Robillard4-17/+13
2012-08-16Fix invalid syntax.David Robillard1-1/+2
2012-08-14midi: Remove non-standard midi:Tick message type.David Robillard6-15/+174
2012-08-11Improve const correctness.David Robillard3-25/+24
2012-08-10Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.David Robillard3-1/+14
2012-08-09Add defines for new URIs.David Robillard1-0/+2
2012-08-09Add midi:binding and midi:channel.David Robillard2-2/+29
2012-08-09Wrap rdfs:comment documentation in <p> tags to match the layour of lv2:docume...David Robillard1-1/+1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard3-11/+11
2012-08-09Fix missing static declarations (-Wstrict-prototypes).David Robillard3-3/+3
2012-08-08Move MSVC C99 gunk into autowaf.David Robillard5-19/+4
2012-08-08Tidy up wscript files.David Robillard4-45/+44
2012-08-08Make LV2_Buf_Size_Access::get_buf_size take a time parameter and thus actuall...David Robillard4-13/+18
2012-08-06Make LV2DIR=LIBDIR/lv2 by default.David Robillard1-0/+0
2012-08-06Copy headers when COPY_HEADERS is set and link otherwise (not the other way a...David Robillard1-2/+2
2012-08-06Normalise LV2_PATH in all cases.David Robillard1-0/+0
2012-08-06Use forward slash in default LV2_PATH.David Robillard1-0/+0
2012-08-06Further attempt at Windows path fix.David Robillard1-0/+0
2012-08-06Use forward slash in Windows paths rather than backslash escaping.David Robillard1-0/+0
2012-08-06Actually working version of previous commit...David Robillard1-3/+5