Age | Commit message (Expand) | Author | Files | Lines |
2011-04-29 | Tidy. | David Robillard | 4 | -179/+125 |
2011-04-29 | value.c => node.c | David Robillard | 1 | -0/+0 |
2011-04-29 | Tidy. | David Robillard | 2 | -13/+17 |
2011-04-29 | Rename command line utilities to avoid clashing with slv2. | David Robillard | 9 | -21/+23 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 11 | -404/+396 |
2011-04-29 | Remove LilvNode and LilvMatches typedefs for Sord stuff. | David Robillard | 7 | -131/+128 |
2011-04-29 | Move querying functions up to world level. | David Robillard | 5 | -92/+93 |
2011-04-29 | Rename files to match type names. | David Robillard | 2 | -0/+0 |
2011-04-29 | More GCC-like error and warning messages. | David Robillard | 1 | -5/+8 |
2011-04-29 | Fix value construction. | David Robillard | 1 | -9/+9 |
2011-04-29 | Tidy. | David Robillard | 1 | -8/+7 |
2011-04-29 | Remove half-assed qname API. | David Robillard | 5 | -123/+60 |
2011-04-29 | Remove unused value type enumeration value. | David Robillard | 2 | -5/+0 |
2011-04-29 | Terser names for value constructors. | David Robillard | 4 | -19/+19 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 12 | -552/+527 |
2011-04-28 | Rename slv2 to lilv. | David Robillard | 13 | -1507/+1460 |
2011-04-28 | Tidy (rearrange prototypes in sane order). | David Robillard | 1 | -1/+0 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 6 | -21/+48 |
2011-04-28 | Update for new Sord API. | David Robillard | 3 | -38/+38 |
2011-04-28 | Compile with older versions of glib. | David Robillard | 1 | -2/+2 |
2011-04-28 | Update for new Sord API. | David Robillard | 3 | -16/+16 |
2011-04-27 | Fix memory leaks. | David Robillard | 5 | -68/+85 |
2011-04-27 | Update for new Serd API. | David Robillard | 1 | -2/+2 |
2011-04-23 | Improve node struct alignment | David Robillard | 1 | -2/+3 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 12 | -240/+138 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 4 | -283/+18 |
2011-04-22 | Don't print warning when directory in LV2_PATH is nonexistent. | David Robillard | 1 | -2/+0 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 8 | -26/+13 |
2011-03-29 | Tidy expand(). | David Robillard | 1 | -3/+1 |
2011-03-28 | Implement variable expansion on Windows and use standard LV2_PATH | David Robillard | 1 | -0/+4 |
2011-03-28 | Fix LV2_PATH parsing. | David Robillard | 1 | -9/+8 |
2011-03-28 | Fix Windows build | David Robillard | 6 | -28/+83 |
2011-03-17 | Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest. | David Robillard | 3 | -38/+60 |
2011-03-15 | Fix dynamic manifest error handling. | David Robillard | 1 | -5/+13 |
2011-03-11 | Leaner slv2_plugin_is_replaced implementation. | David Robillard | 1 | -17/+6 |
2011-03-11 | Add slv2_plugin_is_replaced to allow hosts to hide old plugins. | David Robillard | 3 | -1/+45 |
2011-03-10 | Hide as many collection details as possible while keeping generic iterator / ... | David Robillard | 2 | -0/+101 |
2011-03-09 | Add a deprecated stub for slv2_plugins_free for backwards source compatibility. | David Robillard | 2 | -20/+1 |
2011-03-09 | New collections and iterator API. | David Robillard | 8 | -169/+150 |
2011-03-08 | Fix UI host API. | David Robillard | 2 | -8/+5 |
2011-03-08 | Use the same data structure for all collections (fix ticket #650). | David Robillard | 3 | -58/+28 |
2011-03-07 | Fix memory leaks. | David Robillard | 4 | -41/+36 |
2011-03-07 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2011-03-07 | Tidy. | David Robillard | 1 | -10/+1 |
2011-03-07 | Suppose xsd:double numeric literals. | David Robillard | 3 | -1/+5 |
2011-03-06 | Add a UI host descriptor to allow for a graceful transition to a more powerfu... | David Robillard | 2 | -6/+43 |
2011-03-06 | Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event... | David Robillard | 13 | -222/+312 |
2011-03-05 | Warn when plugin lv2:binary is missing. | David Robillard | 1 | -0/+4 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 4 | -96/+197 |