Age | Commit message (Expand) | Author | Files | Lines |
2008-01-09 | SLV2 0.4.2. | David Robillard | 1 | -1/+1 |
2008-01-08 | Remove plugin discovery print statements. | David Robillard | 1 | -3/+3 |
2007-12-19 | Update LV2 GUI URI. | David Robillard | 1 | -1/+1 |
2007-12-17 | Work around the need for ORDER BY, taking a performance hit :/ | David Robillard | 1 | -3/+31 |
2007-12-15 | Updated LV2 GUI extension. | David Robillard | 1 | -6/+0 |
2007-12-01 | Remove useless inmaintained ChangeLog/NEWS files. | David Robillard | 1 | -2/+2 |
2007-11-29 | Fix instantiate parameters to match lv2.h | David Robillard | 1 | -11/+11 |
2007-11-15 | Add Debian packaging stuff. | David Robillard | 1 | -1/+1 |
2007-11-13 | Release preparation: | David Robillard | 1 | -48/+0 |
2007-11-05 | Fix library versioning. | David Robillard | 1 | -0/+1 |
2007-10-04 | Stripped some old useless #if 0'd out code. | David Robillard | 2 | -206/+2 |
2007-10-04 | Fix librdf warnings. | David Robillard | 7 | -20/+28 |
2007-10-03 | Look for user-installed plugins in ~/.lv2/bundles | David Robillard | 1 | -1/+1 |
2007-10-03 | Fix Plugin class related bugs. | David Robillard | 7 | -34/+34 |
2007-10-03 | Fix latency for updated LV2 spec. | David Robillard | 1 | -6/+6 |
2007-10-03 | Updated LV2 spec. | David Robillard | 4 | -48/+26 |
2007-09-30 | Be more tolerant of NULL collections (appear as if they're empty instead of d... | David Robillard | 4 | -7/+10 |
2007-09-26 | Fixed return type of UI accessor. | David Robillard | 1 | -1/+1 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 5 | -55/+47 |
2007-09-23 | Fix LV2 UI stuff. | David Robillard | 4 | -15/+219 |
2007-09-23 | Support for plugin UIs in separate bundles. | David Robillard | 6 | -42/+74 |
2007-09-22 | pluginguiinstance -> pluginuiinstance | David Robillard | 2 | -1/+1 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 4 | -62/+62 |
2007-09-22 | Updates LV2 and LV2 UI specs. | David Robillard | 2 | -12/+18 |
2007-09-20 | Remove lock stuff I hereby deem not SLV2's problem. | David Robillard | 2 | -78/+0 |
2007-08-08 | Update ingen for SLV2 changes. | David Robillard | 1 | -9/+9 |
2007-08-07 | Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL... | David Robillard | 1 | -4/+4 |
2007-08-07 | SLV2 0.1.0... maybe. | David Robillard | 1 | -12/+16 |
2007-08-03 | Updated LV2 revision number. | David Robillard | 2 | -5/+108 |
2007-07-31 | Added experimental Python bindings via swig. | David Robillard | 1 | -1/+1 |
2007-07-30 | Fix SLV2 config.h path stuff. | David Robillard | 1 | -1/+2 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 2 | -5/+5 |
2007-07-26 | Fix possible missed plugin search when list size == 1. | David Robillard | 1 | -3/+0 |
2007-07-25 | Don't call librdf_free_world if world was passed by called using slv2_world_n... | David Robillard | 2 | -1/+10 |
2007-07-25 | Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that u... | David Robillard | 2 | -1/+74 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 1 | -1/+1 |
2007-07-24 | Match LV2 specification instantiate prototype. | David Robillard | 1 | -1/+1 |
2007-07-23 | Updated LV2 spec. | David Robillard | 5 | -18/+18 |
2007-07-23 | Broke API to separate input/output from type (less code repetition and SLV2 i... | David Robillard | 3 | -35/+78 |
2007-07-04 | Fixed mismatched function declaration/definition names. | David Robillard | 1 | -3/+3 |
2007-07-03 | Fail gracefully if redland is deeply screwed. | David Robillard | 1 | -2/+25 |
2007-07-03 | Fail gracefully when a plugin can't be instantiated (instead of crashing on a... | David Robillard | 1 | -11/+15 |
2007-07-03 | Fix binary search bug which never found an element in lists of size 1, result... | David Robillard | 1 | -3/+0 |
2007-07-03 | Back out last commit (ignored all plugins w/o doap:name in manifest.ttl, avoi... | David Robillard | 1 | -3/+1 |
2007-07-03 | Ignore illegal plugins w/o a doap:name property. | David Robillard | 1 | -1/+3 |
2007-07-01 | Removed redundant GUI loading stub (I'm an idiot). | David Robillard | 3 | -39/+38 |
2007-07-01 | Fix a couple memory leaks/errors. | David Robillard | 4 | -25/+68 |
2007-06-30 | Aaaalright then, made it not static and put the code in the library. Stupid ... | David Robillard | 1 | -0/+9 |
2007-06-30 | Reworked GUI access in a safer way, anticipating various GUI specs (w/o break... | David Robillard | 4 | -12/+53 |
2007-06-30 | Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep... | David Robillard | 4 | -0/+217 |