aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-scope.lv2/examploscope_ui.c
AgeCommit message (Collapse)AuthorFilesLines
2022-09-08Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-05-26Avoid "else" after "return"David Robillard1-1/+3
2020-12-26Format all code with clang-formatDavid Robillard1-482/+472
2020-12-26Add clang-format suppression commentsDavid Robillard1-0/+6
2020-12-16Add assertions for atom buffer sizesDavid Robillard1-0/+8
This avoids warnings about potential null pointer dereferences, which is true, but in this case the buffer are static so it's really a programming error if there is ever an overrun.
2020-12-16Fix implicit and narrowing conversionsDavid Robillard1-2/+2
2020-12-16Isolate variable declarations and initialize all variablesDavid Robillard1-5/+4
2020-12-16Simplify degenerate switchesDavid Robillard1-6/+1
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard1-14/+14
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit.
2018-09-23Clean up includesDavid Robillard1-0/+14
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-1/+1
2015-10-24Support all Object types in plugin protocolsDavid Robillard1-1/+1
2015-10-24eg-scope: Don't feed back UI state updatesDavid Robillard1-3/+10
2015-02-20Clean up whitespace.David Robillard1-6/+6
2014-08-06Order book chapters in build script rather than by bundle name.David Robillard1-0/+655