summaryrefslogtreecommitdiffstats
path: root/src/serialisation
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Use URI defines where possible.David Robillard2-3/+5
2012-04-22"Connection" => "Edge" and related terminology stuff.David Robillard2-31/+31
2012-04-22Fix crash when saving patches with subpatches.David Robillard1-2/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard2-10/+7
2012-04-11Write port values in presets as pretty numbers.David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard2-4/+0
2012-03-27Switch to AGPL3+.David Robillard3-48/+45
2012-03-26Update for latest LV2.David Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard3-910/+2
2012-03-20Sshh.David Robillard1-6/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard5-93/+1002
2012-03-16Merge ClientInterface and ServerInterface.David Robillard2-26/+26
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard1-2/+2
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard2-1/+3
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard1-31/+0
2012-03-12Centralise atom creation in forge object.David Robillard2-10/+15
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard2-9/+11
2012-03-10Delete trailing whitespace.David Robillard2-17/+16
2012-03-09Fix patch saving.David Robillard1-5/+7
2012-01-14Fix broken link to engine library in saved bundles (fix #806).David Robillard1-1/+1
2012-01-14Fix loading patches by relative path (fix #798).David Robillard1-4/+15
2011-12-10Fix crash on load and subsequent save.David Robillard1-1/+1
2011-12-07Fix saving.David Robillard1-1/+2
2011-10-22Fix serialisation.David Robillard2-40/+28
2011-10-22Simplify Parser.David Robillard1-104/+57
2011-10-21Clean up include paths.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard2-4/+4
2011-10-21Separate URIs from LV2URIMap.David Robillard2-4/+4
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard3-4/+4
2011-10-21Use modern terser waf syntax.David Robillard1-12/+8
2011-10-21Fix running as an LV2 plugin.David Robillard1-3/+8
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-20/+0
2011-09-23Fix memory leaks and errors.David Robillard1-0/+5
2011-09-06Report serialisation errorsDavid Robillard1-1/+5
2011-05-27Don't install private headersDavid Robillard1-3/+0
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard6-622/+469
2011-05-24Update for new Sord APIDavid Robillard1-1/+1
2011-05-21Fix patch loading.David Robillard2-8/+31
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-1/+1
2011-05-18Update for new Serd and Sord APIs.David Robillard2-10/+10
2011-05-13Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific...David Robillard1-0/+1
2011-05-13Make models const in client code.David Robillard2-35/+35
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard1-5/+13
2011-04-28Switch to Lilv from SLV2.David Robillard1-1/+1
2011-04-22Fix Python whitespace (PEP8)David Robillard1-16/+15
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard2-2/+2
2011-04-19Partially fix HTTP.David Robillard1-3/+2
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard4-108/+111
2011-04-16Update copyright headersDavid Robillard6-6/+6
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard2-2/+2