Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | Bump version. | David Robillard | 2 | -3/+3 | |
2011-03-29 | Remove subject parameter. | David Robillard | 2 | -10/+2 | |
2011-03-29 | Update documentation. | David Robillard | 1 | -8/+16 | |
2011-03-29 | Bump version. | David Robillard | 3 | -7/+7 | |
2011-03-29 | Fix rampant broken xsd prefixes. | David Robillard | 9 | -9/+9 | |
2011-03-29 | Tidy. | David Robillard | 2 | -47/+43 | |
2011-03-29 | Use separate POD and portable flags instead of boolean pod. | David Robillard | 1 | -34/+63 | |
Add subject to property store/retrieve functions. | |||||
2011-03-28 | Update persist extension. | David Robillard | 3 | -57/+102 | |
2011-03-28 | Added pui:floatPeakRMS | Lars Luthman | 2 | -1/+80 | |
2011-03-28 | Moved ui -> pui | Lars Luthman | 9 | -126/+122 | |
2011-03-26 | Workaround for ui.h collision | Lars Luthman | 1 | -3/+5 | |
2011-03-26 | Removed the specialness of ui:floatControl | Lars Luthman | 1 | -6/+5 | |
2011-03-26 | Remove old header. | David Robillard | 2 | -304/+1 | |
2011-03-26 | Use UNIX line ends. | David Robillard | 1 | -313/+313 | |
2011-03-26 | Clean up documentation. | David Robillard | 2 | -242/+246 | |
2011-03-26 | Tidy. | David Robillard | 5 | -47/+348 | |
Fix UI rule about reference events (former would cause memory leaks). | |||||
2011-03-26 | Made UI headers follow the standard naming scheme | Lars Luthman | 3 | -0/+0 | |
2011-03-26 | Oops. Change UI bundle suffix from .ttl to .lv2 | Lars Luthman | 9 | -0/+0 | |
2011-03-26 | Added ui-event bundle | Lars Luthman | 3 | -0/+129 | |
2011-03-26 | Added ui-gtk bundle | Lars Luthman | 3 | -0/+127 | |
2011-03-26 | Added ui bundle | Lars Luthman | 3 | -0/+503 | |
2011-03-26 | Fix whitespace. | David Robillard | 1 | -26/+26 | |
2011-03-26 | Use standard style (no functional changes). | David Robillard | 1 | -143/+168 | |
2011-03-26 | Update version and dates. | David Robillard | 2 | -4/+4 | |
2011-03-26 | Clarify intended dynamic purpose of extension. | David Robillard | 1 | -65/+72 | |
Clarify that extensions SHOULD NOT define a context unless it is absolutely necessary. Use standard code style. | |||||
2011-03-25 | Tidy (no functional changes). | David Robillard | 1 | -12/+12 | |
2011-03-25 | Use standard style (no functional changes). | David Robillard | 2 | -146/+156 | |
2011-03-19 | lv2:Template => lv2:PluginBase. | David Robillard | 1 | -1/+1 | |
2011-03-17 | Improve documentation. | David Robillard | 1 | -37/+35 | |
2011-03-14 | Fix invalid atom-helpers.h doxygen documentation. | David Robillard | 1 | -0/+1 | |
2011-03-10 | Update comments to standard style (no actual changes). | David Robillard | 1 | -199/+222 | |
2011-03-10 | Fix incorrect event extension URI. | David Robillard | 1 | -1/+1 | |
2011-03-05 | Numeric minor/micro versions instead of version strings. | David Robillard | 7 | -7/+14 | |
2011-03-03 | Add revisions to specification manifests. | David Robillard | 7 | -0/+7 | |
2011-03-01 | Fix incomplete Turtle fragment in example. | David Robillard | 1 | -1/+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 | |
2011-01-07 | Update contexts extension. | David Robillard | 2 | -25/+36 | |
2010-12-23 | Compilation fixes. | David Robillard | 2 | -4/+4 | |
2010-11-26 | Include <stddef.h> for size_t definition. | David Robillard | 1 | -1/+2 | |
2010-11-26 | Remove scheme from LV2 #include directives. | David Robillard | 4 | -4/+4 | |
Check the given header directory is named 'lv2' (to conform to #include standard). | |||||
2010-11-26 | Mark up documentation with lv2:documentation as per discussion on lv2-dev. | David Robillard | 17 | -224/+220 | |
Use unified lv2plug.in style for ontology documentation. | |||||
2010-10-29 | Remove OSC buffer junk. | David Robillard | 2 | -82/+2 | |
2010-10-27 | Remove crusty extension .pc.in files. | David Robillard | 2 | -20/+0 | |
2010-10-27 | Add atom:BlankID atom type (for references to local anonymous objects). | David Robillard | 2 | -9/+17 | |
Simplify object iteration API. | |||||
2010-10-25 | LV2_Atom_Object => LV2_Object (consistently). | David Robillard | 2 | -5/+5 | |
Fix string body of LV2_Atom_String. | |||||
2010-10-25 | Simplify and improve atom extension. | David Robillard | 6 | -406/+403 | |
Merge atom-port extension into atom extension. Link to code documentation from atom HTML documentation. | |||||
2010-10-25 | Fix Doxygen syntax errors. | David Robillard | 1 | -3/+3 | |
2010-10-21 | Use lv2_object prefix instead of lv2_atom_object to make API sanely terse. | David Robillard | 1 | -32/+30 | |
Breaks the conventions/rules, but far more friendly... (and making a separate "object" extension would clearly be a bad and confusing idea anyway). | |||||
2010-10-21 | Use "key" and "value" terminology over "predicate" and "object". | David Robillard | 3 | -11/+11 | |