Age | Commit message (Expand) | Author | Files | Lines |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 1 | -37/+37 |
2012-04-23 | Fix possible dereference of end iterator. | David Robillard | 1 | -2/+3 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -7/+8 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -1/+1 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -6/+6 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -10/+0 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -1/+1 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -16/+11 |
2011-09-23 | Disable harmless error message about activity notification for nonexistent ports | David Robillard | 1 | -3/+2 |
2011-09-23 | Animate audio port colours based on levels. | David Robillard | 1 | -2/+2 |
2011-09-17 | Fix "Disconnect" in port context menu (i.e. disconnect_all for ports). | David Robillard | 1 | -2/+7 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 1 | -0/+4 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -9/+8 |
2011-05-24 | Tidy up headers. | David Robillard | 1 | -0/+1 |
2011-05-13 | Make ClientStore::plugin and ClientStore::resource const-correct. | David Robillard | 1 | -7/+19 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -17/+23 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -11/+11 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -1/+1 |
2011-04-20 | Make disconnect take URI parameters (for wildcare URI towards killing disconn... | David Robillard | 1 | -2/+10 |
2011-04-20 | Move disconnect_all to CommonInterface and implement in clients. | David Robillard | 1 | -0/+24 |
2011-04-19 | Remove EngineInterface::quit(). | David Robillard | 1 | -1/+5 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -8/+8 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-02-19 | Tidy. | David Robillard | 1 | -78/+70 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -36/+26 |
2011-02-18 | Tidy. | David Robillard | 1 | -8/+12 |
2011-02-18 | Trim more cruft. | David Robillard | 1 | -5/+8 |
2011-02-18 | Trim more cruft. | David Robillard | 1 | -12/+9 |
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 | -13/+13 |
2010-03-04 | Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi... | David Robillard | 1 | -1/+1 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -1/+1 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 1 | -8/+11 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 1 | -12/+0 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 1 | -0/+23 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -18/+17 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -3/+8 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 1 | -12/+0 |
2010-01-29 | Send binding information to client. | David Robillard | 1 | -0/+9 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -35/+30 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 1 | -29/+0 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 1 | -13/+16 |
2009-12-30 | Turn off debugging. | David Robillard | 1 | -2/+2 |
2009-12-30 | Fix renaming (fix ticket #458). | David Robillard | 1 | -4/+4 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 1 | -2/+2 |
2009-11-04 | Remove orphan cruft. | David Robillard | 1 | -20/+2 |
2009-10-19 | Fix spelling. | David Robillard | 1 | -8/+8 |
2009-06-04 | Don't treat non-plugin metadata as plugin data. | David Robillard | 1 | -3/+11 |