Age | Commit message (Expand) | Author | Files | Lines |
2010-12-25 | Trim raul/Atom.hpp include tree. | David Robillard | 1 | -1/+0 |
2010-12-17 | Take RDF serialisation language as a parameter (rather than hardcoded "turtle"). | David Robillard | 1 | -2/+2 |
2010-12-17 | Simplify blank node ID stuff (and remove circular dependency of World and Node). | David Robillard | 1 | -1/+1 |
2010-12-17 | Use an actual wrapper for query results (instead of building a Bindings and r... | David Robillard | 1 | -66/+63 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -8/+8 |
2010-11-26 | Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ... | David Robillard | 1 | -1/+1 |
2010-09-04 | My name is David. :) | David Robillard | 6 | -6/+6 |
2010-03-10 | Remove unused USE_BLANK_NODES stuff. | David Robillard | 1 | -5/+0 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 4 | -82/+142 |
2010-03-05 | Add missing file. | David Robillard | 1 | -0/+24 |
2010-03-05 | Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ... | David Robillard | 2 | -6/+9 |
2010-03-04 | Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta... | David Robillard | 1 | -2/+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 | Work on contexts and polymorphic ports. | David Robillard | 1 | -5/+9 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -1/+1 |
2010-02-21 | Remove accidental absolute include (fix ticket #484). | David Robillard | 1 | -3/+0 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 1 | -0/+3 |
2010-02-14 | Ssshh. | David Robillard | 1 | -1/+0 |
2010-02-14 | Fix loading of subpatches. | David Robillard | 1 | -46/+27 |
2010-02-14 | Preserve patch port indices across saves. | David Robillard | 1 | -0/+35 |
2010-02-13 | Fix node creation via HTTP (port parsing from string). | David Robillard | 1 | -1/+1 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 2 | -2/+6 |
2010-02-10 | Don't double-serialise port values. | David Robillard | 1 | -4/+0 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -7/+7 |
2010-02-04 | Use full URIs where necessary (fix lost properties bugs). | David Robillard | 1 | -4/+4 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 3 | -42/+51 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 3 | -15/+17 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 1 | -1/+1 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 2 | -6/+6 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 2 | -13/+20 |
2010-01-28 | Don't load ingen:node and lv2:port as properties (so they don't show up in pr... | David Robillard | 2 | -0/+14 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 2 | -32/+34 |
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 serialisation of subpatches. | David Robillard | 1 | -6/+6 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 2 | -63/+19 |
2009-12-18 | Install headers. | David Robillard | 1 | -0/+3 |
2009-12-03 | Clean up interface headers. | David Robillard | 1 | -1/+1 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 1 | -2/+2 |
2009-11-12 | String port support. | David Robillard | 1 | -2/+0 |
2009-10-19 | Fix saving properties of root patch ports (fix ticket #389). | David Robillard | 1 | -0/+2 |
2009-06-03 | Update bindings. | David Robillard | 1 | -2/+4 |
2009-05-29 | Make connection parsing consistent with other parse methods. | David Robillard | 2 | -9/+11 |
2009-05-29 | Node creation via HTTP. | David Robillard | 1 | -6/+12 |
2009-05-28 | Working engine->client plugin information communication via HTTP. | David Robillard | 2 | -13/+13 |
2009-05-28 | Ignore properties with blank values. | David Robillard | 1 | -1/+1 |
2009-05-28 | Remove unused code. | David Robillard | 2 | -53/+1 |
2009-05-28 | Fix loading connections inside subpatches to patch ports. | David Robillard | 1 | -3/+2 |
2009-05-28 | Create objects via SetMetadataEvent. | David Robillard | 1 | -48/+0 |
2009-05-28 | Fix property saving to/from file (e.g. module locations). | David Robillard | 1 | -3/+3 |
2009-05-28 | Make SetMetadataEvent do multiple properties at once. | David Robillard | 1 | -33/+37 |