aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Loader.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-14Don't use Glib::ustringDavid Robillard1-10/+6
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-01-14Fix saving and loading machines.David Robillard1-97/+92
2013-01-13Update copyright headers.David Robillard1-16/+15
2013-01-13Change model to have a single initial node.David Robillard1-2/+2
2013-01-13Use lowercase namespace names.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-19/+18
2013-01-12Fix node times when importing MIDI.David Robillard1-2/+2
2013-01-12Bulk reformat.David Robillard1-34/+38
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard1-1/+1
2013-01-11Move run context information to Context object and remove Machine::_forge.David Robillard1-1/+1
2013-01-11Bring Machina back into the fold (fix #844).David Robillard1-3/+5
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-05-18Update for new Serd and Sord APIs.David Robillard1-2/+2
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard1-1/+3
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-3/+0
2011-02-16Sord::Resource => Sord::URI.David Robillard1-11/+11
2011-02-16Drop redlandmm for sordmm.David Robillard1-41/+31
2011-02-15Trim more redlandmm API.David Robillard1-2/+1
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard1-68/+55
2011-01-10Rewrite with UI/engine split.David Robillard1-4/+8
2010-12-22Update license to GPLv3.David Robillard1-10/+10
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard1-19/+20
2010-12-17Fix serialisation (fix ticket #508).David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2009-10-21Fix compilation.David Robillard1-4/+4
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-8/+8
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2009-02-27Build without eugene.David Robillard1-3/+4
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-3/+7
2007-12-07Fix loading selector nodes.David Robillard1-0/+20
2007-12-05Working mutation operators.David Robillard1-1/+1
2007-12-04Fix stuck notes on stop.David Robillard1-1/+1
2007-12-03Fix loading outgoing edges from initial node.David Robillard1-3/+3
2007-12-02Ability to add notes to non-MIDI-note nodes (ie make noise with mouse only).David Robillard1-1/+1
2007-12-01Clean up query code.David Robillard1-48/+37
2007-11-30Various documentation cleanups/fixes.David Robillard1-1/+1
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-4/+4
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-1/+1
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-35/+29
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-04-05Code cleanups.David Robillard1-14/+1
2007-04-04Quantization while recording.David Robillard1-4/+4
2007-04-02Edge label toggling.David Robillard1-0/+7
2007-03-26Deleting selected states with delete key.David Robillard1-1/+1
2007-03-25Added node properties window.David Robillard1-2/+2
2007-03-22Serialization fixes for GUI.David Robillard1-13/+28