summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Serialiser.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-27Implement lv2:prototype.David Robillard1-9/+2
2013-12-27Log where graph bundles are saved.David Robillard1-0/+2
2013-11-01Remove unused typedefs.David Robillard1-1/+0
2013-06-09Fix saving of bad node URIs in state.David Robillard1-3/+5
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-2/+2
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-02-03Don't ignore symlink() return value.David Robillard1-2/+9
2013-02-02More generic Atom class.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-35/+35
2013-01-11Use range-based for loops where possible.David Robillard1-6/+5
2013-01-11Use type safe enumerations.David Robillard1-16/+16
2012-12-29"edge" => "arc".David Robillard1-21/+21
2012-11-22Don't save control values for block output ports (fixes #868, "direction mism...David Robillard1-0/+3
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-2/+2
2012-08-19GraphObject => NodeDavid Robillard1-52/+52
2012-08-19Patch => GraphDavid Robillard1-54/+54
2012-08-18Node => BlockDavid Robillard1-58/+60
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-9/+7
2012-08-16Remove all 'using namespace Raul'.David Robillard1-9/+8
2012-08-16Fix broken lv2:default saving and save current value as the lv2:default for c...David Robillard1-3/+11
2012-08-14Saner/faster Store interface for finding children.David Robillard1-10/+8
2012-08-14Update for latest Raul.David Robillard1-8/+8
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-2/+2
2012-08-12Stricter symbol construction and conversion.David Robillard1-6/+7
2012-08-10Fix a ton of warnings.David Robillard1-17/+0
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