Age | Commit message (Expand) | Author | Files | Lines |
2011-04-19 | Partially fix HTTP. | David Robillard | 1 | -3/+15 |
2011-04-19 | Remove EngineInterface::quit(). | David Robillard | 1 | -8/+1 |
2011-04-19 | Remove EngineInterface::activate() and EngineInterface::deactivate(). | David Robillard | 1 | -10/+0 |
2011-04-19 | Replace load_plugins API with a GET of ingen:plugins. | David Robillard | 1 | -6/+0 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -4/+6 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -25/+0 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -1/+2 |
2011-02-16 | Sord::Resource => Sord::URI. | David Robillard | 1 | -4/+3 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -4/+4 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 1 | -1/+1 |
2010-12-17 | Take RDF serialisation language as a parameter (rather than hardcoded "turtle"). | David Robillard | 1 | -1/+1 |
2010-12-15 | Keep soup.h include local, to keep netdb.h include away from glibmm include t... | David Robillard | 1 | -1/+3 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -2/+2 |
2010-02-26 | Remove request_plugins from EngineInterface (and RequestPlugins event from en... | David Robillard | 1 | -8/+0 |
2010-02-26 | Remove request_all_objects from EngineInterface (and RequestAllObjects event ... | David Robillard | 1 | -10/+0 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 1 | -8/+0 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 1 | -6/+9 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -1/+1 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 1 | -7/+0 |
2010-01-29 | Magic MIDI binding via special ingen_control port. | David Robillard | 1 | -1/+1 |
2010-01-07 | Better log output. | David Robillard | 1 | -3/+7 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -3/+2 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 1 | -6/+0 |
2009-05-29 | HTTP move and set_property client->engine support. | David Robillard | 1 | -0/+8 |
2009-05-29 | Fix reconnecting to engine via various protocols (inferred from user URI) in ... | David Robillard | 1 | -12/+16 |
2009-05-29 | DELETE via HTTP. | David Robillard | 1 | -2/+6 |
2009-05-29 | Node creation via HTTP. | David Robillard | 1 | -4/+30 |
2009-05-28 | Rename 'request_object' 'get'. | David Robillard | 1 | -1/+1 |
2009-05-28 | Remove vestigial request_variable interface. | David Robillard | 1 | -6/+0 |
2009-05-28 | Merge request_object and request_plugin. | David Robillard | 1 | -7/+1 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -10/+2 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 1 | -3/+3 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 1 | -30/+2 |
2009-05-13 | Remove old/unused DSSI program API. | David Robillard | 1 | -8/+0 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -6/+6 |
2009-05-13 | Use new query system to get LADSPA plugin names from the engine. | David Robillard | 1 | -2/+2 |
2009-05-13 | Generic simple query system for both objects and plugins. | David Robillard | 1 | -2/+2 |
2009-05-13 | Remove special request_port_value, just use request_variable with predicate i... | David Robillard | 1 | -6/+0 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -42/+44 |
2009-05-12 | Remove deprecated new_node interface in favour of URI hackery. | David Robillard | 1 | -13/+0 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 1 | -1/+1 |
2008-11-16 | Hide subpatch module ports on destruction (fix ticket #254). | David Robillard | 1 | -0/+7 |
2008-11-16 | More HTTP. | David Robillard | 1 | -0/+7 |
2008-11-10 | Turn off OSC debug dumping in engine. | David Robillard | 1 | -1/+1 |
2008-11-09 | Move patch to /patch via HTTP to give a place for RESTful access to other thi... | David Robillard | 1 | -25/+19 |
2008-09-30 | Flatten ingen source directory heirarchy a bit. | David Robillard | 1 | -0/+285 |