Age | Commit message (Expand) | Author | Files | Lines |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -2/+0 |
2012-11-17 | Don't complain about ingen:activity property for unknown object since it's tr... | David Robillard | 1 | -2/+3 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -8/+8 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -33/+33 |
2012-08-18 | Node => Block | David Robillard | 1 | -8/+8 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -43/+37 |
2012-08-16 | Don't save the transient ingen:activity property in the model or on disk. | David Robillard | 1 | -1/+7 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 1 | -73/+24 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -10/+11 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -27/+24 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -4/+1 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 1 | -2/+2 |
2012-05-12 | Get copy and paste working again. | David Robillard | 1 | -2/+4 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 1 | -6/+6 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -13/+13 |
2012-05-10 | Fix compilation on Mac OS X. | David Robillard | 1 | -2/+2 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -70/+67 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -5/+2 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 1 | -1/+1 |
2012-04-28 | Remove use of std::cerr. | David Robillard | 1 | -2/+2 |
2012-04-28 | Tidy. | David Robillard | 1 | -16/+29 |
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 |