summaryrefslogtreecommitdiffstats
path: root/src/shared/ResourceImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Move more headers to shared include directory.David Robillard1-2/+2
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-24/+16
2011-09-24Fix set_property so it doesn't create multiple values in a context.David Robillard1-1/+1
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-5/+7
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard1-4/+6
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard1-3/+13
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-5/+3
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-12/+0
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-16/+20
2011-01-10Remove shared/engine dependency on sigc++.David Robillard1-1/+0
2010-11-30Consistent naming for URI quarks.David Robillard1-1/+1
2010-10-27Update for new Atom extension.David Robillard1-2/+2
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-5/+3
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-1/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-0/+52
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-35/+36
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-2/+2
2010-01-28Universal properties window.David Robillard1-0/+13
2009-12-30Fix renaming (fix ticket #458).David Robillard1-1/+8
2009-11-22Partial support for message/value ports and the message context.David Robillard1-0/+3
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-6/+6
2009-11-15Better Parse plugin, working Print plugin.David Robillard1-2/+2
2009-11-14Object extension.David Robillard1-3/+3
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-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 Robillard1-2/+9
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard1-3/+14
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 Robillard1-0/+7
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-2/+88
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-3/+3
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard1-0/+1
2009-05-13The great ID refactoring of 2009.David Robillard1-2/+2
2009-05-11* New ontology.David Robillard1-4/+1
2008-12-16Trim include dependency tree.David Robillard1-0/+45