Age | Commit message (Expand) | Author | Files | Lines |
2010-03-04 | Use portable path construction. | David Robillard | 1 | -5/+6 |
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 | 3 | -2/+4 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -1/+1 |
2010-02-25 | Use put instead of looped indidivual property sets. | David Robillard | 1 | -5/+2 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 1 | -1/+2 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 2 | -2/+1 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 2 | -13/+0 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 6 | -0/+71 |
2010-02-04 | Fix a bunch of memory leaks. | David Robillard | 1 | -2/+8 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -1/+1 |
2010-02-03 | Binding of MIDI notes to toggle parameters. | David Robillard | 2 | -0/+4 |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 2 | -0/+2 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 5 | -80/+133 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 8 | -57/+112 |
2010-02-02 | Use Glib quarks to implement LV2 URI Map extension. | David Robillard | 2 | -27/+9 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 2 | -11/+0 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 10 | -30/+30 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 2 | -3/+3 |
2010-01-28 | Universal properties window. | David Robillard | 2 | -0/+14 |
2010-01-07 | Better log output. | David Robillard | 1 | -1/+1 |
2010-01-07 | Consistent debug output for LV2URIMap. | David Robillard | 1 | -2/+4 |
2010-01-07 | Fix compilation with --log-debug. | David Robillard | 1 | -0/+5 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 6 | -31/+35 |
2010-01-04 | Fix LV2Object::from_atom to match prototype. | David Robillard | 3 | -3/+3 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 2 | -9/+0 |
2009-12-30 | Fix renaming (fix ticket #458). | David Robillard | 2 | -2/+11 |
2009-12-18 | Only load network engine interface modules when needed. | David Robillard | 1 | -3/+3 |
2009-12-18 | Install headers. | David Robillard | 1 | -0/+3 |
2009-11-22 | Partial support for message/value ports and the message context. | David Robillard | 2 | -4/+8 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 2 | -8/+8 |
2009-11-16 | Rework objects extension to have "value ports" and "message ports". | David Robillard | 2 | -0/+2 |
2009-11-15 | Better Parse plugin, working Print plugin. | David Robillard | 2 | -2/+5 |
2009-11-14 | Object extension. | David Robillard | 8 | -37/+220 |
2009-11-12 | String port support. | David Robillard | 1 | -0/+3 |
2009-10-19 | Fix set/PUT with multiple properties of the same predicate. | David Robillard | 1 | -3/+1 |
2009-07-07 | Fix compilation issues. | David Robillard | 2 | -3/+5 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 1 | -1/+1 |
2009-06-03 | Clean up input port mixdown code. | David Robillard | 1 | -1/+0 |
2009-06-02 | Fix crash on copy/paste. | David Robillard | 1 | -0/+1 |
2009-05-28 | Generic plugin property mechanism. | David Robillard | 2 | -5/+15 |
2009-05-28 | Make SetMetadataEvent do multiple properties at once. | David Robillard | 2 | -4/+16 |
2009-05-28 | Fix URIs. | David Robillard | 1 | -2/+4 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 1 | -1/+1 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 5 | -31/+22 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 2 | -8/+8 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 5 | -50/+119 |
2009-05-13 | Update copyright dates. | David Robillard | 18 | -18/+18 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 18 | -109/+109 |
2009-05-13 | Use new query system to get LADSPA plugin names from the engine. | David Robillard | 2 | -0/+4 |