summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-6/+18
2014-02-02Remove client-side arcs in parent graph when ports are deleted (fix #960).David Robillard1-0/+9
2014-01-31Subscribe to ports before instantiating plugin UIs (fix #954).David Robillard1-2/+7
2014-01-24Fix various whitespace and formatting issues.David Robillard1-2/+1
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-6/+7
2014-01-18Consolidate URIs.David Robillard1-5/+6
2013-12-31Fix crash on bulk deletion and AtomWriter forge errors.David Robillard1-1/+2
2013-11-01Remove unused typedefs.David Robillard1-2/+0
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-11/+11
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-4/+4
2013-02-02More generic Atom class.David Robillard1-4/+4
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-0/+5
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-47/+47
2013-01-11Use range-based for loops where possible.David Robillard1-17/+15
2013-01-11Use type safe enumerations.David Robillard1-2/+2
2012-12-29"edge" => "arc".David Robillard1-18/+18
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-2/+0
2012-11-17Don't complain about ingen:activity property for unknown object since it's tr...David Robillard1-2/+3
2012-08-19GraphObject => NodeDavid Robillard1-8/+8
2012-08-19Patch => GraphDavid Robillard1-33/+33
2012-08-18Node => BlockDavid Robillard1-8/+8
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-43/+37
2012-08-16Don't save the transient ingen:activity property in the model or on disk.David Robillard1-1/+7
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard1-73/+24
2012-08-14Update for latest Raul.David Robillard1-10/+11
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-27/+24
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-4/+1
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard1-2/+2
2012-05-12Get copy and paste working again.David Robillard1-2/+4
2012-05-11"Connection" => "Edge"David Robillard1-6/+6
2012-05-11Clean up and better document World interface.David Robillard1-13/+13
2012-05-10Fix compilation on Mac OS X.David Robillard1-2/+2
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-70/+67
2012-05-10LV2URIMap => URIMap.David Robillard1-5/+2
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-1/+1
2012-04-28Remove use of std::cerr.David Robillard1-2/+2
2012-04-28Tidy.David Robillard1-16/+29
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-37/+37
2012-04-23Fix possible dereference of end iterator.David Robillard1-2/+3
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-7/+8
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-1/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-6/+6
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-10/+0
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-16/+11
2011-09-23Disable harmless error message about activity notification for nonexistent portsDavid Robillard1-3/+2
2011-09-23Animate audio port colours based on levels.David Robillard1-2/+2