summaryrefslogtreecommitdiffstats
path: root/src/AtomReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-15Move Properties out of ResourceDavid Robillard1-5/+5
2017-02-15Move static path stuff to its own headerDavid Robillard1-2/+2
2016-10-14Preserve bundles over atom transportDavid Robillard1-0/+4
2016-10-02Fix unit test responses and ensure events succeedDavid Robillard1-2/+2
2016-08-01Add missing includesDavid Robillard1-0/+1
2016-07-30Add undo supportDavid Robillard1-1/+5
2016-07-29Remove Forge dependency from AtomReaderDavid Robillard1-12/+6
2015-10-26Use URIDs almost everywhereDavid Robillard1-5/+4
2015-10-25Document protocolDavid Robillard1-6/+6
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-1/+1
2015-06-09Server side loading.David Robillard1-3/+3
2015-05-30Preliminary server-side save support.David Robillard1-0/+26
2015-04-10Fix link error, maybe.David Robillard1-2/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-16Fix "no subject" errors when sending file paths.David Robillard1-22/+42
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard1-5/+1
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-7/+18
2014-01-07Fix delta events (i.e. most communication) via atoms.David Robillard1-1/+1
2013-12-17Fix more const issues.David Robillard1-1/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-5/+4
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-3/+3
2013-01-11C++11-safe conversions.David Robillard1-1/+1
2013-01-10Update for latest changes to LV2 patch extension (compact patch:Set message).David Robillard1-11/+19
2012-12-29"edge" => "arc".David Robillard1-4/+4
2012-12-22Fix set messages via atom interface (e.g. port controls in LV2 patcher UI)David Robillard1-0/+1
2012-12-21Improved error handling in Python by loading error descriptions from data.David Robillard1-1/+2
2012-08-19GraphObject => NodeDavid Robillard1-3/+3
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-25/+29
2012-08-14Update for latest Raul.David Robillard1-9/+10
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-25/+40
2012-08-10Fix various const violations.David Robillard1-5/+5
2012-07-31Fix running as an LV2 plugin.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-0/+274