summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Map "Draw" to C-d (don't clash with C-p for "Properties").David Robillard1-1/+1
2011-02-17Connect to JACK_DEFAULT_SERVER by default.David Robillard1-1/+1
2011-02-16Save subpatches to recursive bundles.David Robillard2-44/+52
2011-02-16Tidy.David Robillard2-6/+4
2011-02-16Tidy up serialiser interface.David Robillard4-75/+60
2011-02-16Sord::Resource => Sord::URI.David Robillard5-197/+163
2011-02-16Use simpler, single, file extensions.David Robillard3-5/+6
2011-02-16Tidy.David Robillard4-242/+211
2011-02-16Drop redlandmm for sordmm.David Robillard29-276/+259
2011-02-16Remove Jack buffer size kludge (fixed in jack r4127).David Robillard1-2/+0
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard6-59/+132
2011-02-15Sshh.David Robillard1-1/+0
2011-02-15Trim more redlandmm API.David Robillard4-22/+14
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard2-294/+181
2011-02-15Ignore jack buffer size callbacks, since svn jack is broken and reports buffe...David Robillard1-0/+2
2011-02-12Update for new SLV2 #include structure.David Robillard1-1/+3
2011-02-11Remove LADSPA support from Ingen (LADSPA can be used via NASPRO).David Robillard10-830/+7
2011-02-04Fix warnings when building with --strict (but without --debug).David Robillard1-1/+1
2011-02-04Update to current librdf-free slv2.David Robillard1-1/+1
2011-01-31Non-SPARQL LV2 presets implementation (compile against new slv2).David Robillard1-27/+58
2011-01-31Fix broken loop.David Robillard1-1/+1
2011-01-10Fix module loading on OSX (this revision of Ingen confirmed working on Mac OS...David Robillard3-9/+12
2011-01-10Remove shared/engine dependency on sigc++.David Robillard4-4/+2
2011-01-08Clean up code (cpplint).David Robillard20-36/+75
2011-01-08Support via waf for running from the build directory.David Robillard4-18/+34
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard5-14/+14
2011-01-08Support "request run" feature from contexts extension.David Robillard15-42/+132
2011-01-06Link against -ldl when necessary.David Robillard1-0/+1
2010-12-25Remove useless templatification of RingBuffer.David Robillard4-9/+9
2010-12-25Trim raul/Atom.hpp include tree.David Robillard12-13/+1
2010-12-23Fix crash when client attempts to set event port value to non-blob (fix ticke...David Robillard1-1/+1
2010-12-17Take RDF serialisation language as a parameter (rather than hardcoded "turtle").David Robillard3-4/+4
2010-12-17Simplify blank node ID stuff (and remove circular dependency of World and Node).David Robillard1-1/+1
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard2-71/+67
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-1/+1
2010-12-16Update Doxygen file.David Robillard1-0/+2
2010-12-16Updates for waf 1.6.David Robillard7-73/+73
2010-12-16Fix compilation without HAVE_SLV2.David Robillard1-2/+2
2010-12-15Fix broken disabling of rename window OK button (fix ticket #502).David Robillard2-20/+6
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include t...David Robillard6-11/+36
2010-12-14Apply patch from larsl to tolerate broken LV2 class hierarchies (ticket #529).David Robillard2-5/+17
2010-11-30Gracefully handle out of range event URI mappings.David Robillard2-0/+9
2010-11-30Actually implement event context URI mapping (translate to/from global URI ID...David Robillard2-71/+90
2010-11-30Consistent naming for URI quarks.David Robillard14-102/+102
2010-11-26Update for latest LV2 #include style.David Robillard22-29/+29
2010-11-26Fix race crash processing event list (Raul::ListImpl seriously needs an audit...David Robillard1-5/+11
2010-11-26Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ...David Robillard4-9/+9
2010-10-29Explicit copy constructor for Ingen::Client::ObjectModel.David Robillard3-4/+19
2010-10-28Fix ingen_http local library name.David Robillard1-1/+2
2010-10-28Add missing local library dependencies.David Robillard1-1/+1