Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -28/+28 | |
2019-03-09 | Make start_to_file() take a FilePath for type safety | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -9/+17 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -3/+3 | |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 1 | -4/+2 | |
2018-09-23 | Allow context to be passed for serialisation | David Robillard | 1 | -4/+3 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -3/+3 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -2/+2 | |
2018-09-04 | Remove dynamic exception specifications | David Robillard | 1 | -5/+2 | |
2018-01-21 | Clean up URI and path handling in Serialiser | David Robillard | 1 | -25/+22 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 1 | -46/+31 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -3/+2 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -27/+25 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -1/+1 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -3/+1 | |
2017-12-25 | Always use braces | David Robillard | 1 | -5/+10 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -3/+3 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 1 | -11/+11 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+1 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -9/+7 | |
2016-10-06 | Add plugin state saving | David Robillard | 1 | -1/+15 | |
This only works with a server-side save, so the GUI now uses that if the server is not running remotely, where "remotely" is defined as "via TCP". This isn't perfect, since running ingen via TCP locally is a perfectly valid thing to do, but it will do for now. | |||||
2016-10-02 | Fix saving and loading subgraphs | David Robillard | 1 | -3/+4 | |
2016-10-02 | Fix default doap:name of saved graphs | David Robillard | 1 | -3/+10 | |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 1 | -18/+17 | |
2016-07-29 | Save bundled graphs to graph.ttl by default | David Robillard | 1 | -11/+6 | |
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-12-04 | Omit extension from default doap:name for graphs | David Robillard | 1 | -1/+2 | |
2015-10-25 | Fix saving and loading of copy-pasted blocks | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5785 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Fix subgraph serialisation | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5775 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-29 | Save plugin version information in bundles. | David Robillard | 1 | -4/+50 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5710 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Server-side presets. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -4/+16 | |
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-05 | Don't save symbol (problematic on save as). | David Robillard | 1 | -19/+4 | |
This is less than ideal, since it would be nice to be able to set a symbol for a graph (being a good idea for plugins in general), but this sorts out an issue for now. The symbol of a graph is currently always the name of its bundle. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5667 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -0/+545 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1 |