summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Serialiser.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-14/+13
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard1-70/+53
2012-06-13Fix saving of control bindings.David Robillard1-6/+10
2012-06-12Add "expose" (to parent) operation for ports.David Robillard1-11/+14
2012-05-23Trim unnecessary includes.David Robillard1-5/+2
2012-05-12Get copy and paste working again.David Robillard1-3/+9
2012-05-11"Connection" => "Edge"David Robillard1-18/+18
2012-05-11Clean up and better document World interface.David Robillard1-3/+3
2012-05-10LV2URIMap => URIMap.David Robillard1-3/+3
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-1/+1
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-2/+2
2012-04-28Lint.David Robillard1-1/+1
2012-04-26Save properties with pretty numbers so normal LV2 tools can read patches.David Robillard1-1/+3
2012-04-23Use URI defines where possible.David Robillard1-2/+4
2012-04-22"Connection" => "Edge" and related terminology stuff.David Robillard1-3/+3
2012-04-22Fix crash when saving patches with subpatches.David Robillard1-2/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-5/+3
2012-04-11Write port values in presets as pretty numbers.David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard1-2/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-53/+39
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-1/+2
2012-03-12Centralise atom creation in forge object.David Robillard1-2/+3
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard1-8/+10
2012-03-10Delete trailing whitespace.David Robillard1-1/+0
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
2011-12-07Fix saving.David Robillard1-1/+2
2011-10-22Fix serialisation.David Robillard1-23/+8
2011-10-21Move more headers to shared include directory.David Robillard1-3/+3
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
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-25Move sanitised serialisation headers to public include directoryDavid Robillard1-50/+117
2011-05-24Update for new Sord APIDavid Robillard1-1/+1
2011-05-18Update for new Serd and Sord APIs.David Robillard1-2/+2
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 Robillard1-17/+17
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-19Partially fix HTTP.David Robillard1-3/+2
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-24/+24
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+1
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-6/+6
2011-02-19Partially working copy/paste.David Robillard1-5/+1
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-108/+104