summaryrefslogtreecommitdiffstats
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Use Glib quarks to implement LV2 URI Map extension.David Robillard2-27/+9
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard2-11/+0
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard10-30/+30
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard2-3/+3
2010-01-28Universal properties window.David Robillard2-0/+14
2010-01-07Better log output.David Robillard1-1/+1
2010-01-07Consistent debug output for LV2URIMap.David Robillard1-2/+4
2010-01-07Fix compilation with --log-debug.David Robillard1-0/+5
2010-01-06Do all logging output via Raul streams.David Robillard6-31/+35
2010-01-04Fix LV2Object::from_atom to match prototype.David Robillard3-3/+3
2010-01-03Remove patch clear command (fix ticket #375).David Robillard2-9/+0
2009-12-30Fix renaming (fix ticket #458).David Robillard2-2/+11
2009-12-18Only load network engine interface modules when needed.David Robillard1-3/+3
2009-12-18Install headers.David Robillard1-0/+3
2009-11-22Partial support for message/value ports and the message context.David Robillard2-4/+8
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard2-8/+8
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard2-0/+2
2009-11-15Better Parse plugin, working Print plugin.David Robillard2-2/+5
2009-11-14Object extension.David Robillard8-37/+220
2009-11-12String port support.David Robillard1-0/+3
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard1-3/+1
2009-07-07Fix compilation issues.David Robillard2-3/+5
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-1/+1
2009-06-03Clean up input port mixdown code.David Robillard1-1/+0
2009-06-02Fix crash on copy/paste.David Robillard1-0/+1
2009-05-28Generic plugin property mechanism.David Robillard2-5/+15
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard2-4/+16
2009-05-28Fix URIs.David Robillard1-2/+4
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-1/+1
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard5-31/+22
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard2-8/+8
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard5-50/+119
2009-05-13Update copyright dates.David Robillard18-18/+18
2009-05-13Strip trailing whitespace.David Robillard18-109/+109
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard2-0/+4
2009-05-13Generic simple query system for both objects and plugins.David Robillard2-7/+17
2009-05-13Remove 'using' declarations from headers.David Robillard1-2/+0
2009-05-13The great ID refactoring of 2009.David Robillard5-76/+72
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard2-0/+20
2009-05-11* New ontology.David Robillard2-5/+2
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard5-10/+8
2009-01-05Include <sstream> where missing.David Robillard2-0/+2
2008-12-21Change configuration header name to something less likely to conflict.David Robillard3-3/+3
2008-12-16Trim include dependency tree.David Robillard8-19/+56
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-0/+1
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard4-48/+60
2008-11-29Fix path name offsetting when pasting to start at 2, not 0.David Robillard1-0/+3
2008-11-29Upgrade to waf 1.5.0.David Robillard1-9/+8
2008-11-16Fix GUI tracking of property changes (e.g. polyphonic for stacked modules, fi...David Robillard1-1/+1
2008-11-16More HTTP.David Robillard2-5/+3