Age | Commit message (Expand) | Author | Files | Lines |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-03-15 | Fix renaming. | David Robillard | 1 | -0/+1 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -1/+0 |
2013-06-09 | Support removing properties from the properties dialog. | David Robillard | 1 | -0/+6 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -4/+4 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -2/+2 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -4/+3 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -4/+4 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 1 | -1/+0 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -1/+1 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -1/+1 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -1/+1 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+2 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 1 | -3/+3 |
2012-07-29 | Remove unused ObjectModel::_meta. | David Robillard | 1 | -2/+0 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -6/+3 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
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 | -1/+1 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -2/+3 |
2012-03-11 | Fix UI response to property changes like port value (fix #779). | David Robillard | 1 | -14/+2 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
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 | -0/+6 |
2011-09-24 | Only store patch canvas coordinates in containing patch. | David Robillard | 1 | -2/+3 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 1 | -2/+2 |
2011-09-23 | Don't prompt for save location when path is already known from previous save ... | David Robillard | 1 | -2/+3 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 1 | -2/+4 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -1/+1 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -4/+4 |
2011-05-12 | Remove dead code. | David Robillard | 1 | -6/+0 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -12/+0 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -1/+1 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -11/+7 |
2010-10-29 | Explicit copy constructor for Ingen::Client::ObjectModel. | David Robillard | 1 | -0/+10 |
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 | -4/+4 |
2010-03-04 | Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi... | David Robillard | 1 | -1/+1 |
2010-02-04 | Fix crash on port rename (fix ticket #478). | David Robillard | 1 | -1/+1 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -3/+1 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -3/+8 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -1/+0 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 1 | -1/+1 |
2009-12-30 | Fix renaming (fix ticket #458). | David Robillard | 1 | -1/+18 |
2009-10-31 | Fire signals on add_property as well as set_property (fix ticket #389). | David Robillard | 1 | -0/+8 |
2009-10-19 | Move pointlessley inlined virtual methods to implementation file. | David Robillard | 1 | -0/+16 |