Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -1/+2 | |
2022-12-14 | Use std::optional | David Robillard | 1 | -16/+15 | |
2022-09-27 | Use braced init lists to avoid repeating return types | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use a consistent style for FOREACH macros | David Robillard | 1 | -1/+1 | |
2022-08-18 | Fix include order | David Robillard | 1 | -1/+2 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -13/+29 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -10/+10 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -1/+0 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -10/+8 | |
2020-08-02 | Add missing const | David Robillard | 1 | -3/+3 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -29/+34 | |
2020-02-26 | Fix undo and redo when using a remote server | David Robillard | 1 | -0/+4 | |
2019-12-08 | Cleanup: Remove redundant branches | David Robillard | 1 | -4/+0 | |
2019-12-08 | Cleanup: Use "auto" to avoid repeating type names | David Robillard | 1 | -6/+6 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -4/+15 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -7/+6 | |
2018-09-29 | Use nullptr | David Robillard | 1 | -3/+3 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -7/+7 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -15/+15 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -2/+2 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -20/+20 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+2 | |
2017-12-16 | Move sequence numbers into messages and simplify interfaces | David Robillard | 1 | -24/+24 | |
2017-12-16 | Fix serialization of bundle start and end | David Robillard | 1 | -4/+4 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -22/+47 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -5/+5 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -2/+2 | |
2016-10-14 | Preserve bundles over atom transport | David Robillard | 1 | -0/+4 | |
2016-10-02 | Fix unit test responses and ensure events succeed | David Robillard | 1 | -2/+2 | |
2016-08-01 | Add missing includes | David Robillard | 1 | -0/+1 | |
2016-07-30 | Add undo support | David Robillard | 1 | -1/+5 | |
2016-07-29 | Remove Forge dependency from AtomReader | David Robillard | 1 | -12/+6 | |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -5/+4 | |
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-25 | Document protocol | David Robillard | 1 | -6/+6 | |
Fix invalid use of patch:request (use patch:sequenceNumber instead). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5781 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5778 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-06-09 | Server side loading. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5692 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-30 | Preliminary server-side save support. | David Robillard | 1 | -0/+26 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5690 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-10 | Fix link error, maybe. | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5673 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-03-16 | Fix "no subject" errors when sending file paths. | David Robillard | 1 | -22/+42 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5642 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 1 | -5/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5333 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -7/+18 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5319 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-07 | Fix delta events (i.e. most communication) via atoms. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5290 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-17 | Fix more const issues. | David Robillard | 1 | -1/+1 | |
Require latest LV2 svn for Ingen (fix #945). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5174 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -5/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5077 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-10 | Update for latest changes to LV2 patch extension (compact patch:Set message). | David Robillard | 1 | -11/+19 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4911 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-29 | "edge" => "arc". | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1 |