Age | Commit message (Expand) | Author | Files | Lines |
2011-02-17 | Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins. | David Robillard | 1 | -7/+3 |
2011-02-16 | Sord::Resource => Sord::URI. | David Robillard | 1 | -4/+3 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 9 | -27/+15 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 2 | -3/+2 |
2011-02-12 | Update for new SLV2 #include structure. | David Robillard | 1 | -1/+3 |
2011-01-31 | Fix broken loop. | David Robillard | 1 | -1/+1 |
2011-01-10 | Remove shared/engine dependency on sigc++. | David Robillard | 1 | -0/+1 |
2011-01-08 | Fix configuration header define names to not stomp on global namespace. | David Robillard | 1 | -1/+1 |
2011-01-08 | Support "request run" feature from contexts extension. | David Robillard | 1 | -1/+1 |
2010-12-25 | Trim raul/Atom.hpp include tree. | David Robillard | 2 | -2/+0 |
2010-12-17 | Take RDF serialisation language as a parameter (rather than hardcoded "turtle"). | David Robillard | 1 | -1/+1 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -8/+8 |
2010-12-16 | Fix compilation without HAVE_SLV2. | David Robillard | 1 | -2/+2 |
2010-12-15 | Keep soup.h include local, to keep netdb.h include away from glibmm include t... | David Robillard | 4 | -6/+20 |
2010-11-30 | Consistent naming for URI quarks. | David Robillard | 2 | -5/+5 |
2010-11-26 | Update for latest LV2 #include style. | David Robillard | 1 | -3/+3 |
2010-11-26 | Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ... | David Robillard | 1 | -1/+1 |
2010-10-29 | Explicit copy constructor for Ingen::Client::ObjectModel. | David Robillard | 3 | -4/+19 |
2010-10-27 | Update for new Atom extension. | David Robillard | 1 | -1/+1 |
2010-10-17 | Support current versions of LV2 atom, atom-port, and context extensions. | David Robillard | 1 | -1/+2 |
2010-10-06 | Add scheme to LV2 URI-based includes. | David Robillard | 1 | -3/+3 |
2010-10-06 | Use URI-based LV2 header includes. | David Robillard | 1 | -2/+3 |
2010-10-04 | Gracefully handle UIs that try to write to illegal port indices. | David Robillard | 1 | -1/+8 |
2010-09-04 | My name is David. :) | David Robillard | 29 | -29/+29 |
2010-05-04 | LV2Object => LV2Atom. | David Robillard | 1 | -2/+2 |
2010-05-04 | Rename "object" extension "atom" extension. | David Robillard | 1 | -2/+2 |
2010-03-10 | Add #include "ingen-config.h" to files that use config #ifdefs that were miss... | David Robillard | 1 | -0/+1 |
2010-03-06 | Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491). | David Robillard | 1 | -2/+4 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 18 | -103/+131 |
2010-03-04 | Use portable path construction. | David Robillard | 1 | -1/+2 |
2010-03-04 | Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi... | David Robillard | 2 | -2/+2 |
2010-02-28 | Fix internal node path translation kludges for loading .om patches. | David Robillard | 1 | -24/+15 |
2010-02-26 | Remove request_plugins from EngineInterface (and RequestPlugins event from en... | David Robillard | 4 | -17/+0 |
2010-02-26 | Remove request_all_objects from EngineInterface (and RequestAllObjects event ... | David Robillard | 4 | -20/+0 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 3 | -10/+21 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 3 | -27/+26 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 4 | -5/+2 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 3 | -26/+23 |
2010-02-17 | Fix liblo varargs argument termination. | David Robillard | 1 | -1/+1 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 10 | -68/+0 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 10 | -56/+95 |
2010-02-04 | Tidy up DeprecatedLoader, fix predicates. | David Robillard | 2 | -13/+4 |
2010-02-04 | Fix crash on port rename (fix ticket #478). | David Robillard | 1 | -1/+1 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 3 | -14/+14 |
2010-02-03 | Fix connecting via HTTP (partially, GUI shows up at least...). | David Robillard | 1 | -4/+1 |
2010-02-03 | Properly detect lv2:portProperty. | David Robillard | 2 | -6/+6 |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 1 | -2/+1 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 16 | -85/+77 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 12 | -57/+82 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 13 | -64/+13 |