aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
AgeCommit message (Expand)AuthorFilesLines
2022-05-09Deprecate ui:resizeDavid Robillard1-1/+2
2022-05-09Fix incorrect spelling and test for regression with codespellDavid Robillard14-16/+16
2021-03-15Simplify rdfs:label restrictionsDavid Robillard1-2/+2
2021-03-15Remove old link to SVN repositoryDavid Robillard1-4/+0
2021-03-15Make the type of patch:wildcard more preciseDavid Robillard1-1/+1
2021-03-15Fix type and range of patch:valueDavid Robillard1-3/+1
2021-03-15Add owl:imports to ontologiesDavid Robillard15-16/+36
2021-03-10Fix warnings with VS2019David Robillard1-1/+1
2021-02-22Fix typos in docstringsReuben Thomas7-11/+11
2021-02-13Add missing LV2_CORE__enabled defineAlexandros Theodotou1-0/+1
2021-01-07LV2 1.18.2v1.18.2David Robillard3-5/+10
2021-01-02Use email address instead of website for attributionDavid Robillard30-32/+30
2020-12-26Format all code with clang-formatDavid Robillard33-2488/+2443
2020-12-26Make include guards surround all header contentsDavid Robillard27-140/+140
2020-12-26Add clang-format suppression commentsDavid Robillard25-0/+99
2020-12-18eg-sampler: Save and restore gain parameter valueFilipe Coelho1-0/+9
2020-12-16Clean up includesDavid Robillard5-4/+4
2020-12-16Remove unread variableDavid Robillard1-8/+6
2020-11-17Clean up Doxygen indexDavid Robillard24-41/+72
2020-10-16Fix HTML character entities in documentationDavid Robillard9-36/+34
2020-09-27Don't use else after returnDavid Robillard1-3/+5
2020-09-27Fix leaked va_listsDavid Robillard2-0/+8
2020-09-27Clean up includesDavid Robillard2-2/+2
2020-09-13Fix reference to the wrong function in documentationDavid Robillard1-1/+1
2020-09-12Fix typo in documentationDavid Robillard1-1/+1
2020-09-11Fix a mistake in the doc commentsJean Pierre Cimalando1-1/+1
2020-07-25Add missing define for bufsz:coarseBlockLengthAtsushi Eno1-0/+1
2020-07-16Modernize compiler checks in attributes.hDavid Robillard1-3/+3
2020-07-16Fix unused variable warning in release buildsDavid Robillard1-0/+4
2020-07-15Fix incorrect printf format specifiersDavid Robillard2-9/+12
2020-07-15Add missing static specifiersDavid Robillard1-2/+2
2020-06-19Fix state:StateChanged URI in metadata and documentationDavid Robillard3-4/+12
2020-04-26Fix version of core specificationDavid Robillard1-1/+1
2020-04-26LV2 1.18.0David Robillard11-18/+26
2020-04-10Shorten data-access descriptionDavid Robillard1-1/+1
2020-04-10Fix reference to non-existent C typeDavid Robillard1-1/+1
2020-04-10Remove most uses of "e.g." in documentationDavid Robillard16-63/+68
2020-04-10Remove incorrect type of pg:letterCodeDavid Robillard2-2/+3
2020-04-10Fix incorrect type of patch:sequenceNumberDavid Robillard3-2/+11
2020-04-10Add more specific property typesDavid Robillard8-24/+49
2020-04-10Remove redundant lv2:Specification type propertiesDavid Robillard24-46/+30
2020-04-10Move documentation to metadata files and convert it to MarkdownDavid Robillard49-2741/+4253
2020-03-28Add lv2:Markdown datatypeDavid Robillard3-1/+22
2020-03-28Rename spec metadata files to name.meta.ttlDavid Robillard48-24/+24
2020-03-28Add missing namespace prefix in example snippetDavid Robillard1-0/+1
2020-03-28Add missing labels and a test to prevent this in the futureDavid Robillard5-3/+15
2020-03-28Remove redundant seeAlso linksDavid Robillard1-2/+0
2020-03-28Fix invalid Turtle in MIDI vocabulary exampleDavid Robillard1-1/+1
2020-03-17Add missing rdfs:label for time:beatUnitHanspeter Portner1-0/+1
2020-03-17Add UI scale factor and color propertiesRobin Gareus3-0/+52