summaryrefslogtreecommitdiffstats
path: root/src/AtomWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Clean up URI map interfaceDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-1/+2
2019-03-09Clean up AtomForgeDavid Robillard1-6/+6
2019-03-09Clean up includes and forward declarationsDavid Robillard1-7/+18
2018-09-29Use nullptrDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-3/+3
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-4/+0
2017-12-24Clean up includes in public headersDavid Robillard1-1/+1
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard1-30/+22
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-55/+51
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-2/+23
2017-02-15Move Properties out of ResourceDavid Robillard1-8/+8
2017-02-15Move static path stuff to its own headerDavid Robillard1-7/+7
2017-02-12Fix various cast alignment warningsDavid Robillard1-25/+4
2016-10-14Improve documentationDavid Robillard1-9/+7
2016-10-13Clean up protocol documentationDavid Robillard1-32/+103
2016-08-17Rename main graph and control/notify portsDavid Robillard1-19/+19
2016-08-02Fix bundle delimiters in atom protocolDavid Robillard1-0/+2
2016-08-01Add missing includesDavid Robillard1-0/+1
2016-07-30Add undo supportDavid Robillard1-1/+50
2015-10-25Document protocolDavid Robillard1-30/+259
2015-06-09Server side loading.David Robillard1-3/+3
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+14
2014-03-31Fix running GUI remotely and as an LV2 plugin.David Robillard1-9/+2
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard1-8/+4
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-39/+52
2013-12-31Fix crash on bulk deletion and AtomWriter forge errors.David Robillard1-0/+6
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-3/+3
2013-02-02Fix crash when building patches via socket.David Robillard1-1/+1
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard1-7/+6
2013-01-11Use type safe enumerations.David Robillard1-1/+1
2013-01-10Update for latest changes to LV2 patch extension (compact patch:Set message).David Robillard1-6/+3
2012-12-29"edge" => "arc".David Robillard1-9/+9
2012-08-19GraphObject => NodeDavid Robillard1-8/+8
2012-08-19Patch => GraphDavid Robillard1-2/+2
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-8/+9
2012-08-10Fix various const violations.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-0/+299