Age | Commit message (Expand) | Author | Files | Lines |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 2 | -6/+6 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -1/+1 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -1/+0 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 3 | -21/+12 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 1 | -1/+1 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -2/+2 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 3 | -0/+48 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -1/+1 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -2/+1 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 2 | -4/+4 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 1 | -2/+1 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-05-13 | Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except... | David Robillard | 1 | -2/+2 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -1/+1 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 2 | -2/+2 |
2011-04-19 | Remove EngineInterface::quit(). | David Robillard | 1 | -1/+1 |
2011-04-19 | Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway). | David Robillard | 1 | -2/+0 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 2 | -4/+4 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 3 | -9/+9 |
2011-02-17 | Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins. | David Robillard | 1 | -7/+3 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -2/+2 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 1 | -1/+0 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 2 | -7/+1 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 1 | -1/+0 |
2010-01-29 | Send binding information to client. | David Robillard | 1 | -0/+1 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -17/+16 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 1 | -1/+0 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 1 | -16/+21 |
2009-06-03 | Update bindings. | David Robillard | 4 | -68/+26 |
2009-06-03 | Update SWIG file. | David Robillard | 1 | -6/+5 |
2009-05-28 | Replace new_plugin with put. | David Robillard | 1 | -4/+0 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 1 | -2/+2 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 1 | -2/+2 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 2 | -14/+4 |
2009-05-13 | Remove old/unused DSSI program API. | David Robillard | 1 | -9/+0 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -19/+19 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 1 | -3/+3 |
2009-05-11 | Don't cause slv2 to load plugin data until a plugin is loaded or menu request... | David Robillard | 1 | -2/+1 |
2008-11-10 | Turn off OSC debug dumping in engine. | David Robillard | 1 | -1/+1 |
2008-10-03 | Good riddance. | David Robillard | 1 | -37/+0 |
2008-09-28 | Merge weird split set_port_value / set_port_value_immediately API (whether a ... | David Robillard | 1 | -5/+5 |
2008-08-20 | Fix building without libsoup. Again. | David Robillard | 1 | -4/+2 |
2008-08-19 | Factor out destroy (and object_destroyed) to common interface. | David Robillard | 1 | -2/+0 |
2008-08-19 | Remove more API/code: num_plugins (unused legacy of the really crap OSC days). | David Robillard | 1 | -2/+0 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 1 | -6/+0 |
2008-08-17 | There! | David Robillard | 1 | -4/+0 |
2008-08-17 | Cloooser... | David Robillard | 1 | -2/+10 |
2008-08-16 | Closer... | David Robillard | 1 | -3/+3 |