summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2011-02-22Implement sane UI selection logic and separate it from instantiation.David Robillard1-10/+14
2011-02-22Implement LV2 plugin UIs via Suil.David Robillard4-56/+50
2011-02-22Tidy.David Robillard1-26/+19
2011-02-22Better PluginUI abstraction.David Robillard2-6/+30
2011-02-19Tidy.David Robillard3-93/+91
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard10-70/+79
2011-02-18Use port name from SLV2 for labels where possible (fix ticket #636).David Robillard2-0/+29
2011-02-18Tidy.David Robillard1-8/+12
2011-02-18Trim more cruft.David Robillard1-5/+8
2011-02-18Trim more cruft.David Robillard4-16/+14
2011-02-17Remove deprecated Om patch loading code (resolve ticket #32).David Robillard3-800/+1
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard1-7/+3
2011-02-16Sord::Resource => Sord::URI.David Robillard1-4/+3
2011-02-16Drop redlandmm for sordmm.David Robillard9-27/+15
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard2-3/+2
2011-02-12Update for new SLV2 #include structure.David Robillard1-1/+3
2011-01-31Fix broken loop.David Robillard1-1/+1
2011-01-10Remove shared/engine dependency on sigc++.David Robillard1-0/+1
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-1/+1
2011-01-08Support "request run" feature from contexts extension.David Robillard1-1/+1
2010-12-25Trim raul/Atom.hpp include tree.David Robillard2-2/+0
2010-12-17Take RDF serialisation language as a parameter (rather than hardcoded "turtle").David Robillard1-1/+1
2010-12-16Updates for waf 1.6.David Robillard1-8/+8
2010-12-16Fix compilation without HAVE_SLV2.David Robillard1-2/+2
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include t...David Robillard4-6/+20
2010-11-30Consistent naming for URI quarks.David Robillard2-5/+5
2010-11-26Update for latest LV2 #include style.David Robillard1-3/+3
2010-11-26Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ...David Robillard1-1/+1
2010-10-29Explicit copy constructor for Ingen::Client::ObjectModel.David Robillard3-4/+19
2010-10-27Update for new Atom extension.David Robillard1-1/+1
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-1/+2
2010-10-06Add scheme to LV2 URI-based includes.David Robillard1-3/+3
2010-10-06Use URI-based LV2 header includes.David Robillard1-2/+3
2010-10-04Gracefully handle UIs that try to write to illegal port indices.David Robillard1-1/+8
2010-09-04My name is David. :)David Robillard29-29/+29
2010-05-04LV2Object => LV2Atom.David Robillard1-2/+2
2010-05-04Rename "object" extension "atom" extension.David Robillard1-2/+2
2010-03-10Add #include "ingen-config.h" to files that use config #ifdefs that were miss...David Robillard1-0/+1
2010-03-06Fix deadlock when LV2 GUIs fail to instantiate (fix ticket #491).David Robillard1-2/+4
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard18-103/+131
2010-03-04Use portable path construction.David Robillard1-1/+2
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard2-2/+2
2010-02-28Fix internal node path translation kludges for loading .om patches.David Robillard1-24/+15
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard4-17/+0
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard4-20/+0
2010-02-25Work on contexts and polymorphic ports.David Robillard3-10/+21
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard3-27/+26
2010-02-23Fix various code issues discovered by cppcheck.David Robillard4-5/+2
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard3-26/+23
2010-02-17Fix liblo varargs argument termination.David Robillard1-1/+1