summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-14Remove voice specific control setting.David Robillard10-68/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard10-56/+95
2010-02-04Tidy up DeprecatedLoader, fix predicates.David Robillard2-13/+4
2010-02-04Fix crash on port rename (fix ticket #478).David Robillard1-1/+1
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard3-14/+14
2010-02-03Fix connecting via HTTP (partially, GUI shows up at least...).David Robillard1-4/+1
2010-02-03Properly detect lv2:portProperty.David Robillard2-6/+6
2010-02-03Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).David Robillard1-2/+1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard16-85/+77
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard12-57/+82