Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-05-13 | Generic simple query system for both objects and plugins. | David Robillard | 2 | -7/+17 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 1 | -2/+0 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 5 | -76/+72 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 2 | -0/+20 |
2009-05-11 | * New ontology. | David Robillard | 2 | -5/+2 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 5 | -10/+8 |
2009-01-05 | Include <sstream> where missing. | David Robillard | 2 | -0/+2 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 3 | -3/+3 |
2008-12-16 | Trim include dependency tree. | David Robillard | 8 | -19/+56 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -0/+1 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 4 | -48/+60 |
2008-11-29 | Fix path name offsetting when pasting to start at 2, not 0. | David Robillard | 1 | -0/+3 |