summaryrefslogtreecommitdiffstats
path: root/src/Parser.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-5/+4
2017-02-15Move Properties out of ResourceDavid Robillard1-81/+81
2017-02-15Move static path stuff to its own headerDavid Robillard1-6/+6
2017-02-12Fix various cast alignment warningsDavid Robillard1-6/+6
2016-10-29Fix minor memory issuesDavid Robillard1-1/+1
2016-10-02Fix saving and loading subgraphsDavid Robillard1-44/+60
2016-08-17Rename main graph and control/notify portsDavid Robillard1-1/+1
2016-07-29Save bundled graphs to graph.ttl by defaultDavid Robillard1-3/+2
This avoids a lot of hassle with filename construction and renaming, while ensuring that the internal structure of any graph bundle is the same.
2015-10-30Remove unused variableDavid Robillard1-4/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5806 a436a847-0d15-0410-975c-d299462d15a1
2015-10-26Use URIDs almost everywhereDavid Robillard1-10/+3
This fixes some issues where types are lost after saving and re-loading many times. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5788 a436a847-0d15-0410-975c-d299462d15a1
2015-10-25Fix saving and loading of copy-pasted blocksDavid Robillard1-6/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5785 a436a847-0d15-0410-975c-d299462d15a1
2015-10-24Fix subgraph positioningDavid Robillard1-3/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5777 a436a847-0d15-0410-975c-d299462d15a1
2015-10-24Fix loading recursive graphs in LV2David Robillard1-11/+22
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5776 a436a847-0d15-0410-975c-d299462d15a1
2015-10-24Fix subgraph serialisationDavid Robillard1-15/+29
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5775 a436a847-0d15-0410-975c-d299462d15a1
2015-09-04Fix various atom conversion issues.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5719 a436a847-0d15-0410-975c-d299462d15a1
2015-04-05Don't set symbol property (fix port rename).David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5666 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-13/+19
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1
2015-04-03Fix loading graphs with explicit/non-file URIs.David Robillard1-17/+74
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5650 a436a847-0d15-0410-975c-d299462d15a1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-0/+653
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1